health_service_status_for_organizations
Creates, updates, deletes, gets or lists a health_service_status_for_organizations resource.
Overview
| Name | health_service_status_for_organizations |
| Type | Resource |
| Id | aws.health.health_service_status_for_organizations |
Fields
The following fields are returned by SELECT queries:
- describe_health_service_status_for_organization
| Name | Datatype | Description |
|---|---|---|
health_service_access_status_for_organization | string | Information about the status of enabling or disabling the Health organizational view feature in your organization. Valid values are ENABLED | DISABLED | PENDING. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
describe_health_service_status_for_organization | select | region | This operation provides status information on enabling or disabling Health to work with your organization. To call this operation, you must use the organization's management account. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- describe_health_service_status_for_organization
This operation provides status information on enabling or disabling Health to work with your organization. To call this operation, you must use the organization's management account.
SELECT
health_service_access_status_for_organization
FROM aws.health.health_service_status_for_organizations
WHERE region = '{{ region }}' -- required
;