Bedrock Agent Runtime > Structures > CustomOrchestrationTrace CustomOrchestrationTrace¶ Structure Class¶ CustomOrchestrationTrace dataclass ¶ The trace behavior for the custom orchestration. Attributes¶ event class-attribute instance-attribute ¶ event: CustomOrchestrationTraceEvent | None = field(repr=False, default=None) The event details used with the custom orchestration. trace_id class-attribute instance-attribute ¶ trace_id: str | None = None The unique identifier of the trace.