Uses of Interface
software.amazon.awscdk.Environment
Packages that use Environment
-
Uses of Environment in software.amazon.awscdk
Classes in software.amazon.awscdk that implement EnvironmentMethods in software.amazon.awscdk that return EnvironmentModifier and TypeMethodDescriptionEnvironment.Builder.build()Builds the configured instance.default EnvironmentStackProps.getEnv()The AWS environment (account/region) where this stack will be deployed.final EnvironmentStackProps.Jsii$Proxy.getEnv()default EnvironmentStageProps.getEnv()Default AWS environment (account/region) forStacks in thisStage.final EnvironmentStageProps.Jsii$Proxy.getEnv()Methods in software.amazon.awscdk with parameters of type EnvironmentModifier 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) forStacks in thisStage.StageProps.Builder.env(Environment env) Sets the value ofStageProps.getEnv()