aws.opensearch.describe_inbound_connections
Example SQL Queries
SELECT * FROMaws.opensearch.describe_inbound_connections;Description
Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service domain. For more information, see Cross-cluster search for Amazon OpenSearch Service.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column A list of filters used to match properties for inbound cross-cluster connections. | STRUCT( |
Show child fields
| |
| max_results Input Column An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results. | BIGINT |
| next_token Input Column When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page. | 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
| |
| connections List of inbound connections. | STRUCT( |
Show child fields
| |