aws.emr_containers.describe_managed_endpoint
Example SQL Queries
SELECT * FROMaws.emr_containers.describe_managed_endpointWHERE"id" = 'VALUE'AND "virtual_cluster_id" = 'VALUE';Description
Displays detailed information about a managed endpoint. A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual cluster.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column This output displays ID of the managed endpoint. | VARCHAR |
| virtual_cluster_id Required Input Column The ID of the endpoint's virtual cluster. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| endpoint This output displays information about a managed endpoint. | STRUCT( |
Show child fields
| |