INPUT_OBJECT

OciEsConfigInput

Description

ES storage for OCI compartment.

link GraphQL Schema definition

  • input OciEsConfigInput {
  • # Access key for OCI storage.
  • accessKey: String
  • # Name of the bucket in OCI.
  • bucketName: String
  • # Object storage namespace in OCI.
  • ociNamespace: String
  • # Secret key for OCI storage.
  • secretKey: String
  • }