class Aws::CodeCommit::Types::CreateRepositoryInput
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/CreateRepositoryInput AWS API Documentation
@return [String]<br>: docs.aws.amazon.com/kms/latest/APIReference/API_Decrypt.html#KMS-Decrypt-request-KeyId<br><br><br><br>Services managed key is used.
If no key is specified, the default ‘aws/codecommit` Amazon Web
Management Service API Reference*.
kmsKeyID, see [KeyId] in the Decrypt API description in the *Key
retrieve a key ID. For more information about acceptable values for
key in the KMS console, or use the KMS APIs to programmatically
The ID of the encryption key. You can view the ID of an encryption
@!attribute [rw] kms_key_id
@return [Hash<String,String>]
One or more tag key-value pairs to use when tagging this repository.
@!attribute [rw] tags
@return [String]
</note>
display the repository description on a webpage.
the description field in any application that uses this API to
users to potentially malicious code. Make sure that you HTML-encode
HTML-encode the description and display it in a webpage can expose
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>
.git is prohibited.
names, see [Quotas] in the *CodeCommit User Guide*. The suffix
characters. For more information about the limits on repository
dash, and underscore characters, and cannot include certain
Services account. Repository names are limited to 100 alphanumeric,
<note markdown=“1”> The repository name must be unique across the calling Amazon Web
The name of the new repository to be created.
@!attribute [rw] repository_name
Represents the input of a create repository operation.