endpoints_list_only
Lists endpoints in a region or regions, for all properties use endpoints
Overview
| Name | endpoints_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::SageMaker::Endpoint |
| Id | aws.sagemaker.endpoints_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
endpoint_arn | string | The Amazon Resource Name (ARN) of the endpoint. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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