Add-VSPinpointCampaignCampaignEmailMessage
Add-VSPinpointCampaignCampaignEmailMessage
SYNOPSIS
Adds an AWS::Pinpoint::Campaign.CampaignEmailMessage resource property to the template. Specifies the content and “From” address for an email message that’s sent to recipients of a campaign.
SYNTAX
Add-VSPinpointCampaignCampaignEmailMessage [[-FromAddress] <Object>] [[-HtmlBody] <Object>] [[-Title] <Object>]
[[-Body] <Object>] [<CommonParameters>]
DESCRIPTION
Adds an AWS::Pinpoint::Campaign.CampaignEmailMessage resource property to the template. Specifies the content and “From” address for an email message that’s sent to recipients of a campaign.
PARAMETERS
-FromAddress
The verified email address to send the email from. The default address is the FromAddress specified for the email channel for the application.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-fromaddress PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-HtmlBody
The body of the email, in HTML format, for recipients whose email clients render HTML content.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-htmlbody PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Title
The subject line, or title, of the email.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-title PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Body
The body of the email for recipients whose email clients don’t render HTML content.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-campaignemailmessage.html#cfn-pinpoint-campaign-campaignemailmessage-body PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.