complianceResourceTypes

@JvmName(name = "fvrlhfygcucdolxg")
suspend fun complianceResourceTypes(value: Output<List<String>>)
@JvmName(name = "jgysabvxijdvpohj")
suspend fun complianceResourceTypes(value: List<String>?)

Parameters

value

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.


@JvmName(name = "ugbpxnaowpuvqmue")
suspend fun complianceResourceTypes(vararg values: Output<String>)


@JvmName(name = "ehoaqhfvrnsaaogw")
suspend fun complianceResourceTypes(values: List<Output<String>>)
@JvmName(name = "yyopjlujuvjlygjh")
suspend fun complianceResourceTypes(vararg values: String)

Parameters

values

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.