DockerImageAssetLocation¶
-
class
aws_cdk.core.
DockerImageAssetLocation
(*, image_uri, repository_name)¶ Bases:
object
The location of the published docker image.
This is where the image can be consumed at runtime.
- Parameters
image_uri (
str
) – The URI of the image in Amazon ECR.repository_name (
str
) – The name of the ECR repository.
Attributes
-
image_uri
¶ The URI of the image in Amazon ECR.
- Return type
str
-
repository_name
¶ The name of the ECR repository.
- Return type
str