interface ComponentConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnConfigurationBundlePropsMixin.ComponentConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnConfigurationBundlePropsMixin_ComponentConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnConfigurationBundlePropsMixin.ComponentConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnConfigurationBundlePropsMixin.ComponentConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnConfigurationBundlePropsMixin » 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/cfn-property-mixins';
declare const configuration: any;
const componentConfigurationProperty: bedrockagentcore.CfnConfigurationBundlePropsMixin.ComponentConfigurationProperty = {
configuration: configuration,
};
Properties
| Name | Type | Description |
|---|---|---|
| configuration? | any | The configuration values as a flexible JSON document. |
configuration?
Type:
any
(optional)
The configuration values as a flexible JSON document.

.NET
Go
Java
Python
TypeScript