INPUT_OBJECT
CreateS3CompatibleReaderTargetInput
Description
Input for creating a S3Compatible Reader Target.
link GraphQL Schema definition
- input CreateS3CompatibleReaderTargetInput {
- # Field for specifying access key of the target.
- : String!
- # Field for specifying the bucket prefix of the S3Compatible target.
- : String!
- # Field for specifying cluster UUID of the target.
- : UUID!
- # Field for specifying encryption key.
- : String!
- # Encryption password for the S3-compatible archival target.
- : String
- # Field for specifying the endpoint of the target.
- : String!
- # Deprecated: IBM subtype location specific details is no longer used.
- : IbmCosDetails
- # Deprecated: S3-compatible immutability settings is no longer used.
- : LocationImmutabilitySettings
- # Field for whether consolidation should be enabled or not for this target.
- : Boolean!
- # Field for specifying name of the target.
- : String!
- # Field for specifying number of buckets.
- : Int!
- # Field for specifying the metadata to be retrieved from a target.
- : ReaderRetrievalMethod!
- # Field for specifying the secret key of the target.
- : String!
- # Subtype of an S3-compatible target.
- : S3CompatibleSubType
- # Field for specifying whether to use system proxy or not.
- : Boolean!
- }