ResponsePlanIntegrationPagerduty

data class ResponsePlanIntegrationPagerduty(val name: String, val secretId: String, val serviceId: String)

Constructors

Link copied to clipboard
constructor(name: String, secretId: String, serviceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the response plan.

Link copied to clipboard

The ID of the AWS Secrets Manager secret that stores your PagerDuty key — either a General Access REST API Key or User Token REST API Key — and other user credentials. For more information about the constraints for each field, see CreateResponsePlan in the AWS Systems Manager Incident Manager API Reference.

Link copied to clipboard

The ID of the PagerDuty service that the response plan associated with the incident at launch.