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 cdktn
cdktn.StringListMap(
terraform_resource: IInterpolatingParent,
terraform_attribute: str
)
Methods
| Name | Description |
|---|
compute_fqn | No description. |
interpolation_for_attribute | No description. |
resolve | Produce the Token’s value at resolution time. |
to_string | Return a string representation of this resolvable object. |
get | No description. |
compute_fqn
interpolation_for_attribute
def interpolation_for_attribute(
property: str
) -> IResolvable
propertyRequired
resolve
def resolve(
_context: IResolveContext
) -> typing.Any
Produce the Token’s value at resolution time.
_contextRequired
to_string
Return a string representation of this resolvable object.
Returns a reversible string representation.
get
def get(
key: str
) -> typing.List[str]
keyRequired
Properties
| Name | Type | Description |
|---|
creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn | str | No description. |
creation_stackRequired
creation_stack: typing.List[str]
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