FileDestination
Where in OSS bucket a file asset needs to be published.
Initializer
using AlibabaCloud.SDK.ROS.CDK.Assembly.Schema;
new FileDestination {
string Region = null,
string BucketName,
string ObjectKey
};
Properties
Name | Type | Description |
---|---|---|
Region |
string |
The region where this asset will need to be published. |
BucketName |
string |
The name of the bucket. |
ObjectKey |
string |
The destination object key. |
Region
Optional
public string Region { get; set; }
- Type: string
- Default: Current region
The region where this asset will need to be published.
BucketName
Required
public string BucketName { get; set; }
- Type: string
The name of the bucket.
ObjectKey
Required
public string ObjectKey { get; set; }
- Type: string
The destination object key.