Skip to content
DocsTry Aspire
DocsTry

PublishAgentCoreRuntimeConfig 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.
ConstructCfnMemoryCallbackSection titled ConstructCfnMemoryCallbacknullablePublishCallback<CfnMemory>
public PublishCallback<CfnMemory>? ConstructCfnMemoryCallback { get; set; }
ConstructCfnRuntimeCallbackSection titled ConstructCfnRuntimeCallbacknullablePublishCallback<CfnRuntime>
public PublishCallback<CfnRuntime>? ConstructCfnRuntimeCallback { get; set; }
CreateMemorySection titled CreateMemorynullablebool?
public bool? CreateMemory { get; set; }
PropsCfnMemoryCallbackSection titled PropsCfnMemoryCallbacknullablePublishCallback<CfnMemoryProps>
public PublishCallback<CfnMemoryProps>? PropsCfnMemoryCallback { get; set; }
PropsCfnRuntimeCallbackSection titled PropsCfnRuntimeCallbacknullablePublishCallback<CfnRuntimeProps>
public PublishCallback<CfnRuntimeProps>? PropsCfnRuntimeCallback { get; set; }
VpcSubnetIdsSection titled VpcSubnetIdsnullablestring[]?
public string[]? VpcSubnetIds { get; set; }