INPUT_OBJECT

VolumeIdExclusion

Description

Exclusion status of AWS EBS volumes.

link GraphQL Schema definition

  • input VolumeIdExclusion {
  • # ID of the AWS EBS volume.
  • volumeId: String!
  • # Specfies whether the EBS volume is excluded from snapshot.
  • isExcluded: Boolean!
  • }