--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_cassandra_keyspace Resource - terraform-provider-awscc" subcategory: "" description: |- Resource schema for AWS::Cassandra::Keyspace --- # awscc_cassandra_keyspace (Resource) Resource schema for AWS::Cassandra::Keyspace ## Schema ### Optional - `keyspace_name` (String) Name for Cassandra keyspace - `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `id` (String) Uniquely identifies the resource. ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_cassandra_keyspace.example ```