interface PagerDutyIncidentConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SSMIncidents.CfnResponsePlan.PagerDutyIncidentConfigurationProperty |
![]() | software.amazon.awscdk.services.ssmincidents.CfnResponsePlan.PagerDutyIncidentConfigurationProperty |
![]() | aws_cdk.aws_ssmincidents.CfnResponsePlan.PagerDutyIncidentConfigurationProperty |
![]() | @aws-cdk/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 * as ssmincidents from '@aws-cdk/aws-ssmincidents';
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.