---
type: resource-type
title: Context
description: aws resource type AWS::SageMaker::Context
name: Context
lexicon: aws
resource_type: AWS::SageMaker::Context
---
`AWS::SageMaker::Context`, a resource type of the aws lexicon.

## Properties

- `ContextName` (`string`, required): The name of the context. Must be unique to your account in an AWS Region.
- `ContextType` (`string`, required): The context type.
- `Source` (`Record<string, unknown>`, required): The source type, ID, and URI.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the context.
- `CreationTime` (`string`, optional): When the context was created.
- `Description` (`string`, optional): The description of the context.
- `LastModifiedTime` (`string`, optional): When the context was last modified.
- `Properties` (`Record<string, unknown>`, optional): A list of properties to add to the context.
- `Tags` (`Record<string, unknown>[]`, optional): A list of tags to apply to the context.

## Attributes

- `Arn`
- `CreationTime`
- `LastModifiedTime`
