retireOnDelete

@JvmName(name = "ttyquhsqsjpmfexe")
suspend fun retireOnDelete(value: Output<Boolean>)
@JvmName(name = "liawurfpuikymldq")
suspend fun retireOnDelete(value: Boolean?)

Parameters

value

If set to false (the default) the grants will be revoked upon deletion, and if set to true the grants will try to be retired upon deletion. Note that retiring grants requires special permissions, hence why we default to revoking grants. See RetireGrant for more information.