ENUM

SnapshotServiceConsistencyLevel

Description

Enum to describe whether snapshot has AMI-based or crash-consistent consistency.

link GraphQL Schema definition

  • enum SnapshotServiceConsistencyLevel {
  • # AMI-based consistency level.
  • AMI_BASED
  • # Crash-consistent snapshot.
  • CRASH_CONSISTENT
  • }