Class: Aws::ECR::Types::UpdatePullThroughCacheRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::UpdatePullThroughCacheRuleRequest
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credential_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that identifies the credentials to authenticate to the upstream registry.
-
#custom_role_arn ⇒ String
Amazon Resource Name (ARN) of the IAM role to be assumed by Amazon ECR to authenticate to the ECR upstream registry.
-
#ecr_repository_prefix ⇒ String
The repository name prefix to use when caching images from the source registry.
-
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry associated with the pull through cache rule.
Instance Attribute Details
#credential_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that identifies the credentials to authenticate to the upstream registry.
4436 4437 4438 4439 4440 4441 4442 4443 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4436 class UpdatePullThroughCacheRuleRequest < Struct.new( :registry_id, :ecr_repository_prefix, :credential_arn, :custom_role_arn) SENSITIVE = [] include Aws::Structure end |
#custom_role_arn ⇒ String
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.
4436 4437 4438 4439 4440 4441 4442 4443 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4436 class UpdatePullThroughCacheRuleRequest < Struct.new( :registry_id, :ecr_repository_prefix, :credential_arn, :custom_role_arn) SENSITIVE = [] include Aws::Structure end |
#ecr_repository_prefix ⇒ String
The repository name prefix to use when caching images from the source registry.
4436 4437 4438 4439 4440 4441 4442 4443 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4436 class UpdatePullThroughCacheRuleRequest < Struct.new( :registry_id, :ecr_repository_prefix, :credential_arn, :custom_role_arn) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
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.
4436 4437 4438 4439 4440 4441 4442 4443 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4436 class UpdatePullThroughCacheRuleRequest < Struct.new( :registry_id, :ecr_repository_prefix, :credential_arn, :custom_role_arn) SENSITIVE = [] include Aws::Structure end |