Represents the definition of the geo cascading rules for a publish token.

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

Properties

clusters?: string[]

List of cluster IDs to geo cascade publish stream. 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 cascade.

Default Value

Defaults to Account settings if unset for publish token.