Comment on page
ChangeEbsVolumeEncryption Object
Parameters to change EBS volume encryption.
Indicates whether the EBS volumes should be encrypted.
Type:
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.Type:
string
Required: No
{
"isEncrypt": true,
"kmsKeyId": null
}