Skip to main content

cloud_vm_clusters_list_only

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

Overview

Namecloud_vm_clusters_list_only
TypeResource
DescriptionThe AWS::ODB::CloudVmCluster resource creates a Cloud VM Cluster
Idawscc.odb.cloud_vm_clusters_list_only

Fields

NameDatatypeDescription
cloud_vm_cluster_arnstringThe Amazon Resource Name (ARN) of the VM cluster.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all cloud_vm_clusters in a region.

SELECT
region,
cloud_vm_cluster_arn
FROM awscc.odb.cloud_vm_clusters_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the cloud_vm_clusters_list_only resource, see cloud_vm_clusters