retentionPolicy

@JvmName(name = "frdavgyqbisbexcv")
suspend fun retentionPolicy(value: Output<DomainRetentionPolicyArgs>)
@JvmName(name = "kpglvgpjlimyxiwe")
suspend fun retentionPolicy(value: DomainRetentionPolicyArgs?)

Parameters

value

The retention policy for this domain, which specifies whether resources will be retained after the Domain is deleted. By default, all resources are retained. See Retention Policy below.


@JvmName(name = "owkkihrexponuvee")
suspend fun retentionPolicy(argument: suspend DomainRetentionPolicyArgsBuilder.() -> Unit)

Parameters

argument

The retention policy for this domain, which specifies whether resources will be retained after the Domain is deleted. By default, all resources are retained. See Retention Policy below.