Values_1.RoleGroupAssignmentSourceDefines the mapping between an in-app role and the Amazon Web Services IAM Identity Center group patterns that should be assigned to that role within the SageMaker Partner AI App.
type nonrec t = {roleName : Values_0.NonEmptyString256.t;The name of the in-app role within the SageMaker Partner AI App. The specific roles available depend on the app type and version.
*)groupPatterns : GroupPatternsList.t;A list of Amazon Web Services IAM Identity Center group patterns that should be assigned to the specified role. Group patterns support wildcard matching using *.
*)}val make :
roleName:Values_0.NonEmptyString256.t ->
groupPatterns:GroupPatternsList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Values_0.GroupNamePattern.t ] list
| `String of Values_0.NonEmptyString256.t ])
list ]