interface MandatoryKeywordProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SMSVOICE.CfnPhoneNumberPropsMixin.MandatoryKeywordProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssmsvoice#CfnPhoneNumberPropsMixin_MandatoryKeywordProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.smsvoice.CfnPhoneNumberPropsMixin.MandatoryKeywordProperty |
Python | aws_cdk.cfn_property_mixins.aws_smsvoice.CfnPhoneNumberPropsMixin.MandatoryKeywordProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_smsvoice » CfnPhoneNumberPropsMixin » MandatoryKeywordProperty |
The keywords HELP and STOP are mandatory keywords that each phone number must have.
For more information, see Keywords in the End User Messaging User Guide.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_smsvoice as smsvoice } from '@aws-cdk/cfn-property-mixins';
const mandatoryKeywordProperty: smsvoice.CfnPhoneNumberPropsMixin.MandatoryKeywordProperty = {
message: 'message',
};
Properties
| Name | Type | Description |
|---|---|---|
| message? | string | The message associated with the keyword. |
message?
Type:
string
(optional)
The message associated with the keyword.

.NET
Go
Java
Python
TypeScript