Uses of Class
software.amazon.awscdk.services.ses.EventDestination
Packages that use EventDestination
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of EventDestination in software.amazon.awscdk.services.ses
Methods in software.amazon.awscdk.services.ses that return EventDestinationModifier and TypeMethodDescriptionstatic EventDestinationEventDestination.cloudWatchDimensions(List<? extends CloudWatchDimension> dimensions) Use CloudWatch dimensions as event destination.static EventDestinationUse Event Bus as event destination.static EventDestinationEventDestination.firehoseDeliveryStream(FirehoseDeliveryStreamDestination stream) Use Firehose Delivery Stream as event destination.ConfigurationSetEventDestinationOptions.getDestination()The event destination.final EventDestinationConfigurationSetEventDestinationOptions.Jsii$Proxy.getDestination()final EventDestinationConfigurationSetEventDestinationProps.Jsii$Proxy.getDestination()static EventDestinationUse a SNS topic as event destination.Methods in software.amazon.awscdk.services.ses with parameters of type EventDestinationModifier and TypeMethodDescriptionConfigurationSetEventDestination.Builder.destination(EventDestination destination) The event destination.ConfigurationSetEventDestinationOptions.Builder.destination(EventDestination destination) Sets the value ofConfigurationSetEventDestinationOptions.getDestination()ConfigurationSetEventDestinationProps.Builder.destination(EventDestination destination) Sets the value ofConfigurationSetEventDestinationOptions.getDestination()