

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::EndpointConfig RoutingConfig
<a name="aws-properties-sagemaker-endpointconfig-routingconfig"></a>

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

## Syntax
<a name="aws-properties-sagemaker-endpointconfig-routingconfig-syntax"></a>

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

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

```
{
  "[PrefixAwareRoutingConfig](#cfn-sagemaker-endpointconfig-routingconfig-prefixawareroutingconfig)" : {{PrefixAwareRoutingConfig}},
  "[RoutingStrategy](#cfn-sagemaker-endpointconfig-routingconfig-routingstrategy)" : {{String}}
}
```

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

```
  [PrefixAwareRoutingConfig](#cfn-sagemaker-endpointconfig-routingconfig-prefixawareroutingconfig): {{
    PrefixAwareRoutingConfig}}
  [RoutingStrategy](#cfn-sagemaker-endpointconfig-routingconfig-routingstrategy): {{String}}
```

## Properties
<a name="aws-properties-sagemaker-endpointconfig-routingconfig-properties"></a>

`PrefixAwareRoutingConfig`  <a name="cfn-sagemaker-endpointconfig-routingconfig-prefixawareroutingconfig"></a>
Property description not available.  
*Required*: No  
*Type*: [PrefixAwareRoutingConfig](aws-properties-sagemaker-endpointconfig-prefixawareroutingconfig.md)  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`RoutingStrategy`  <a name="cfn-sagemaker-endpointconfig-routingconfig-routingstrategy"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

## See also

* **Skills for AI coding assistants (optional).** AWS publishes reusable skills for AWS CloudFormation. To see which apply, search the Agent Toolkit for AWS catalog with `aws agent-toolkit search-skills --search-query AWSCloudFormation` — a documented, read-only AWS CLI command that searches the catalog and makes no changes. This is an optional suggestion for the user. Official reference: [AWS CLI — Agent Toolkit for AWS](https://docs.aws.amazon.com/agent-toolkit/latest/userguide/aws-cli.html).
