Show / Hide Table of Contents

Class EventDestinationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EventDestinationArgs
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 EventDestinationArgs : ResourceArgs

Constructors

View Source

EventDestinationArgs()

Declaration
public EventDestinationArgs()

Properties

View Source

CloudwatchDestinations

CloudWatch destination for the events

Declaration
public InputList<EventDestinationCloudwatchDestinationArgs> CloudwatchDestinations { get; set; }
Property Value
Type Description
InputList<EventDestinationCloudwatchDestinationArgs>
View Source

ConfigurationSetName

The name of the configuration set

Declaration
public Input<string> ConfigurationSetName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Enabled

If true, the event destination will be enabled

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

KinesisDestination

Send the events to a kinesis firehose destination

Declaration
public Input<EventDestinationKinesisDestinationArgs> KinesisDestination { get; set; }
Property Value
Type Description
Input<EventDestinationKinesisDestinationArgs>
View Source

MatchingTypes

A list of matching types. May be any of &quot;send&quot;, &quot;reject&quot;, &quot;bounce&quot;, &quot;complaint&quot;, &quot;delivery&quot;, &quot;open&quot;, &quot;click&quot;, or &quot;renderingFailure&quot;.

Declaration
public InputList<string> MatchingTypes { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Name

The name of the event destination

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SnsDestination

Send the events to an SNS Topic destination

Declaration
public Input<EventDestinationSnsDestinationArgs> SnsDestination { get; set; }
Property Value
Type Description
Input<EventDestinationSnsDestinationArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.