INPUT_OBJECT
StartExportAwsNativeEbsVolumeSnapshotJobInput
Description
Input to initiate an export job for the AWS native EBS volume.
link GraphQL Schema definition
- input StartExportAwsNativeEbsVolumeSnapshotJobInput {
- # ID of the snapshot to be exported.
- UUID! :
- # Rubrik UUID of the AWS account where exported volume will reside.
- UUID! :
- # Region of the exported volume.
- AwsNativeRegion! :
- # Name of the exported volume.
- String! :
- # Size of the exported volume in Giga Bytes.
- Int! :
- # AWS Native EBS volume type. Some examples are: g3, io2. For more information,
- # see https://aws.amazon.com/ebs/volume-types.
- AwsNativeEbsVolumeType! :
- # Availability Zone (AZ) of the exported volume.
- String! :
- # Input/Output (IO) operation limit per second for the exported volume.
- Int! :
- # Specifies whether to copy tags to the exported volume.
- Boolean! :
- # Specifies whether to replace attached volumes.
- Boolean! :
- # ID of the KMS key to be used for export.
- String :
- # Type of snapshot used for export.
- SnapshotType :
- # ID of the archived snapshot to be exported.
- UUID :
- }