AWS SDK for .NET Documentation
DefaultChildPolicy Property
AmazonAmazon.SimpleWorkflow.ModelRegisterWorkflowTypeRequestDefaultChildPolicy Did this page help you?   Yes   No    Tell us about it...
If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecutionDecision. The supported child policies are:

Constraints:

Allowed Values
TERMINATE, REQUEST_CANCEL, ABANDON

Declaration Syntax
C#
public string DefaultChildPolicy { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)