Skip to content

Get Account Level Service Configuration

resourceexplorer_get_account_level_service_configuration R Documentation

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

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.

Usage

resourceexplorer_get_account_level_service_configuration()

Value

A list with the following syntax:

list(
  OrgConfiguration = list(
    AWSServiceAccessStatus = "ENABLED"|"DISABLED",
    ServiceLinkedRole = "string"
  )
)