organizations_enable_aws_service_access {paws.management} | R Documentation |
Provides an Amazon Web Services service (the service that is specified by ServicePrincipal) with permissions to view the structure of an organization, create a service-linked role in all the accounts in the organization, and allow the service to perform operations on behalf of the organization and its accounts
Description
Provides an Amazon Web Services service (the service that is specified by ServicePrincipal
) with permissions to view the structure of an organization, create a service-linked role in all the accounts in the organization, and allow the service to perform operations on behalf of the organization and its accounts. Establishing these permissions can be a first step in enabling the integration of an Amazon Web Services service with Organizations.
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 |