GetFrameworkControlScope constructor

const GetFrameworkControlScope({
  1. required Input<List<String>> complianceResourceIds,
  2. required Input<List<String>> complianceResourceTypes,
  3. required Input<Map<String, String>> tags,
})

Creates a new GetFrameworkControlScope. complianceResourceIds The ID of the only AWS resource that you want your control scope to contain. complianceResourceTypes Describes whether the control scope includes one or more types of resources, such as EFS or RDS. tags 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 GetFrameworkControlScope({
  required this.complianceResourceIds,
  required this.complianceResourceTypes,
  required this.tags,
});