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