GradientEdge CDK Utils
    Preparing search index...

    Interface ServiceBusGeoReplicationProps

    Geo-replication configuration for a Service Bus namespace. Provisioned via an ARM deployment using the 2024-01-01 Service Bus API version, which is the first stable version that exposes the geoDataReplication block.

    interface ServiceBusGeoReplicationProps {
        locations: Input<Input<ServiceBusGeoReplicationLocation>[]>;
        maxReplicationLagDurationInSeconds?: Input<number>;
    }
    Index

    Properties

    locations: Input<Input<ServiceBusGeoReplicationLocation>[]>

    Primary + one or more secondary regions.

    maxReplicationLagDurationInSeconds?: Input<number>

    Replication lag tolerance in seconds. 0 means synchronous replication. Async values typically sit in the 60–1440 range.