aws.opensearchserverless.get_access_policy
Example SQL Queries
SELECT * FROMaws.opensearchserverless.get_access_policyWHERE"name" = 'VALUE'AND "type" = 'VALUE';Description
Returns an OpenSearch Serverless access policy. For more information, see Data access control for Amazon OpenSearch Serverless.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the access policy. | VARCHAR |
| type Required Input Column Tye type of policy. Currently, the only supported value is data. | VARCHAR |
| _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
| |
| access_policy_detail Details about the requested access policy. | STRUCT( |
Show child fields
| |