Package com.pulumi.aws.ses
Class IdentityNotificationTopicArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.ses.IdentityNotificationTopicArgs
-
public final class IdentityNotificationTopicArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IdentityNotificationTopicArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static IdentityNotificationTopicArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdentityNotificationTopicArgs.Builder
builder()
static IdentityNotificationTopicArgs.Builder
builder(IdentityNotificationTopicArgs defaults)
com.pulumi.core.Output<java.lang.String>
identity()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
includeOriginalHeaders()
com.pulumi.core.Output<java.lang.String>
notificationType()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
topicArn()
-
-
-
Field Detail
-
Empty
public static final IdentityNotificationTopicArgs Empty
-
-
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.
-
builder
public static IdentityNotificationTopicArgs.Builder builder()
-
builder
public static IdentityNotificationTopicArgs.Builder builder(IdentityNotificationTopicArgs defaults)
-
-