| Modifier and Type | Method and Description |
|---|---|
ConstructNode |
IResource.Jsii$Proxy.getNode()
The construct node in the tree.
|
ConstructNode |
Construct.getNode()
Construct tree node which offers APIs for interacting with the construct tree.
|
ConstructNode |
IConstruct.getNode()
The construct node in the tree.
|
ConstructNode |
IConstruct.Jsii$Proxy.getNode()
The construct node in the tree.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ConstructNode.prepare(ConstructNode node)
Invokes "prepare" on all constructs (depth-first, post-order) in the tree under `node`.
|
static software.amazon.awscdk.cxapi.CloudAssembly |
ConstructNode.synth(ConstructNode root)
Synthesizes a CloudAssembly from a construct tree.
|
static software.amazon.awscdk.cxapi.CloudAssembly |
ConstructNode.synth(ConstructNode root,
SynthesisOptions options)
Synthesizes a CloudAssembly from a construct tree.
|
static List<ValidationError> |
ConstructNode.validate(ConstructNode node)
Invokes "validate" on all constructs in the tree (depth-first, pre-order) and returns the list of all errors.
|
Copyright © 2019. All rights reserved.