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. |
account
Required
account: str
- Type: str
The ALIYUN account this environment deploys into.
name
Required
name: str
- Type: str
The arbitrary name of this environment (user-set, or at least user-meaningful).
region
Required
region: str
- Type: str
The ALIYUN region name where this environment deploys into.