create_alias
Create a friendly-name alias for a key, providing a stable reference so application code does not change when keys are rotated.
Instructions
Call this when establishing a stable name for a key so application code does not need to change when keys are rotated.
Create a friendly-name alias for a key.
Args: alias_name: Must start with 'alias/' — e.g. alias/prod-bdk key_arn: Key ARN to associate (optional at creation time)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key_arn | No | ||
| alias_name | Yes |