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