Class EventDestinationState
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 EventDestinationState : ResourceArgs
Constructors
View SourceEventDestinationState()
Declaration
public EventDestinationState()
Properties
View SourceCloudwatchDestinations
CloudWatch destination for the events
Declaration
public InputList<EventDestinationCloudwatchDestinationGetArgs> CloudwatchDestinations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<EventDestinationCloudwatchDestinationGetArgs> |
ConfigurationSetName
The name of the configuration set
Declaration
public Input<string> ConfigurationSetName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Enabled
If true, the event destination will be enabled
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
KinesisDestination
Send the events to a kinesis firehose destination
Declaration
public Input<EventDestinationKinesisDestinationGetArgs> KinesisDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<EventDestinationKinesisDestinationGetArgs> |
MatchingTypes
A list of matching types. May be any of "send", "reject", "bounce", "complaint", "delivery", "open", "click", or "renderingFailure".
Declaration
public InputList<string> MatchingTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Name
The name of the event destination
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SnsDestination
Send the events to an SNS Topic destination
Declaration
public Input<EventDestinationSnsDestinationGetArgs> SnsDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<EventDestinationSnsDestinationGetArgs> |