Uses of Interface
software.amazon.awscdk.services.dynamodb.ITable
Packages that use ITable
Package
Description
AWS AppSync Construct Library
Amazon DynamoDB Construct Library
Actions for AWS IoT Rule
AWS Lambda Event Sources
-
Uses of ITable in software.amazon.awscdk.services.appsync
Methods in software.amazon.awscdk.services.appsync that return ITableModifier and TypeMethodDescriptionAppSyncDynamoDbDataSourceProps.getTable()The DynamoDB table backing this data source.final ITableAppSyncDynamoDbDataSourceProps.Jsii$Proxy.getTable()DynamoDbDataSourceProps.getTable()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 TypeMethodDescriptionEventApiBase.addDynamoDbDataSource(String id, ITable table) add a new DynamoDB data source to this API.EventApiBase.addDynamoDbDataSource(String id, ITable table, AppSyncDataSourceOptions options) add a new DynamoDB data source to this API.GraphqlApiBase.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.IEventApi.addDynamoDbDataSource(String id, ITable table) Add a new DynamoDB data source to this API.IEventApi.addDynamoDbDataSource(String id, ITable table, AppSyncDataSourceOptions options) Add a new DynamoDB data source to this API.default AppSyncDynamoDbDataSourceIEventApi.Jsii$Default.addDynamoDbDataSource(String id, ITable table) Add a new DynamoDB data source to this API.default AppSyncDynamoDbDataSourceIEventApi.Jsii$Default.addDynamoDbDataSource(String id, ITable table, AppSyncDataSourceOptions options) Add a new DynamoDB data source to this API.IEventApi.Jsii$Proxy.addDynamoDbDataSource(String id, ITable table) 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 DynamoDbDataSourceIGraphqlApi.Jsii$Default.addDynamoDbDataSource(String id, ITable table) add a new DynamoDB data source to this API.default DynamoDbDataSourceIGraphqlApi.Jsii$Default.addDynamoDbDataSource(String id, ITable table, DataSourceOptions options) add a new DynamoDB data source to this API.final DynamoDbDataSourceIGraphqlApi.Jsii$Proxy.addDynamoDbDataSource(String id, ITable table) add a new DynamoDB data source to this API.The DynamoDB table backing this data source.Sets the value ofAppSyncDynamoDbDataSourceProps.getTable()The DynamoDB table backing this data source.Sets the value ofDynamoDbDataSourceProps.getTable() -
Uses of ITable in software.amazon.awscdk.services.dynamodb
Subinterfaces of ITable in software.amazon.awscdk.services.dynamodbModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITable.interfaceRepresents an instance of a DynamoDB table.static interfaceInternal default implementation forITableV2.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.static final classA proxy class which represents a concrete javascript instance of this type.classProvides a DynamoDB table.classclassBase class for a DynamoDB table.classA 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.iot.actions.alpha
Methods in software.amazon.awscdk.services.iot.actions.alpha with parameters of type ITableModifier and TypeMethodDescriptionConstructors in software.amazon.awscdk.services.iot.actions.alpha with parameters of type ITableModifierConstructorDescriptionDynamoDBv2PutItemAction(ITable table) DynamoDBv2PutItemAction(ITable table, DynamoDBv2PutItemActionProps props) -
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