INPUT_OBJECT

AmiTypeForAwsNativeArchivedSnapshotExportInput

Description

Input to retrieve Amazon Machine Image (AMI) type for AWS Archived snapshot export.

link GraphQL Schema definition

  • input AmiTypeForAwsNativeArchivedSnapshotExportInput {
  • # ID of snapshot to export. Snapshot should have an archived copy present.
  • snapshotId: UUID!
  • # Target region for export.
  • destinationRegionId: AwsNativeRegion!
  • # Rubrik ID of the target AWS account for export.
  • destinationAwsAccountRubrikId: UUID!
  • }

link Require by