interface MandatoryKeywordProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_smsvoice.CfnPool.MandatoryKeywordProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssmsvoice#CfnPool_MandatoryKeywordProperty |
![]() | software.amazon.awscdk.services.smsvoice.CfnPool.MandatoryKeywordProperty |
![]() | aws_cdk.aws_smsvoice.CfnPool.MandatoryKeywordProperty |
![]() | 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.