API 名称 | API 描述 | 说明 |
GetKeyRotationStatus | 查看密钥轮换功能状态 | |
EnableKeyRotation | 开启密钥轮换 | |
DisableKeyRotation | 禁止密钥轮换 |
tccli kms GetKeyRotationStatus --region ap-guangzhou --KeyId 5xxxxx-xxxx-xxxx-xxxx-52xxxxx4
{"KeyRotationEnabled": false,"RequestId": "e1432224-4dc2-48da-a8e8-e84d30afd9ef"}
tccli kms EnableKeyRotation --region ap-guangzhou --KeyId 5xxxxx-xxxx-xxxx-xxxx-52xxxxx4
{"RequestId": "4e0fa96f-e86e-4517-af27-3dfe6e5b2a72"}
tccli kms DisableKeyRotation --region ap-guangzhou --KeyId 5xxxxx-xxxx-xxxx-xxxx-52xxxxx4
{"RequestId": "c8b73c8b-1ee5-4b23-b800-7cccc58e7ffb"}
本页内容是否解决了您的问题?