ContainerImageConfig¶
-
class
aws_cdk.aws_ecs.
ContainerImageConfig
(*, image_name, repository_credentials=None)¶ Bases:
object
The configuration for creating a container image.
- Parameters
image_name (
str
) – Specifies the name of the container image.repository_credentials (
Optional
[RepositoryCredentialsProperty
]) – Specifies the credentials used to access the image repository.
Attributes
-
image_name
¶ Specifies the name of the container image.
- Return type
str
-
repository_credentials
¶ Specifies the credentials used to access the image repository.
- Return type
Optional
[RepositoryCredentialsProperty
]