Skip to content

Commit 614758d

Browse files
author
AWS
committed
AWS Glue Update: This release adds the capability to enable User Background Sessions for customers running Trusted Identity Propagation enabled Interactive Sessions on AWS Glue.
1 parent 2ed7518 commit 614758d

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
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": "AWS Glue",
4+
"contributor": "",
5+
"description": "This release adds the capability to enable User Background Sessions for customers running Trusted Identity Propagation enabled Interactive Sessions on AWS Glue."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9235,6 +9235,10 @@
92359235
"Scopes":{
92369236
"shape":"IdentityCenterScopesList",
92379237
"documentation":"<p>A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.</p>"
9238+
},
9239+
"UserBackgroundSessionsEnabled":{
9240+
"shape":"NullableBoolean",
9241+
"documentation":"<p>Specifies whether users can run background sessions when using Identity Center authentication with Glue services.</p>"
92389242
}
92399243
},
92409244
"documentation":"<p>Request to create a new Glue Identity Center configuration.</p>"
@@ -14956,6 +14960,10 @@
1495614960
"Scopes":{
1495714961
"shape":"OrchestrationStringList",
1495814962
"documentation":"<p>A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.</p>"
14963+
},
14964+
"UserBackgroundSessionsEnabled":{
14965+
"shape":"NullableBoolean",
14966+
"documentation":"<p>Indicates whether users can run background sessions when using Identity Center authentication with Glue services.</p>"
1495914967
}
1496014968
},
1496114969
"documentation":"<p>Response containing the Glue Identity Center configuration details.</p>"
@@ -27457,6 +27465,10 @@
2745727465
"Scopes":{
2745827466
"shape":"IdentityCenterScopesList",
2745927467
"documentation":"<p>A list of Identity Center scopes that define the updated permissions and access levels for the Glue configuration.</p>"
27468+
},
27469+
"UserBackgroundSessionsEnabled":{
27470+
"shape":"NullableBoolean",
27471+
"documentation":"<p>Specifies whether users can run background sessions when using Identity Center authentication with Glue services.</p>"
2746027472
}
2746127473
},
2746227474
"documentation":"<p>Request to update an existing Glue Identity Center configuration.</p>"

0 commit comments

Comments
 (0)