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<ProtectionGroupTag>? = null)
Constructors
Link copied to clipboard
fun GetProtectionGroupResult(aggregation: ProtectionGroupAggregation? = null, members: List<String>? = null, pattern: ProtectionGroupPattern? = null, protectionGroupArn: String? = null, resourceType: ProtectionGroupResourceType? = null, tags: List<ProtectionGroupTag>? = null)
Types
Properties
Link copied to clipboard
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.