Initializer
Properties
| Name | Type | Description |
|---|---|---|
value | typing.Any | No description. |
depends_on | typing.List[ITerraformDependable] | No description. |
description | str | No description. |
precondition | Precondition | No description. |
sensitive | bool | No description. |
static_id | bool | 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: typing.Any
depends_onOptional
- Type: typing.List[ITerraformDependable]
descriptionOptional
- Type: str
preconditionOptional
- Type: Precondition
sensitiveOptional
- Type: bool
static_idOptional
- Type: bool
- Default: false
id passed to the constructor instead of the default (TerraformOutput.friendlyUniqueId).