Environment
Models an ALIYUN execution environment, for use within the CDK toolkit.
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcxapi"
&alicloudroscdkcxapi.Environment {
Account: *string,
Name: *string,
Region: *string,
}
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
Account *string
- Type: *string
The ALIYUN account this environment deploys into.
Name
Required
Name *string
- Type: *string
The arbitrary name of this environment (user-set, or at least user-meaningful).
Region
Required
Region *string
- Type: *string
The ALIYUN region name where this environment deploys into.