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