Interface DockerImageDestination
-
- All Superinterfaces:
AwsDestination,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DockerImageDestination.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-06T20:25:05.780Z") @Stability(Stable) public interface DockerImageDestination extends software.amazon.jsii.JsiiSerializable, AwsDestination
Where to publish docker images.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDockerImageDestination.BuilderA builder forDockerImageDestinationstatic classDockerImageDestination.Jsii$ProxyAn implementation forDockerImageDestination
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DockerImageDestination.Builderbuilder()StringgetImageTag()Tag of the image to publish.StringgetRepositoryName()Name of the ECR repository to publish to.-
Methods inherited from interface software.amazon.awscdk.cloudassembly.schema.AwsDestination
getAssumeRoleAdditionalOptions, getAssumeRoleArn, getAssumeRoleExternalId, getRegion
-
-
-
-
Method Detail
-
getImageTag
@Stability(Stable) @NotNull String getImageTag()
Tag of the image to publish.
-
getRepositoryName
@Stability(Stable) @NotNull String getRepositoryName()
Name of the ECR repository to publish to.
-
builder
@Stability(Stable) static DockerImageDestination.Builder builder()
- Returns:
- a
DockerImageDestination.BuilderofDockerImageDestination
-
-