Class CfnPhoneNumberPropsMixin.MandatoryKeywordsProperty
The keywords HELP and STOP are mandatory keywords that each phone number must have.
Inherited Members
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.
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 |
Properties
| Help | Specifies the |
| Stop | Specifies the |
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.
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
Remarks
For more information, see Keywords in the End User Messaging User Guide.
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
Remarks
For more information, see Required opt-out keywords in the End User Messaging User Guide.
Type union: either IResolvable or CfnPhoneNumberPropsMixin.IMandatoryKeywordProperty