Skip to main content

Initializers

import io.cdktn.cdktn.NumberListMap;

new NumberListMap(IInterpolatingParent terraformResource, java.lang.String terraformAttribute);
NameTypeDescription
terraformResourceIInterpolatingParentNo description.
terraformAttributejava.lang.StringNo description.

terraformResourceRequired


terraformAttributeRequired

  • Type: java.lang.String

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 java.util.List<java.lang.Number> get(java.lang.String key)

keyRequired

  • Type: java.lang.String

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