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.StringListList(
terraform_resource: IInterpolatingParent,
terraform_attribute: str,
wraps_set: bool
)
| Name | Type | Description |
|---|
terraform_resource | IInterpolatingParent | No description. |
terraform_attribute | str | No description. |
wraps_set | bool | No description. |
wraps_setRequired
Methods
| Name | Description |
|---|
all_with_map_key | Creating an iterator for this complex list. |
compute_fqn | No description. |
resolve | Produce the Token’s value at resolution time. |
to_string | Return a string representation of this resolvable object. |
get | No description. |
all_with_map_key
def all_with_map_key(
map_key_attribute_name: str
) -> DynamicListTerraformIterator
Creating an iterator for this complex list.
The list will be converted into a map with the mapKeyAttributeName as the key.
map_key_attribute_nameRequired
compute_fqn
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(
index: typing.Union[int, float]
) -> typing.List[str]
indexRequired
- Type: typing.Union[int, float]
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