List Keywords For Data Source
auditmanager_list_keywords_for_data_source | R Documentation |
Returns a list of keywords that are pre-mapped to the specified control data source¶
Description¶
Returns a list of keywords that are pre-mapped to the specified control data source.
Usage¶
auditmanager_list_keywords_for_data_source(source, nextToken,
maxResults)
Arguments¶
source |
[required] The control mapping data source that the keywords apply to. |
nextToken |
The pagination token that's used to fetch the next set of results. |
maxResults |
Represents the maximum number of results on a page or for an API request call. |
Value¶
A list with the following syntax:
list(
keywords = list(
"string"
),
nextToken = "string"
)
Request syntax¶
svc$list_keywords_for_data_source(
source = "AWS_Cloudtrail"|"AWS_Config"|"AWS_Security_Hub"|"AWS_API_Call"|"MANUAL",
nextToken = "string",
maxResults = 123
)