ProtectionGroupState class

Input properties used for looking up and filtering ProtectionGroup resources.

Constructors

ProtectionGroupState({Input<String?>? aggregation, Input<List<String>?>? members, Input<String?>? pattern, Input<String?>? protectionGroupArn, Input<String?>? protectionGroupId, Input<String?>? resourceType, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll})
Creates a new ProtectionGroupState. 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. protectionGroupArn ARN of the protection 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. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration 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 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
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 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
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration 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