INPUT_OBJECT
UpdateMssqlLogShippingConfigurationInput
Description
Input for UpdateMssqlLogShippingConfiguration.
link GraphQL Schema definition
- input UpdateMssqlLogShippingConfigurationInput {
- # Required. UUID used to identify the cluster the request goes to.
- : String!
- # Required. Configuration parameters for the update operation.
- : MssqlLogShippingUpdateV2Input!
- # Required. ID of a log shipping configuration object.
- : String!
- }