@Stability(value=Experimental) 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)
(experimental) The secret to expose to the container that contains the credentials for the image repository.
|
@Stability(value=Experimental) public static RepositoryImage.Builder create(String imageName)
imageName - This parameter is required.RepositoryImage.Builder.@Stability(value=Experimental) 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=Experimental) public RepositoryImage build()
build in interface software.amazon.jsii.Builder<RepositoryImage>Copyright © 2021. All rights reserved.