Uses of Interface
software.amazon.awscdk.services.dynamodb.ITable
Packages that use ITable
Package
Description
AWS AppSync Construct Library
AWS Backup Construct Library
Amazon DynamoDB Construct Library
AWS Lambda Event Sources
Tasks for AWS Step Functions
-
Uses of ITable in software.amazon.awscdk.services.appsync
Methods in software.amazon.awscdk.services.appsync that return ITableModifier and TypeMethodDescriptionDynamoDbDataSourceProps.getTable()(experimental) The DynamoDB table backing this data source.final ITableDynamoDbDataSourceProps.Jsii$Proxy.getTable()Methods in software.amazon.awscdk.services.appsync with parameters of type ITableModifier and TypeMethodDescriptionGraphqlApiBase.addDynamoDbDataSource(String id, ITable table) (experimental) add a new DynamoDB data source to this API.GraphqlApiBase.addDynamoDbDataSource(String id, ITable table, DataSourceOptions options) (experimental) add a new DynamoDB data source to this API.IGraphqlApi.addDynamoDbDataSource(String id, ITable table) (experimental) add a new DynamoDB data source to this API.IGraphqlApi.addDynamoDbDataSource(String id, ITable table, DataSourceOptions options) (experimental) add a new DynamoDB data source to this API.default DynamoDbDataSourceIGraphqlApi.Jsii$Default.addDynamoDbDataSource(String id, ITable table, DataSourceOptions options) (experimental) add a new DynamoDB data source to this API.final DynamoDbDataSourceIGraphqlApi.Jsii$Proxy.addDynamoDbDataSource(String id, ITable table) (experimental) add a new DynamoDB data source to this API.final DynamoDbDataSourceIGraphqlApi.Jsii$Proxy.addDynamoDbDataSource(String id, ITable table, DataSourceOptions options) (experimental) add a new DynamoDB data source to this API.(experimental) The DynamoDB table backing this data source.Sets the value ofDynamoDbDataSourceProps.getTable() -
Uses of ITable in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup with parameters of type ITableModifier and TypeMethodDescriptionstatic BackupResourceBackupResource.fromDynamoDbTable(ITable table) A DynamoDB table. -
Uses of ITable in software.amazon.awscdk.services.dynamodb
Subinterfaces of ITable in software.amazon.awscdk.services.dynamodbModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITable.Classes in software.amazon.awscdk.services.dynamodb that implement ITableModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classProvides a DynamoDB table.Methods in software.amazon.awscdk.services.dynamodb that return ITableModifier and TypeMethodDescriptionstatic ITableTable.fromTableArn(software.constructs.Construct scope, String id, String tableArn) Creates a Table construct that represents an external table via table arn.static ITableTable.fromTableAttributes(software.constructs.Construct scope, String id, TableAttributes attrs) Creates a Table construct that represents an external table.static ITableTable.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.lambda.eventsources
Methods in software.amazon.awscdk.services.lambda.eventsources with parameters of type ITableConstructors in software.amazon.awscdk.services.lambda.eventsources with parameters of type ITable -
Uses of ITable in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return ITableModifier and TypeMethodDescriptionDynamoDeleteItemProps.getTable()The name of the table containing the requested item.final ITableDynamoDeleteItemProps.Jsii$Proxy.getTable()DynamoGetItemProps.getTable()The name of the table containing the requested item.final ITableDynamoGetItemProps.Jsii$Proxy.getTable()DynamoPutItemProps.getTable()The name of the table where the item should be written .final ITableDynamoPutItemProps.Jsii$Proxy.getTable()DynamoUpdateItemProps.getTable()The name of the table containing the requested item.final ITableDynamoUpdateItemProps.Jsii$Proxy.getTable()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type ITableModifier 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()