Show / Hide Table of Contents

Class CfnPhoneNumberPropsMixin.MandatoryKeywordsProperty

The keywords HELP and STOP are mandatory keywords that each phone number must have.

Inheritance
object
CfnPhoneNumberPropsMixin.MandatoryKeywordsProperty
Implements
CfnPhoneNumberPropsMixin.IMandatoryKeywordsProperty
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.SMSVOICE
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnPhoneNumberPropsMixin.MandatoryKeywordsProperty : CfnPhoneNumberPropsMixin.IMandatoryKeywordsProperty
Syntax (vb)
Public Class CfnPhoneNumberPropsMixin.MandatoryKeywordsProperty Implements CfnPhoneNumberPropsMixin.IMandatoryKeywordsProperty
Remarks

For more information, see Keywords in the End User Messaging User Guide.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-phonenumber-mandatorykeywords.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.SMSVOICE;

             var mandatoryKeywordsProperty = new MandatoryKeywordsProperty {
                 Help = new MandatoryKeywordProperty {
                     Message = "message"
                 },
                 Stop = new MandatoryKeywordProperty {
                     Message = "message"
                 }
             };

Synopsis

Constructors

MandatoryKeywordsProperty()

The keywords HELP and STOP are mandatory keywords that each phone number must have.

Properties

Help

Specifies the HELP keyword that customers use to obtain customer support for this phone number.

Stop

Specifies the STOP keyword that customers use to opt out of receiving messages from this phone number.

Constructors

MandatoryKeywordsProperty()

The keywords HELP and STOP are mandatory keywords that each phone number must have.

public MandatoryKeywordsProperty()
Remarks

For more information, see Keywords in the End User Messaging User Guide.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-phonenumber-mandatorykeywords.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.SMSVOICE;

             var mandatoryKeywordsProperty = new MandatoryKeywordsProperty {
                 Help = new MandatoryKeywordProperty {
                     Message = "message"
                 },
                 Stop = new MandatoryKeywordProperty {
                     Message = "message"
                 }
             };

Properties

Help

Specifies the HELP keyword that customers use to obtain customer support for this phone number.

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

object

Remarks

For more information, see Keywords in the End User Messaging User Guide.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-phonenumber-mandatorykeywords.html#cfn-smsvoice-phonenumber-mandatorykeywords-help

Type union: either IResolvable or CfnPhoneNumberPropsMixin.IMandatoryKeywordProperty

Stop

Specifies the STOP keyword that customers use to opt out of receiving messages from this phone number.

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

object

Remarks

For more information, see Required opt-out keywords in the End User Messaging User Guide.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-phonenumber-mandatorykeywords.html#cfn-smsvoice-phonenumber-mandatorykeywords-stop

Type union: either IResolvable or CfnPhoneNumberPropsMixin.IMandatoryKeywordProperty

Implements

CfnPhoneNumberPropsMixin.IMandatoryKeywordsProperty
Back to top Generated by DocFX