INPUT_OBJECT
StartRestoreAwsNativeEc2InstanceSnapshotJobInput
Description
Trigger AWS EC2 instance snapshot restore job.
link GraphQL Schema definition
- input StartRestoreAwsNativeEc2InstanceSnapshotJobInput {
- # ID of snapshot to restore.
- String! :
- # Specifies the power status of the restored EC2 Instance. When true, the EC2
- # Instance is powered-on after completion of the restore.
- Boolean! :
- # Specifies whether to restore associated tags. If true, the restored EC2 Instance
- # will have same tags associated.
- Boolean! :
- # Snapshot type to use if source snapshot is expired.
- SnapshotTypeToUseIfSourceExpired :
- # ID of the archived snapshot to be restored.
- UUID :
- }