List Organization Service Access Status
networkmanager_list_organization_service_access_status | R Documentation |
Gets the status of the Service Linked Role (SLR) deployment for the accounts in a given Amazon Web Services Organization¶
Description¶
Gets the status of the Service Linked Role (SLR) deployment for the accounts in a given Amazon Web Services Organization.
Usage¶
Arguments¶
MaxResults
The maximum number of results to return.
NextToken
The token for the next page of results.
Value¶
A list with the following syntax:
list(
OrganizationStatus = list(
OrganizationId = "string",
OrganizationAwsServiceAccessStatus = "string",
SLRDeploymentStatus = "string",
AccountStatusList = list(
list(
AccountId = "string",
SLRDeploymentStatus = "string"
)
)
),
NextToken = "string"
)