Interface CfnPhoneNumberPropsMixin.OptionalKeywordProperty

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

@Stability(Stable) public static interface CfnPhoneNumberPropsMixin.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.mixins.preview.services.smsvoice.mixins.*;
 OptionalKeywordProperty optionalKeywordProperty = OptionalKeywordProperty.builder()
         .action("action")
         .keyword("keyword")
         .message("message")
         .build();
 

See Also: