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.
  • snapshotId: UUID!
  • # Rubrik UUID of the AWS account where exported volume will reside.
  • destinationAwsAccountRubrikId: UUID!
  • # Region of the exported volume.
  • destinationRegionNativeId: AwsNativeRegion!
  • # Name of the exported volume.
  • volumeName: String!
  • # Size of the exported volume in Giga Bytes.
  • volumeSize: Int!
  • # AWS Native EBS volume type. Some examples are: g3, io2. For more information,
  • # see https://aws.amazon.com/ebs/volume-types.
  • volumeType: AwsNativeEbsVolumeType!
  • # Availability Zone (AZ) of the exported volume.
  • availabilityZone: String!
  • # Input/Output (IO) operation limit per second for the exported volume.
  • iops: Int!
  • # Specifies whether to copy tags to the exported volume.
  • shouldCopyTags: Boolean!
  • # Specifies whether to replace attached volumes.
  • shouldReplaceAttached: Boolean!
  • # ID of the KMS key to be used for export.
  • kmsKeyId: String
  • # Type of snapshot used for export.
  • snapshotType: SnapshotType
  • }

link Require by