Documentation Index
Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Initializers
import io.cdktn.cdktn.AnyMapList;
new AnyMapList(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Boolean wrapsSet);
| Name | Type | Description |
|---|
terraformResource | IInterpolatingParent | No description. |
terraformAttribute | java.lang.String | No description. |
wrapsSet | java.lang.Boolean | No description. |
wrapsSetRequired
Methods
| Name | Description |
|---|
computeFqn | No description. |
interpolationForAttribute | No description. |
resolve | Produce the Token’s value at resolution time. |
toString | Return a string representation of this resolvable object. |
get | No description. |
computeFqn
public java.lang.String computeFqn()
interpolationForAttribute
public IResolvable interpolationForAttribute(java.lang.String property)
propertyRequired
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 AnyMap get(java.lang.Number index)
indexRequired
Properties
| Name | Type | Description |
|---|
creationStack | java.util.List< java.lang.String > | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn | java.lang.String | No 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();