| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environment.Builder.build()
Builds the configured instance.
|
default Environment |
StackProps.getEnv()
(experimental) The AWS environment (account/region) where this stack will be deployed.
|
Environment |
StackProps.Jsii$Proxy.getEnv() |
default Environment |
StageProps.getEnv()
(experimental) 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)
(experimental) The AWS environment (account/region) where this stack will be deployed.
|
Stage.Builder |
Stage.Builder.env(Environment env)
(experimental) Default AWS environment (account/region) for `Stack`s in this `Stage`.
|
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() |
| 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.