Module Values_1.RoleGroupAssignmentSource

Defines 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.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. 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 *.

    *)
}
Sourceval context_ : string
Sourceval make : roleName:Values_0.NonEmptyString256.t -> groupPatterns:GroupPatternsList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Values_0.GroupNamePattern.t ] list | `String of Values_0.NonEmptyString256.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