Amazon Incident Manager · JSON Structure

Incident Manager Update Replication Set Input Actions List Structure

UpdateReplicationSetInputActionsList schema

Type: array Properties: 0
AutomationDevOpsIncident ManagementOperations

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

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-input-actions-list-structure.json",
  "name": "UpdateReplicationSetInputActionsList",
  "description": "UpdateReplicationSetInputActionsList schema",
  "type": "array",
  "items": {
    "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."
          }
        ]
      }
    },
    "description": "Details used when updating the replication set."
  }
}