class Aws::CodeCommit::Types::CreateRepositoryInput

Represents the input of a create repository operation.

@note When making an API call, you may pass CreateRepositoryInput

data as a hash:

    {
      repository_name: "RepositoryName", # required
      repository_description: "RepositoryDescription",
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] repository_name

The name of the new repository to be created.

<note markdown="1"> The repository name must be unique across the calling AWS account.
Repository names are limited to 100 alphanumeric, dash, and
underscore characters, and cannot include certain characters. For
more information about the limits on repository names, see
[Limits][1] in the *AWS CodeCommit User Guide*. The suffix .git is
prohibited.

 </note>

[1]: https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html
@return [String]

@!attribute [rw] repository_description

A comment or description about the new repository.

<note markdown="1"> The description field for a repository accepts all HTML characters
and all valid Unicode characters. Applications that do not
HTML-encode the description and display it in a webpage can expose
users to potentially malicious code. Make sure that you HTML-encode
the description field in any application that uses this API to
display the repository description on a webpage.

 </note>
@return [String]

@!attribute [rw] tags

One or more tag key-value pairs to use when tagging this repository.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/CreateRepositoryInput AWS API Documentation

Constants

SENSITIVE