Class IdentityNotificationTopicArgs


  • public final class IdentityNotificationTopicArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • identity

        public com.pulumi.core.Output<java.lang.String> identity()
        Returns:
        The identity for which the Amazon SNS topic will be set. You can specify an identity by using its name or by using its Amazon Resource Name (ARN).
      • includeOriginalHeaders

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> includeOriginalHeaders()
        Returns:
        Whether SES should include original email headers in SNS notifications of this type. `false` by default.
      • notificationType

        public com.pulumi.core.Output<java.lang.String> notificationType()
        Returns:
        The type of notifications that will be published to the specified Amazon SNS topic. Valid Values: `Bounce`, `Complaint` or `Delivery`.
      • topicArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> topicArn()
        Returns:
        The Amazon Resource Name (ARN) of the Amazon SNS topic. Can be set to `""` (an empty string) to disable publishing.