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.
- UUID! :
- # Field for specifying name of the target.
- String! :
- # Field for specifying access key of the target.
- String! :
- # Field for specifying the secret key of the target.
- String! :
- # Field for specifying the endpoint of the target.
- String! :
- # Field for specifying the bucket prefix of the S3Compatible target.
- String! :
- # Field for specifying number of buckets.
- Int! :
- # Field for specifying encryption key.
- String! :
- # Field for whether consolidation should be enabled or not for this target.
- Boolean! :
- # Field for specifying whether to use system proxy or not.
- Boolean! :
- # Field for specifying the metadata to be retrieved from a target.
- ReaderRetrievalMethod! :
- # Subtype of an S3-compatible target.
- S3CompatibleSubType :
- # Encryption password for the S3-compatible archival target.
- String :
- # Deprecated: S3-compatible immutability settings is no longer used.
- LocationImmutabilitySettings :
- # Deprecated: IBM subtype location specific details is no longer used.
- IbmCosDetails :
- }