Skip to content

Bedrock  >  Structures  >  AutomatedReasoningPolicyDefinitionTypeValuePair

AutomatedReasoningPolicyDefinitionTypeValuePair

Structure Class

AutomatedReasoningPolicyDefinitionTypeValuePair dataclass

Associates a type name with a specific value name, used for referencing type values in rules and other policy elements.

Attributes

type_name class-attribute instance-attribute
type_name: str = field(repr=False)

The name of the custom type that contains the referenced value.

value_name instance-attribute
value_name: str

The name of the specific value within the type.