Skip to content

AliCloudDestination

Destination for assets that need to be uploaded to AliCloud.

Initializer

using AlibabaCloud.SDK.ROS.CDK.Assembly.Schema;
new AliCloudDestination {
    string Region = null
};

Properties

Name Type Description
Region string The region where this asset will need to be published.

RegionOptional

public string Region { get; set; }
  • Type: string
  • Default: Current region

The region where this asset will need to be published.