aws.emr_containers.describe_virtual_cluster
Example SQL Queries
SELECT * FROMaws.emr_containers.describe_virtual_clusterWHERE"id" = 'VALUE';Description
Displays detailed information about a specified virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The ID of the virtual cluster that will be described. | 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 |
| virtual_cluster This output displays information about the specified virtual cluster. | STRUCT( |
Show child fields
| |