OBJECT

RestoreFormConfigurationS3ArchivalLocation

Description

Supported in v7.0+

link GraphQL Schema definition

  • type RestoreFormConfigurationS3ArchivalLocation {
  • # Supported in v7.0+
  • # Archival proxy config.
  • archivalProxyConfig: RestoreFormArchivalProxyConfig
  • # Supported in v7.0+
  • # Compute proxy details.
  • computeProxyConfig: RestoreFormComputeProxyConfig
  • # Required. Supported in v7.0+
  • # Name of the S3 archival location.
  • name: String!
  • # Supported in v8.0+
  • # Name of the bucket.
  • bucket: String
  • # Supported in v8.0+
  • # Default region for archival location.
  • defaultRegion: String
  • # Supported in v8.0+
  • # Method used to encrypt archival location.
  • encryptionType: String
  • # Supported in v8.1+
  • # Specifies the retrieval speed option when retrieving data from the cold storage
  • # tier to the hot storage tier for restore purposes.
  • cloudRehydrationSpeed: String
  • # Supported in v8.1+
  • # Specifies the storage class configured for the archival location.
  • storageClass: String
  • }