Skip to content

Bedrock Agentcore Control  >  Unions  >  RequestHeaderConfiguration

RequestHeaderConfiguration

Union Type

RequestHeaderConfiguration module-attribute

Configuration for HTTP request headers that will be passed through to the runtime.

Union Member Types

RequestHeaderConfigurationRequestHeaderAllowlist dataclass

A list of HTTP request headers that are allowed to be passed through to the runtime.

Attributes

value instance-attribute
value: list[str]

RequestHeaderConfigurationUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str