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