AWS SDK for .NET Documentation
ChildPolicy Property
AmazonAmazon.SimpleWorkflow.ModelStartChildWorkflowExecutionInitiatedEventAttributesChildPolicy Did this page help you?   Yes   No    Tell us about it...
The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout. The supported child policies are:

Constraints:

Allowed Values
TERMINATE, REQUEST_CANCEL, ABANDON

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

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