Class InsightType
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudtrail.InsightType
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-21T06:34:04.854Z")
@Stability(Stable)
public class InsightType
extends software.amazon.jsii.JsiiObject
Util element for InsightSelector.
Example:
Trail.Builder.create(this, "Insights")
.insightTypes(List.of(InsightType.API_CALL_RATE, InsightType.API_ERROR_RATE))
.build();
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InsightTypeThe type of insights to log on a trail.static final InsightTypeThe type of insights to log on a trail. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInsightType(String value) protectedInsightType(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedInsightType(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
API_CALL_RATE
The type of insights to log on a trail.(API Call Rate)
-
API_ERROR_RATE
The type of insights to log on a trail.(API Error Rate)
-
-
Constructor Details
-
InsightType
protected InsightType(software.amazon.jsii.JsiiObjectRef objRef) -
InsightType
protected InsightType(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
InsightType
- Parameters:
value- This parameter is required.
-
-
Method Details
-
getValue
-