interface RequestHeaderConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins.CfnRuntimePropsMixin.RequestHeaderConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrockagentcore/mixins#CfnRuntimePropsMixin_RequestHeaderConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrockagentcore.mixins.CfnRuntimePropsMixin.RequestHeaderConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_bedrockagentcore.mixins.CfnRuntimePropsMixin.RequestHeaderConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrockagentcore » mixins » CfnRuntimePropsMixin » 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 { mixins as bedrockagentcore_mixins } from '@aws-cdk/mixins-preview/aws-bedrockagentcore';
const requestHeaderConfigurationProperty: bedrockagentcore_mixins.CfnRuntimePropsMixin.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