aws-cdk-lib.aws_ssmincidents.CfnResponsePlan.PagerDutyIncidentConfigurationProperty

interface PagerDutyIncidentConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.SSMIncidents.CfnResponsePlan.PagerDutyIncidentConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsssmincidents#CfnResponsePlan_PagerDutyIncidentConfigurationProperty
Javasoftware.amazon.awscdk.services.ssmincidents.CfnResponsePlan.PagerDutyIncidentConfigurationProperty
Pythonaws_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

NameTypeDescription
serviceIdstringThe 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.