Interface CfnPool.MandatoryKeywordProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPool.MandatoryKeywordProperty.Jsii$Proxy
Enclosing class:
CfnPool

@Stability(Stable) public static interface CfnPool.MandatoryKeywordProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.smsvoice.*;
 MandatoryKeywordProperty mandatoryKeywordProperty = MandatoryKeywordProperty.builder()
         .message("message")
         .build();
 

See Also: