Skip to content

Environment

Models an ALIYUN execution environment, for use within the CDK toolkit.

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cxapi;
new Environment {
    string Account,
    string Name,
    string Region
};

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

public string Account { get; set; }
  • Type: string

The ALIYUN account this environment deploys into.


NameRequired

public string Name { get; set; }
  • Type: string

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


RegionRequired

public string Region { get; set; }
  • Type: string

The ALIYUN region name where this environment deploys into.