| Package | Description |
|---|---|
| software.amazon.awscdk.core |
monocdk Experiment
|
| software.amazon.awscdk.integtests |
integ-tests
|
| 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()
(experimental) Default AWS environment (account/region) for `Stack`s in this `Stage`.
|
Environment |
StageProps.Jsii$Proxy.getEnv() |
default Environment |
StackProps.getEnv()
(experimental) The AWS environment (account/region) where this stack will be deployed.
|
Environment |
StackProps.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.
|
StageProps.Builder |
StageProps.Builder.env(Environment env)
Sets the value of
StageProps.getEnv() |
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() |
| Modifier and Type | Method and Description |
|---|---|
Environment |
IntegTestCaseStackProps.Jsii$Proxy.getEnv() |
| Modifier and Type | Method and Description |
|---|---|
IntegTestCaseStackProps.Builder |
IntegTestCaseStackProps.Builder.env(Environment env)
Sets the value of
StackProps.getEnv() |
IntegTestCaseStack.Builder |
IntegTestCaseStack.Builder.env(Environment env)
(experimental) The AWS environment (account/region) where this stack will be deployed.
|
Copyright © 2022. All rights reserved.