DynamoDBResourceExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |