Uses of Interface
software.amazon.awscdk.services.events.targets.LogGroupTargetInputOptions
Packages that use LogGroupTargetInputOptions
Package
Description
Event Targets for Amazon EventBridge
-
Uses of LogGroupTargetInputOptions in software.amazon.awscdk.services.events.targets
Classes in software.amazon.awscdk.services.events.targets that implement LogGroupTargetInputOptionsModifier and TypeClassDescriptionstatic final classAn implementation forLogGroupTargetInputOptionsMethods in software.amazon.awscdk.services.events.targets that return LogGroupTargetInputOptionsModifier and TypeMethodDescriptionLogGroupTargetInputOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.events.targets with parameters of type LogGroupTargetInputOptionsModifier and TypeMethodDescriptionstatic RuleTargetInputLogGroupTargetInput.fromObject(LogGroupTargetInputOptions options) Deprecated.use fromObjectV2static LogGroupTargetInputLogGroupTargetInput.fromObjectV2(LogGroupTargetInputOptions options) Pass a JSON object to the the log group event target.