Skip to content

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.

AccountRequired

Account *string
  • Type: *string

The ALIYUN account this environment deploys into.


NameRequired

Name *string
  • Type: *string

The arbitrary name of this environment (user-set, or at least user-meaningful).


RegionRequired

Region *string
  • Type: *string

The ALIYUN region name where this environment deploys into.