ReplicationSetArnList

ReplicationSetArnList schema

AutomationDevOpsIncident ManagementOperations
View JSON Schema on GitHub

JSON Schema

incident-manager-replication-set-arn-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-incident-manager/refs/heads/main/json-schema/incident-manager-replication-set-arn-list-schema.json",
  "title": "ReplicationSetArnList",
  "description": "ReplicationSetArnList schema",
  "type": "array",
  "items": {
    "type": "string",
    "pattern": "^arn:aws(-cn|-us-gov)?:[a-z0-9-]*:[a-z0-9-]*:([0-9]{12})?:.+$",
    "minLength": 0,
    "maxLength": 1000
  }
}