Class CfnRegistryRecord.SkillMdSourceFromUrlProperty
URL-based source for SkillMd content (sync is skipped;
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.AgentRegistry
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnRegistryRecord.SkillMdSourceFromUrlProperty : CfnRegistryRecord.ISkillMdSourceFromUrlProperty
Syntax (vb)
Public Class CfnRegistryRecord.SkillMdSourceFromUrlProperty Implements CfnRegistryRecord.ISkillMdSourceFromUrlProperty
Remarks
content is provided inline via Data).
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AgentRegistry;
var skillMdSourceFromUrlProperty = new SkillMdSourceFromUrlProperty {
Url = "url"
};
Synopsis
Constructors
| SkillMdSourceFromUrlProperty() | URL-based source for SkillMd content (sync is skipped; |
Properties
| Url | URL source for the SkillMd document. |
Constructors
SkillMdSourceFromUrlProperty()
URL-based source for SkillMd content (sync is skipped;
public SkillMdSourceFromUrlProperty()
Remarks
content is provided inline via Data).
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AgentRegistry;
var skillMdSourceFromUrlProperty = new SkillMdSourceFromUrlProperty {
Url = "url"
};
Properties
Url
URL source for the SkillMd document.
public string Url { get; set; }