DockerImageAsset
- class aws_cdk.cloud_assembly_schema.DockerImageAsset(*, destinations, source)
Bases:
object
A file asset.
- Parameters:
destinations (
Mapping
[str
,Union
[DockerImageDestination
,Dict
[str
,Any
]]]) – Destinations for this file asset.source (
Union
[DockerImageSource
,Dict
[str
,Any
]]) – Source description for file assets.
Attributes
- destinations
Destinations for this file asset.
- source
Source description for file assets.