Represents the settings of the geo cascading feature at the account level.

interface AccountGeoCascade {
    clusters?: string[];
    isEnabled: boolean;
}

Properties

Properties

clusters?: string[]

List of cluster IDs to geo cascade a publish stream to. This list cannot be empty when isEnabled is true. This list is ignored when isEnabled is set to false.

Default Value

Defaults to ["all"] if unset.

isEnabled: boolean

Enable or disable geo cascading.