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

.NET
Go
Java
Python
TypeScript