Skip to main content

virtual_clusters_list_only

Lists virtual_clusters in a region or regions, for all properties use virtual_clusters

Overview

Namevirtual_clusters_list_only
TypeResource
DescriptionResource Schema of AWS::EMRContainers::VirtualCluster Type
Idaws.emrcontainers.virtual_clusters_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all virtual_clusters in a region.

SELECT
region,
id
FROM aws.emrcontainers.virtual_clusters_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the virtual_clusters_list_only resource, see virtual_clusters