interface SourceOnlyDescriptorSourceFromUrlProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.AgentRegistry.CfnRegistryRecord.SourceOnlyDescriptorSourceFromUrlProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsagentregistry#CfnRegistryRecord_SourceOnlyDescriptorSourceFromUrlProperty |
Java | software.amazon.awscdk.services.agentregistry.CfnRegistryRecord.SourceOnlyDescriptorSourceFromUrlProperty |
Python | aws_cdk.aws_agentregistry.CfnRegistryRecord.SourceOnlyDescriptorSourceFromUrlProperty |
TypeScript | aws-cdk-lib » aws_agentregistry » CfnRegistryRecord » SourceOnlyDescriptorSourceFromUrlProperty |
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 { aws_agentregistry as agentregistry } from 'aws-cdk-lib';
const sourceOnlyDescriptorSourceFromUrlProperty: agentregistry.CfnRegistryRecord.SourceOnlyDescriptorSourceFromUrlProperty = {
url: 'url',
};
Properties
| Name | Type | Description |
|---|---|---|
| url | string | URL source for descriptor content. |
url
Type:
string
URL source for descriptor content.

.NET
Go
Java
Python
TypeScript