Class CfnRuntimePropsMixin.RequestHeaderConfigurationProperty
Configuration for HTTP request headers.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnRuntimePropsMixin.RequestHeaderConfigurationProperty : CfnRuntimePropsMixin.IRequestHeaderConfigurationProperty
Syntax (vb)
Public Class CfnRuntimePropsMixin.RequestHeaderConfigurationProperty Implements CfnRuntimePropsMixin.IRequestHeaderConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore;
var requestHeaderConfigurationProperty = new RequestHeaderConfigurationProperty {
RequestHeaderAllowlist = new [] { "requestHeaderAllowlist" }
};
Synopsis
Constructors
| RequestHeaderConfigurationProperty() | Configuration for HTTP request headers. |
Properties
| RequestHeaderAllowlist | List of allowed HTTP headers for agent runtime requests. |
Constructors
RequestHeaderConfigurationProperty()
Configuration for HTTP request headers.
public RequestHeaderConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore;
var requestHeaderConfigurationProperty = new RequestHeaderConfigurationProperty {
RequestHeaderAllowlist = new [] { "requestHeaderAllowlist" }
};
Properties
RequestHeaderAllowlist
List of allowed HTTP headers for agent runtime requests.
public string[]? RequestHeaderAllowlist { get; set; }
Property Value
string[]