class Aws::ECR::Client
def create_pull_through_cache_rule(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
create_pull_through_cache_rule(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CreatePullThroughCacheRule - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::CreatePullThroughCacheRuleResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:credential_arn
(String
) -- -
:upstream_registry
(String
) -- -
:registry_id
(String
) -- -
:upstream_registry_url
(required, String
) -- -
:ecr_repository_prefix
(required, String
) --
def create_pull_through_cache_rule(params = {}, options = {}) req = build_request(:create_pull_through_cache_rule, params) req.send_request(options) end