interface TypeReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Cassandra.TypeReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscassandra#TypeReference |
![]() | software.amazon.awscdk.services.cassandra.TypeReference |
![]() | aws_cdk.aws_cassandra.TypeReference |
![]() | aws-cdk-lib » aws_cassandra » TypeReference |
A reference to a Type 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 typeReference: cassandra.TypeReference = {
keyspaceName: 'keyspaceName',
typeName: 'typeName',
};
Properties
Name | Type | Description |
---|---|---|
keyspace | string | The KeyspaceName of the Type resource. |
type | string | The TypeName of the Type resource. |
keyspaceName
Type:
string
The KeyspaceName of the Type resource.
typeName
Type:
string
The TypeName of the Type resource.