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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResponsePlan.PagerDutyIncidentConfigurationPropertystatic final classAn implementation forCfnResponsePlan.PagerDutyIncidentConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ID of the PagerDuty service that the response plan associates with an incident when it launches.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getServiceId
The ID of the PagerDuty service that the response plan associates with an incident when it launches. -
builder
-