Interface CfnEventDataStorePropsMixin.ContextKeySelectorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEventDataStorePropsMixin.ContextKeySelectorProperty.Jsii$Proxy
- Enclosing class:
CfnEventDataStorePropsMixin
@Stability(Stable)
public static interface CfnEventDataStorePropsMixin.ContextKeySelectorProperty
extends software.amazon.jsii.JsiiSerializable
An object that contains information types to be included in CloudTrail enriched events.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.cloudtrail.*;
ContextKeySelectorProperty contextKeySelectorProperty = ContextKeySelectorProperty.builder()
.equalTo(List.of("equalTo"))
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEventDataStorePropsMixin.ContextKeySelectorPropertystatic final classAn implementation forCfnEventDataStorePropsMixin.ContextKeySelectorProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEqualTo
A list of keys defined by Type to be included in CloudTrail enriched events.- See Also:
-
getType
Specifies the type of the event record field in ContextKeySelector.Valid values include RequestContext, TagContext.
- See Also:
-
builder
-