FrameworkControlScope

data class FrameworkControlScope(val complianceResourceIds: List<String>? = null, val complianceResourceTypes: List<String>? = null, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(complianceResourceIds: List<String>? = null, complianceResourceTypes: List<String>? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the only AWS resource that you want your control scope to contain. Minimum number of 1 item. Maximum number of 100 items.

Link copied to clipboard

Describes whether the control scope includes one or more types of resources, such as EFS or RDS.

Link copied to clipboard
val tags: Map<String, String>? = null

The tag key-value pair applied to those AWS resources that you want to trigger an evaluation for a rule. A maximum of one key-value pair can be provided.