INPUT_OBJECT

AwsEsConfigInput

Description

ES storage for AWS account.

link GraphQL Schema definition

  • input AwsEsConfigInput {
  • # Bucket name in AWS.
  • bucketName: String
  • # Create new bucket or use existing.
  • shouldCreateBucket: Boolean
  • # Enable object locking on bucket.
  • enableObjectLock: Boolean
  • # Enable immutability on rubrik filesystem.
  • enableImmutability: Boolean
  • }