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 { StringListMap } from 'cdktn'
new StringListMap(terraformResource: IInterpolatingParent, terraformAttribute: string)
| Name | Type | Description |
|---|
terraformResource | IInterpolatingParent | No description. |
terraformAttribute | string | No description. |
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 computeFqn(): string
interpolationForAttribute
public interpolationForAttribute(property: string): IResolvable
propertyRequired
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(key: string): string[]
keyRequired
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;