Get Protection Group Result
data class GetProtectionGroupResult(val aggregation: ProtectionGroupAggregation? = null, val members: List<String>? = null, val pattern: ProtectionGroupPattern? = null, val protectionGroupArn: String? = null, val resourceType: ProtectionGroupResourceType? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(aggregation: ProtectionGroupAggregation? = null, members: List<String>? = null, pattern: ProtectionGroupPattern? = null, protectionGroupArn: String? = null, resourceType: ProtectionGroupResourceType? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
Defines how AWS Shield combines resource data for the group in order to detect, mitigate, and report events.
Link copied to clipboard
The criteria to use to choose the protected resources for inclusion in the group. You can include all resources that have protections, provide a list of resource Amazon Resource Names (ARNs), or include all resources of a specified resource type.
Link copied to clipboard
The ARN (Amazon Resource Name) of the protection group.
Link copied to clipboard
The resource type to include in the protection group. All protected resources of this type are included in the protection group. Newly protected resources of this type are automatically added to the group. You must set this when you set Pattern
to BY_RESOURCE_TYPE
and you must not set it for any other Pattern
setting.