Class: Aws::ECR::Types::UpdatePullThroughCacheRuleRequest

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 that identifies the credentials to authenticate to the upstream registry.

Returns:

  • (String)


3841
3842
3843
3844
3845
3846
3847
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3841

class UpdatePullThroughCacheRuleRequest < Struct.new(
  :registry_id,
  :ecr_repository_prefix,
  :credential_arn)
  SENSITIVE = []
  include Aws::Structure
end

#ecr_repository_prefixString

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

Returns:

  • (String)


3841
3842
3843
3844
3845
3846
3847
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3841

class UpdatePullThroughCacheRuleRequest < Struct.new(
  :registry_id,
  :ecr_repository_prefix,
  :credential_arn)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

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:

  • (String)


3841
3842
3843
3844
3845
3846
3847
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3841

class UpdatePullThroughCacheRuleRequest < Struct.new(
  :registry_id,
  :ecr_repository_prefix,
  :credential_arn)
  SENSITIVE = []
  include Aws::Structure
end