Uses of Interface
software.amazon.awscdk.services.cassandra.IKeyspaceRef
Packages that use IKeyspaceRef
-
Uses of IKeyspaceRef in software.amazon.awscdk.services.cassandra
Subinterfaces of IKeyspaceRef in software.amazon.awscdk.services.cassandraModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIKeyspaceRef
.Classes in software.amazon.awscdk.services.cassandra that implement IKeyspaceRefModifier and TypeClassDescriptionclass
You can use theAWS::Cassandra::Keyspace
resource to create a new keyspace in Amazon Keyspaces (for Apache Cassandra).static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.cassandra that return IKeyspaceRefModifier and TypeMethodDescriptionstatic IKeyspaceRef
CfnKeyspace.fromKeyspaceName
(software.constructs.Construct scope, String id, String keyspaceName) Creates a new IKeyspaceRef from a keyspaceName.