interface CustomDescriptorProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AgentRegistry.CfnRegistryRecordPropsMixin.CustomDescriptorProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsagentregistry#CfnRegistryRecordPropsMixin_CustomDescriptorProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.agentregistry.CfnRegistryRecordPropsMixin.CustomDescriptorProperty |
Python | aws_cdk.cfn_property_mixins.aws_agentregistry.CfnRegistryRecordPropsMixin.CustomDescriptorProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_agentregistry » CfnRegistryRecordPropsMixin » CustomDescriptorProperty |
The custom descriptor, populated when the record type is CUSTOM.
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 customDescriptorProperty: agentregistry.CfnRegistryRecordPropsMixin.CustomDescriptorProperty = {
data: 'data',
};
Properties
| Name | Type | Description |
|---|---|---|
| data? | string | Descriptor payload data. |
data?
Type:
string
(optional)
Descriptor payload data.

.NET
Go
Java
Python
TypeScript