Interface CfnResponsePlanPropsMixin.PagerDutyIncidentConfigurationProperty

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

@Stability(Stable) public static interface CfnResponsePlanPropsMixin.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.cfnpropertymixins.services.ssmincidents.*;
 PagerDutyIncidentConfigurationProperty pagerDutyIncidentConfigurationProperty = PagerDutyIncidentConfigurationProperty.builder()
         .serviceId("serviceId")
         .build();
 

See Also: