OBJECT

StoreMetadata

Description

Supported in m3.2.0-m4.2.0 Metadata for mosaic store.

link GraphQL Schema definition

  • type StoreMetadata {
  • # Supported in m3.2.0-m4.2.0
  • # S3 bucket name.
  • s3Bucket: String
  • # Supported in m3.2.0-m4.2.0
  • # S3 account region.
  • s3Region: String
  • }