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.
      • customRoleArn

        public final String customRoleArn()

        Amazon Resource Name (ARN) of the IAM role to be assumed by Amazon ECR to authenticate to the ECR upstream registry. This role must be in the same account as the registry that you are configuring.

        Returns:
        Amazon Resource Name (ARN) of the IAM role to be assumed by Amazon ECR to authenticate to the ECR upstream registry. This role must be in the same account as the registry that you are configuring.
      • 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