endpoint_tags
Expands all tag keys and values for endpoints
in a region
Overview
Name | endpoint_tags |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::Endpoint |
Id | aws.sagemaker.endpoint_tags |
Fields
Name | Datatype | Description |
---|---|---|
deployment_config | object | Specifies deployment configuration for updating the SageMaker endpoint. Includes rollback and update policies. |
endpoint_arn | string | The Amazon Resource Name (ARN) of the endpoint. |
endpoint_config_name | string | The name of the endpoint configuration for the SageMaker endpoint. This is a required property. |
endpoint_name | string | The name of the SageMaker endpoint. This name must be unique within an AWS Region. |
exclude_retained_variant_properties | array | Specifies a list of variant properties that you want to exclude when updating an endpoint. |
retain_all_variant_properties | boolean | When set to true, retains all variant properties for an endpoint when it is updated. |
retain_deployment_config | boolean | When set to true, retains the deployment configuration during endpoint updates. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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