View source: R/cloudtrail_operations.R
cloudtrail_put_insight_selectors | R Documentation |
Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail or event data store. You also use put_insight_selectors
to turn off Insights event logging, by passing an empty list of Insights types. The valid Insights event types are ApiErrorRateInsight
and ApiCallRateInsight
.
See https://www.paws-r-sdk.com/docs/cloudtrail_put_insight_selectors/ for full documentation.
cloudtrail_put_insight_selectors(
TrailName = NULL,
InsightSelectors,
EventDataStore = NULL,
InsightsDestination = NULL
)
TrailName |
The name of the CloudTrail trail for which you want to change or add Insights selectors. You cannot use this parameter with the |
InsightSelectors |
[required] A JSON string that contains the Insights types you want to log on a
trail or event data store. The The |
EventDataStore |
The ARN (or ID suffix of the ARN) of the source event data store for
which you want to change or add Insights selectors. To enable Insights
on an event data store, you must provide both the You cannot use this parameter with the |
InsightsDestination |
The ARN (or ID suffix of the ARN) of the destination event data store
that logs Insights events. To enable Insights on an event data store,
you must provide both the You cannot use this parameter with the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.