Uses of Interface
software.amazon.awscdk.services.dynamodb.ITableRef
Packages that use ITableRef
-
Uses of ITableRef in software.amazon.awscdk.services.dynamodb
Subinterfaces of ITableRef in software.amazon.awscdk.services.dynamodbModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forITableRef
.Classes in software.amazon.awscdk.services.dynamodb that implement ITableRefModifier and TypeClassDescriptionclass
TheAWS::DynamoDB::Table
resource creates a DynamoDB table.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.dynamodb that return ITableRefModifier and TypeMethodDescriptionstatic ITableRef
CfnTable.fromTableArn
(software.constructs.Construct scope, String id, String arn) Creates a new ITableRef from an ARN.static ITableRef
CfnTable.fromTableName
(software.constructs.Construct scope, String id, String tableName) Creates a new ITableRef from a tableName.