Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
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 management account and only if the organization has enabled all features.
Synopsis
- data EnableAWSServiceAccess = EnableAWSServiceAccess' {}
- newEnableAWSServiceAccess :: Text -> EnableAWSServiceAccess
- enableAWSServiceAccess_servicePrincipal :: Lens' EnableAWSServiceAccess Text
- data EnableAWSServiceAccessResponse = EnableAWSServiceAccessResponse' {
- newEnableAWSServiceAccessResponse :: EnableAWSServiceAccessResponse
Creating a Request
data EnableAWSServiceAccess Source #
See: newEnableAWSServiceAccess
smart constructor.
EnableAWSServiceAccess' | |
|
Instances
newEnableAWSServiceAccess Source #
Create a value of EnableAWSServiceAccess
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:servicePrincipal:EnableAWSServiceAccess'
, enableAWSServiceAccess_servicePrincipal
- 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 service-abbreviation.amazonaws.com
.
Request Lenses
enableAWSServiceAccess_servicePrincipal :: Lens' EnableAWSServiceAccess Text Source #
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 service-abbreviation.amazonaws.com
.
Destructuring the Response
data EnableAWSServiceAccessResponse Source #
See: newEnableAWSServiceAccessResponse
smart constructor.
Instances
newEnableAWSServiceAccessResponse :: EnableAWSServiceAccessResponse Source #
Create a value of EnableAWSServiceAccessResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.