INPUT_OBJECT
CreateRcsReaderTargetInput
Description
Input for creating a RCS Reader Target.
link GraphQL Schema definition
- input CreateRcsReaderTargetInput {
- # Field for specifying cluster UUID of the target.
- : UUID!
- # Field for specifying the name of original reader location to which to connect as
- # Reader.
- : String!
- # Field for specifying the name of reader location for RCS.
- : String!
- # Field for specifying the metadata to be retrieved from a target.
- : ReaderRetrievalMethod!
- }