Skip to content

Start Organization Service Access Update

networkmanager_start_organization_service_access_update R Documentation

Enables the Network Manager service for an Amazon Web Services Organization

Description

Enables the Network Manager service for an Amazon Web Services Organization. This can only be called by a management account within the organization.

Usage

networkmanager_start_organization_service_access_update(Action)

Arguments

Action

[required] The action to take for the update request. This can be either ENABLE or DISABLE.

Value

A list with the following syntax:

list(
  OrganizationStatus = list(
    OrganizationId = "string",
    OrganizationAwsServiceAccessStatus = "string",
    SLRDeploymentStatus = "string",
    AccountStatusList = list(
      list(
        AccountId = "string",
        SLRDeploymentStatus = "string"
      )
    )
  )
)

Request syntax

svc$start_organization_service_access_update(
  Action = "string"
)