Skip to content

StartExportAwsNativeEbsVolumeSnapshotJobInput

Input to initiate an export job for the AWS native EBS volume.

Fields

Field Type Description
archivedSnapshotId UUID ID of the archived snapshot to be exported. This field should be specified only when snapshotType is set to Archived. In such cases, the archived snapshot will be used for export. If snapshotType is not Archived, this field is ignored.
availabilityZone String! Availability Zone (AZ) of the exported volume.
destinationAwsAccountRubrikId UUID! Rubrik UUID of the AWS account where exported volume will reside.
destinationRegionNativeId AwsNativeRegion! Region of the exported volume.
iops Int! Input/Output (IO) operation limit per second for the exported volume.
kmsKeyId String ID of the KMS key to be used for export.
shouldCopyTags Boolean! Specifies whether to copy tags to the exported volume.
shouldReplaceAttached Boolean! Specifies whether to replace attached volumes.
shouldResurrectSnapshot Boolean Specifies whether to resurrect an archived snapshot.
snapshotId UUID! ID of the snapshot to be exported.
snapshotType SnapshotType Type of snapshot used for export.
volumeName String! Name of the exported volume.
volumeSize Int! Size of the exported volume in Giga Bytes.
volumeType AwsNativeEbsVolumeType! AWS Native EBS volume type. Some examples are: g3, io2. For more information, see https://aws.amazon.com/ebs/volume-types.