Class EventDestinationSnsDestinationArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EventDestinationSnsDestinationArgs : ResourceArgs
Constructors
View SourceEventDestinationSnsDestinationArgs()
Declaration
public EventDestinationSnsDestinationArgs()
Properties
View SourceTopicArn
The ARN of the SNS topic
Declaration
public Input<string> TopicArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |