interface PagerDutyIncidentConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SSMIncidents.CfnResponsePlan.PagerDutyIncidentConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsssmincidents#CfnResponsePlan_PagerDutyIncidentConfigurationProperty |
Java | software.amazon.awscdk.services.ssmincidents.CfnResponsePlan.PagerDutyIncidentConfigurationProperty |
Python | aws_cdk.aws_ssmincidents.CfnResponsePlan.PagerDutyIncidentConfigurationProperty |
TypeScript | aws-cdk-lib » aws_ssmincidents » CfnResponsePlan » PagerDutyIncidentConfigurationProperty |
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 { aws_ssmincidents as ssmincidents } from 'aws-cdk-lib';
const pagerDutyIncidentConfigurationProperty: ssmincidents.CfnResponsePlan.PagerDutyIncidentConfigurationProperty = {
serviceId: 'serviceId',
};
Properties
| Name | Type | Description |
|---|---|---|
| service | string | The ID of the PagerDuty service that the response plan associates with an incident when it launches. |
serviceId
Type:
string
The ID of the PagerDuty service that the response plan associates with an incident when it launches.

.NET
Go
Java
Python
TypeScript