Details about the PagerDuty incident associated with an incident created by an Incident Manager response plan.
Type: objectProperties: 3Required: 1
AutomationDevOpsIncident Management
PagerDutyIncidentDetail is a JSON Structure definition published by Amazon Incident Manager, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-incident-manager/refs/heads/main/json-structure/incident-manager-pager-duty-incident-detail-structure.json",
"name": "PagerDutyIncidentDetail",
"description": "Details about the PagerDuty incident associated with an incident created by an Incident Manager response plan.",
"type": "object",
"properties": {
"autoResolve": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": "Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager incident."
}
]
},
"id": {
"allOf": [
{
"$ref": "#/components/schemas/PagerDutyIncidentDetailIdString"
},
{
"description": "The ID of the incident associated with the PagerDuty service for the response plan."
}
]
},
"secretId": {
"allOf": [
{
"$ref": "#/components/schemas/PagerDutyIncidentDetailSecretIdString"
},
{
"description": "The ID of the Amazon Web Services 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."
}
]
}
},
"required": [
"id"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.