aws-cdk-lib.aws_ssmincidents.CfnResponsePlan.IntegrationProperty

interface IntegrationProperty

LanguageType name
.NETAmazon.CDK.AWS.SSMIncidents.CfnResponsePlan.IntegrationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsssmincidents#CfnResponsePlan_IntegrationProperty
Javasoftware.amazon.awscdk.services.ssmincidents.CfnResponsePlan.IntegrationProperty
Pythonaws_cdk.aws_ssmincidents.CfnResponsePlan.IntegrationProperty
TypeScript aws-cdk-lib » aws_ssmincidents » CfnResponsePlan » IntegrationProperty

Information about third-party services integrated into a response plan.

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 integrationProperty: ssmincidents.CfnResponsePlan.IntegrationProperty = {
  pagerDutyConfiguration: {
    name: 'name',
    pagerDutyIncidentConfiguration: {
      serviceId: 'serviceId',
    },
    secretId: 'secretId',
  },
};

Properties

NameTypeDescription
pagerDutyConfigurationIResolvable | PagerDutyConfigurationPropertyInformation about the PagerDuty service where the response plan creates an incident.

pagerDutyConfiguration

Type: IResolvable | PagerDutyConfigurationProperty

Information about the PagerDuty service where the response plan creates an incident.