Show / Hide Table of Contents

Class IdentityNotificationTopicArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IdentityNotificationTopicArgs
Inherited Members
ResourceArgs.Empty
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 Source

IdentityNotificationTopicArgs()

Declaration
public IdentityNotificationTopicArgs()

Properties

View Source

Identity

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.