Creates mappings.
glue_get_mapping(Source, Sinks, Location)[required] Specifies the source table.
A list of target tables.
Parameters for the mapping.
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
)
)
)
)