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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnResponsePlanPropsMixin.PagerDutyIncidentConfigurationProperty -
Method Summary
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.- See Also:
-
builder
@Stability(Stable) static CfnResponsePlanPropsMixin.PagerDutyIncidentConfigurationProperty.Builder builder()
-