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
using Io.Cdktn;
new NumberListList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet);
| Name | Type | Description |
|---|
TerraformResource | IInterpolatingParent | No description. |
TerraformAttribute | string | No description. |
WrapsSet | bool | No description. |
WrapsSetRequired
Methods
| Name | Description |
|---|
AllWithMapKey | Creating an iterator for this complex list. |
ComputeFqn | No description. |
Resolve | Produce the Token’s value at resolution time. |
ToString | Return a string representation of this resolvable object. |
Get | No 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
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 double[] Get(double Index)
IndexRequired
Properties
| Name | Type | Description |
|---|
CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
Fqn | string | No description. |
CreationStackRequired
public string[] CreationStack { get; }
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; }