Uses of Interface
software.amazon.awscdk.Environment
Package
Description
AWS Cloud Development Kit Library
App Staging Synthesizer
integ-tests
AWS ServiceCatalogAppRegistry Construct Library
-
Uses of Environment in software.amazon.awscdk
Modifier and TypeMethodDescriptionEnvironment.Builder.build()
Builds the configured instance.default Environment
StackProps.getEnv()
The AWS environment (account/region) where this stack will be deployed.final Environment
StackProps.Jsii$Proxy.getEnv()
default Environment
StageProps.getEnv()
Default AWS environment (account/region) forStack
s in thisStage
.final Environment
StageProps.Jsii$Proxy.getEnv()
Modifier and TypeMethodDescriptionStack.Builder.env
(Environment env) The AWS environment (account/region) where this stack will be deployed.StackProps.Builder.env
(Environment env) Sets the value ofStackProps.getEnv()
Stage.Builder.env
(Environment env) Default AWS environment (account/region) forStack
s in thisStage
.StageProps.Builder.env
(Environment env) Sets the value ofStageProps.getEnv()
-
Uses of Environment in software.amazon.awscdk.app.staging.synthesizer.alpha
Modifier and TypeMethodDescriptionDefaultStagingStack.Builder.env
(Environment env) The AWS environment (account/region) where this stack will be deployed.DefaultStagingStackProps.Builder.env
(Environment env) Sets the value ofStackProps.getEnv()
-
Uses of Environment in software.amazon.awscdk.integtests.alpha
Modifier and TypeMethodDescriptionIntegTestCaseStack.Builder.env
(Environment env) The AWS environment (account/region) where this stack will be deployed.IntegTestCaseStackProps.Builder.env
(Environment env) Sets the value ofStackProps.getEnv()
-
Uses of Environment in software.amazon.awscdk.services.servicecatalogappregistry.alpha
Modifier and TypeMethodDescriptionfinal Environment
CreateTargetApplicationOptions.Jsii$Proxy.getEnv()
final Environment
ExistingTargetApplicationOptions.Jsii$Proxy.getEnv()
final Environment
TargetApplicationCommonOptions.Jsii$Proxy.getEnv()
Modifier and TypeMethodDescriptionCreateTargetApplicationOptions.Builder.env
(Environment env) Sets the value ofStackProps.getEnv()
ExistingTargetApplicationOptions.Builder.env
(Environment env) Sets the value ofStackProps.getEnv()
TargetApplicationCommonOptions.Builder.env
(Environment env) Sets the value ofStackProps.getEnv()