Command option Sample:aws kms generate-data-key

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

Returns a data encryption key that you can use in your application toencrypt data locally.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/kms/generate-data-key.html

aws kms generate-data-key \
    Pragmatically storing security sensitive data using AWS KMS - DEV Community ðŸâ€ðŸ’»ðŸ‘¨â€ðŸ’» : http://dev.to/matchilling/pragmatically-storing-security-sensitive-data-using-aws-kms-5e5b
aws kms generate-data-key --key-id YOUR_KMS_ALIAS --key-spec AES_256
    AWS KMS ‘µ GitHub : http://gist.github.com/tkuchiki/2a09e4d0779d28b92307f8283ffc0023
aws kms generate-data-key --key-id=YOUR_KEY_ID_HERE --key-spec=AES_256 and add the CiphertextBlob to encrypted-kms-data-key.txt: http://docs.aws.amazon.com/kms/latest/APIReference/API_GenerateDataKey.html
    sbt-secrets : http://index.scala-lang.org/evenfinancial/sbt-secrets
aws kms generate-data-key --key-id ... --number-of-bytes 64
    amazon web services - View aws master encryption key in kms for snowflake - Stack Overflow : http://stackoverflow.com/questions/46325091/view-aws-master-encryption-key-in-kms-for-snowflake
aws kms generate-data-key --key-id
     AWS KMS Envelope Encryption - Cloudreach : http://www.cloudreach.com/blog/aws-kms-envelope-encryption/
aws kms generate-data-key --key-id arn:aws:kms:us-east-1:378423343435:key/2adssdsfad9-8296-4ed4-bc5c-398sdsdc449 --grant-tokens xxxxxxxx --number-of-bytes 256 --profile userD
    AWS Security Series: Key Management Service ( KMS ) | Udemy : http://www.udemy.com/kmscourse/
aws kms generate-data-key --key-id arn:aws:kms:ap-northeast-1:1234567890xx:key/6381b92f-8ed4-49c1-bd11-abcdef123456 --key-spec AES_256
  : http://yebisupress.dac.co.jp/2017/03/30/aws-kms郢E§ãƒ»89%83・E½ãƒ»E¿é‚µEºãƒ»E£é‚µEºãƒ»E¦ãƒ»81%98莨%9C・E¯%86鬪E°ãƒ»Eµéƒ¢E§è£E¤ãƒ»E®ãƒ»E¡ãƒ»80%85%86邵Eºãƒ»90E¶ãƒ»%8B/

aws ‚̃IƒvƒVƒ‡ƒ“ˆê——