cloud_vm_clusters_list_only
Lists cloud_vm_clusters in a region or regions, for all properties use cloud_vm_clusters
Overview
| Name | cloud_vm_clusters_list_only |
| Type | Resource |
| Description | The AWS::ODB::CloudVmCluster resource creates a Cloud VM Cluster |
| Id | awscc.odb.cloud_vm_clusters_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
cloud_vm_cluster_arn | string | The Amazon Resource Name (ARN) of the VM cluster. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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