interface ComponentConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnConfigurationBundle.ComponentConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnConfigurationBundle_ComponentConfigurationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnConfigurationBundle.ComponentConfigurationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnConfigurationBundle.ComponentConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnConfigurationBundle » ComponentConfigurationProperty |
The configuration for a component within a configuration bundle.
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-lib';
declare const configuration: any;
const componentConfigurationProperty: bedrockagentcore.CfnConfigurationBundle.ComponentConfigurationProperty = {
configuration: configuration,
};
Properties
| Name | Type | Description |
|---|---|---|
| configuration | any | The configuration values as a flexible JSON document. |
configuration
Type:
any
The configuration values as a flexible JSON document.

.NET
Go
Java
Python
TypeScript