INPUT_OBJECT

GcpEsConfigInput

Description

ES storage for GCP account.

link GraphQL Schema definition

  • input GcpEsConfigInput {
  • # Bucket name in GCP.
  • bucketName: String
  • # Region for the GCP bucket.
  • region: String
  • # Create new bucket or use existing.
  • shouldCreateBucket: Boolean
  • }