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.NewStringListMap(terraformResource IInterpolatingParent, terraformAttribute *string) StringListMap
| 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
func ComputeFqn() *string
InterpolationForAttribute
func InterpolationForAttribute(property *string) IResolvable
propertyRequired
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(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
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