Module Values_1.CreateGlueIdentityCenterConfigurationRequestSource

Request to create a new Glue Identity Center configuration.

Sourcetype nonrec t = {
  1. instanceArn : IdentityCenterInstanceArn.t;
    (*

    The Amazon Resource Name (ARN) of the Identity Center instance to be associated with the Glue configuration.

    *)
  2. scopes : IdentityCenterScopesList.t option;
    (*

    A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.

    *)
  3. userBackgroundSessionsEnabled : Values_0.NullableBoolean.t option;
    (*

    Specifies whether users can run background sessions when using Identity Center authentication with Glue services.

    *)
}
Sourceval context_ : string
Sourceval make : ?scopes:??? -> ?userBackgroundSessionsEnabled:??? -> instanceArn:IdentityCenterInstanceArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.NullableBoolean.t | `List of [> `String of IdentityCenterScope.t ] list | `String of IdentityCenterInstanceArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t