complianceResourceTypes

@JvmName(name = "wjtyyablbqfwyqdo")
suspend fun complianceResourceTypes(value: Output<List<String>>)
@JvmName(name = "fkbydiyhbgcgaaow")
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 = "odiiqxggnilluvnp")
suspend fun complianceResourceTypes(vararg values: Output<String>)


@JvmName(name = "tfigalexlqdyhyao")
suspend fun complianceResourceTypes(values: List<Output<String>>)
@JvmName(name = "ophkerojcnndnxoq")
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.