Class CfnTrail.InsightSelectorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudtrail.CfnTrail.InsightSelectorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTrail.InsightSelectorProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTrail.InsightSelectorProperty
@Stability(Stable)
@Internal
public static final class CfnTrail.InsightSelectorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTrail.InsightSelectorProperty
An implementation for
CfnTrail.InsightSelectorProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudtrail.CfnTrail.InsightSelectorProperty
CfnTrail.InsightSelectorProperty.Builder, CfnTrail.InsightSelectorProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTrail.InsightSelectorProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTrail.InsightSelectorProperty.Builder
.
-
-
Method Details
-
getInsightType
Description copied from interface:CfnTrail.InsightSelectorProperty
The type of Insights events to log on a trail.ApiCallRateInsight
andApiErrorRateInsight
are valid Insight types.The
ApiCallRateInsight
Insights type analyzes write-only management API calls that are aggregated per minute against a baseline API call volume.The
ApiErrorRateInsight
Insights type analyzes management API calls that result in error codes. The error is shown if the API call is unsuccessful.- Specified by:
getInsightType
in interfaceCfnTrail.InsightSelectorProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-