@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.741Z") @Stability(value=Stable) public interface RepositoryImageProps extends software.amazon.jsii.JsiiSerializable
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.
|
@Stability(value=Stable) @Nullable default ISecret getCredentials()
The supported value is the full ARN of an AWS Secrets Manager secret.
@Stability(value=Stable) static RepositoryImageProps.Builder builder()
RepositoryImageProps.Builder of RepositoryImagePropsCopyright © 2022. All rights reserved.