INPUT_OBJECT
UpdateGcpTargetInput
Description
Input for editing the GCP Target.
link GraphQL Schema definition
- input UpdateGcpTargetInput {
- # Id of the GCP target to be edited.
- UUID! :
- # Name of the GCP target.
- String :
- # Region of the GCP target.
- GcpRegion :
- # Storage class of the GCP target.
- GcpStorageClass :
- # Bucket of the GCP target.
- String :
- # Encryption password for the GCP target.
- String :
- # Service account JSON key of the GCP target.
- String :
- # Proxy settings of the GCP target.
- ProxySettingsInput :
- # Specifies whether the proxy settings should be bypassed for creating this target
- # location.
- Boolean :
- }