@Stability(value=Experimental) @Internal public static final class DockerImageDestination.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DockerImageDestination
DockerImageDestinationsoftware.amazon.jsii.JsiiObject.InitializationModeDockerImageDestination.Builder, DockerImageDestination.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String imageTag,
String repositoryName,
String assumeRoleArn,
String assumeRoleExternalId,
String region)
Constructor that initializes the object based on literal property values passed by the
DockerImageDestination.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAssumeRoleArn()
(experimental) The role that needs to be assumed while publishing this asset.
|
String |
getAssumeRoleExternalId()
(experimental) The ExternalId that needs to be supplied while assuming this role.
|
String |
getImageTag()
(experimental) Tag of the image to publish.
|
String |
getRegion()
(experimental) The region where this asset will need to be published.
|
String |
getRepositoryName()
(experimental) Name of the ECR repository to publish to.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public final String getImageTag()
DockerImageDestinationgetImageTag in interface DockerImageDestinationpublic final String getRepositoryName()
DockerImageDestinationgetRepositoryName in interface DockerImageDestinationpublic final String getAssumeRoleArn()
AwsDestinationDefault: - No role will be assumed
getAssumeRoleArn in interface AwsDestinationpublic final String getAssumeRoleExternalId()
AwsDestinationDefault: - No ExternalId will be supplied
getAssumeRoleExternalId in interface AwsDestinationpublic final String getRegion()
AwsDestinationDefault: - Current region
getRegion in interface AwsDestination@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.