INPUT_OBJECT
UpdateS3CompatibleTargetInput
Description
Input to edit S3 compatible target.
link GraphQL Schema definition
- input UpdateS3CompatibleTargetInput {
- # Access key of the S3 compatible target.
- : String
- # Endpoint of the S3 compatible target.
- : String
- # Rubrik Security Cloud managed ID of the S3 compatible target to be edited.
- : UUID!
- # Immutability information of S3-compatible location.
- : LocationImmutabilitySettings
- # Flag to determine if consolidation is enabled in the NFS 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
- # Flag to determine if system proxy will be used or not.
- : Boolean
- }