@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:20:05.528Z")
public interface RepositoryImageProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ecs.*; import software.amazon.awscdk.services.secretsmanager.*; Secret secret; RepositoryImageProps repositoryImageProps = RepositoryImageProps.builder() .credentials(secret) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
RepositoryImageProps.Builder
A builder for
RepositoryImageProps |
static class |
RepositoryImageProps.Jsii$Proxy
An implementation for
RepositoryImageProps |
Modifier and Type | Method and Description |
---|---|
static RepositoryImageProps.Builder |
builder() |
default ISecret |
getCredentials()
The secret to expose to the container that contains the credentials for the image repository.
|
default ISecret getCredentials()
The supported value is the full ARN of an AWS Secrets Manager secret.
static RepositoryImageProps.Builder builder()
RepositoryImageProps.Builder
of RepositoryImageProps