Package com.pulumi.aws.shield
Class ProtectionGroupArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.shield.ProtectionGroupArgs
-
public final class ProtectionGroupArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProtectionGroupArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static ProtectionGroupArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<java.lang.String>
aggregation()
static ProtectionGroupArgs.Builder
builder()
static ProtectionGroupArgs.Builder
builder(ProtectionGroupArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
members()
com.pulumi.core.Output<java.lang.String>
pattern()
com.pulumi.core.Output<java.lang.String>
protectionGroupId()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
resourceType()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
-
-
-
Field Detail
-
Empty
public static final ProtectionGroupArgs Empty
-
-
Method Detail
-
aggregation
public com.pulumi.core.Output<java.lang.String> aggregation()
- Returns:
- Defines how AWS Shield combines resource data for the group in order to detect, mitigate, and report events.
-
members
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> members()
- Returns:
- The Amazon Resource Names (ARNs) of the resources to include in the protection group. You must set this when you set `pattern` to ARBITRARY and you must not set it for any other `pattern` setting.
-
pattern
public com.pulumi.core.Output<java.lang.String> pattern()
- Returns:
- The criteria to use to choose the protected resources for inclusion in the group.
-
protectionGroupId
public com.pulumi.core.Output<java.lang.String> protectionGroupId()
- Returns:
- The name of the protection group.
-
resourceType
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> resourceType()
- Returns:
- The resource type to include in the protection group. You must set this when you set `pattern` to BY_RESOURCE_TYPE and you must not set it for any other `pattern` setting.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
-
builder
public static ProtectionGroupArgs.Builder builder()
-
builder
public static ProtectionGroupArgs.Builder builder(ProtectionGroupArgs defaults)
-
-