Skip to content

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

networkmanager_list_organization_service_access_status(MaxResults,
  NextToken)

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"
)

Request syntax

svc$list_organization_service_access_status(
  MaxResults = 123,
  NextToken = "string"
)