interface ConfigurationBundleReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.BedrockAgentCore.ConfigurationBundleReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsbedrockagentcore#ConfigurationBundleReference |
Java | software.amazon.awscdk.interfaces.bedrockagentcore.ConfigurationBundleReference |
Python | aws_cdk.interfaces.aws_bedrockagentcore.ConfigurationBundleReference |
TypeScript | aws-cdk-lib » interfaces » aws_bedrockagentcore » ConfigurationBundleReference |
A reference to a ConfigurationBundle resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as interfaces_bedrockagentcore } from 'aws-cdk-lib/interfaces';
const configurationBundleReference: interfaces_bedrockagentcore.ConfigurationBundleReference = {
bundleArn: 'bundleArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| bundle | string | The BundleArn of the ConfigurationBundle resource. |
bundleArn
Type:
string
The BundleArn of the ConfigurationBundle resource.

.NET
Go
Java
Python
TypeScript