Skip to content

aws.resource_explorer_2.get_account_level_service_configuration

Example SQL Queries

SELECT * FROM
aws.resource_explorer_2.get_account_level_service_configuration;

Description

Retrieves the status of your account's Amazon Web Services service access, and validates the service linked role required to access the multi-account search feature. Only the management account or a delegated administrator with service access enabled can invoke this API call.

Table Definition

Column NameColumn Data Type
org_configuration

Details about the organization, and whether configuration is ENABLED or DISABLED.

STRUCT(
"aws_service_access_status" VARCHAR,
"service_linked_role" VARCHAR
)
Show child fields
org_configuration.aws_service_access_status

This value displays whether your Amazon Web Services service access is ENABLED or DISABLED.

org_configuration.service_linked_role

This value shows whether or not you have a valid a service-linked role required to start the multi-account search feature.