Initializer
Properties
| Name | Type | Description |
|---|---|---|
value | java.lang.Object | No description. |
dependsOn | java.util.List<ITerraformDependable> | No description. |
description | java.lang.String | No description. |
precondition | Precondition | No description. |
sensitive | java.lang.Boolean | No description. |
staticId | java.lang.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: java.lang.Object
dependsOnOptional
- Type: java.util.List<ITerraformDependable>
descriptionOptional
- Type: java.lang.String
preconditionOptional
- Type: Precondition
sensitiveOptional
- Type: java.lang.Boolean
staticIdOptional
- Type: java.lang.Boolean
- Default: false
id passed to the constructor instead of the default (TerraformOutput.friendlyUniqueId).