Skip to content

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.

BucketNameRequired

BucketName *string
  • Type: *string

Bucket name where the file asset should be written.


BucketPrefixOptional

BucketPrefix *string
  • Type: *string
  • Default: ''

Prefix to prepend to the asset hash.