Indicates the type of Union transform.
Specify ALL to join all rows from data sources to the resulting DynamicFrame. The resulting union does not remove duplicate rows.
ALL
Specify DISTINCT to remove duplicate rows in the resulting DynamicFrame.
DISTINCT