class Aws::CodeCommit::Types::CreateRepositoryInput
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/CreateRepositoryInput AWS API Documentation
@return [String]
</note>
API to display the repository description on a web page.
HTML-encode the description field in any application that uses this
expose users to potentially malicious code. Make sure that you
HTML-encode the description and display it in a web page could
and all valid Unicode characters. Applications that do not
<note markdown=“1”> The description field for a repository accepts all HTML characters
A comment or description about the new repository.
@!attribute [rw] repository_description
@return [String]<br>: docs.aws.amazon.com/codecommit/latest/userguide/limits.html<br><br><br><br></note><br><br>prohibited.<br>[Limits][1] in the AWS CodeCommit User Guide. The suffix “.git” is
For a full description of the limits on repository names, see
and underscore characters, and cannot include certain characters.
In addition, repository names are limited to 100 alphanumeric, dash,
<note markdown=“1”> The repository name must be unique across the calling AWS account.
The name of the new repository to be created.
@!attribute [rw] repository_name
}
repository_description: “RepositoryDescription”,
repository_name: “RepositoryName”, # required
{
data as a hash:
@note When making an API call, you may pass CreateRepositoryInput
Represents the input of a create repository operation.