Class CfnTaskDefinition.RepositoryCredentialsProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnTaskDefinition.RepositoryCredentialsProperty.Jsii$Proxy
All Implemented Interfaces:
CfnTaskDefinition.RepositoryCredentialsProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnTaskDefinition.RepositoryCredentialsProperty

@Stability(Stable) @Internal public static final class CfnTaskDefinition.RepositoryCredentialsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTaskDefinition.RepositoryCredentialsProperty
  • Constructor Details

  • Method Details

    • getCredentialsParameter

      public final String getCredentialsParameter()
      Description copied from interface: CfnTaskDefinition.RepositoryCredentialsProperty
      The Amazon Resource Name (ARN) of the secret containing the private repository credentials.

      When you use the Amazon ECS API, AWS CLI , or AWS SDK, if the secret exists in the same Region as the task that you're launching then you can use either the full ARN or the name of the secret. When you use the AWS Management Console, you must specify the full ARN of the secret.

      Specified by:
      getCredentialsParameter in interface CfnTaskDefinition.RepositoryCredentialsProperty
    • $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