Environment
Models an ALIYUN execution environment, for use within the CDK toolkit.
Initializer
import ros_cdk_cxapi
ros_cdk_cxapi.Environment(
account: str,
name: str,
region: str
)
Properties
| Name | Type | Description |
|---|---|---|
account |
str |
The ALIYUN account this environment deploys into. |
name |
str |
The arbitrary name of this environment (user-set, or at least user-meaningful). |
region |
str |
The ALIYUN region name where this environment deploys into. |
accountRequired
account: str
- Type: str
The ALIYUN account this environment deploys into.
nameRequired
name: str
- Type: str
The arbitrary name of this environment (user-set, or at least user-meaningful).
regionRequired
region: str
- Type: str
The ALIYUN region name where this environment deploys into.