# RadiusRecipePackConstruct

- Kind: `class`
- Package: [Aspire.Hosting.Radius](/reference/api/csharp/aspire.hosting.radius.md)
- Version: `13.5.3-preview.1.26425.3`
- Namespace: `Aspire.Hosting.Radius.Publishing.Constructs`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/b5f143315ffb6968ea939a9978797a5b20e4c688/src/Aspire.Hosting.Radius/Publishing/Constructs/RadiusRecipePackConstruct.cs)
- Inherits: `ProvisionableResource`

Represents a `Radius.Core/recipePacks` resource in the Bicep AST.

## Definition

```csharp
namespace Aspire.Hosting.Radius.Publishing.Constructs;

public sealed class RadiusRecipePackConstruct
    : Azure.Provisioning.Primitives.ProvisionableResource
{
    // ...
}
```

## Constructors

- [RadiusRecipePackConstruct(string)](/reference/api/csharp/aspire.hosting.radius/radiusrecipepackconstruct/constructors.md#constructor-string) -- Initializes a new [RadiusRecipePackConstruct](/reference/api/csharp/aspire.hosting.radius/radiusrecipepackconstruct.md) with the given Bicep identifier.

## Properties

- [PackName](/reference/api/csharp/aspire.hosting.radius/radiusrecipepackconstruct/properties.md#packname) : `BicepValue<string>` `get; set` -- The resource name.
- [Recipes](/reference/api/csharp/aspire.hosting.radius/radiusrecipepackconstruct/properties.md#recipes) : `BicepDictionary<RecipeEntryConstruct>` `get; set` -- Dictionary mapping resource type strings to recipe entry constructs. Keys are Radius resource types (e.g., "Radius.Data/redisCaches").
