Environment
Models an ALIYUN execution environment, for use within the CDK toolkit.
Initializer
import { Environment } from '@alicloud/ros-cdk-cxapi'
const environment: Environment = { ... }
Properties
Name | Type | Description |
---|---|---|
account |
string |
The ALIYUN account this environment deploys into. |
name |
string |
The arbitrary name of this environment (user-set, or at least user-meaningful). |
region |
string |
The ALIYUN region name where this environment deploys into. |
account
Required
public readonly account: string;
- Type: string
The ALIYUN account this environment deploys into.
name
Required
public readonly name: string;
- Type: string
The arbitrary name of this environment (user-set, or at least user-meaningful).
region
Required
public readonly region: string;
- Type: string
The ALIYUN region name where this environment deploys into.