INPUT_OBJECT

CreateS3CompatibleTargetInput

Description

Input to create S3-compatible target.

link GraphQL Schema definition

  • input CreateS3CompatibleTargetInput {
  • # Cluster UUID of the S3-compatible target.
  • clusterUuid: UUID!
  • # Name of the S3-compatible target.
  • name: String!
  • # Access key of the S3-compatible target.
  • accessKey: String!
  • # Secret key of the S3-compatible target.
  • secretKey: String!
  • # Endpoint of the S3-compatible target.
  • endpoint: String!
  • # Bucket prefix of the S3-compatible target.
  • bucketPrefix: String!
  • # Number of buckets of the S3-compatible target.
  • numberOfBuckets: Int!
  • # RSA key of the S3-compatible target for encryption.
  • encryptionKeyInDer: String!
  • # Specifies whether consolidation is enabled for the S3-compatible target.
  • isConsolidationEnabled: Boolean!
  • # Specifies whether system proxy will be used or not.
  • useSystemProxy: Boolean!
  • # Subtype of an S3-compatible target.
  • subType: S3CompatibleSubType
  • # Encryption password for the S3-compatible archival target.
  • encryptionPassword: String
  • # S3-compatible immutability settings.
  • immutabilitySettings: LocationImmutabilitySettings
  • # IBM subtype location specific details.
  • ibmDetails: IbmCosDetails
  • }

link Require by