createPolicy

@JvmName(name = "tvbysodjkngtygfn")
suspend fun createPolicy(value: Output<String>)
@JvmName(name = "yqgwlvyeegkhtxux")
suspend fun createPolicy(value: String?)

Parameters

value

Set the policy to use for creating new resources. Only used on create and update. Valid values are CREATE_OR_ACQUIRE (default) or ACQUIRE. If set to ACQUIRE and resources do not already exist, the deployment will fail. Note that updating this field does not actually affect the deployment, just how it is updated. Default value is CREATE_OR_ACQUIRE. Possible values are: ACQUIRE, CREATE_OR_ACQUIRE.