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¶
Arguments¶
Action
[required] The action to take for the update request. This can be either
ENABLE
orDISABLE
.
Value¶
A list with the following syntax:
list(
OrganizationStatus = list(
OrganizationId = "string",
OrganizationAwsServiceAccessStatus = "string",
SLRDeploymentStatus = "string",
AccountStatusList = list(
list(
AccountId = "string",
SLRDeploymentStatus = "string"
)
)
)
)