| Modifier and Type | Class and Description |
|---|---|
static class |
Environment.Jsii$Proxy
An implementation for
Environment |
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environment.Builder.build()
Builds the configured instance.
|
default Environment |
StackProps.getEnv()
The AWS environment (account/region) where this stack will be deployed.
|
Environment |
StackProps.Jsii$Proxy.getEnv() |
default Environment |
StageProps.getEnv()
Default AWS environment (account/region) for `Stack`s in this `Stage`.
|
Environment |
StageProps.Jsii$Proxy.getEnv() |
| Modifier and Type | Method and Description |
|---|---|
Stack.Builder |
Stack.Builder.env(Environment env)
The AWS environment (account/region) where this stack will be deployed.
|
StackProps.Builder |
StackProps.Builder.env(Environment env)
Sets the value of
StackProps.getEnv() |
StageProps.Builder |
StageProps.Builder.env(Environment env)
Sets the value of
StageProps.getEnv() |
Stage.Builder |
Stage.Builder.env(Environment env)
Default AWS environment (account/region) for `Stack`s in this `Stage`.
|
Copyright © 2020. All rights reserved.