Skip to content

Bedrock Agentcore Control  >  Unions  >  ConfigurationBundleAction

ConfigurationBundleAction

Union Type

ConfigurationBundleAction module-attribute

An action that applies a configuration bundle override, either as a static override or a weighted split for A/B testing.

Union Member Types

ConfigurationBundleActionStaticOverride dataclass

A static configuration bundle override that applies a single bundle version to all matching requests.

Attributes

value instance-attribute

ConfigurationBundleActionWeightedOverride dataclass

A weighted configuration bundle override that splits traffic between multiple bundle versions based on configured weights.

Attributes

value instance-attribute

ConfigurationBundleActionUnknown 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