Hierarchy (view full)

Constructors

  • Construct function argument.

    Parameters

    • name: string

      function name

    • Rest ...args: any[]

      function arguments

    Returns Function

Methods

  • Get argument's attribute.

    Parameters

    • name: string

      attribute name

    Returns Argument<string>

  • To string.

    Use this method when argument is used as an interpolation in a Terraform string or heredoc.

    It is automatically called when argument is used in template literal.

    Returns string

  • To Terraform representation.

    Use this method when argument is used as an interpolation in another Terraform argument or code.

    Returns string