FrameworkControlControlScopeProperties

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

The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans.

Constructors

Link copied to clipboard
constructor(complianceResourceIds: List<String>? = null, complianceResourceTypes: List<String>? = null, tags: List<FrameworkTag>? = 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.

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: List<FrameworkTag>? = null

Describes whether the control scope includes resources with one or more tags. Each tag is a key-value pair.