View source: R/organizations_operations.R
organizations_disable_aws_service_access | R Documentation |
Disables the integration of an Amazon Web Services service (the service that is specified by ServicePrincipal
) with Organizations. When you disable integration, the specified service no longer can create a service-linked role in new accounts in your organization. This means the service can't perform operations on your behalf on any new accounts in your organization. The service can still perform operations in older accounts until the service completes its clean-up from Organizations.
See https://www.paws-r-sdk.com/docs/organizations_disable_aws_service_access/ for full documentation.
organizations_disable_aws_service_access(ServicePrincipal)
ServicePrincipal |
[required] The service principal name of the Amazon Web Services service for which
you want to disable 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.