OBJECT
RestoreFormConfigurationS3ArchivalLocation
Description
Supported in v7.0+
link GraphQL Schema definition
- type RestoreFormConfigurationS3ArchivalLocation {
- # Supported in v7.0+
- # Archival proxy config.
- : RestoreFormArchivalProxyConfig
- # Supported in v8.0+
- # Name of the bucket.
- : 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.
- : String
- # Supported in v7.0+
- # Compute proxy details.
- : RestoreFormComputeProxyConfig
- # Supported in v8.0+
- # Default region for archival location.
- : String
- # Supported in v8.0+
- # Method used to encrypt archival location.
- : String
- # Required. Supported in v7.0+
- # Name of the S3 archival location.
- : String!
- # Supported in v8.1+
- # Specifies the storage class configured for the archival location.
- : String
- }