/dhall-aws-cloudformation/cloudformation/AWS::DataBrew::Job/DatabaseTableOutputOptions.dhall
Copy path to clipboardSource
{ Type =
{ TableName : (./../../Fn.dhall).CfnText
, TempDirectory : Optional (./S3Location.dhall).Type
}
, default.TempDirectory = None (./S3Location.dhall).Type
}