Data Source: aws_emrcontainers_virtual_cluster

Retrieve information about an EMR Containers (EMR on EKS) Virtual Cluster.

Example Usage

data "aws_emrcontainers_virtual_cluster" "example" {
  virtual_cluster_id = "example id"
}

output "name" {
  value = data.aws_emrcontainers_virtual_cluster.example.name
}

output "arn" {
  value = data.aws_emrcontainers_virtual_cluster.example.arn
}

Argument Reference

Attribute Reference

This data source exports the following attributes in addition to the arguments above: