@Stability(value=Stable)
public static interface CfnTrail.InsightSelectorProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnTrail.InsightSelectorProperty.InsightType`.
|
@Stability(value=Stable) @Nullable default String getInsightType()
@Stability(value=Stable) static CfnTrail.InsightSelectorProperty.Builder builder()
Copyright © 2021. All rights reserved.