Interface CfnContact.ChannelTargetInfoProperty

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

@Stability(Stable) public static interface CfnContact.ChannelTargetInfoProperty extends software.amazon.jsii.JsiiSerializable
Information about the contact channel that Incident Manager uses to engage the contact.

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.ssmcontacts.*;
 ChannelTargetInfoProperty channelTargetInfoProperty = ChannelTargetInfoProperty.builder()
         .channelId("channelId")
         .retryIntervalInMinutes(123)
         .build();