virtual_clusters_list_only
Lists virtual_clusters
in a region or regions, for all properties use virtual_clusters
Overview
Name | virtual_clusters_list_only |
Type | Resource |
Description | Resource Schema of AWS::EMRContainers::VirtualCluster Type |
Id | aws.emrcontainers.virtual_clusters_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
container_provider | object | Container provider of the virtual cluster. |
id | string | Id of the virtual cluster. |
name | string | Name of the virtual cluster. |
tags | array | An array of key-value pairs to apply to this virtual cluster. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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