Class IdentityNotificationTopicArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ses
Assembly: Pulumi.Aws.dll
Syntax
public sealed class IdentityNotificationTopicArgs : ResourceArgs
Constructors
View SourceIdentityNotificationTopicArgs()
Declaration
public IdentityNotificationTopicArgs()
Properties
View SourceIdentity
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).
Declaration
public Input<string> Identity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IncludeOriginalHeaders
Whether SES should include original email headers in SNS notifications of this type. false by default.
Declaration
public Input<bool> IncludeOriginalHeaders { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
NotificationType
The type of notifications that will be published to the specified Amazon SNS topic. Valid Values: Bounce, Complaint or Delivery.
Declaration
public Input<string> NotificationType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TopicArn
The Amazon Resource Name (ARN) of the Amazon SNS topic. Can be set to "" (an empty string) to disable publishing.
Declaration
public Input<string> TopicArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |