# PublishElastiCacheProvisionClusterConfig

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

public class PublishElastiCacheProvisionClusterConfig
{
    // ...
}
```

## Constructors

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

## Properties

- [AssumeConnectionStringClusterMode](/reference/api/csharp/aspire.hosting.aws/publishelasticacheprovisionclusterconfig/properties.md#assumeconnectionstringclustermode) : `bool?` `get; set`
- [ConstructCfnReplicationGroupCallback](/reference/api/csharp/aspire.hosting.aws/publishelasticacheprovisionclusterconfig/properties.md#constructcfnreplicationgroupcallback) : `PublishCallback<CfnReplicationGroup>` `get; set`
- [PropsCfnReplicationGroupCallback](/reference/api/csharp/aspire.hosting.aws/publishelasticacheprovisionclusterconfig/properties.md#propscfnreplicationgroupcallback) : `PublishCallback<CfnReplicationGroupProps>` `get; set`
