Skip to main content

endpoint_tags

Expands all tag keys and values for endpoints in a region

Overview

Nameendpoint_tags
TypeResource
DescriptionResource Type definition for AWS::SageMaker::Endpoint
Idaws.sagemaker.endpoint_tags

Fields

NameDatatypeDescription
deployment_configobjectSpecifies deployment configuration for updating the SageMaker endpoint. Includes rollback and update policies.
endpoint_arnstringThe Amazon Resource Name (ARN) of the endpoint.
endpoint_config_namestringThe name of the endpoint configuration for the SageMaker endpoint. This is a required property.
endpoint_namestringThe name of the SageMaker endpoint. This name must be unique within an AWS Region.
exclude_retained_variant_propertiesarraySpecifies a list of variant properties that you want to exclude when updating an endpoint.
retain_all_variant_propertiesbooleanWhen set to true, retains all variant properties for an endpoint when it is updated.
retain_deployment_configbooleanWhen set to true, retains the deployment configuration during endpoint updates.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all endpoints in a region.

SELECT
region,
deployment_config,
endpoint_arn,
endpoint_config_name,
endpoint_name,
exclude_retained_variant_properties,
retain_all_variant_properties,
retain_deployment_config,
tag_key,
tag_value
FROM aws.sagemaker.endpoint_tags
WHERE region = 'us-east-1';

Permissions

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