Skip to main content

endpoints

Creates, updates, deletes, gets or lists an endpoints resource.

Overview

Nameendpoints
TypeResource
Idaws.dynamodb.endpoints

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
endpointsarrayList of endpoints.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_endpointsselectregionReturns the regional endpoint information. For more information on policy permissions, please see Internetwork traffic privacy.

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

Returns the regional endpoint information. For more information on policy permissions, please see Internetwork traffic privacy.

SELECT
endpoints
FROM aws.dynamodb.endpoints
WHERE region = '{{ region }}' -- required
;