@Stability(value=Stable)
public static interface CfnTrail.InsightSelectorProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cloudtrail.*;
InsightSelectorProperty insightSelectorProperty = InsightSelectorProperty.builder()
.insightType("insightType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTrail.InsightSelectorProperty.Builder
A builder for
CfnTrail.InsightSelectorProperty |
static class |
CfnTrail.InsightSelectorProperty.Jsii$Proxy
An implementation for
CfnTrail.InsightSelectorProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTrail.InsightSelectorProperty.Builder |
builder() |
default String |
getInsightType()
The type of insights to log on a trail.
|
@Stability(value=Stable) @Nullable default String getInsightType()
ApiCallRateInsight and ApiErrorRateInsight are valid insight types.
@Stability(value=Stable) static CfnTrail.InsightSelectorProperty.Builder builder()
Copyright © 2022. All rights reserved.