EmailChannelRequest class

Specifies the status and settings of the email channel for an application.

Constructors

EmailChannelRequest({required String fromAddress, required String identity, String? configurationSet, bool? enabled, String? roleArn})

Properties

configurationSet String?
The Amazon SES configuration set that you want to apply to messages that you send through the channel.
final
enabled bool?
Specifies whether to enable the email channel for the application.
final
fromAddress String
The verified email address that you want to send email from when you send email through the channel.
final
hashCode int
The hash code for this object.
no setterinherited
identity String
The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel.
final
roleArn String?
The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited