Command option Sample:aws kms disable-key

Search command sample in the internet.It is the result.

Sets the state of a customer master key (CMK) to disabled, therebypreventing its use for cryptographic operations.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/kms/disable-key.html

aws kms disable-key --key-id [my-key]\naws kms schedule-key-deletion --key-id [my-key] --pending-window-in-days 7"
    Disrupting AWS logging Cyber Free : http://danielgrzelak.com/disrupting-aws-logging-a42e437d6594
aws kms disable-key --key-id 1234abcd-12ab-34cd-56ef-1234567890ab
    Rotating Customer Master Keys - AWS Key Management Service : http://docs.aws.amazon.com/kms/latest/developerguide/enabling-keys.html
aws kms disable-key key-id KMS_KEY_ID

    Navigating the Cloud Security Ecosystem and Its Products - DZone Security : http://dzone.com/articles/encrypting-sensitive-data-stored-on-s3

aws のオプション一覧