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 { StringListList } from 'cdktn'
new StringListList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean)
| Name | Type | Description |
|---|
terraformResource | IInterpolatingParent | No description. |
terraformAttribute | string | No description. |
wrapsSet | boolean | 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
public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator
Creating an iterator for this complex list.
The list will be converted into a map with the mapKeyAttributeName as the key.
mapKeyAttributeNameRequired
computeFqn
public computeFqn(): string
resolve
public resolve(_context: IResolveContext): any
Produce the Token’s value at resolution time.
_contextRequired
toString
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
get
public get(index: number): string[]
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 readonly creationStack: 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 readonly fqn: string;