Parameters to change EBS volume encryption.
Indicates whether the EBS volumes should be encrypted.
ID of the KMS key used to encrypt the EBS volume. Omitting or specifying null will use the default EBS volume KMS key.
{
"isEncrypt": true,
"kmsKeyId": null
}