AssetManifest
- class aws_cdk.cloud_assembly_schema.AssetManifest(*, version, docker_images=None, files=None)
Bases:
object
Definitions for the asset manifest.
- Parameters:
version (
str
) – Version of the manifest.docker_images (
Optional
[Mapping
[str
,Union
[DockerImageAsset
,Dict
[str
,Any
]]]]) – The Docker image assets in this manifest. Default: - No Docker imagesfiles (
Optional
[Mapping
[str
,Union
[FileAsset
,Dict
[str
,Any
]]]]) – The file assets in this manifest. Default: - No files
Attributes
- docker_images
The Docker image assets in this manifest.
- Default:
No Docker images
- files
The file assets in this manifest.
- Default:
No files
- version
Version of the manifest.