GatewayUpdate interface

Describes a Gateway Update.

Extends

Properties

allowedFeatures

Specifies the list of features that are enabled for this Gateway.

gatewayBypass

Specifies the list of domain names that should bypass the gateway. Each entry must be a valid DNS hostname.

Inherited Properties

tags

Resource tags

Property Details

allowedFeatures

Specifies the list of features that are enabled for this Gateway.

allowedFeatures?: string[]

Property Value

string[]

gatewayBypass

Specifies the list of domain names that should bypass the gateway. Each entry must be a valid DNS hostname.

gatewayBypass?: string[]

Property Value

string[]

Inherited Property Details

tags

Resource tags

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From ResourceUpdate.tags