AWSPinpointTargetingEmailChannelRequest

Objective-C

@interface AWSPinpointTargetingEmailChannelRequest

Swift

class AWSPinpointTargetingEmailChannelRequest

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

Required parameters: [FromAddress, Identity]

  • The Amazon SES configuration set that you want to apply to messages that you send through the channel.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable configurationSet;

    Swift

    var configurationSet: String? { get set }
  • Specifies whether to enable the email channel for the application.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable enabled;

    Swift

    var enabled: NSNumber? { get set }
  • The verified email address that you want to send email from when you send email through the channel.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable fromAddress;

    Swift

    var fromAddress: String? { get set }
  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable identity;

    Swift

    var identity: String? { get set }
  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable roleArn;

    Swift

    var roleArn: String? { get set }