ks

Keyspaces

DatabasesAWS
General

General information about the service.

Description

Amazon Keyspaces is a scalable, serverless Apache Cassandra-compatible database.

Service Namespace

AWS::Cassandra::Keyspace

ARN Pattern

arn:aws:cassandra:{region}:{account}:/keyspace/{keyspace-name}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

ks-

Length

1-48

Valid Characters

Letters, numbers, underscores

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_keyspaces_keyspace" "main" {
2 name = "ks_${var.environment}"
3}
Utilities

Utilities to support app deployment or configuration.