Uses of Interface
software.amazon.awscdk.interfaces.dynamodb.ITableRef
Packages that use ITableRef
Package
Description
Amazon DynamoDB Construct Library
-
Uses of ITableRef in software.amazon.awscdk.interfaces.dynamodb
Subinterfaces of ITableRef in software.amazon.awscdk.interfaces.dynamodbModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITableRef.Classes in software.amazon.awscdk.interfaces.dynamodb that implement ITableRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ITableRef in software.amazon.awscdk.services.dynamodb
Classes in software.amazon.awscdk.services.dynamodb that implement ITableRefModifier and TypeClassDescriptionclassTheAWS::DynamoDB::Tableresource creates a DynamoDB table.Methods in software.amazon.awscdk.services.dynamodb that return ITableRefModifier and TypeMethodDescriptionstatic ITableRefCfnTable.fromTableArn(software.constructs.Construct scope, String id, String arn) Creates a new ITableRef from an ARN.static ITableRefCfnTable.fromTableName(software.constructs.Construct scope, String id, String tableName) Creates a new ITableRef from a tableName.