primaryBackup

@JvmName(name = "wchbxnqlioknlwsm")
suspend fun primaryBackup(value: Output<RecordSetRoutingPolicyPrimaryBackupArgs>)
@JvmName(name = "dmpielurtiimoffi")
suspend fun primaryBackup(value: RecordSetRoutingPolicyPrimaryBackupArgs?)

Parameters

value

The configuration for a primary-backup policy with global to regional failover. Queries are responded to with the global primary targets, but if none of the primary targets are healthy, then we fallback to a regional failover policy. Structure is document below.


@JvmName(name = "gewhmkixcnvdieps")
suspend fun primaryBackup(argument: suspend RecordSetRoutingPolicyPrimaryBackupArgsBuilder.() -> Unit)

Parameters

argument

The configuration for a primary-backup policy with global to regional failover. Queries are responded to with the global primary targets, but if none of the primary targets are healthy, then we fallback to a regional failover policy. Structure is document below.