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.104.0 (build e79254c)",
date="2024-11-21T06:34:06.491Z")
@Stability(Stable)
public interface ITableV2
extends software.amazon.jsii.JsiiSerializable, ITable
Represents an instance of a DynamoDB table.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forITableV2
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods 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, metricUserErrors
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTableId
The ID of the table.
-