| Modifier and Type | Method and Description |
|---|---|
Stack |
Stack.Builder.build() |
Stack |
Stack.getParentStack()
Returns the parent stack if this stack is nested.
|
Stack |
CfnElement.getStack()
The stack in which this element is defined.
|
Stack |
IResource.getStack()
The stack in which this resource is defined.
|
Stack |
IResource.Jsii$Proxy.getStack()
The stack in which this resource is defined.
|
Stack |
Resource.getStack()
The stack in which this resource is defined.
|
static Stack |
Stack.of(IConstruct construct)
Looks up the first stack scope in which `construct` is defined.
|
| Modifier and Type | Method and Description |
|---|---|
List<Stack> |
Stack.getDependencies()
Return the stacks this stack depends on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stack.addDependency(Stack stack)
Add a dependency between this stack and another stack.
|
void |
Stack.addDependency(Stack stack,
String reason)
Add a dependency between this stack and another stack.
|
static String |
Arn.format(ArnComponents components,
Stack stack)
Creates an ARN from components.
|
protected IResolvable |
Stack.prepareCrossReference(Stack sourceStack,
Reference reference)
Exports a resolvable value for use in another stack.
|
Copyright © 2019. All rights reserved.