Interface CfnPhoneNumber.OptionalKeywordProperty

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

@Stability(Stable) public static interface CfnPhoneNumber.OptionalKeywordProperty extends software.amazon.jsii.JsiiSerializable
The OptionalKeyword configuration.

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.*;
 OptionalKeywordProperty optionalKeywordProperty = OptionalKeywordProperty.builder()
         .action("action")
         .keyword("keyword")
         .message("message")
         .build();
 

See Also: