|
6566 | 6566 | }, |
6567 | 6567 | "PeriodicSessionDuration":{ |
6568 | 6568 | "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" |
6570 | 6573 | }, |
6571 | 6574 | "MaxSessionDuration":{ |
6572 | 6575 | "shape":"RefreshTokenDuration", |
6573 | 6576 | "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 |
6574 | 6587 | } |
6575 | 6588 | }, |
6576 | 6589 | "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 | 16127 | } |
16115 | 16128 | } |
16116 | 16129 | }, |
| 16130 | + "InactivityDuration":{ |
| 16131 | + "type":"integer", |
| 16132 | + "box":true, |
| 16133 | + "max":720, |
| 16134 | + "min":15 |
| 16135 | + }, |
16117 | 16136 | "InboundAdditionalRecipients":{ |
16118 | 16137 | "type":"structure", |
16119 | 16138 | "members":{ |
|
26457 | 26476 | "PeriodicSessionDuration":{ |
26458 | 26477 | "shape":"AccessTokenDuration", |
26459 | 26478 | "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>", |
26460 | 26492 | "box":true |
26461 | 26493 | } |
26462 | 26494 | } |
|
0 commit comments