- Implements: ITerraformAddressable, IResolvable
Initializers
| Name | Type | Description |
|---|---|---|
terraform_resource | IInterpolatingParent | No description. |
terraform_attribute | str | No description. |
terraform_resourceRequired
- Type: IInterpolatingParent
terraform_attributeRequired
- Type: str
Methods
| Name | Description |
|---|---|
compute_fqn | No description. |
lookup | No description. |
resolve | Produce the Token’s value at resolution time. |
to_string | Return a string representation of this resolvable object. |
compute_fqn
lookup
keyRequired
- Type: str
resolve
_contextRequired
- Type: IResolveContext
to_string
Properties
| Name | Type | Description |
|---|---|---|
creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn | str | No description. |
creation_stackRequired
- Type: typing.List[str]
fqnRequired
- Type: str