Skip to content

AssetManifest

Definitions for the asset manifest.

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema"
&alicloudroscdkassemblyschema.AssetManifest {
    Version: *string,
    DockerImages: *map[string]github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema.DockerImageAsset,
    Files: *map[string]github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema.FileAsset,
}

Properties

Name Type Description
Version *string Version of the manifest.
DockerImages *map[string]DockerImageAsset The Docker image assets in this manifest.
Files *map[string]FileAsset The file assets in this manifest.

VersionRequired

Version *string
  • Type: *string

Version of the manifest.


DockerImagesOptional

DockerImages *map[string]DockerImageAsset

The Docker image assets in this manifest.


FilesOptional

Files *map[string]FileAsset
  • Type: *map[string]FileAsset
  • Default: No files

The file assets in this manifest.