Skip to content

Bedrock AgentCore Control  >  Enums  >  StaticQueryParameterConflictResolution

StaticQueryParameterConflictResolution

Enum Class

StaticQueryParameterConflictResolution

Bases: UnknownEnumMixin, StrEnum

The precedence used when a client-supplied query parameter has the same name as a configured static query parameter:

  • CLIENT_OVERRIDE - The client-supplied value overrides the configured static value for that parameter name. This is the default.

  • STATIC_OVERRIDE - The configured static value is retained, overriding the client-supplied value for that parameter name.

Attributes

CLIENT_OVERRIDE class-attribute instance-attribute
CLIENT_OVERRIDE = 'CLIENT_OVERRIDE'
STATIC_OVERRIDE class-attribute instance-attribute
STATIC_OVERRIDE = 'STATIC_OVERRIDE'