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 "github.com/open-constructs/cdk-terrain-go/cdktn"
cdktn.NewStringListList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StringListList
| 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
func 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
func ComputeFqn() *string
Resolve
func Resolve(_context IResolveContext) interface{}
Produce the Token’s value at resolution time.
_contextRequired
ToString
Return a string representation of this resolvable object.
Returns a reversible string representation.
Get
func Get(index *f64) *[]*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
func 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