UpdateKeyDescription
In this article:
UpdateKeyDescription#
Description#
Обновляет описание ключа KMS.
Request Parameters#
Description — Новое описание ключа KMS.
Type: String
Required: Yes
Ограничение длины: От 0 до 8192 символов
KeyId — Идентификатор ключа KMS.
Type: String
Required: Yes
Response Elements#
Тело ответа отсутствует.
Examples#
Sample Request#
POST / HTTP/1.1
Host: kms.<region>.<domain>
Content-Length: <PayloadSizeBytes>
Content-Type: application/x-amz-json-1.1
Authorization: AWS4-HMAC-SHA256 Credential=<Credential>, SignedHeaders=<Headers>, Signature=<Signature>
X-Amz-Date: <Date>
X-Amz-Target: TrentService.UpdateKeyDescription
{
"KeyId": "1234abcd-12ab-34cd-56ef-1234567890ab",
"Description": "Example description that explains what this KMS key is used for."
}
Sample Response#
HTTP/1.1 200 OK
Content-Type: application/x-amz-json-1.1