@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:58.207Z") @Stability(value=Experimental) public interface DockerImageDestination extends software.amazon.jsii.JsiiSerializable, AwsDestination
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cloudassembly.schema.*;
DockerImageDestination dockerImageDestination = DockerImageDestination.builder()
.imageTag("imageTag")
.repositoryName("repositoryName")
// the properties below are optional
.assumeRoleArn("assumeRoleArn")
.assumeRoleExternalId("assumeRoleExternalId")
.region("region")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DockerImageDestination.Builder
A builder for
DockerImageDestination |
static class |
DockerImageDestination.Jsii$Proxy
An implementation for
DockerImageDestination |
| Modifier and Type | Method and Description |
|---|---|
static DockerImageDestination.Builder |
builder() |
String |
getImageTag()
(experimental) Tag of the image to publish.
|
String |
getRepositoryName()
(experimental) Name of the ECR repository to publish to.
|
getAssumeRoleArn, getAssumeRoleExternalId, getRegion@Stability(value=Experimental) @NotNull String getImageTag()
@Stability(value=Experimental) @NotNull String getRepositoryName()
@Stability(value=Experimental) static DockerImageDestination.Builder builder()
builder in interface AwsDestinationDockerImageDestination.Builder of DockerImageDestinationCopyright © 2022. All rights reserved.