interface ContentConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnMemoryPropsMixin.ContentConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnMemoryPropsMixin_ContentConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnMemoryPropsMixin.ContentConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnMemoryPropsMixin.ContentConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnMemoryPropsMixin » ContentConfigurationProperty |
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 contentConfigurationProperty: bedrockagentcore.CfnMemoryPropsMixin.ContentConfigurationProperty = {
level: 'level',
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| level? | string | The level of content detail to deliver. |
| type? | string | The type of content to deliver. |
level?
Type:
string
(optional)
The level of content detail to deliver.
type?
Type:
string
(optional)
The type of content to deliver.

.NET
Go
Java
Python
TypeScript