Bedrock Agentcore Control > Structures > SessionConfig SessionConfig¶ Structure Class¶ SessionConfig dataclass ¶ The configuration that defines how agent sessions are detected and when they are considered complete for evaluation. Attributes¶ session_timeout_minutes instance-attribute ¶ session_timeout_minutes: int The number of minutes of inactivity after which an agent session is considered complete and ready for evaluation. Default is 15 minutes.