Uses of Interface
software.amazon.awscdk.services.dynamodb.ITableV2
Packages that use ITableV2
-
Uses of ITableV2 in software.amazon.awscdk.services.dynamodb
Subinterfaces of ITableV2 in software.amazon.awscdk.services.dynamodbModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITableV2.Classes in software.amazon.awscdk.services.dynamodb that implement ITableV2Modifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classBase class for a DynamoDB table.classA DynamoDB Table.Methods in software.amazon.awscdk.services.dynamodb that return ITableV2Modifier and TypeMethodDescriptionstatic ITableV2TableV2.fromTableArn(software.constructs.Construct scope, String id, String tableArn) Creates a Table construct that represents an external table via table ARN.static ITableV2TableV2.fromTableAttributes(software.constructs.Construct scope, String id, TableAttributesV2 attrs) Creates a Table construct that represents an external table.static ITableV2TableV2.fromTableName(software.constructs.Construct scope, String id, String tableName) Creates a Table construct that represents an external table via table name.Retrieve a replica table.