@aws-cdk/cx-api¶
Reference¶
Environment (interface)¶
-
class
_aws-cdk_cx-api.
Environment
¶ Models an AWS execution environment, for use within the CDK toolkit.
-
name
¶ The arbitrary name of this environment (user-set, or at least user-meaningful)
Type: string
-
account
¶ The 12-digit AWS account ID for the account this environment deploys into
Type: string
-
region
¶ The AWS region name where this environment deploys into
Type: string
-