GetProtectionGroupResult

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)

Types

Link copied to clipboard
object Companion

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
val members: List<String>? = null

The Amazon Resource Names (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.

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.

Link copied to clipboard
val tags: List<Tag>? = null

One or more tag key-value pairs for the Protection object.