UpdateFdrFeed is used to input data for updating an FDR feed. Note that the fields, apart from `id` and `repositoryName`, only need to be supplied if the field should be changed.

Table: UpdateFdrFeed

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 23, 2024
clientIdstring  The AWS client unique identifier of the FDR feed.
clientSecretstring  The AWS client secret for the FDR feed.
descriptionUpdateDescription  The description of the FDR feed. See UpdateDescription.
enabledboolean  Whether ingest from the FDR feed is enabled.
idstringyes The unique identifier of the FDR feed.
namestring  The name of the FDR feed.
parserstring  The unique identifier or name of the parser that should be used to parse the FDR data. Use the FDR parser from the crowdstrike/fdr package, which can be referred to as \"crowdstrike/fdr:FDR\".
repositoryNamestringyes The name of the repository of the FDR feed.
s3Identifierstring  The AWS S3 identifier of the FDR feed.
sqsUrlstring  The AWS SQS queue URL of the FDR feed.