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