RepositoryImageProps¶
-
class
aws_cdk.aws_ecs.
RepositoryImageProps
(*, credentials=None)¶ Bases:
object
The properties for an image hosted in a public or private repository.
- Parameters
credentials (
Optional
[ISecret
]) – The secret to expose to the container that contains the credentials for the image repository. The supported value is the full ARN of an AWS Secrets Manager secret.
Attributes