| 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 |
StageProps.getEnv()
Default AWS environment (account/region) for `Stack`s in this `Stage`.
|
Environment |
StageProps.Jsii$Proxy.getEnv() |
default Environment |
StackProps.getEnv()
The AWS environment (account/region) where this stack will be deployed.
|
Environment |
StackProps.Jsii$Proxy.getEnv() |
| Modifier and Type | Method and Description |
|---|---|
Stage.Builder |
Stage.Builder.env(Environment env)
Default AWS environment (account/region) for `Stack`s in this `Stage`.
|
StageProps.Builder |
StageProps.Builder.env(Environment env)
Sets the value of
StageProps.getEnv() |
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() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean analyticsReporting,
String description,
Environment env,
String stackName,
IStackSynthesizer synthesizer,
Map<String,String> tags,
Boolean terminationProtection)
Constructor that initializes the object based on literal property values passed by the
StackProps.Builder. |
Jsii$Proxy(Environment env,
String outdir)
Constructor that initializes the object based on literal property values passed by the
StageProps.Builder. |
Copyright © 2021. All rights reserved.