Skip to main content

health_service_status_for_organizations

Creates, updates, deletes, gets or lists a health_service_status_for_organizations resource.

Overview

Namehealth_service_status_for_organizations
TypeResource
Idaws.health.health_service_status_for_organizations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
health_service_access_status_for_organizationstringInformation 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:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_health_service_status_for_organizationselectregionThis 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.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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
;