- Implements: IInterpolatingParent, IResolvable, ITerraformAddressable
Initializers
| Name | Type | Description |
|---|---|---|
terraform_resource | IInterpolatingParent | No description. |
terraform_attribute | str | No description. |
complex_object_is_from_set | 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. |
complex_object_index | str | typing.Union[int, float] | the index of the complex object in a list. |
terraform_resourceRequired
- Type: IInterpolatingParent
terraform_attributeRequired
- Type: str
complex_object_is_from_setRequired
- Type: bool
complex_object_indexOptional
- Type: str | typing.Union[int, float]
Methods
| Name | Description |
|---|---|
compute_fqn | No description. |
get_any_map_attribute | No description. |
get_boolean_attribute | No description. |
get_boolean_map_attribute | No description. |
get_list_attribute | No description. |
get_number_attribute | No description. |
get_number_list_attribute | No description. |
get_number_map_attribute | No description. |
get_string_attribute | No description. |
get_string_map_attribute | No description. |
interpolation_for_attribute | No description. |
resolve | Produce the Token’s value at resolution time. |
to_string | Return a string representation of this resolvable object. |
compute_fqn
get_any_map_attribute
terraform_attributeRequired
- Type: str
get_boolean_attribute
terraform_attributeRequired
- Type: str
get_boolean_map_attribute
terraform_attributeRequired
- Type: str
get_list_attribute
terraform_attributeRequired
- Type: str
get_number_attribute
terraform_attributeRequired
- Type: str
get_number_list_attribute
terraform_attributeRequired
- Type: str
get_number_map_attribute
terraform_attributeRequired
- Type: str
get_string_attribute
terraform_attributeRequired
- Type: str
get_string_map_attribute
terraform_attributeRequired
- Type: str
interpolation_for_attribute
propertyRequired
- 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