AWS::SageMaker::EndpointResource Type definition for AWS::SageMaker::Endpoint
6 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EndpointConfigName | string | Required |
DeploymentConfig | DeploymentConfig | |
ExcludeRetainedVariantProperties | Array<VariantProperty> | Write-only |
RetainAllVariantProperties | boolean | Write-only |
RetainDeploymentConfig | boolean | Write-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
EndpointArn | string | The Amazon Resource Name (ARN) of the endpoint. |
EndpointName | string | The name of the SageMaker endpoint. This name must be unique within an AWS Region. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::Endpoint
Resources:
MyResource:
Type: AWS::SageMaker::Endpoint
Properties:
EndpointConfigName: "my-endpointconfigname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:CreateEndpointsagemaker:DescribeEndpointsagemaker:AddTagssagemaker:DescribeEndpointsagemaker:ListTagssagemaker:UpdateEndpointsagemaker:DescribeEndpointsagemaker:AddTagssagemaker:DeleteTagssagemaker:DeleteEndpointsagemaker:DescribeEndpointsagemaker:ListEndpointsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterEndpointArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
EndpointName