AssetManifestFileDestination
The destination for a file asset, when it is given to the AssetManifestBuilder.
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore"
&alicloudroscdkcore.AssetManifestFileDestination {
BucketName: *string,
BucketPrefix: *string,
}
Properties
Name | Type | Description |
---|---|---|
BucketName |
*string |
Bucket name where the file asset should be written. |
BucketPrefix |
*string |
Prefix to prepend to the asset hash. |
BucketName
Required
BucketName *string
- Type: *string
Bucket name where the file asset should be written.
BucketPrefix
Optional
BucketPrefix *string
- Type: *string
- Default: ''
Prefix to prepend to the asset hash.