The resource policy that allows Incident Manager to perform actions on resources on your behalf.
Type: objectProperties: 3Required: 3
AutomationDevOpsIncident Management
ResourcePolicy is a JSON Structure definition published by Amazon Incident Manager, describing 3 properties, of which 3 are 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-resource-policy-structure.json",
"name": "ResourcePolicy",
"description": "The resource policy that allows Incident Manager to perform actions on resources on your behalf.",
"type": "object",
"properties": {
"policyDocument": {
"allOf": [
{
"$ref": "#/components/schemas/Policy"
},
{
"description": "The JSON blob that describes the policy."
}
]
},
"policyId": {
"allOf": [
{
"$ref": "#/components/schemas/PolicyId"
},
{
"description": "The ID of the resource policy."
}
]
},
"ramResourceShareRegion": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The Amazon Web Services Region that policy allows resources to be used in."
}
]
}
},
"required": [
"policyDocument",
"policyId",
"ramResourceShareRegion"
]
}
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.