Creates mappings.
glue_get_mapping(Source, Sinks, Location)
[required] Specifies the source table.
A list of target tables.
Parameters for the mapping.
A list with the following syntax:
list( Mapping = list( list( SourceTable = "string", SourcePath = "string", SourceType = "string", TargetTable = "string", TargetPath = "string", TargetType = "string" ) ) )
svc$get_mapping( Source = list( DatabaseName = "string", TableName = "string" ), Sinks = list( list( DatabaseName = "string", TableName = "string" ) ), Location = list( Jdbc = list( list( Name = "string", Value = "string", Param = TRUE|FALSE ) ), S3 = list( list( Name = "string", Value = "string", Param = TRUE|FALSE ) ), DynamoDB = list( list( Name = "string", Value = "string", Param = TRUE|FALSE ) ) ) )