Values.GroupSourceContains information about an IAM group entity. This data type is used as a response element in the following operations: CreateGroup GetGroup ListGroups
type nonrec t = {path : PathType.t option;The path to the group. For more information about paths, see IAM identifiers in the IAM User Guide.
*)groupName : GroupNameType.t option;The friendly name that identifies the group.
*)groupId : IdType.t option;The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.
*)arn : ArnType.t option;The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.
*)createDate : DateType.t option;The date and time, in ISO 8601 date-time format, when the group was created.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of PathType.t | `Timestamp of DateType.t ]) list ]