cloudsearch_describe_service_access_policies {paws.analytics} | R Documentation |
Gets information about the access policies that control access to the domain's document and search endpoints
Description
Gets information about the access policies that control access to the domain's document and search endpoints. By default, shows the configuration with any pending changes. Set the Deployed
option to true
to show the active configuration and exclude pending changes. For more information, see Configuring Access for a Search Domain in the Amazon CloudSearch Developer Guide.
See https://www.paws-r-sdk.com/docs/cloudsearch_describe_service_access_policies/ for full documentation.
Usage
cloudsearch_describe_service_access_policies(DomainName, Deployed = NULL)
Arguments
DomainName |
[required] The name of the domain you want to describe. |
Deployed |
Whether to display the deployed configuration ( |
[Package paws.analytics version 0.9.0 Index]