Interface CfnRegistryRecord.SkillMdSourceFromUrlProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRegistryRecord.SkillMdSourceFromUrlProperty.Jsii$Proxy
Enclosing class:
CfnRegistryRecord

@Stability(Stable) public static interface CfnRegistryRecord.SkillMdSourceFromUrlProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.agentregistry.*;
 SkillMdSourceFromUrlProperty skillMdSourceFromUrlProperty = SkillMdSourceFromUrlProperty.builder()
         .url("url")
         .build();
 

See Also: