Skip to main content

Initializers


terraformResourceRequired


terraformAttributeRequired

  • Type: string

complexObjectIsFromSetRequired

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

complexObjectIndexOptional

  • Type: string | number
the index of the complex object in a list.

Methods


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

Produce the Token’s value at resolution time.

_contextRequired


toString

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

Properties


creationStackRequired

  • Type: string[]
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: string