INPUT_OBJECT
CreateGcpReaderTargetInput
Description
Input for GCP Reader Target.
link GraphQL Schema definition
- input CreateGcpReaderTargetInput {
- # Field for creating proxy settings.
- : ProxySettingsInput
- # Field for specifying GCP bucket name.
- : String!
- # Specifies whether the proxy settings should be bypassed for creating this target
- # location.
- : Boolean!
- # Field for specifying cluster UUID of the target.
- : UUID!
- # Field for specifying encryption password.
- : String!
- # Field for specifying name of the target.
- : String!
- # Field for specifying the metadata to be retrieved from a target.
- : ReaderRetrievalMethod!
- # Field for specifying region of the target.
- : GcpRegion!
- # Field for specifying service account JSON key.
- : String!
- # Field for specifying storage class of the target.
- : GcpStorageClass!
- }