clusters
Retrieves a list of clusters
in a region
Overview
Name | clusters |
Type | Resource |
Description | clusters |
Id | awscc.memorydb.clusters |
Fields
Name | Datatype | Description |
---|---|---|
cluster_name | string | The name of the cluster. This value must be unique as it also serves as the cluster identifier. |
region | string | AWS 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