Skip to content

AssetManifestProperties

Artifact properties for the Asset Manifest.

Initializer

import { AssetManifestProperties } from '@alicloud/ros-cdk-assembly-schema'
const assetManifestProperties: AssetManifestProperties = { ... }

Properties

Name Type Description
file string Filename of the asset manifest.

fileRequired

public readonly file: string;
  • Type: string

Filename of the asset manifest.