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
,DockerImageAsset
]]) – The Docker image assets in this manifest. Default: - No Docker imagesfiles (
Optional
[Mapping
[str
,FileAsset
]]) – The file assets in this manifest. Default: - No files
Attributes
-
docker_images
¶ The Docker image assets in this manifest.
- Default
No Docker images
- Return type
Optional
[Mapping
[str
,DockerImageAsset
]]
-
files
¶ The file assets in this manifest.
- Default
No files
- Return type
Optional
[Mapping
[str
,FileAsset
]]
-
version
¶ Version of the manifest.
- Return type
str