/dhall-aws-cloudformation/cloudformation/AWS::Transfer::Workflow/DeleteStepDetails.dhall
Copy path to clipboardSource
{ Type =
{ Name : Optional (./../../Fn.dhall).CfnText
, SourceFileLocation : Optional (./../../Fn.dhall).CfnText
}
, default =
{ Name = None (./../../Fn.dhall).CfnText
, SourceFileLocation = None (./../../Fn.dhall).CfnText
}
}