

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::SageMaker::Context Source
<a name="aws-properties-sagemaker-context-source"></a>

<a name="aws-properties-sagemaker-context-source-description"></a>The `Source` property type specifies Property description not available. for an [AWS::SageMaker::Context](aws-resource-sagemaker-context.md).

## Syntax
<a name="aws-properties-sagemaker-context-source-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-sagemaker-context-source-syntax.json"></a>

```
{
  "[SourceId](#cfn-sagemaker-context-source-sourceid)" : {{String}},
  "[SourceType](#cfn-sagemaker-context-source-sourcetype)" : {{String}},
  "[SourceUri](#cfn-sagemaker-context-source-sourceuri)" : {{String}}
}
```

### YAML
<a name="aws-properties-sagemaker-context-source-syntax.yaml"></a>

```
  [SourceId](#cfn-sagemaker-context-source-sourceid): {{String}}
  [SourceType](#cfn-sagemaker-context-source-sourcetype): {{String}}
  [SourceUri](#cfn-sagemaker-context-source-sourceuri): {{String}}
```

## Properties
<a name="aws-properties-sagemaker-context-source-properties"></a>

`SourceId`  <a name="cfn-sagemaker-context-source-sourceid"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `256`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`SourceType`  <a name="cfn-sagemaker-context-source-sourcetype"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `256`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`SourceUri`  <a name="cfn-sagemaker-context-source-sourceuri"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)