Uses of Interface
software.amazon.awscdk.core.Environment
Packages that use Environment
Package
Description
AWS Cloud Development Kit Core Library
integ-tests
@aws-cdk/aws-dynamodb-global
-
Uses of Environment in software.amazon.awscdk.core
Classes in software.amazon.awscdk.core that implement EnvironmentMethods in software.amazon.awscdk.core 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.core 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() -
Uses of Environment in software.amazon.awscdk.integtests
Methods in software.amazon.awscdk.integtests that return EnvironmentMethods in software.amazon.awscdk.integtests with parameters of type EnvironmentModifier 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.dynamodb.global
Methods in software.amazon.awscdk.services.dynamodb.global that return EnvironmentModifier and TypeMethodDescriptionfinal EnvironmentGlobalTableProps.Jsii$Proxy.getEnv()Deprecated.Methods in software.amazon.awscdk.services.dynamodb.global with parameters of type EnvironmentModifier and TypeMethodDescriptionGlobalTable.Builder.env(Environment env) Deprecated.The AWS environment (account/region) where this stack will be deployed.GlobalTableProps.Builder.env(Environment env) Deprecated.Sets the value ofStackProps.getEnv()