Interface ITableV2
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IResource,ITable,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ITableV2.Jsii$Default
- All Known Implementing Classes:
ITableV2.Jsii$Proxy,TableBaseV2,TableV2
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:36.582Z")
@Stability(Stable)
public interface ITableV2
extends software.amazon.jsii.JsiiSerializable, ITable
Represents an instance of a DynamoDB table.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITableV2.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStackMethods inherited from interface software.amazon.awscdk.services.dynamodb.ITable
getEncryptionKey, getTableArn, getTableName, getTableStreamArn, grant, grantFullAccess, grantReadData, grantReadWriteData, grantStream, grantStreamRead, grantTableListStreams, grantWriteData, metric, metric, metricConditionalCheckFailedRequests, metricConditionalCheckFailedRequests, metricConsumedReadCapacityUnits, metricConsumedReadCapacityUnits, metricConsumedWriteCapacityUnits, metricConsumedWriteCapacityUnits, metricSuccessfulRequestLatency, metricSuccessfulRequestLatency, metricSystemErrorsForOperations, metricSystemErrorsForOperations, metricThrottledRequests, metricThrottledRequests, metricThrottledRequestsForOperations, metricThrottledRequestsForOperations, metricUserErrors, metricUserErrorsMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTableId
The ID of the table.
-