ProtectionGroupArgs class
The set of arguments for ProtectionGroup. The set of arguments for ProtectionGroup.
Constructors
-
ProtectionGroupArgs({required Input<
String> aggregation, Input<List< ? members, required Input<String> ?>String> pattern, required Input<String> protectionGroupId, Input<String?> ? resourceType, Input<Map< ? tags})String, String> ?> -
Creates a new ProtectionGroupArgs.
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.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.const -
ProtectionGroupArgs.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
-
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
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