FileDestination
Where in OSS bucket a file asset needs to be published.
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema"
&alicloudroscdkassemblyschema.FileDestination {
Region: *string,
BucketName: *string,
ObjectKey: *string,
}
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
Region *string
- Type: *string
- Default: Current region
The region where this asset will need to be published.
BucketNameRequired
BucketName *string
- Type: *string
The name of the bucket.
ObjectKeyRequired
ObjectKey *string
- Type: *string
The destination object key.