- 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 | interface{} | the index of the complex object in a list. |
terraformResourceRequired
- Type: IInterpolatingParent
terraformAttributeRequired
- Type: *string
complexObjectIsFromSetRequired
- Type: *bool
complexObjectIndexOptional
- Type: interface{}
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