INPUT_OBJECT
Input to update RCS automatic target mapping.
input UpdateRcsAutomaticTargetMappingInput {# List of cluster UUIDs.clusterUuidList: [String!]# ID of the target mapping.id: String!# Immutability lock duration in days.lockDurationDays: Long!# Name of the target mapping.name: String# Specifies whether the proxy settings must be bypassed the RCV archival target.shouldBypassProxy: Boolean}