ListKeywordsForDataSource
Source:
src/AWS/AuditManager/ListKeywordsForDataSource.ts
Runtime binding for auditmanager:ListKeywordsForDataSource.
Lists the keywords that are pre-mapped to the specified control
data source (CloudTrail event names, Config rules, Security Hub
controls, …). Provide the
implementation with Effect.provide(AWS.AuditManager.ListKeywordsForDataSourceHttp).
Control Data Sources
Section titled “Control Data Sources”const listKeywordsForDataSource = yield* AWS.AuditManager.ListKeywordsForDataSource();const result = yield* listKeywordsForDataSource({ source: "AWS_Cloudtrail" });