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.NewBooleanMap(terraformResource IInterpolatingParent, terraformAttribute *string) BooleanMap
| Name | Type | Description |
|---|
terraformResource | IInterpolatingParent | No description. |
terraformAttribute | *string | No description. |
Methods
| Name | Description |
|---|
ComputeFqn | No description. |
Lookup | No description. |
Resolve | Produce the Token’s value at resolution time. |
ToString | Return a string representation of this resolvable object. |
ComputeFqn
func ComputeFqn() *string
Lookup
func Lookup(key *string) IResolvable
keyRequired
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.
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