Interface CfnPhoneNumber.TwoWayProperty

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

@Stability(Stable) public static interface CfnPhoneNumber.TwoWayProperty extends software.amazon.jsii.JsiiSerializable
The phone number's two-way SMS configuration object.

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.*;
 TwoWayProperty twoWayProperty = TwoWayProperty.builder()
         .enabled(false)
         // the properties below are optional
         .channelArn("channelArn")
         .channelRole("channelRole")
         .build();
 

See Also: