Class SNSDestination

java.lang.Object
software.amazon.awssdk.services.ses.model.SNSDestination
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<SNSDestination.Builder,SNSDestination>

@Generated("software.amazon.awssdk:codegen") public final class SNSDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SNSDestination.Builder,SNSDestination>

Contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

Event destinations, such as Amazon SNS, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

See Also: