class Aws::ECR::Client

def create_repository(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • create_repository(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CreateRepository - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To create a new repository -

Returns:
  • (Types::CreateRepositoryResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :tags (Array) --
  • :repository_name (required, String) --
def create_repository(params = {}, options = {})
  req = build_request(:create_repository, params)
  req.send_request(options)
end