interface MandatoryKeywordProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SMSVOICE.Mixins.CfnPhoneNumberPropsMixin.MandatoryKeywordProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssmsvoice/mixins#CfnPhoneNumberPropsMixin_MandatoryKeywordProperty |
Java | software.amazon.awscdk.mixins.preview.services.smsvoice.mixins.CfnPhoneNumberPropsMixin.MandatoryKeywordProperty |
Python | aws_cdk.mixins_preview.aws_smsvoice.mixins.CfnPhoneNumberPropsMixin.MandatoryKeywordProperty |
TypeScript | @aws-cdk/mixins-preview » aws_smsvoice » mixins » 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 { mixins as smsvoice_mixins } from '@aws-cdk/mixins-preview/aws-smsvoice';
const mandatoryKeywordProperty: smsvoice_mixins.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