# PublishECSFargateServiceConfig

- 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 PublishECSFargateServiceConfig
{
    // ...
}
```

## Constructors

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

## Properties

- [ConstructContainerDefinitionCallback](/reference/api/csharp/aspire.hosting.aws/publishecsfargateserviceconfig/properties.md#constructcontainerdefinitioncallback) : `PublishCallback<ContainerDefinition>` `get; set`
- [ConstructFargateServiceCallback](/reference/api/csharp/aspire.hosting.aws/publishecsfargateserviceconfig/properties.md#constructfargateservicecallback) : `PublishCallback<FargateService>` `get; set`
- [ConstructFargateTaskDefinitionCallback](/reference/api/csharp/aspire.hosting.aws/publishecsfargateserviceconfig/properties.md#constructfargatetaskdefinitioncallback) : `PublishCallback<FargateTaskDefinition>` `get; set`
- [PropsContainerDefinitionCallback](/reference/api/csharp/aspire.hosting.aws/publishecsfargateserviceconfig/properties.md#propscontainerdefinitioncallback) : `PublishCallback<ContainerDefinitionProps>` `get; set`
- [PropsFargateServiceCallback](/reference/api/csharp/aspire.hosting.aws/publishecsfargateserviceconfig/properties.md#propsfargateservicecallback) : `PublishCallback<FargateServiceProps>` `get; set`
- [PropsFargateTaskDefinitionCallback](/reference/api/csharp/aspire.hosting.aws/publishecsfargateserviceconfig/properties.md#propsfargatetaskdefinitioncallback) : `PublishCallback<FargateTaskDefinitionProps>` `get; set`
