Class EcrDockerCredentialOptions.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.pipelines.EcrDockerCredentialOptions.Jsii$Proxy
All Implemented Interfaces:
EcrDockerCredentialOptions, software.amazon.jsii.JsiiSerializable
Enclosing interface:
EcrDockerCredentialOptions

@Stability(Stable) @Internal public static final class EcrDockerCredentialOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EcrDockerCredentialOptions
An implementation for EcrDockerCredentialOptions
  • 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(EcrDockerCredentialOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the EcrDockerCredentialOptions.Builder.
  • Method Details

    • getAssumeRole

      public final IRole getAssumeRole()
      Description copied from interface: EcrDockerCredentialOptions
      An IAM role to assume prior to accessing the secret.

      Default: - none. The current execution role will be used.

      Specified by:
      getAssumeRole in interface EcrDockerCredentialOptions
    • getUsages

      public final List<DockerCredentialUsage> getUsages()
      Description copied from interface: EcrDockerCredentialOptions
      Defines which stages of the pipeline should be granted access to these credentials.

      Default: - all relevant stages (synth, self-update, asset publishing) are granted access.

      Specified by:
      getUsages in interface EcrDockerCredentialOptions
    • $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