interface SkillMdSourceFromUrlProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AgentRegistry.CfnRegistryRecordPropsMixin.SkillMdSourceFromUrlProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsagentregistry#CfnRegistryRecordPropsMixin_SkillMdSourceFromUrlProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.agentregistry.CfnRegistryRecordPropsMixin.SkillMdSourceFromUrlProperty |
Python | aws_cdk.cfn_property_mixins.aws_agentregistry.CfnRegistryRecordPropsMixin.SkillMdSourceFromUrlProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_agentregistry » CfnRegistryRecordPropsMixin » SkillMdSourceFromUrlProperty |
URL-based source for SkillMd content (sync is skipped;
content is provided inline via Data).
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 skillMdSourceFromUrlProperty: agentregistry.CfnRegistryRecordPropsMixin.SkillMdSourceFromUrlProperty = {
url: 'url',
};
Properties
| Name | Type | Description |
|---|---|---|
| url? | string | URL source for the SkillMd document. |
url?
Type:
string
(optional)
URL source for the SkillMd document.

.NET
Go
Java
Python
TypeScript