Interface CfnResponsePlan.PagerDutyIncidentConfigurationProperty

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

@Stability(Stable) public static interface CfnResponsePlan.PagerDutyIncidentConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Details about the PagerDuty service where the response plan creates 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.ssmincidents.*;
 PagerDutyIncidentConfigurationProperty pagerDutyIncidentConfigurationProperty = PagerDutyIncidentConfigurationProperty.builder()
         .serviceId("serviceId")
         .build();