Values_1.CreateGlueIdentityCenterConfigurationRequestSourceRequest to create a new Glue Identity Center configuration.
type nonrec t = {instanceArn : IdentityCenterInstanceArn.t;The Amazon Resource Name (ARN) of the Identity Center instance to be associated with the Glue configuration.
*)scopes : IdentityCenterScopesList.t option;A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.
*)userBackgroundSessionsEnabled : Values_0.NullableBoolean.t option;Specifies whether users can run background sessions when using Identity Center authentication with Glue services.
*)}val make :
?scopes:??? ->
?userBackgroundSessionsEnabled:??? ->
instanceArn:IdentityCenterInstanceArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.NullableBoolean.t
| `List of [> `String of IdentityCenterScope.t ] list
| `String of IdentityCenterInstanceArn.t ])
list ]