View source: R/organizations_operations.R
organizations_enable_aws_service_access | R Documentation |
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.
organizations_enable_aws_service_access(ServicePrincipal)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.