interface SourceOnlyDescriptorSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AgentRegistry.CfnRegistryRecordPropsMixin.SourceOnlyDescriptorSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsagentregistry#CfnRegistryRecordPropsMixin_SourceOnlyDescriptorSourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.agentregistry.CfnRegistryRecordPropsMixin.SourceOnlyDescriptorSourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_agentregistry.CfnRegistryRecordPropsMixin.SourceOnlyDescriptorSourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_agentregistry » CfnRegistryRecordPropsMixin » SourceOnlyDescriptorSourceProperty |
Source configuration for a source-only descriptor.
Unlike mcpServer/a2aAgentCard sources, source-only descriptors do not support credential providers.
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/cfn-property-mixins';
const sourceOnlyDescriptorSourceProperty: agentregistry.CfnRegistryRecordPropsMixin.SourceOnlyDescriptorSourceProperty = {
fromUrl: {
url: 'url',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| from | IResolvable | Source | URL-based source configuration for a source-only descriptor. |
fromUrl?
Type:
IResolvable | Source
(optional)
URL-based source configuration for a source-only descriptor.

.NET
Go
Java
Python
TypeScript