aws.auditmanager.list_keywords_for_data_source
Example SQL Queries
SELECT * FROMaws.auditmanager.list_keywords_for_data_sourceWHERE"source" = 'VALUE';Description
Returns a list of keywords that are pre-mapped to the specified control data source.
Table Definition
| Column Name | Column Data Type |
|---|---|
| source Required Input Column The control mapping data source that the keywords apply to. | VARCHAR |
| max_results Input Column Represents the maximum number of results on a page or for an API request call. | BIGINT |
| next_token Input Column The pagination token that's used to fetch the next set of results. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| keywords The list of keywords for the control mapping source. | VARCHAR[] |
Show child fields
| |