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. |
RegionOptional
public string Region { get; set; }
- Type: string
- Default: Current region
The region where this asset will need to be published.
BucketNameRequired
public string BucketName { get; set; }
- Type: string
The name of the bucket.
ObjectKeyRequired
public string ObjectKey { get; set; }
- Type: string
The destination object key.