ProtectionGroupState class
Input properties used for looking up and filtering ProtectionGroup resources.
Constructors
-
ProtectionGroupState({Input<
String?> ? aggregation, Input<List< ? members, Input<String> ?>String?> ? pattern, Input<String?> ? protectionGroupArn, Input<String?> ? protectionGroupId, Input<String?> ? resourceType, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll})String, String> ?> -
Creates a new ProtectionGroupState.
aggregationDefines how AWS Shield combines resource data for the group in order to detect, mitigate, and report events.membersARNs of the resources to include in the protection group. You must set this when you setpatternto ARBITRARY and you must not set it for any otherpatternsetting.patternThe criteria to use to choose the protected resources for inclusion in the group.protectionGroupArnARN of the protection group.protectionGroupIdThe name of the protection group.resourceTypeThe resource type to include in the protection group. You must set this when you setpatternto BY_RESOURCE_TYPE and you must not set it for any otherpatternsetting.tagsKey-value map of resource tags. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.const -
ProtectionGroupState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
aggregation
→ Input<
String?> ? -
Defines how AWS Shield combines resource data for the group in order to detect, mitigate, and report events.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
members
→ Input<
List< ?String> ?> -
ARNs of the resources to include in the protection group. You must set this when you set
patternto ARBITRARY and you must not set it for any otherpatternsetting.final -
pattern
→ Input<
String?> ? -
The criteria to use to choose the protected resources for inclusion in the group.
final
-
protectionGroupArn
→ Input<
String?> ? -
ARN of the protection group.
final
-
protectionGroupId
→ Input<
String?> ? -
The name of the protection group.
final
-
resourceType
→ Input<
String?> ? -
The resource type to include in the protection group. You must set this when you set
patternto BY_RESOURCE_TYPE and you must not set it for any otherpatternsetting.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Key-value map of resource tags. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration block.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited