Skip to main content

mappings

Creates, updates, deletes, gets or lists a mappings resource.

Overview

Namemappings
TypeResource
Idaws.glue.mappings

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
mappingarrayA list of mappings to the specified targets.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_mappingselectregionCreates mappings.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Creates mappings.

SELECT
mapping
FROM aws.glue.mappings
WHERE region = '{{ region }}' -- required
;