Skip to main content

endpoints_list_only

Lists endpoints in a region or regions, for all properties use endpoints

Overview

Nameendpoints_list_only
TypeResource
DescriptionResource Type definition for AWS::SageMaker::Endpoint
Idaws.sagemaker.endpoints_list_only

Fields

NameDatatypeDescription
endpoint_arnstringThe Amazon Resource Name (ARN) of the endpoint.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all endpoints in a region.

SELECT
region,
endpoint_arn
FROM aws.sagemaker.endpoints_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the endpoints_list_only resource, see endpoints