Show / Hide Table of Contents

Class EventDestinationCloudwatchDestinationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EventDestinationCloudwatchDestinationArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EventDestinationCloudwatchDestinationArgs : ResourceArgs

Constructors

View Source

EventDestinationCloudwatchDestinationArgs()

Declaration
public EventDestinationCloudwatchDestinationArgs()

Properties

View Source

DefaultValue

The default value for the event

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

DimensionName

The name for the dimension

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

ValueSource

The source for the value. It can be either &quot;messageTag&quot; or &quot;emailHeader&quot;

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