Module Values.GetIdentityCenterAuthTokenRequestSource

Returns an Identity Center authentication token for accessing Amazon Redshift Serverless workgroups. The token provides secure access to data within the specified workgroups using Identity Center identity propagation. The token expires after a specified duration and must be refreshed for continued access. The Identity and Access Management (IAM) user or role that runs GetIdentityCenterAuthToken must have appropriate permissions to access the specified workgroups and Identity Center integration must be configured for the workgroups.

Sourcetype nonrec t = {
  1. workgroupNames : WorkgroupNameList.t;
    (*

    A list of workgroup names for which to generate the Identity Center authentication token. Constraints: Must contain between 1 and 20 workgroup names. Each workgroup name must be a valid Amazon Redshift Serverless workgroup identifier. All specified workgroups must have Identity Center integration enabled.

    *)
}
Sourceval context_ : string
Sourceval make : workgroupNames:WorkgroupNameList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of WorkgroupName.t ] list ]) 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