OBJECT

RestoreFormConfigurationObjectStoreArchivalLocation

Description

Supported in v7.0+

link GraphQL Schema definition

  • type RestoreFormConfigurationObjectStoreArchivalLocation {
  • # Required. Supported in v7.0+
  • # Name of archival location.
  • name: String!
  • # Supported in v8.0+
  • # Name of the bucket.
  • bucket: String
  • # Supported in v8.0+
  • # Method used to encrypt archival location.
  • encryptionType: String
  • # Supported in v8.0+
  • # Endpoint for the archival location.
  • endpoint: String
  • # Supported in v8.0+
  • # Number of buckets.
  • numBuckets: Long
  • }