interface CfnKeyspaceProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Cassandra.CfnKeyspaceProps |
![]() | software.amazon.awscdk.services.cassandra.CfnKeyspaceProps |
![]() | aws_cdk.aws_cassandra.CfnKeyspaceProps |
![]() | @aws-cdk/aws-cassandra » CfnKeyspaceProps |
Properties for defining a CfnKeyspace
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cassandra from '@aws-cdk/aws-cassandra';
const cfnKeyspaceProps: cassandra.CfnKeyspaceProps = {
keyspaceName: 'keyspaceName',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
keyspace | string | The name of the keyspace to be created. |
tags? | Cfn [] | A list of key-value pair tags to be attached to the resource. |
keyspaceName?
Type:
string
(optional)
The name of the keyspace to be created.
The keyspace name is case sensitive. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the keyspace name. For more information, see Name type .
Length constraints: Minimum length of 3. Maximum length of 255.
Pattern: ^[a-zA-Z0-9][a-zA-Z0-9_]{1,47}$
tags?
Type:
Cfn
[]
(optional)
A list of key-value pair tags to be attached to the resource.