interface PagerDutyIncidentConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SSMIncidents.CfnResponsePlanPropsMixin.PagerDutyIncidentConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsssmincidents#CfnResponsePlanPropsMixin_PagerDutyIncidentConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ssmincidents.CfnResponsePlanPropsMixin.PagerDutyIncidentConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_ssmincidents.CfnResponsePlanPropsMixin.PagerDutyIncidentConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ssmincidents » CfnResponsePlanPropsMixin » 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/cfn-property-mixins';
const pagerDutyIncidentConfigurationProperty: ssmincidents.CfnResponsePlanPropsMixin.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
(optional)
The ID of the PagerDuty service that the response plan associates with an incident when it launches.

.NET
Go
Java
Python
TypeScript