ttlConfig

@JvmName(name = "axxsdtbdukavqdav")
suspend fun ttlConfig(value: Output<FieldTtlConfigArgs>)
@JvmName(name = "oefxiydjkxsnnltw")
suspend fun ttlConfig(value: FieldTtlConfigArgs?)

Parameters

value

The TTL configuration for this Field. If set to an empty block (i.e. ttl_config {}), a TTL policy is configured based on the field. If unset, a TTL policy is not configured (or will be disabled upon updating the resource). Structure is documented below.


@JvmName(name = "iceximjqyltxvjwl")
suspend fun ttlConfig(argument: suspend FieldTtlConfigArgsBuilder.() -> Unit)

Parameters

argument

The TTL configuration for this Field. If set to an empty block (i.e. ttl_config {}), a TTL policy is configured based on the field. If unset, a TTL policy is not configured (or will be disabled upon updating the resource). Structure is documented below.