UpdateIngestFeedDescription is an input datatype for updating an ingest feed description.

This datatype is used by two other input datatypes: UpdateAwsS3SqsIngestFeed, which is used by the updateAwsS3SqsIngestFeed() mutation field; and UpdateAzureEventHubIngestFeed, which is used by the updateAzureEventHubIngestFeed() mutation.

Table: UpdateIngestFeedDescription

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 23, 2024
descriptionstring  Long-TermType for updating the description. If the description should be cleared, supply an UpdateDescription object with no value or a null value. If the description should be changed, supply an UpdateDescription object with the desired value.