aws.opensearchserverless.get_policies_stats
Example SQL Queries
SELECT * FROMaws.opensearchserverless.get_policies_stats;Description
Returns statistical information about your OpenSearch Serverless access policies, security configurations, and security policies.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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_stats Information about the data access policies in your account. | STRUCT( |
Show child fields
| |
| lifecycle_policy_stats Information about the lifecycle policies in your account. | STRUCT( |
Show child fields
| |
| security_config_stats Information about the security configurations in your account. | STRUCT( |
Show child fields
| |
| security_policy_stats Information about the security policies in your account. | STRUCT( |
Show child fields
| |
| total_policy_count The total number of OpenSearch Serverless security policies and configurations in your account. | BIGINT |