aws.cloudsearch.describe_service_access_policies
Example SQL Queries
SELECT * FROMaws.cloudsearch.describe_service_access_policiesWHERE"domain_name" = 'VALUE';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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The name of the domain you want to describe. | VARCHAR |
| deployed Input Column Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false. | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| access_policies The access rules configured for the domain specified in the request. | STRUCT( |
Show child fields
| |