Header menu logo UnionConfig

ConfigVarKind Type

How a configuration variable gets its value

Union cases

Union case Description

AutoGenerated initialValue

Full Usage: AutoGenerated initialValue

Parameters:
    initialValue : string option

Auto-generated value with optional initial/default value

initialValue : string option

AutoProvisioned

Full Usage: AutoProvisioned

Set automatically by a provisioning script (e.g., third-party service setup)

Infrastructure

Full Usage: Infrastructure

Set automatically by CloudFormation/infrastructure (not editable in staging/prod)

Manual

Full Usage: Manual

Must be explicitly provided by the user

Instance members

Instance member Description

this.IsAutoGenerated

Full Usage: this.IsAutoGenerated

Returns: bool
Returns: bool

this.IsAutoProvisioned

Full Usage: this.IsAutoProvisioned

Returns: bool
Returns: bool

this.IsInfrastructure

Full Usage: this.IsInfrastructure

Returns: bool
Returns: bool

this.IsManual

Full Usage: this.IsManual

Returns: bool
Returns: bool

Type something to start searching.