- Implements: IInterpolatingParent, IResolvable, ITerraformAddressable
Initializers
| Name | Type | Description |
|---|---|---|
terraform_resource | IInterpolatingParent | No description. |
terraform_attribute | str | No description. |
complex_computed_list_index | str | No description. |
wraps_set | bool | No description. |
terraform_resourceRequired
- Type: IInterpolatingParent
terraform_attributeRequired
- Type: str
complex_computed_list_indexRequired
- Type: str
wraps_setOptional
- Type: bool
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
compute_fqnget_any_map_attribute
get_any_map_attributeterraform_attributeRequired
- Type: str
get_boolean_attribute
get_boolean_attributeterraform_attributeRequired
- Type: str
get_boolean_map_attribute
get_boolean_map_attributeterraform_attributeRequired
- Type: str
get_list_attribute
get_list_attributeterraform_attributeRequired
- Type: str
get_number_attribute
get_number_attributeterraform_attributeRequired
- Type: str
get_number_list_attribute
get_number_list_attributeterraform_attributeRequired
- Type: str
get_number_map_attribute
get_number_map_attributeterraform_attributeRequired
- Type: str
get_string_attribute
get_string_attributeterraform_attributeRequired
- Type: str
get_string_map_attribute
get_string_map_attributeterraform_attributeRequired
- Type: str
interpolation_for_attribute
interpolation_for_attributepropertyRequired
- Type: str
resolve
resolve_contextRequired
- Type: IResolveContext
to_string
to_stringProperties
| 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
creation_stack- Deprecated: Going to be replaced by Array of ComplexListItem and will be removed in the future
- Type: typing.List[str]
fqnRequired
fqn- Deprecated: Going to be replaced by Array of ComplexListItem and will be removed in the future
- Type: str