Interface CfnRegistryRecord.SourceOnlyDescriptorSourceFromUrlProperty

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

@Stability(Stable) public static interface CfnRegistryRecord.SourceOnlyDescriptorSourceFromUrlProperty extends software.amazon.jsii.JsiiSerializable
URL-based source configuration for a source-only descriptor.

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.*;
 SourceOnlyDescriptorSourceFromUrlProperty sourceOnlyDescriptorSourceFromUrlProperty = SourceOnlyDescriptorSourceFromUrlProperty.builder()
         .url("url")
         .build();
 

See Also: