Initializer
Properties
| Name | Type | Description |
|---|---|---|
value | any | No description. |
dependsOn | ITerraformDependable[] | No description. |
description | string | No description. |
precondition | Precondition | No description. |
sensitive | boolean | No description. |
staticId | boolean | If set to true the synthesized Terraform Output will be named after the id passed to the constructor instead of the default (TerraformOutput.friendlyUniqueId). |
valueRequired
- Type: any
dependsOnOptional
- Type: ITerraformDependable[]
descriptionOptional
- Type: string
preconditionOptional
- Type: Precondition
sensitiveOptional
- Type: boolean
staticIdOptional
- Type: boolean
- Default: false
id passed to the constructor instead of the default (TerraformOutput.friendlyUniqueId).