Skip to main content

Initializers

import io.cdktn.cdktn.AnyListList;

new AnyListList(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Boolean wrapsSet);
NameTypeDescription
terraformResourceIInterpolatingParentNo description.
terraformAttributejava.lang.StringNo description.
wrapsSetjava.lang.BooleanNo description.

terraformResourceRequired


terraformAttributeRequired

  • Type: java.lang.String

wrapsSetRequired

  • Type: java.lang.Boolean

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

public DynamicListTerraformIterator allWithMapKey(java.lang.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: java.lang.String

computeFqn

public java.lang.String computeFqn()

resolve

public java.lang.Object resolve(IResolveContext _context)
Produce the Token’s value at resolution time.

_contextRequired


toString

public java.lang.String toString()
Return a string representation of this resolvable object. Returns a reversible string representation.

get

public IResolvable get(java.lang.Number index)

indexRequired

  • Type: java.lang.Number

Properties

NameTypeDescription
creationStackjava.util.List< java.lang.String >The creation stack of this resolvable which will be appended to errors thrown during resolution.
fqnjava.lang.StringNo description.

creationStackRequired

public java.util.List<java.lang.String> getCreationStack();
  • Type: java.util.List< java.lang.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 java.lang.String getFqn();
  • Type: java.lang.String