INPUT_OBJECT

CreateS3CompatibleReaderTargetInput

Description

Input for creating a S3Compatible Reader Target.

link GraphQL Schema definition

  • input CreateS3CompatibleReaderTargetInput {
  • # Field for specifying cluster UUID of the target.
  • clusterUuid: UUID!
  • # Field for specifying name of the target.
  • name: String!
  • # Field for specifying access key of the target.
  • accessKey: String!
  • # Field for specifying the secret key of the target.
  • secretKey: String!
  • # Field for specifying the endpoint of the target.
  • endpoint: String!
  • # Field for specifying the bucket prefix of the S3Compatible target.
  • bucketPrefix: String!
  • # Field for specifying number of buckets.
  • numberOfBuckets: Int!
  • # Field for specifying encryption key.
  • encryptionKeyInDer: String!
  • # Field for whether consolidation should be enabled or not for this target.
  • isConsolidationEnabled: Boolean!
  • # Field for specifying whether to use system proxy or not.
  • useSystemProxy: Boolean!
  • # Field for specifying the metadata to be retrieved from a target.
  • readerRetrievalMethod: ReaderRetrievalMethod!
  • # Subtype of an S3-compatible target.
  • subType: S3CompatibleSubType
  • # Encryption password for the S3-compatible archival target.
  • encryptionPassword: String
  • # Deprecated: S3-compatible immutability settings is no longer used.
  • immutabilitySettings: LocationImmutabilitySettings
  • # Deprecated: IBM subtype location specific details is no longer used.
  • ibmDetails: IbmCosDetails
  • }

link Require by