Rule Scope Args
data class RuleScopeArgs(val complianceResourceId: Output<String>? = null, val complianceResourceTypes: Output<List<String>>? = null, val tagKey: Output<String>? = null, val tagValue: Output<String>? = null) : ConvertibleToJava<RuleScopeArgs>
Constructors
Functions
Properties
Link copied to clipboard
A list of resource types of only those AWS resources that you want to trigger an evaluation for the ruleE.g., AWS::EC2::Instance
. You can only specify one type if you also specify a resource ID for compliance_resource_id
. See relevant part of AWS Docs for available types.