Skip to content

AssetManifestFileDestination

The destination for a file asset, when it is given to the AssetManifestBuilder.

Initializer

import { AssetManifestFileDestination } from '@alicloud/ros-cdk-core'
const assetManifestFileDestination: AssetManifestFileDestination = { ... }

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

public readonly bucketName: string;
  • Type: string

Bucket name where the file asset should be written.


bucketPrefixOptional

public readonly bucketPrefix: string;
  • Type: string
  • Default: ''

Prefix to prepend to the asset hash.