Uses of Interface
software.amazon.awscdk.services.dynamodb.ITable
Package
Description
AWS AppSync Construct Library
AWS Backup Construct Library
Amazon DynamoDB Construct Library
Actions for AWS IoT Rule
AWS Lambda Event Sources
Tasks for AWS Step Functions
-
Uses of ITable in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionDynamoDbDataSourceProps.getTable()
The DynamoDB table backing this data source.final ITable
DynamoDbDataSourceProps.Jsii$Proxy.getTable()
Modifier and TypeMethodDescriptionGraphqlApiBase.addDynamoDbDataSource
(String id, ITable table) add a new DynamoDB data source to this API.GraphqlApiBase.addDynamoDbDataSource
(String id, ITable table, DataSourceOptions options) add a new DynamoDB data source to this API.IGraphqlApi.addDynamoDbDataSource
(String id, ITable table) add a new DynamoDB data source to this API.IGraphqlApi.addDynamoDbDataSource
(String id, ITable table, DataSourceOptions options) add a new DynamoDB data source to this API.default DynamoDbDataSource
IGraphqlApi.Jsii$Default.addDynamoDbDataSource
(String id, ITable table, DataSourceOptions options) add a new DynamoDB data source to this API.final DynamoDbDataSource
IGraphqlApi.Jsii$Proxy.addDynamoDbDataSource
(String id, ITable table) add a new DynamoDB data source to this API.final DynamoDbDataSource
IGraphqlApi.Jsii$Proxy.addDynamoDbDataSource
(String id, ITable table, DataSourceOptions options) add a new DynamoDB data source to this API.The DynamoDB table backing this data source.Sets the value ofDynamoDbDataSourceProps.getTable()
-
Uses of ITable in software.amazon.awscdk.services.backup
Modifier and TypeMethodDescriptionstatic BackupResource
BackupResource.fromDynamoDbTable
(ITable table) A DynamoDB table. -
Uses of ITable in software.amazon.awscdk.services.dynamodb
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forITable
.interface
Represents an instance of a DynamoDB table.static interface
Internal default implementation forITableV2
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
Provides a DynamoDB table.class
class
Base class for a DynamoDB table.class
A DynamoDB Table.Modifier and TypeMethodDescriptionstatic ITable
Table.fromTableArn
(software.constructs.Construct scope, String id, String tableArn) Creates a Table construct that represents an external table via table arn.static ITable
Table.fromTableAttributes
(software.constructs.Construct scope, String id, TableAttributes attrs) Creates a Table construct that represents an external table.static ITable
Table.fromTableName
(software.constructs.Construct scope, String id, String tableName) Creates a Table construct that represents an external table via table name. -
Uses of ITable in software.amazon.awscdk.services.iot.actions.alpha
Modifier and TypeMethodDescriptionModifierConstructorDescriptionDynamoDBv2PutItemAction
(ITable table) DynamoDBv2PutItemAction
(ITable table, DynamoDBv2PutItemActionProps props) -
Uses of ITable in software.amazon.awscdk.services.lambda.eventsources
-
Uses of ITable in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionDynamoDeleteItemProps.getTable()
The name of the table containing the requested item.final ITable
DynamoDeleteItemProps.Jsii$Proxy.getTable()
DynamoGetItemProps.getTable()
The name of the table containing the requested item.final ITable
DynamoGetItemProps.Jsii$Proxy.getTable()
DynamoPutItemProps.getTable()
The name of the table where the item should be written .final ITable
DynamoPutItemProps.Jsii$Proxy.getTable()
DynamoUpdateItemProps.getTable()
The name of the table containing the requested item.final ITable
DynamoUpdateItemProps.Jsii$Proxy.getTable()
Modifier and TypeMethodDescriptionThe name of the table containing the requested item.Sets the value ofDynamoDeleteItemProps.getTable()
The name of the table containing the requested item.Sets the value ofDynamoGetItemProps.getTable()
The name of the table where the item should be written .Sets the value ofDynamoPutItemProps.getTable()
The name of the table containing the requested item.Sets the value ofDynamoUpdateItemProps.getTable()