Interface CfnPlan.ContactTargetInfoProperty

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

@Stability(Stable) public static interface CfnPlan.ContactTargetInfoProperty extends software.amazon.jsii.JsiiSerializable
The contact that Incident Manager is engaging during an incident.

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.*;
 ContactTargetInfoProperty contactTargetInfoProperty = ContactTargetInfoProperty.builder()
         .contactId("contactId")
         .isEssential(false)
         .build();