Show / Hide Table of Contents

Class EmailChannelState

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

Constructors

View Source

EmailChannelState()

Declaration
public EmailChannelState()

Properties

View Source

ApplicationId

The application ID.

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

Enabled

Whether the channel is enabled or disabled. Defaults to true.

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

FromAddress

The email address used to send emails from.

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

Identity

The ARN of an identity verified with SES.

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

MessagesPerSecond

Messages per second that can be sent.

Declaration
public Input<int> MessagesPerSecond { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RoleArn

The ARN of an IAM Role used to submit events to Mobile Analytics' event ingestion service.

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