ConfigVarKind Type
How a configuration variable gets its value
Union cases
| Union case |
Description
|
Full Usage:
AutoGenerated initialValue
Parameters:
string option
|
Auto-generated value with optional initial/default value
|
Full Usage:
AutoProvisioned
|
Set automatically by a provisioning script (e.g., third-party service setup) |
Full Usage:
Infrastructure
|
Set automatically by CloudFormation/infrastructure (not editable in staging/prod) |
Full Usage:
Manual
|
Must be explicitly provided by the user |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAutoGenerated
Returns: bool
|
|
Full Usage:
this.IsAutoProvisioned
Returns: bool
|
|
Full Usage:
this.IsInfrastructure
Returns: bool
|
|
Full Usage:
this.IsManual
Returns: bool
|
|
UnionConfig