Show / Hide Table of Contents

Class CfnCampaignPropsMixin.InAppMessageBodyConfigProperty

Specifies the configuration of main body text of the in-app message.

Inheritance
object
CfnCampaignPropsMixin.InAppMessageBodyConfigProperty
Implements
CfnCampaignPropsMixin.IInAppMessageBodyConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Pinpoint.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnCampaignPropsMixin.InAppMessageBodyConfigProperty : CfnCampaignPropsMixin.IInAppMessageBodyConfigProperty
Syntax (vb)
Public Class CfnCampaignPropsMixin.InAppMessageBodyConfigProperty Implements CfnCampaignPropsMixin.IInAppMessageBodyConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-inappmessagebodyconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.Pinpoint.Mixins;

             var inAppMessageBodyConfigProperty = new InAppMessageBodyConfigProperty {
                 Alignment = "alignment",
                 Body = "body",
                 TextColor = "textColor"
             };

Synopsis

Constructors

InAppMessageBodyConfigProperty()

Specifies the configuration of main body text of the in-app message.

Properties

Alignment

The text alignment of the main body text of the message.

Body

The main body text of the message.

TextColor

The color of the body text, expressed as a string consisting of a hex color code (such as "#000000" for black).

Constructors

InAppMessageBodyConfigProperty()

Specifies the configuration of main body text of the in-app message.

public InAppMessageBodyConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-inappmessagebodyconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.Pinpoint.Mixins;

             var inAppMessageBodyConfigProperty = new InAppMessageBodyConfigProperty {
                 Alignment = "alignment",
                 Body = "body",
                 TextColor = "textColor"
             };

Properties

Alignment

The text alignment of the main body text of the message.

public string? Alignment { get; set; }
Property Value

string

Remarks

Acceptable values: LEFT , CENTER , RIGHT .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-inappmessagebodyconfig.html#cfn-pinpoint-campaign-inappmessagebodyconfig-alignment

Body

The main body text of the message.

public string? Body { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-inappmessagebodyconfig.html#cfn-pinpoint-campaign-inappmessagebodyconfig-body

TextColor

The color of the body text, expressed as a string consisting of a hex color code (such as "#000000" for black).

public string? TextColor { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-inappmessagebodyconfig.html#cfn-pinpoint-campaign-inappmessagebodyconfig-textcolor

Implements

CfnCampaignPropsMixin.IInAppMessageBodyConfigProperty
Back to top Generated by DocFX