paws.customer.engagement (version 0.1.0)

pinpoint_update_email_channel: Update an email channel

Description

Update an email channel.

Usage

pinpoint_update_email_channel(ApplicationId, EmailChannelRequest)

Arguments

ApplicationId

[required] The unique ID of your Amazon Pinpoint application.

EmailChannelRequest

[required]

Request syntax

svc$update_email_channel(
  ApplicationId = "string",
  EmailChannelRequest = list(
    ConfigurationSet = "string",
    Enabled = TRUE|FALSE,
    FromAddress = "string",
    Identity = "string",
    RoleArn = "string"
  )
)