Amazon Incident Manager · JSON Structure

Incident Manager Update Replication Set Action Structure

Details used when updating the replication set.

Type: object Properties: 2
AutomationDevOpsIncident ManagementOperations

UpdateReplicationSetAction is a JSON Structure definition published by Amazon Incident Manager, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

addRegionAction deleteRegionAction

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-update-replication-set-action-structure.json",
  "name": "UpdateReplicationSetAction",
  "description": "Details used when updating the replication set.",
  "type": "object",
  "properties": {
    "addRegionAction": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AddRegionAction"
        },
        {
          "description": "Details about the Amazon Web Services Region that you're adding to the replication set."
        }
      ]
    },
    "deleteRegionAction": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeleteRegionAction"
        },
        {
          "description": "Details about the Amazon Web Services Region that you're deleting to the replication set."
        }
      ]
    }
  }
}