Skip to content
DocsTry Aspire
DocsTry

PublishECSFargateServiceConfig Properties

ClassProperties6 members
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.
ConstructContainerDefinitionCallbackSection titled ConstructContainerDefinitionCallbacknullablePublishCallback<ContainerDefinition>
public PublishCallback<ContainerDefinition>? ConstructContainerDefinitionCallback { get; set; }
ConstructFargateServiceCallbackSection titled ConstructFargateServiceCallbacknullablePublishCallback<FargateService>
public PublishCallback<FargateService>? ConstructFargateServiceCallback { get; set; }
ConstructFargateTaskDefinitionCallbackSection titled ConstructFargateTaskDefinitionCallbacknullablePublishCallback<FargateTaskDefinition>
public PublishCallback<FargateTaskDefinition>? ConstructFargateTaskDefinitionCallback { get; set; }
PropsContainerDefinitionCallbackSection titled PropsContainerDefinitionCallbacknullablePublishCallback<ContainerDefinitionProps>
public PublishCallback<ContainerDefinitionProps>? PropsContainerDefinitionCallback { get; set; }
PropsFargateServiceCallbackSection titled PropsFargateServiceCallbacknullablePublishCallback<FargateServiceProps>
public PublishCallback<FargateServiceProps>? PropsFargateServiceCallback { get; set; }
PropsFargateTaskDefinitionCallbackSection titled PropsFargateTaskDefinitionCallbacknullablePublishCallback<FargateTaskDefinitionProps>
public PublishCallback<FargateTaskDefinitionProps>? PropsFargateTaskDefinitionCallback { get; set; }