Protection Group Args
data class ProtectionGroupArgs(val aggregation: Output<ProtectionGroupAggregation>? = null, val members: Output<List<String>>? = null, val pattern: Output<ProtectionGroupPattern>? = null, val protectionGroupId: Output<String>? = null, val resourceType: Output<ProtectionGroupResourceType>? = null, val tags: Output<List<ProtectionGroupTagArgs>>? = null) : ConvertibleToJava<ProtectionGroupArgs>
A grouping of protected resources so they can be handled as a collective. This resource grouping improves the accuracy of detection and reduces false positives.
Example Usage
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
fun ProtectionGroupArgs(aggregation: Output<ProtectionGroupAggregation>? = null, members: Output<List<String>>? = null, pattern: Output<ProtectionGroupPattern>? = null, protectionGroupId: Output<String>? = null, resourceType: Output<ProtectionGroupResourceType>? = null, tags: Output<List<ProtectionGroupTagArgs>>? = null)
Functions
Properties
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.