resourceTypes

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

Parameters

value

A list of resource types that should be targeted by the lifecycle policy. Valid values are VOLUME and INSTANCE.


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


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

Parameters

values

A list of resource types that should be targeted by the lifecycle policy. Valid values are VOLUME and INSTANCE.