@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.689Z") @Stability(value=Stable) public interface ContainerImageConfig 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.*;
ContainerImageConfig containerImageConfig = ContainerImageConfig.builder()
.imageName("imageName")
// the properties below are optional
.repositoryCredentials(RepositoryCredentialsProperty.builder()
.credentialsParameter("credentialsParameter")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ContainerImageConfig.Builder
A builder for
ContainerImageConfig |
static class |
ContainerImageConfig.Jsii$Proxy
An implementation for
ContainerImageConfig |
| Modifier and Type | Method and Description |
|---|---|
static ContainerImageConfig.Builder |
builder() |
String |
getImageName()
Specifies the name of the container image.
|
default CfnTaskDefinition.RepositoryCredentialsProperty |
getRepositoryCredentials()
Specifies the credentials used to access the image repository.
|
@Stability(value=Stable) @NotNull String getImageName()
@Stability(value=Stable) @Nullable default CfnTaskDefinition.RepositoryCredentialsProperty getRepositoryCredentials()
@Stability(value=Stable) static ContainerImageConfig.Builder builder()
ContainerImageConfig.Builder of ContainerImageConfigCopyright © 2022. All rights reserved.