interface SkillMdSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AgentRegistry.CfnRegistryRecordPropsMixin.SkillMdSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsagentregistry#CfnRegistryRecordPropsMixin_SkillMdSourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.agentregistry.CfnRegistryRecordPropsMixin.SkillMdSourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_agentregistry.CfnRegistryRecordPropsMixin.SkillMdSourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_agentregistry » CfnRegistryRecordPropsMixin » SkillMdSourceProperty |
Source configuration for a SkillMd document.
Unlike MCP/A2A sources, SkillMd does not support credential providers.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_agentregistry as agentregistry } from '@aws-cdk/cfn-property-mixins';
const skillMdSourceProperty: agentregistry.CfnRegistryRecordPropsMixin.SkillMdSourceProperty = {
fromUrl: {
url: 'url',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| from | IResolvable | Skill | URL-based source for SkillMd content (sync is skipped; |
fromUrl?
Type:
IResolvable | Skill
(optional)
URL-based source for SkillMd content (sync is skipped;
content is provided inline via Data).

.NET
Go
Java
Python
TypeScript