/dhall-aws-cloudformation/cloudformation/AWS::DataBrew::Job/DatabaseTableOutputOptions.dhall

Copy path to clipboard

Source

{ Type =
{ TableName : (./../../Fn.dhall).CfnText
, TempDirectory : Optional (./S3Location.dhall).Type
}
, default.TempDirectory = None (./S3Location.dhall).Type
}