Skip to main content

Initializers

import "github.com/open-constructs/cdk-terrain-go/cdktn"

cdktn.NewBooleanListList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) BooleanListList
NameTypeDescription
terraformResourceIInterpolatingParentNo description.
terraformAttribute*stringNo description.
wrapsSet*boolNo description.

terraformResourceRequired


terraformAttributeRequired

  • Type: *string

wrapsSetRequired

  • Type: *bool

Methods

NameDescription
AllWithMapKeyCreating an iterator for this complex list.
ComputeFqnNo description.
ResolveProduce the Token’s value at resolution time.
ToStringReturn a string representation of this resolvable object.
GetNo description.

AllWithMapKey

func AllWithMapKey(mapKeyAttributeName *string) DynamicListTerraformIterator
Creating an iterator for this complex list. The list will be converted into a map with the mapKeyAttributeName as the key.

mapKeyAttributeNameRequired

  • Type: *string

ComputeFqn

func ComputeFqn() *string

Resolve

func Resolve(_context IResolveContext) interface{}
Produce the Token’s value at resolution time.

_contextRequired


ToString

func ToString() *string
Return a string representation of this resolvable object. Returns a reversible string representation.

Get

func Get(index *f64) IResolvable

indexRequired

  • Type: *f64

Properties

NameTypeDescription
CreationStack*[]*stringThe creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn*stringNo description.

CreationStackRequired

func CreationStack() *[]*string
  • 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

func Fqn() *string
  • Type: *string