Uses of Enum
software.amazon.awscdk.services.events.IncludeDetail
Packages that use IncludeDetail
-
Uses of IncludeDetail in software.amazon.awscdk.services.events
Methods in software.amazon.awscdk.services.events that return IncludeDetailModifier and TypeMethodDescriptiondefault IncludeDetail
LogConfig.getIncludeDetail()
Whether EventBridge include detailed event information in the records it generates.final IncludeDetail
LogConfig.Jsii$Proxy.getIncludeDetail()
static IncludeDetail
Returns the enum constant of this type with the specified name.static IncludeDetail[]
IncludeDetail.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.events with parameters of type IncludeDetailModifier and TypeMethodDescriptionLogConfig.Builder.includeDetail
(IncludeDetail includeDetail) Sets the value ofLogConfig.getIncludeDetail()