@Stability(value=Stable) public static final class RepositoryImage.Builder extends Object implements software.amazon.jsii.Builder<RepositoryImage>
RepositoryImage
.Modifier and Type | Method and Description |
---|---|
RepositoryImage |
build() |
static RepositoryImage.Builder |
create(String imageName) |
RepositoryImage.Builder |
credentials(ISecret credentials)
The secret to expose to the container that contains the credentials for the image repository.
|
@Stability(value=Stable) public static RepositoryImage.Builder create(String imageName)
imageName
- This parameter is required.RepositoryImage.Builder
.@Stability(value=Stable) public RepositoryImage.Builder credentials(ISecret credentials)
The supported value is the full ARN of an AWS Secrets Manager secret.
credentials
- The secret to expose to the container that contains the credentials for the image repository. This parameter is required.this
@Stability(value=Stable) public RepositoryImage build()
build
in interface software.amazon.jsii.Builder<RepositoryImage>
Copyright © 2021. All rights reserved.