@Stability(value=Stable)
public static interface CfnTrail.EventSelectorProperty
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.*;
EventSelectorProperty eventSelectorProperty = EventSelectorProperty.builder()
.dataResources(List.of(DataResourceProperty.builder()
.type("type")
// the properties below are optional
.values(List.of("values"))
.build()))
.excludeManagementEventSources(List.of("excludeManagementEventSources"))
.includeManagementEvents(false)
.readWriteType("readWriteType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTrail.EventSelectorProperty.Builder
A builder for
CfnTrail.EventSelectorProperty |
static class |
CfnTrail.EventSelectorProperty.Jsii$Proxy
An implementation for
CfnTrail.EventSelectorProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTrail.EventSelectorProperty.Builder |
builder() |
default Object |
getDataResources()
`CfnTrail.EventSelectorProperty.DataResources`.
|
default List<String> |
getExcludeManagementEventSources()
`CfnTrail.EventSelectorProperty.ExcludeManagementEventSources`.
|
default Object |
getIncludeManagementEvents()
`CfnTrail.EventSelectorProperty.IncludeManagementEvents`.
|
default String |
getReadWriteType()
`CfnTrail.EventSelectorProperty.ReadWriteType`.
|
@Stability(value=Stable) @Nullable default Object getDataResources()
@Stability(value=Stable) @Nullable default List<String> getExcludeManagementEventSources()
@Stability(value=Stable) @Nullable default Object getIncludeManagementEvents()
@Stability(value=Stable) @Nullable default String getReadWriteType()
@Stability(value=Stable) static CfnTrail.EventSelectorProperty.Builder builder()
Copyright © 2021. All rights reserved.