Show / Hide Table of Contents

Class EmailChannelArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EmailChannelArgs
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 EmailChannelArgs : ResourceArgs

Constructors

View Source

EmailChannelArgs()

Declaration
public EmailChannelArgs()

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

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.