Values.CreateLicenseAssetGroupRequestSourceCreates a license asset group.
type nonrec t = {name : LicenseAssetResourceName.t;License asset group name.
*)description : LicenseAssetResourceDescription.t option;License asset group description.
*)licenseAssetGroupConfigurations : LicenseAssetGroupConfigurationList.t;License asset group configurations.
*)associatedLicenseAssetRulesetARNs : LicenseAssetRulesetArnList.t;ARNs of associated license asset rulesets.
*)properties : LicenseAssetGroupPropertyList.t option;License asset group properties.
*)clientToken : String_.t;Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)}val make :
?description:??? ->
?properties:??? ->
?tags:??? ->
name:LicenseAssetResourceName.t ->
licenseAssetGroupConfigurations:LicenseAssetGroupConfigurationList.t ->
associatedLicenseAssetRulesetARNs:LicenseAssetRulesetArnList.t ->
clientToken:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of Arn.t
| `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of LicenseAssetResourceName.t ])
list ]