

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

# AWS::AgentRegistry::RegistryRecord SkillMdSourceFromUrl
<a name="aws-properties-agentregistry-registryrecord-skillmdsourcefromurl"></a>

URL-based source for SkillMd content. Synchronization is skipped; content is provided inline through the descriptor data.

## Syntax
<a name="aws-properties-agentregistry-registryrecord-skillmdsourcefromurl-syntax"></a>

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

### JSON
<a name="aws-properties-agentregistry-registryrecord-skillmdsourcefromurl-syntax.json"></a>

```
{
  "[Url](#cfn-agentregistry-registryrecord-skillmdsourcefromurl-url)" : {{String}}
}
```

### YAML
<a name="aws-properties-agentregistry-registryrecord-skillmdsourcefromurl-syntax.yaml"></a>

```
  [Url](#cfn-agentregistry-registryrecord-skillmdsourcefromurl-url): {{String}}
```

## Properties
<a name="aws-properties-agentregistry-registryrecord-skillmdsourcefromurl-properties"></a>

`Url`  <a name="cfn-agentregistry-registryrecord-skillmdsourcefromurl-url"></a>
The URL source for the SkillMd document.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^https://.*$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)