data class FrameworkControlScopeArgs(val complianceResourceIds: Output<List<String>>? = null, val complianceResourceTypes: Output<List<String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<FrameworkControlScopeArgs>
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.