interface MandatoryKeywordProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SMSVOICE.CfnPool.MandatoryKeywordProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssmsvoice#CfnPool_MandatoryKeywordProperty |
Java | software.amazon.awscdk.services.smsvoice.CfnPool.MandatoryKeywordProperty |
Python | aws_cdk.aws_smsvoice.CfnPool.MandatoryKeywordProperty |
TypeScript | aws-cdk-lib » aws_smsvoice » CfnPool » 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-lib';
const mandatoryKeywordProperty: smsvoice.CfnPool.MandatoryKeywordProperty = {
message: 'message',
};
Properties
| Name | Type | Description |
|---|---|---|
| message | string | The message associated with the keyword. |
message
Type:
string
The message associated with the keyword.

.NET
Go
Java
Python
TypeScript