Values_0.RStudioServerProDomainSettingsSourceA collection of settings that configure the RStudioServerPro Domain-level app.
type nonrec t = {domainExecutionRoleArn : RoleArn.t;The ARN of the execution role for the RStudioServerPro Domain-level app.
*)rStudioConnectUrl : String_.t option;A URL pointing to an RStudio Connect server.
*)rStudioPackageManagerUrl : String_.t option;A URL pointing to an RStudio Package Manager server.
*)defaultResourceSpec : ResourceSpec.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of RoleArn.t
| `Structure of
(string * [> `Enum of string | `String of ImageArn.t ]) list ])
list ]