Class EventDestinationCloudwatchDestinationArgs
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 EventDestinationCloudwatchDestinationArgs : ResourceArgs
Constructors
View SourceEventDestinationCloudwatchDestinationArgs()
Declaration
public EventDestinationCloudwatchDestinationArgs()
Properties
View SourceDefaultValue
The default value for the event
Declaration
public Input<string> DefaultValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DimensionName
The name for the dimension
Declaration
public Input<string> DimensionName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ValueSource
The source for the value. It can be either "messageTag" or "emailHeader"
Declaration
public Input<string> ValueSource { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |