Share via


DynamoDBResourceExtensions Class

Definition

Provides extension methods for adding Amazon DynamoDB resources to the application model.

public static class DynamoDBResourceExtensions
type DynamoDBResourceExtensions = class
Public Module DynamoDBResourceExtensions
Inheritance
DynamoDBResourceExtensions

Methods

AddDynamoDBTable(IResourceBuilder<IStackResource>, String, ITableProps)

Adds an Amazon DynamoDB table.

AddGlobalSecondaryIndex(IResourceBuilder<IConstructResource<Table>>, IGlobalSecondaryIndexProps)

Adds an global secondary index to the table.

AddLocalSecondaryIndex(IResourceBuilder<IConstructResource<Table>>, ILocalSecondaryIndexProps)

Adds a local secondary index to the table.

WithReference<TDestination>(IResourceBuilder<TDestination>, IResourceBuilder<IConstructResource<Table>>, String)

Adds a reference of an Amazon DynamoDB table to a project. The output parameters of the table are added to the project IConfiguration.

Applies to