ProtectionGroupArgs class

The set of arguments for ProtectionGroup. The set of arguments for ProtectionGroup.

Constructors

ProtectionGroupArgs({required Input<String> aggregation, Input<List<String>?>? members, required Input<String> pattern, required Input<String> protectionGroupId, Input<String?>? resourceType, Input<Map<String, String>?>? tags})
Creates a new ProtectionGroupArgs. aggregation Defines how AWS Shield combines resource data for the group in order to detect, mitigate, and report events. members 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 The criteria to use to choose the protected resources for inclusion in the group. protectionGroupId The name of the protection group. resourceType 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 Key-value map of resource tags. If configured with a provider defaultTags configuration 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 pattern to ARBITRARY and you must not set it for any other pattern setting.
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 pattern to BY_RESOURCE_TYPE and you must not set it for any other pattern setting.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags → Input<Map<String, String>?>?
Key-value map of resource tags. If configured with a provider defaultTags configuration 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