- Implements: IInterpolatingParent, IResolvable, ITerraformAddressable
Initializers
| Name | Type | Description |
|---|---|---|
terraformResource | IInterpolatingParent | No description. |
terraformAttribute | string | No description. |
complexObjectIsFromSet | boolean | 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 | number | the index of the complex object in a list. |
terraformResourceRequired
- Type: IInterpolatingParent
terraformAttributeRequired
- Type: string
complexObjectIsFromSetRequired
- Type: boolean
complexObjectIndexOptional
- Type: string | number
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