Skeddly API
Search
K
Comment on page

ChangeEbsVolumeEncryption Object

Description

Parameters to change EBS volume encryption.

Properties

isEncrypt

Indicates whether the EBS volumes should be encrypted.
Type: boolean
Required: Yes

kmsKeyId

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

Sample JSON

{
"isEncrypt": true,
"kmsKeyId": null
}