aws.opensearchserverless.get_security_policy
Example SQL Queries
SELECT * FROMaws.opensearchserverless.get_security_policyWHERE"name" = 'VALUE'AND "type" = 'VALUE';Description
Returns information about a configured OpenSearch Serverless security policy. For more information, see Network access for Amazon OpenSearch Serverless and Encryption at rest for Amazon OpenSearch Serverless.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the security policy. | VARCHAR |
| type Required Input Column The type of security policy. | 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
| |
| security_policy_detail Details about the requested security policy. | STRUCT( |
Show child fields
| |