OBJECT
AmiTypeForAwsNativeArchivedSnapshotExportReply
Description
Amazon Machine Image (AMI) type for exporting an archived EC2 Instance snapshot.
link GraphQL Schema definition
- type AmiTypeForAwsNativeArchivedSnapshotExportReply {
- # Type of the AMI to be used for export of EC2 instance archived snapshot. This
- # can be an existing AMI, or a runtime-generated AMI or a user-specified AMI.
- AmiType! :
- # If amiType is pre-existing, this field will contain the ID of the AMI.
- String! :
- # Rubrik Id of the aws account which contains the pre-existing AMI.
- String! :
- # Region where the pre-existing AMI exists.
- AwsNativeRegion! :
- }