Enables the integration of an AWS service (the service that is specified
by ServicePrincipal
) with AWS 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.
organizations_enable_aws_service_access(ServicePrincipal)
[required] The service principal name of the AWS service for which you want to
enable integration with your organization. This is typically in the form
of a URL, such as <i>service-abbreviation</i>.amazonaws.com
.
svc$enable_aws_service_access( ServicePrincipal = "string" )
We recommend that you enable integration between AWS Organizations and the specified AWS service by using the console or commands that are provided by the specified service. Doing so ensures that the service is aware that it can create the resources that are required for the integration. How the service creates those resources in the organization\'s accounts depends on that service. For more information, see the documentation for the other AWS service.
For more information about enabling services to integrate with AWS Organizations, see Integrating AWS Organizations with Other AWS Services in the AWS Organizations User Guide.
This operation can be called only from the organization\'s master account and only if the organization has enabled all features.