PutInsightSelectorsRequest
public struct PutInsightSelectorsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A JSON string that contains the insight types you want to log on a trail. In this release, only ApiCallRateInsight is supported as an insight type.
Declaration
Swift
public let insightSelectors: [InsightSelector] -
The name of the CloudTrail trail for which you want to change or add Insights selectors.
Declaration
Swift
public let trailName: String -
Undocumented
Declaration
Swift
public init(insightSelectors: [InsightSelector], trailName: String)
View on GitHub
PutInsightSelectorsRequest Structure Reference