File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
internal/service/bedrockagent Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -732,8 +732,13 @@ type guardrailConfigurationModel struct {
732732}
733733
734734type memoryConfigurationModel struct {
735- EnabledMemoryTypes fwtypes.ListValueOf [fwtypes.StringEnum [awstypes.MemoryType ]] `tfsdk:"enabled_memory_types"`
736- StorageDays types.Int32 `tfsdk:"storage_days"`
735+ EnabledMemoryTypes fwtypes.ListValueOf [fwtypes.StringEnum [awstypes.MemoryType ]] `tfsdk:"enabled_memory_types"`
736+ SessionSummaryConfiguration fwtypes.ListNestedObjectValueOf [sessionSummaryConfigurationModel ] `tfsdk:"session_summary_configuration"`
737+ StorageDays types.Int32 `tfsdk:"storage_days"`
738+ }
739+
740+ type sessionSummaryConfigurationModel struct {
741+ MaxRecentSessions types.Int64 `tfsdk:"max_recent_sessions"`
737742}
738743
739744type promptOverrideConfigurationModel struct {
You can’t perform that action at this time.
0 commit comments