Class: Aws::ECR::Types::ValidatePullThroughCacheRuleResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#credential_arnString

The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.

Returns:

  • (String)


4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4653

class ValidatePullThroughCacheRuleResponse < Struct.new(
  :ecr_repository_prefix,
  :registry_id,
  :upstream_registry_url,
  :credential_arn,
  :custom_role_arn,
  :upstream_repository_prefix,
  :is_valid,
  :failure)
  SENSITIVE = []
  include Aws::Structure
end

#custom_role_arnString

The ARN of the IAM role associated with the pull through cache rule.

Returns:

  • (String)


4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4653

class ValidatePullThroughCacheRuleResponse < Struct.new(
  :ecr_repository_prefix,
  :registry_id,
  :upstream_registry_url,
  :credential_arn,
  :custom_role_arn,
  :upstream_repository_prefix,
  :is_valid,
  :failure)
  SENSITIVE = []
  include Aws::Structure
end

#ecr_repository_prefixString

The Amazon ECR repository prefix associated with the pull through cache rule.

Returns:

  • (String)


4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4653

class ValidatePullThroughCacheRuleResponse < Struct.new(
  :ecr_repository_prefix,
  :registry_id,
  :upstream_registry_url,
  :credential_arn,
  :custom_role_arn,
  :upstream_repository_prefix,
  :is_valid,
  :failure)
  SENSITIVE = []
  include Aws::Structure
end

#failureString

The reason the validation failed. For more details about possible causes and how to address them, see Using pull through cache rules in the Amazon Elastic Container Registry User Guide.

Returns:

  • (String)


4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4653

class ValidatePullThroughCacheRuleResponse < Struct.new(
  :ecr_repository_prefix,
  :registry_id,
  :upstream_registry_url,
  :credential_arn,
  :custom_role_arn,
  :upstream_repository_prefix,
  :is_valid,
  :failure)
  SENSITIVE = []
  include Aws::Structure
end

#is_validBoolean

Whether or not the pull through cache rule was validated. If true, Amazon ECR was able to reach the upstream registry and authentication was successful. If false, there was an issue and validation failed. The failure reason indicates the cause.

Returns:

  • (Boolean)


4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4653

class ValidatePullThroughCacheRuleResponse < Struct.new(
  :ecr_repository_prefix,
  :registry_id,
  :upstream_registry_url,
  :credential_arn,
  :custom_role_arn,
  :upstream_repository_prefix,
  :is_valid,
  :failure)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4653

class ValidatePullThroughCacheRuleResponse < Struct.new(
  :ecr_repository_prefix,
  :registry_id,
  :upstream_registry_url,
  :credential_arn,
  :custom_role_arn,
  :upstream_repository_prefix,
  :is_valid,
  :failure)
  SENSITIVE = []
  include Aws::Structure
end

#upstream_registry_urlString

The upstream registry URL associated with the pull through cache rule.

Returns:

  • (String)


4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4653

class ValidatePullThroughCacheRuleResponse < Struct.new(
  :ecr_repository_prefix,
  :registry_id,
  :upstream_registry_url,
  :credential_arn,
  :custom_role_arn,
  :upstream_repository_prefix,
  :is_valid,
  :failure)
  SENSITIVE = []
  include Aws::Structure
end

#upstream_repository_prefixString

The upstream repository prefix associated with the pull through cache rule.

Returns:

  • (String)


4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4653

class ValidatePullThroughCacheRuleResponse < Struct.new(
  :ecr_repository_prefix,
  :registry_id,
  :upstream_registry_url,
  :credential_arn,
  :custom_role_arn,
  :upstream_repository_prefix,
  :is_valid,
  :failure)
  SENSITIVE = []
  include Aws::Structure
end