v1

latestOpenAPI 3.0.22026-08-062794201004.1 KB
CMEK

Rotate Key

Initiates the process to rotate a customer-managed encryption key and update its associated metadata within the system.

In order to access this endpoint, the provided API key must have at least one of the following roles:

  • Organization Owner

To learn more, see Organization, Project, and Database Access Overview.

put/v4/organizations/{organizationId}/cmek/{cmekId}

Request body

Example request

{
  "config": {
    "arn": "arn:aws:kms:us-west-2:123456789012:key/abcd1234-a123-456a-a12b-a123b4cd56ef"
  }
}

Response

Successfully submitted request to rotate the encryption key.