Class UpdatePullThroughCacheRuleRequest

    • Method Detail

      • registryId

        public final String registryId()

        The Amazon Web Services account ID associated with the registry associated with the pull through cache rule. If you do not specify a registry, the default registry is assumed.

        Returns:
        The Amazon Web Services account ID associated with the registry associated with the pull through cache rule. If you do not specify a registry, the default registry is assumed.
      • ecrRepositoryPrefix

        public final String ecrRepositoryPrefix()

        The repository name prefix to use when caching images from the source registry.

        Returns:
        The repository name prefix to use when caching images from the source registry.
      • credentialArn

        public final String credentialArn()

        The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that identifies the credentials to authenticate to the upstream registry.

        Returns:
        The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that identifies the credentials to authenticate to the upstream registry.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object