Skip to main content

Initializers

import io.cdktn.cdktn.StringMapList;

new StringMapList(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
computeFqnNo description.
interpolationForAttributeNo description.
resolveProduce the Token’s value at resolution time.
toStringReturn a string representation of this resolvable object.
getNo description.

computeFqn

public java.lang.String computeFqn()

interpolationForAttribute

public IResolvable interpolationForAttribute(java.lang.String property)

propertyRequired

  • Type: java.lang.String

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 StringMap 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