interface RequestHeaderConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnRuntime.RequestHeaderConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnRuntime_RequestHeaderConfigurationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnRuntime.RequestHeaderConfigurationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnRuntime.RequestHeaderConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnRuntime » RequestHeaderConfigurationProperty |
Configuration for HTTP request headers.
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 requestHeaderConfigurationProperty: bedrockagentcore.CfnRuntime.RequestHeaderConfigurationProperty = {
requestHeaderAllowlist: ['requestHeaderAllowlist'],
};
Properties
| Name | Type | Description |
|---|---|---|
| request | string[] | List of allowed HTTP headers for agent runtime requests. |
requestHeaderAllowlist?
Type:
string[]
(optional)
List of allowed HTTP headers for agent runtime requests.

.NET
Go
Java
Python
TypeScript