Skip to main content

Initializers

using Io.Cdktn;

new AnyListList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet);
NameTypeDescription
TerraformResourceIInterpolatingParentNo description.
TerraformAttributestringNo description.
WrapsSetboolNo 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

private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName)
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

private string ComputeFqn()

Resolve

private object Resolve(IResolveContext Context)
Produce the Token’s value at resolution time.

ContextRequired


ToString

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

Get

private IResolvable Get(double Index)

IndexRequired

  • Type: double

Properties

NameTypeDescription
CreationStackstring[]The creation stack of this resolvable which will be appended to errors thrown during resolution.
FqnstringNo description.

CreationStackRequired

public string[] CreationStack { get; }
  • 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

public string Fqn { get; }
  • Type: string