Amazon Health Dashboard · JSON Structure

Health Describe Health Service Status For Organization Response Structure

DescribeHealthServiceStatusForOrganizationResponse schema from Amazon Health Dashboard API

Type: object Properties: 1
Health MonitoringNotificationsOperationsService Status

DescribeHealthServiceStatusForOrganizationResponse is a JSON Structure definition published by Amazon Health Dashboard, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

healthServiceAccessStatusForOrganization

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-health-dashboard/refs/heads/main/json-structure/health-describe-health-service-status-for-organization-response-structure.json",
  "name": "DescribeHealthServiceStatusForOrganizationResponse",
  "description": "DescribeHealthServiceStatusForOrganizationResponse schema from Amazon Health Dashboard API",
  "type": "object",
  "properties": {
    "healthServiceAccessStatusForOrganization": {
      "allOf": [
        {
          "$ref": "#/components/schemas/healthServiceAccessStatusForOrganization"
        },
        {
          "description": "<p>Information about the status of enabling or disabling the Health organizational view feature in your organization.</p> <p>Valid values are <code>ENABLED | DISABLED | PENDING</code>. </p>"
        }
      ]
    }
  }
}