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

Metadata that you can assign to help organize the frameworks you create. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.