Delete Email Channel
pinpoint_delete_email_channel | R Documentation |
Disables the email channel for an application and deletes any existing settings for the channel¶
Description¶
Disables the email channel for an application and deletes any existing settings for the channel.
Usage¶
Arguments¶
ApplicationId
[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
Value¶
A list with the following syntax:
list(
EmailChannelResponse = list(
ApplicationId = "string",
ConfigurationSet = "string",
CreationDate = "string",
Enabled = TRUE|FALSE,
FromAddress = "string",
HasCredential = TRUE|FALSE,
Id = "string",
Identity = "string",
IsArchived = TRUE|FALSE,
LastModifiedBy = "string",
LastModifiedDate = "string",
MessagesPerSecond = 123,
Platform = "string",
RoleArn = "string",
OrchestrationSendingRoleArn = "string",
Version = 123
)
)