| Package | Description |
|---|---|
| software.amazon.awscdk.cloudassembly.schema |
Cloud Assembly Schema
|
| Modifier and Type | Method and Description |
|---|---|
DockerImageDestination.Builder |
DockerImageDestination.Builder.assumeRoleArn(String assumeRoleArn)
Sets the value of
AwsDestination.getAssumeRoleArn() |
DockerImageDestination.Builder |
DockerImageDestination.Builder.assumeRoleExternalId(String assumeRoleExternalId)
Sets the value of
AwsDestination.getAssumeRoleExternalId() |
static DockerImageDestination.Builder |
DockerImageDestination.builder() |
DockerImageDestination.Builder |
DockerImageDestination.Builder.imageTag(String imageTag)
Sets the value of
DockerImageDestination.getImageTag() |
DockerImageDestination.Builder |
DockerImageDestination.Builder.region(String region)
Sets the value of
AwsDestination.getRegion() |
DockerImageDestination.Builder |
DockerImageDestination.Builder.repositoryName(String repositoryName)
Sets the value of
DockerImageDestination.getRepositoryName() |
| Constructor and Description |
|---|
Jsii$Proxy(DockerImageDestination.Builder builder)
Constructor that initializes the object based on literal property values passed by the
DockerImageDestination.Builder. |
Copyright © 2022. All rights reserved.