Information about a Amazon Web Services Region in your replication set.
Type: objectProperties: 4Required: 2
AutomationDevOpsIncident Management
RegionInfo is a JSON Structure definition published by Amazon Incident Manager, describing 4 properties, of which 2 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-region-info-structure.json",
"name": "RegionInfo",
"description": "Information about a Amazon Web Services Region in your replication set.",
"type": "object",
"properties": {
"sseKmsKeyId": {
"allOf": [
{
"$ref": "#/components/schemas/SseKmsKey"
},
{
"description": "The ID of the KMS key used to encrypt the data in this Amazon Web Services Region."
}
]
},
"status": {
"allOf": [
{
"$ref": "#/components/schemas/RegionStatus"
},
{
"description": "The status of the Amazon Web Services Region in the replication set."
}
]
},
"statusMessage": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "Information displayed about the status of the Amazon Web Services Region."
}
]
},
"statusUpdateDateTime": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The most recent date and time that Incident Manager updated the Amazon Web Services Region's status."
}
]
}
},
"required": [
"status",
"statusUpdateDateTime"
]
}
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.