resourceTypes

@JvmName(name = "lmupbnhvmmlkqewd")
suspend fun resourceTypes(value: Output<List<String>>)
@JvmName(name = "lnovpwynafjrffsx")
suspend fun resourceTypes(value: List<String>?)

Parameters

value

A list of resource types to be monitored. Resource types that support Cloud Config.

  • If you use an ordinary account, the resource_types supports the update operation after the process of creation is completed.

  • If you use an enterprise account, the resource_types does not support updating.


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


@JvmName(name = "ayorbduohvybtjwd")
suspend fun resourceTypes(values: List<Output<String>>)
@JvmName(name = "tgsmlwgmpsdecety")
suspend fun resourceTypes(vararg values: String)

Parameters

values

A list of resource types to be monitored. Resource types that support Cloud Config.

  • If you use an ordinary account, the resource_types supports the update operation after the process of creation is completed.

  • If you use an enterprise account, the resource_types does not support updating.