INPUT_OBJECT
DisableReplicationPauseInput
Description
Input for disabling replication per location pause.
link GraphQL Schema definition
- input DisableReplicationPauseInput {
- # Required. UUID used to identify the cluster the request goes to.
- String! :
- # Required. A configuration value that specifies which source clusters resume
- # replication. Snapshots taken before or during the replication pause can be
- # skipped.
- DisablePerLocationPauseInput! :
- }