interface PagerDutyIncidentConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SSMIncidents.Mixins.CfnResponsePlanPropsMixin.PagerDutyIncidentConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsssmincidents/mixins#CfnResponsePlanPropsMixin_PagerDutyIncidentConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.ssmincidents.mixins.CfnResponsePlanPropsMixin.PagerDutyIncidentConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_ssmincidents.mixins.CfnResponsePlanPropsMixin.PagerDutyIncidentConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ssmincidents » mixins » 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 { mixins as ssmincidents_mixins } from '@aws-cdk/mixins-preview/aws-ssmincidents';
const pagerDutyIncidentConfigurationProperty: ssmincidents_mixins.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