FrameworkControlScope constructor
const
FrameworkControlScope({})
Creates a new FrameworkControlScope.
complianceResourceIds 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.
complianceResourceTypes Describes whether the control scope includes one or more types of resources, such as EFS or RDS.
tags 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.
Implementation
const FrameworkControlScope({
this.complianceResourceIds,
this.complianceResourceTypes,
this.tags,
});