interface ConfigurationBundleReferenceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnGatewayRule.ConfigurationBundleReferenceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnGatewayRule_ConfigurationBundleReferenceProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnGatewayRule.ConfigurationBundleReferenceProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnGatewayRule.ConfigurationBundleReferenceProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnGatewayRule » ConfigurationBundleReferenceProperty |
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';
const configurationBundleReferenceProperty: bedrockagentcore.CfnGatewayRule.ConfigurationBundleReferenceProperty = {
bundleArn: 'bundleArn',
bundleVersion: 'bundleVersion',
};
Properties
| Name | Type | Description |
|---|---|---|
| bundle | string | |
| bundle | string |
bundleArn
Type:
string
bundleVersion
Type:
string

.NET
Go
Java
Python
TypeScript