INPUT_OBJECT

StartRestoreAwsNativeEc2InstanceSnapshotJobInput

Description

Trigger AWS EC2 instance snapshot restore job.

link GraphQL Schema definition

  • input StartRestoreAwsNativeEc2InstanceSnapshotJobInput {
  • # ID of the archived snapshot to be restored. This field should be specified only
  • # when `snapshotTypeToUseIfSourceExpired` is set to `Archived`. In such cases, the
  • # archived snapshot will be used for restore. If
  • # `snapshotTypeToUseIfSourceExpired` is not `Archived`, this field is ignored.
  • archivedSnapshotId: UUID
  • # Specifies the power status of the restored EC2 Instance. When true, the EC2
  • # Instance is powered-on after completion of the restore.
  • shouldPowerOn: Boolean!
  • # Specifies whether to restore associated tags. If true, the restored EC2 Instance
  • # will have same tags associated.
  • shouldRestoreTags: Boolean!
  • # ID of snapshot to restore.
  • snapshotId: String!
  • # Snapshot type to use if source snapshot is expired.
  • snapshotTypeToUseIfSourceExpired: SnapshotTypeToUseIfSourceExpired
  • }

link Require by