Skip to main content

Initializers


terraform_resourceRequired


terraform_attributeRequired

  • Type: str

complex_object_is_from_setRequired

  • Type: 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_indexOptional

  • Type: str | typing.Union[int, float]
the index of the complex object in a list.

Methods


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

Produce the Token’s value at resolution time.

_contextRequired


to_string

Return a string representation of this resolvable object. Returns a reversible string representation.

Properties


creation_stackRequired

  • Type: typing.List[str]
The creation stack of this resolvable which will be appended to errors thrown during resolution. If this returns an empty array the stack will not be attached.

fqnRequired

  • Type: str