| Modifier and Type | Method and Description |
|---|---|
ConstructNode |
Construct.getNode()
The construct tree node associated with this construct.
|
ConstructNode |
IResource.Jsii$Proxy.getNode()
The construct tree node for this construct.
|
ConstructNode |
IConstruct.getNode()
The construct tree node for this construct.
|
ConstructNode |
IConstruct.Jsii$Proxy.getNode()
The construct tree node for this construct.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ConstructNode.prepare(ConstructNode node)
Deprecated.
Use `app.synth()` instead
|
static CloudAssembly |
ConstructNode.synth(ConstructNode node)
Deprecated.
Use `app.synth()` or `stage.synth()` instead
|
static CloudAssembly |
ConstructNode.synth(ConstructNode node,
SynthesisOptions options)
Deprecated.
Use `app.synth()` or `stage.synth()` instead
|
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 © 2020. All rights reserved.