Uses of Interface
software.amazon.awscdk.services.dynamodb.ITableV2
Packages that use ITableV2
Package
Description
Amazon DynamoDB Construct Library
Amazon EventBridge Pipes Sources Construct Library
-
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. -
Uses of ITableV2 in software.amazon.awscdk.services.pipes.sources.alpha
Methods in software.amazon.awscdk.services.pipes.sources.alpha with parameters of type ITableV2Constructors in software.amazon.awscdk.services.pipes.sources.alpha with parameters of type ITableV2ModifierConstructorDescriptionDynamoDBSource(ITableV2 table, DynamoDBSourceParameters parameters)