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
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
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 | |||||
clientID | string | Long-Term | The AWS client unique identifier of the FDR feed. | ||
clientSecret | string | Long-Term | The AWS client secret for the FDR feed. | ||
description | UpdateDescription | Long-Term | The description of the FDR feed. See UpdateDescription . | ||
enabled | boolean | Long-Term | Whether ingest from the FDR feed is enabled. | ||
id | string | yes | Long-Term | The unique identifier of the FDR feed. | |
Name | string | Long-Term | The name of the FDR feed. | ||
parser | string | Long-Term | 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\". | ||
repositoryName | string | yes | Long-Term | The name of the repository of the FDR feed. | |
s3Identifier | string | Long-Term | The AWS S3 identifier of the FDR feed. | ||
sqsUrl | string | Long-Term | The AWS SQS queue URL of the FDR feed. |