Skip to main content

clusters

Retrieves a list of clusters in a region

Overview

Nameclusters
TypeResource
Descriptionclusters
Idawscc.memorydb.clusters

Fields

NameDatatypeDescription
cluster_namestringThe name of the cluster. This value must be unique as it also serves as the cluster identifier.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
cluster_name
FROM awscc.memorydb.clusters
WHERE region = 'us-east-1'

Permissions

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

Create

memorydb:CreateCluster,
memorydb:DescribeClusters,
memorydb:ListTags

List

memorydb:DescribeClusters