DockerImageAsset
A file asset.
Initializer
import { DockerImageAsset } from '@alicloud/ros-cdk-assembly-schema'
const dockerImageAsset: DockerImageAsset = { ... }
Properties
| Name | Type | Description | 
|---|---|---|
| destinations | {[ key: string ]: DockerImageDestination} | Destinations for this file asset. | 
| source | DockerImageSource | Source description for file assets. | 
destinationsRequired 
public readonly destinations: {[ key: string ]: DockerImageDestination};
- Type: {[ key: string ]: DockerImageDestination}
Destinations for this file asset.
sourceRequired 
public readonly source: DockerImageSource;
- Type: DockerImageSource
Source description for file assets.