Skip to content

Bedrock  >  Unions  >  AutomatedReasoningPolicyTypeValueAnnotation

AutomatedReasoningPolicyTypeValueAnnotation

Union Type

AutomatedReasoningPolicyTypeValueAnnotation module-attribute

An annotation for managing values within custom types, including adding, updating, or removing specific type values.

Union Member Types

AutomatedReasoningPolicyTypeValueAnnotationAddTypeValue dataclass

An operation to add a new value to an existing custom type.

Attributes

value instance-attribute

AutomatedReasoningPolicyTypeValueAnnotationUpdateTypeValue dataclass

An operation to modify an existing value within a custom type.

Attributes

value instance-attribute

AutomatedReasoningPolicyTypeValueAnnotationDeleteTypeValue dataclass

An operation to remove a value from an existing custom type.

Attributes

value instance-attribute

AutomatedReasoningPolicyTypeValueAnnotationUnknown 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