DynamoDBResourceExtensions
Class static net10.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.
namespace Aspire.Hosting;
public static class DynamoDBResourceExtensions{ // ...}Methods4
Section titled MethodsAddDynamoDBTable(IResourceBuilder<IStackResource>, string, ITableProps)extensionIResourceBuilder<IConstructResource<Table>>AddGlobalSecondaryIndex(IResourceBuilder<IConstructResource<Table>>, IGlobalSecondaryIndexProps)extensionIResourceBuilder<IConstructResource<Table>>AddLocalSecondaryIndex(IResourceBuilder<IConstructResource<Table>>, ILocalSecondaryIndexProps)extensionIResourceBuilder<IConstructResource<Table>>WithReference(IResourceBuilder<TDestination>, IResourceBuilder<IConstructResource<Table>>, string?)extensionIResourceBuilder<TDestination>