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.
- UUID! :
- # Target region for export.
- AwsNativeRegion! :
- # Rubrik ID of the target AWS account for export.
- UUID! :
- }