interface IndexedKeyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnMemoryPropsMixin.IndexedKeyProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnMemoryPropsMixin_IndexedKeyProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnMemoryPropsMixin.IndexedKeyProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnMemoryPropsMixin.IndexedKeyProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnMemoryPropsMixin » IndexedKeyProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from '@aws-cdk/cfn-property-mixins';
const indexedKeyProperty: bedrockagentcore.CfnMemoryPropsMixin.IndexedKeyProperty = {
key: 'key',
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| key? | string | Key name for metadata fields. |
| type? | string | Supported data types for metadata values. |
key?
Type:
string
(optional)
Key name for metadata fields.
type?
Type:
string
(optional)
Supported data types for metadata values.

.NET
Go
Java
Python
TypeScript