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 input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for 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.