Skip to content

Bedrock AgentCore Control  >  Structures  >  NamespaceKeyEntry

NamespaceKeyEntry

Structure Class

NamespaceKeyEntry dataclass

A namespace variable key definition with optional NamespaceKeyValidation rules.

Attributes

key instance-attribute
key: str

The namespace variable key name.

validation class-attribute instance-attribute
validation: NamespaceKeyValidation | None = None

The validation rules that constrain values for this namespace variable at runtime (CreateEvent API).