Skip to content

Commit 23d7844

Browse files
author
AWS
committed
Amazon Connect Service Update: Updated Authentication Profile APIs to add support for automatic logout on user inactivity
1 parent 9ebc49d commit 23d7844

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Connect Service",
4+
"contributor": "",
5+
"description": "Updated Authentication Profile APIs to add support for automatic logout on user inactivity"
6+
}

services/connect/src/main/resources/codegen-resources/service-2.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6566,11 +6566,24 @@
65666566
},
65676567
"PeriodicSessionDuration":{
65686568
"shape":"AccessTokenDuration",
6569-
"documentation":"<p>The short lived session duration configuration for users logged in to Amazon Connect, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-session-timeouts\">Configure the session duration</a> in the <i>Amazon Connect Administrator Guide</i>.</p>"
6569+
"documentation":"<p>The short lived session duration configuration for users logged in to Amazon Connect, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-session-timeouts\">Configure the session duration</a> in the <i>Amazon Connect Administrator Guide</i>.</p>",
6570+
"deprecated":true,
6571+
"deprecatedMessage":"PeriodicSessionDuration is deprecated. Use SessionInactivityDuration instead.",
6572+
"deprecatedSince":"10/31/2025"
65706573
},
65716574
"MaxSessionDuration":{
65726575
"shape":"RefreshTokenDuration",
65736576
"documentation":"<p>The long lived session duration for users logged in to Amazon Connect, in minutes. After this time period, users must log in again. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-session-timeouts\">Configure the session duration</a> in the <i>Amazon Connect Administrator Guide</i>.</p>"
6577+
},
6578+
"SessionInactivityDuration":{
6579+
"shape":"InactivityDuration",
6580+
"documentation":"<p>The period, in minutes, before an agent is automatically signed out of the contact center when they go inactive.</p>",
6581+
"box":true
6582+
},
6583+
"SessionInactivityHandlingEnabled":{
6584+
"shape":"Boolean",
6585+
"documentation":"<p>Determines if automatic logout on user inactivity is enabled.</p>",
6586+
"box":true
65746587
}
65756588
},
65766589
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support.</p> <p>Information about an authentication profile. An authentication profile is a resource that stores the authentication settings for users in your contact center. You use authentication profiles to set up IP address range restrictions and session timeouts. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html\">Set IP address restrictions or session timeouts</a>. </p>"
@@ -16114,6 +16127,12 @@
1611416127
}
1611516128
}
1611616129
},
16130+
"InactivityDuration":{
16131+
"type":"integer",
16132+
"box":true,
16133+
"max":720,
16134+
"min":15
16135+
},
1611716136
"InboundAdditionalRecipients":{
1611816137
"type":"structure",
1611916138
"members":{
@@ -26457,6 +26476,19 @@
2645726476
"PeriodicSessionDuration":{
2645826477
"shape":"AccessTokenDuration",
2645926478
"documentation":"<p>The short lived session duration configuration for users logged in to Amazon Connect, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, For more information on how to configure IP addresses, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-session-timeouts\">Configure session timeouts</a> in the <i>Amazon Connect Administrator Guide</i>. </p>",
26479+
"box":true,
26480+
"deprecated":true,
26481+
"deprecatedMessage":"PeriodicSessionDuration is deprecated. Use SessionInactivityDuration instead.",
26482+
"deprecatedSince":"10/31/2025"
26483+
},
26484+
"SessionInactivityDuration":{
26485+
"shape":"InactivityDuration",
26486+
"documentation":"<p>The period, in minutes, before an agent is automatically signed out of the contact center when they go inactive.</p>",
26487+
"box":true
26488+
},
26489+
"SessionInactivityHandlingEnabled":{
26490+
"shape":"Boolean",
26491+
"documentation":"<p>Determines if automatic logout on user inactivity is enabled.</p>",
2646026492
"box":true
2646126493
}
2646226494
}

0 commit comments

Comments
 (0)