GetFrameworkControlScope

data class GetFrameworkControlScope(val complianceResourceIds: List<String>, val complianceResourceTypes: List<String>, val tags: Map<String, String>)

Constructors

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

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.

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

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.