INPUT_OBJECT

StartRestoreAwsNativeEc2InstanceSnapshotJobInput

Description

Trigger AWS EC2 instance snapshot restore job.

link GraphQL Schema definition

  • input StartRestoreAwsNativeEc2InstanceSnapshotJobInput {
  • # ID of snapshot to restore.
  • snapshotId: String!
  • # 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!
  • # Snapshot type to use if source snapshot is expired.
  • snapshotTypeToUseIfSourceExpired: SnapshotTypeToUseIfSourceExpired
  • }

link Require by