Values_1.PartnerAppConfigSourceConfiguration settings for the SageMaker Partner AI App.
type nonrec t = {adminUsers : PartnerAppAdminUserList.t option;The list of users that are given admin access to the SageMaker Partner AI App.
*)arguments : PartnerAppArguments.t option;This is a map of required inputs for a SageMaker Partner AI App. Based on the application type, the map is populated with a key and value pair that is specific to the user and application.
*)assignedGroupPatterns : Values_0.AssignedGroupPatternsList.t option;A list of Amazon Web Services IAM Identity Center group patterns that can access the SageMaker Partner AI App. Group names support wildcard matching using *. An empty list indicates the app will not use Identity Center group features. All groups specified in RoleGroupAssignments must match patterns in this list.
*)roleGroupAssignments : RoleGroupAssignmentsList.t option;A map of in-app roles to Amazon Web Services IAM Identity Center group patterns. Groups assigned to specific roles receive those permissions, while groups in AssignedGroupPatterns but not in this map receive default in-app role depending on app type. Group patterns support wildcard matching using *. Currently supported by Fiddler version 1.3 and later with roles: ORG_MEMBER (default) and ORG_ADMIN.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of Values_0.NonEmptyString256.t
| `Structure of
(string
* [> `List of
[> `String of Values_0.GroupNamePattern.t ] list
| `String of Values_0.NonEmptyString256.t ])
list ]
list
| `Map of
([> `String of Values_0.NonEmptyString256.t ]
* [> `String of Values_0.String1024.t ])
list ])
list ]