- Implements: IInterpolatingParent, IResolvable, ITerraformAddressable
Initializers
| Name | Type | Description |
|---|---|---|
TerraformResource | IInterpolatingParent | No description. |
TerraformAttribute | string | No description. |
ComplexObjectIsFromSet | bool | set to true if this item is from inside a set and needs tolist() for accessing it set to “0” for single list items. |
ComplexObjectIndex | string|double | the index of the complex object in a list. |
TerraformResourceRequired
- Type: IInterpolatingParent
TerraformAttributeRequired
- Type: string
ComplexObjectIsFromSetRequired
- Type: bool
ComplexObjectIndexOptional
- Type: string|double
Methods
| Name | Description |
|---|---|
ComputeFqn | No description. |
GetAnyMapAttribute | No description. |
GetBooleanAttribute | No description. |
GetBooleanMapAttribute | No description. |
GetListAttribute | No description. |
GetNumberAttribute | No description. |
GetNumberListAttribute | No description. |
GetNumberMapAttribute | No description. |
GetStringAttribute | No description. |
GetStringMapAttribute | No description. |
InterpolationForAttribute | No description. |
Resolve | Produce the Token’s value at resolution time. |
ToString | Return a string representation of this resolvable object. |
ComputeFqn
GetAnyMapAttribute
TerraformAttributeRequired
- Type: string
GetBooleanAttribute
TerraformAttributeRequired
- Type: string
GetBooleanMapAttribute
TerraformAttributeRequired
- Type: string
GetListAttribute
TerraformAttributeRequired
- Type: string
GetNumberAttribute
TerraformAttributeRequired
- Type: string
GetNumberListAttribute
TerraformAttributeRequired
- Type: string
GetNumberMapAttribute
TerraformAttributeRequired
- Type: string
GetStringAttribute
TerraformAttributeRequired
- Type: string
GetStringMapAttribute
TerraformAttributeRequired
- Type: string
InterpolationForAttribute
PropertyRequired
- Type: string
Resolve
ContextRequired
- Type: IResolveContext
ToString
Properties
| Name | Type | Description |
|---|---|---|
CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
Fqn | string | No description. |
CreationStackRequired
- Type: string[]
FqnRequired
- Type: string