Class DockerImageDestination.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cloudassembly.schema.DockerImageDestination.Jsii$Proxy
All Implemented Interfaces:
AwsDestination, DockerImageDestination, software.amazon.jsii.JsiiSerializable
Enclosing interface:
DockerImageDestination

@Stability(Stable) @Internal public static final class DockerImageDestination.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DockerImageDestination
An implementation for DockerImageDestination
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(DockerImageDestination.Builder builder)
      Constructor that initializes the object based on literal property values passed by the DockerImageDestination.Builder.
  • Method Details

    • getImageTag

      public final String getImageTag()
      Description copied from interface: DockerImageDestination
      Tag of the image to publish.
      Specified by:
      getImageTag in interface DockerImageDestination
    • getRepositoryName

      public final String getRepositoryName()
      Description copied from interface: DockerImageDestination
      Name of the ECR repository to publish to.
      Specified by:
      getRepositoryName in interface DockerImageDestination
    • getAssumeRoleArn

      public final String getAssumeRoleArn()
      Description copied from interface: AwsDestination
      The role that needs to be assumed while publishing this asset.

      Default: - No role will be assumed

      Specified by:
      getAssumeRoleArn in interface AwsDestination
    • getAssumeRoleExternalId

      public final String getAssumeRoleExternalId()
      Description copied from interface: AwsDestination
      The ExternalId that needs to be supplied while assuming this role.

      Default: - No ExternalId will be supplied

      Specified by:
      getAssumeRoleExternalId in interface AwsDestination
    • getRegion

      public final String getRegion()
      Description copied from interface: AwsDestination
      The region where this asset will need to be published.

      Default: - Current region

      Specified by:
      getRegion in interface AwsDestination
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object