Parameters to change EBS volume encryption.
Indicates whether the EBS volumes should be encrypted.
Type: boolean
boolean
Required: Yes
ID of the KMS key used to encrypt the EBS volume. Omitting or specifying null will use the default EBS volume KMS key.
null
Type: string
string
Required: No
{ "isEncrypt": true, "kmsKeyId": null }
Last updated 7 years ago