Skip to main content

virtual_cluster

Gets an individual virtual_cluster resource

Overview

Namevirtual_cluster
TypeResource
Descriptionvirtual_cluster
Idawscc.emrcontainers.virtual_cluster

Fields

NameDatatypeDescription
arnstring
container_providerobjectContainer provider of the virtual cluster.
idstringId of the virtual cluster.
namestringName of the virtual cluster.
tagsarrayAn array of key-value pairs to apply to this virtual cluster.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
container_provider,
id,
name,
tags
FROM awscc.emrcontainers.virtual_cluster
WHERE data__Identifier = '<Id>';

Permissions

To operate on the virtual_cluster resource, the following permissions are required:

Read

emr-containers:DescribeVirtualCluster

Delete

emr-containers:DeleteVirtualCluster

Update

emr-containers:DescribeVirtualCluster,
emr-containers:ListTagsForResource,
emr-containers:TagResource,
emr-containers:UntagResource