interface KeyspaceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Cassandra.KeyspaceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscassandra#KeyspaceReference |
![]() | software.amazon.awscdk.services.cassandra.KeyspaceReference |
![]() | aws_cdk.aws_cassandra.KeyspaceReference |
![]() | aws-cdk-lib » aws_cassandra » KeyspaceReference |
A reference to a Keyspace resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cassandra as cassandra } from 'aws-cdk-lib';
const keyspaceReference: cassandra.KeyspaceReference = {
keyspaceName: 'keyspaceName',
};
Properties
Name | Type | Description |
---|---|---|
keyspace | string | The KeyspaceName of the Keyspace resource. |
keyspaceName
Type:
string
The KeyspaceName of the Keyspace resource.