resourcePolicies

@JvmName(name = "aapktaotddijkcjk")
suspend fun resourcePolicies(value: Output<Map<String, String>>)
@JvmName(name = "sfaqdkiondbvqjli")
suspend fun resourcePolicies(value: Map<String, String>?)

Parameters

value

Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.


@JvmName(name = "jycxtgvxntgesspo")
fun resourcePolicies(vararg values: Pair<String, String>)

Parameters

values

Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.