Initializer
Properties
| Name | Type | Description |
|---|---|---|
Value | interface{} | No description. |
DependsOn | *[]ITerraformDependable | No description. |
Description | *string | No description. |
Precondition | Precondition | No description. |
Sensitive | *bool | No description. |
StaticId | *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: interface{}
DependsOnOptional
- Type: *[]ITerraformDependable
DescriptionOptional
- Type: *string
PreconditionOptional
- Type: Precondition
SensitiveOptional
- Type: *bool
StaticIdOptional
- Type: *bool
- Default: false
id passed to the constructor instead of the default (TerraformOutput.friendlyUniqueId).