Interface CfnPlan.ChannelTargetInfoProperty

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

@Stability(Stable) public static interface CfnPlan.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();
 

See Also: