Values.AssumedRoleSourceProvides information about an identity that performed an action on an affected resource by using temporary security credentials. The credentials were obtained using the AssumeRole operation of the Security Token Service (STS) API.
type nonrec t = {accessKeyId : string option;The Amazon Web Services access key ID that identifies the credentials.
*)accountId : string option;The unique identifier for the Amazon Web Services account that owns the entity that was used to get the credentials.
*)arn : string option;The Amazon Resource Name (ARN) of the entity that was used to get the credentials.
*)principalId : string option;The unique identifier for the entity that was used to get the credentials.
*)sessionContext : SessionContext.t option;The details of the session that was created for the credentials, including the entity that issued the session.
*)}