Uses of Class
software.amazon.awscdk.services.cloudtrail.InsightType
Packages that use InsightType
-
Uses of InsightType in software.amazon.awscdk.services.cloudtrail
Fields in software.amazon.awscdk.services.cloudtrail declared as InsightTypeModifier and TypeFieldDescriptionstatic final InsightTypeInsightType.API_CALL_RATEThe type of insights to log on a trail.static final InsightTypeInsightType.API_ERROR_RATEThe type of insights to log on a trail.Methods in software.amazon.awscdk.services.cloudtrail that return types with arguments of type InsightTypeModifier and TypeMethodDescriptiondefault List<InsightType>TrailProps.getInsightTypes()A JSON string that contains the insight types you want to log on a trail.final List<InsightType>TrailProps.Jsii$Proxy.getInsightTypes()Method parameters in software.amazon.awscdk.services.cloudtrail with type arguments of type InsightTypeModifier and TypeMethodDescriptionTrail.Builder.insightTypes(List<? extends InsightType> insightTypes) A JSON string that contains the insight types you want to log on a trail.TrailProps.Builder.insightTypes(List<? extends InsightType> insightTypes) Sets the value ofTrailProps.getInsightTypes()