INPUT_OBJECT
CreateS3CompatibleTargetInput
Description
Input to create S3-compatible target.
link GraphQL Schema definition
- input CreateS3CompatibleTargetInput {
- # Cluster UUID of the S3-compatible target.
- UUID! :
- # Name of the S3-compatible target.
- String! :
- # Access key of the S3-compatible target.
- String! :
- # Secret key of the S3-compatible target.
- String! :
- # Endpoint of the S3-compatible target.
- String! :
- # Bucket prefix of the S3-compatible target.
- String! :
- # Number of buckets of the S3-compatible target.
- Int! :
- # RSA key of the S3-compatible target for encryption.
- String! :
- # Specifies whether consolidation is enabled for the S3-compatible target.
- Boolean! :
- # Specifies whether system proxy will be used or not.
- Boolean! :
- # Subtype of an S3-compatible target.
- S3CompatibleSubType :
- # Encryption password for the S3-compatible archival target.
- String :
- # S3-compatible immutability settings.
- LocationImmutabilitySettings :
- # IBM subtype location specific details.
- IbmCosDetails :
- }