- Implements: IInterpolatingParent, IResolvable, ITerraformAddressable
Initializers
| Name | Type | Description |
|---|---|---|
terraformResource | IInterpolatingParent | No description. |
terraformAttribute | java.lang.String | No description. |
complexObjectIsFromSet | java.lang.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 | java.lang.String|java.lang.Number | the index of the complex object in a list. |
terraformResourceRequired
- Type: IInterpolatingParent
terraformAttributeRequired
- Type: java.lang.String
complexObjectIsFromSetRequired
- Type: java.lang.Boolean
complexObjectIndexOptional
- Type: java.lang.String|java.lang.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: java.lang.String
getBooleanAttribute
terraformAttributeRequired
- Type: java.lang.String
getBooleanMapAttribute
terraformAttributeRequired
- Type: java.lang.String
getListAttribute
terraformAttributeRequired
- Type: java.lang.String
getNumberAttribute
terraformAttributeRequired
- Type: java.lang.String
getNumberListAttribute
terraformAttributeRequired
- Type: java.lang.String
getNumberMapAttribute
terraformAttributeRequired
- Type: java.lang.String
getStringAttribute
terraformAttributeRequired
- Type: java.lang.String
getStringMapAttribute
terraformAttributeRequired
- Type: java.lang.String
interpolationForAttribute
propertyRequired
- Type: java.lang.String
resolve
_contextRequired
- Type: IResolveContext
toString
Properties
| Name | Type | Description |
|---|---|---|
creationStack | java.util.List< java.lang.String > | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn | java.lang.String | No description. |
creationStackRequired
- Type: java.util.List< java.lang.String >
fqnRequired
- Type: java.lang.String