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.
- # An AMI already exists which can be used for export.
- # A platform-specific, auto-detected AMI will be used for export.
- # User needs to provide an AMI id, which will be used for export.
- }