# DynamoDBResourceExtensions

- Kind: `class`
- Package: [Aspire.Hosting.AWS](/reference/api/csharp/aspire.hosting.aws.md)
- Version: `13.2.0`
- Namespace: `Aspire.Hosting`
- Target framework: `net8.0`

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

## Definition

```csharp
namespace Aspire.Hosting;

public static class DynamoDBResourceExtensions
{
    // ...
}
```

## Methods

- [AddDynamoDBTable(IResourceBuilder<IStackResource>, string, ITableProps)](/reference/api/csharp/aspire.hosting.aws/dynamodbresourceextensions/methods.md#adddynamodbtable-iresourcebuilder-istackresource-string-itableprops) : `IResourceBuilder<IConstructResource<Table>>` `extension`
- [AddGlobalSecondaryIndex(IResourceBuilder<IConstructResource<Table>>, IGlobalSecondaryIndexProps)](/reference/api/csharp/aspire.hosting.aws/dynamodbresourceextensions/methods.md#addglobalsecondaryindex-iresourcebuilder-iconstructresource-table-iglobalsecondaryindexprops) : `IResourceBuilder<IConstructResource<Table>>` `extension`
- [AddLocalSecondaryIndex(IResourceBuilder<IConstructResource<Table>>, ILocalSecondaryIndexProps)](/reference/api/csharp/aspire.hosting.aws/dynamodbresourceextensions/methods.md#addlocalsecondaryindex-iresourcebuilder-iconstructresource-table-ilocalsecondaryindexprops) : `IResourceBuilder<IConstructResource<Table>>` `extension`
- [WithReference(IResourceBuilder<TDestination>, IResourceBuilder<IConstructResource<Table>>, string?)](/reference/api/csharp/aspire.hosting.aws/dynamodbresourceextensions/methods.md#withreference-iresourcebuilder-tdestination-iresourcebuilder-iconstructresource-table-string) : `IResourceBuilder<TDestination>` `extension`
