organizations_enable_aws_service_access {paws.management} | R Documentation |
Enables the integration of an Amazon Web Services service (the service that is specified by ServicePrincipal) with Organizations
Description
Enables the integration of an Amazon Web Services service (the service that is specified by ServicePrincipal
) with Organizations. When you enable integration, you allow the specified service to create a service-linked role in all the accounts in your organization. This allows the service to perform operations on your behalf in your organization and its accounts.
See https://www.paws-r-sdk.com/docs/organizations_enable_aws_service_access/ for full documentation.
Usage
organizations_enable_aws_service_access(ServicePrincipal)
Arguments
ServicePrincipal |
[required] The service principal name of the Amazon Web Services service for which
you want to enable integration with your organization. This is typically
in the form of a URL, such as |
[Package paws.management version 0.7.0 Index]