Class EmailChannelState
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.Pinpoint
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EmailChannelState : ResourceArgs
Constructors
View SourceEmailChannelState()
Declaration
public EmailChannelState()
Properties
View SourceApplicationId
The application ID.
Declaration
public Input<string> ApplicationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
FromAddress
The email address used to send emails from.
Declaration
public Input<string> FromAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Identity
The ARN of an identity verified with SES.
Declaration
public Input<string> Identity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MessagesPerSecond
Messages per second that can be sent.
Declaration
public Input<int> MessagesPerSecond { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |