Show / Hide Table of Contents

Class CfnRegistryRecord.SkillMdSourceFromUrlProperty

URL-based source for SkillMd content (sync is skipped;

Inheritance
object
CfnRegistryRecord.SkillMdSourceFromUrlProperty
Implements
CfnRegistryRecord.ISkillMdSourceFromUrlProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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).

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-agentregistry-registryrecord-skillmdsourcefromurl.html

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).

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-agentregistry-registryrecord-skillmdsourcefromurl.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-agentregistry-registryrecord-skillmdsourcefromurl.html#cfn-agentregistry-registryrecord-skillmdsourcefromurl-url

Implements

CfnRegistryRecord.ISkillMdSourceFromUrlProperty
Back to top Generated by DocFX