Show / Hide Table of Contents

Class CfnMessageTemplatePropsMixin.SmsMessageTemplateContentProperty

The content of the message template that applies to the SMS channel subtype.

Inheritance
object
CfnMessageTemplatePropsMixin.SmsMessageTemplateContentProperty
Implements
CfnMessageTemplatePropsMixin.ISmsMessageTemplateContentProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Wisdom
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnMessageTemplatePropsMixin.SmsMessageTemplateContentProperty : CfnMessageTemplatePropsMixin.ISmsMessageTemplateContentProperty
Syntax (vb)
Public Class CfnMessageTemplatePropsMixin.SmsMessageTemplateContentProperty Implements CfnMessageTemplatePropsMixin.ISmsMessageTemplateContentProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-smsmessagetemplatecontent.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.CfnPropertyMixins.AWS.Wisdom;

             var smsMessageTemplateContentProperty = new SmsMessageTemplateContentProperty {
                 Body = new SmsMessageTemplateContentBodyProperty {
                     PlainText = new MessageTemplateBodyContentProviderProperty {
                         Content = "content"
                     }
                 }
             };

Synopsis

Constructors

SmsMessageTemplateContentProperty()

The content of the message template that applies to the SMS channel subtype.

Properties

Body

The body to use in SMS messages.

Constructors

SmsMessageTemplateContentProperty()

The content of the message template that applies to the SMS channel subtype.

public SmsMessageTemplateContentProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-smsmessagetemplatecontent.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.CfnPropertyMixins.AWS.Wisdom;

             var smsMessageTemplateContentProperty = new SmsMessageTemplateContentProperty {
                 Body = new SmsMessageTemplateContentBodyProperty {
                     PlainText = new MessageTemplateBodyContentProviderProperty {
                         Content = "content"
                     }
                 }
             };

Properties

Body

The body to use in SMS messages.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-smsmessagetemplatecontent.html#cfn-wisdom-messagetemplate-smsmessagetemplatecontent-body

Type union: either IResolvable or CfnMessageTemplatePropsMixin.ISmsMessageTemplateContentBodyProperty

Implements

CfnMessageTemplatePropsMixin.ISmsMessageTemplateContentProperty
Back to top Generated by DocFX