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.classA nulti-account replica of a 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.default ITableV2TableV2MultiAccountReplicaProps.getReplicaSourceTable()The source table to replicate from.final ITableV2TableV2MultiAccountReplicaProps.Jsii$Proxy.getReplicaSourceTable()Retrieve a replica table.Methods in software.amazon.awscdk.services.dynamodb with parameters of type ITableV2Modifier and TypeMethodDescriptionTableV2MultiAccountReplica.Builder.replicaSourceTable(ITableV2 replicaSourceTable) The source table to replicate from.TableV2MultiAccountReplicaProps.Builder.replicaSourceTable(ITableV2 replicaSourceTable) Sets the value ofTableV2MultiAccountReplicaProps.getReplicaSourceTable() -
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)