Creates an alias for a key.
Operation description
- Each alias can be bound to only one CMK at a time.
- The aliases of CMKs in the same region must be unique.
In this topic, an alias named alias/example is created for a CMK named 7906979c-8e06-46a2-be2d-68e3ccbc****.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| KeyId | string | Yes | The ID of the CMK. The ID must be globally unique. | 7906979c-8e06-46a2-be2d-68e3ccbc**** |
| AliasName | string | Yes | The alias of the CMK. The alias must be 1 to 255 characters in length and must contain the prefix | alias/example |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "1d2baaf3-d357-46c2-832e-13560c2bd9cd"
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | InvalidParameter | The specified parameter is not valid. | An invalid value is specified for the parameter. |
| 404 | InvalidAccessKeyId.NotFound | The Access Key ID provided does not exist in our records. | - |
| 404 | Forbidden.KeyNotFound | The specified Key is not found. | The error message returned because the specified CMK does not exist. |
For a list of error codes, visit the Service error codes.
