ENUM

AmiType

Description

AMIType to be used for exporting an archived EC2 instance snapshot.

link GraphQL Schema definition

  • enum AmiType {
  • # EC2 instance is a linux instance wihtout marketplace code. AMI will be created
  • # at runtime.
  • CREATED_AT_RUNTIME
  • # An AMI already exists which can be used for export.
  • EXISTING
  • # User needs to provide an AMI id, which will be used for export.
  • USER_SPECIFIED
  • }