codecommit_update_repository_encryption_key: Updates the Key Management Service encryption key used to...

View source: R/codecommit_operations.R

codecommit_update_repository_encryption_keyR Documentation

Updates the Key Management Service encryption key used to encrypt and decrypt a CodeCommit repository

Description

Updates the Key Management Service encryption key used to encrypt and decrypt a CodeCommit repository.

See https://www.paws-r-sdk.com/docs/codecommit_update_repository_encryption_key/ for full documentation.

Usage

codecommit_update_repository_encryption_key(repositoryName, kmsKeyId)

Arguments

repositoryName

[required] The name of the repository for which you want to update the KMS encryption key used to encrypt and decrypt the repository.

kmsKeyId

[required] The ID of the encryption key. You can view the ID of an encryption key in the KMS console, or use the KMS APIs to programmatically retrieve a key ID. For more information about acceptable values for keyID, see KeyId in the Decrypt API description in the Key Management Service API Reference.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.