Describes the settings for the Insights event selectors that you configured for your trail
Describes the settings for the Insights event selectors that you
configured for your trail.
get_insight_selectors
shows if
CloudTrail Insights event logging is enabled on the trail, and if it is,
which insight types are enabled. If you run
get_insight_selectors
on a trail
that does not have Insights events enabled, the operation throws the
exception InsightNotEnabledException
For more information, see Logging CloudTrail Insights Events for Trails in the AWS CloudTrail User Guide.
cloudtrail_get_insight_selectors(TrailName)
TrailName |
[required] Specifies the name of the trail or trail ARN. If you specify a trail name, the string must meet the following requirements:
If you specify a trail ARN, it must be in the format:
|
A list with the following syntax:
list( TrailARN = "string", InsightSelectors = list( list( InsightType = "ApiCallRateInsight" ) ) )
svc$get_insight_selectors( TrailName = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.