Interface SNSActionConfig

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
SNSActionConfig.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:41.440Z") @Stability(Stable) public interface SNSActionConfig extends software.amazon.jsii.JsiiSerializable
SNSAction configuration.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ses.*;
 SNSActionConfig sNSActionConfig = SNSActionConfig.builder()
         .encoding("encoding")
         .topicArn("topicArn")
         .build();
 
  • Method Details

    • getEncoding

      @Stability(Stable) @Nullable default String getEncoding()
      The encoding to use for the email within the Amazon SNS notification.

      Default: 'UTF-8'

    • getTopicArn

      @Stability(Stable) @Nullable default String getTopicArn()
      The Amazon Resource Name (ARN) of the Amazon SNS topic to notify.

      Default: - No notification is sent to SNS.

    • builder

      @Stability(Stable) static SNSActionConfig.Builder builder()
      Returns:
      a SNSActionConfig.Builder of SNSActionConfig