# PublishAgentCoreRuntimeConfig

- Kind: `class`
- Package: [Aspire.Hosting.AWS](/reference/api/csharp/aspire.hosting.aws.md)
- Version: `13.6.0`
- Namespace: `Aspire.Hosting.AWS.Deployment`
- Target framework: `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.

## Definition

```csharp
namespace Aspire.Hosting.AWS.Deployment;

public class PublishAgentCoreRuntimeConfig
{
    // ...
}
```

## Constructors

- [PublishAgentCoreRuntimeConfig](/reference/api/csharp/aspire.hosting.aws/publishagentcoreruntimeconfig/constructors.md#constructor)

## Properties

- [ConstructCfnMemoryCallback](/reference/api/csharp/aspire.hosting.aws/publishagentcoreruntimeconfig/properties.md#constructcfnmemorycallback) : `PublishCallback<CfnMemory>` `get; set`
- [ConstructCfnRuntimeCallback](/reference/api/csharp/aspire.hosting.aws/publishagentcoreruntimeconfig/properties.md#constructcfnruntimecallback) : `PublishCallback<CfnRuntime>` `get; set`
- [CreateMemory](/reference/api/csharp/aspire.hosting.aws/publishagentcoreruntimeconfig/properties.md#creatememory) : `bool?` `get; set`
- [PropsCfnMemoryCallback](/reference/api/csharp/aspire.hosting.aws/publishagentcoreruntimeconfig/properties.md#propscfnmemorycallback) : `PublishCallback<CfnMemoryProps>` `get; set`
- [PropsCfnRuntimeCallback](/reference/api/csharp/aspire.hosting.aws/publishagentcoreruntimeconfig/properties.md#propscfnruntimecallback) : `PublishCallback<CfnRuntimeProps>` `get; set`
- [VpcSubnetIds](/reference/api/csharp/aspire.hosting.aws/publishagentcoreruntimeconfig/properties.md#vpcsubnetids) : `string[]?` `get; set`
