For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
}

Last updated