Module Values_0.RStudioServerProDomainSettingsSource

A collection of settings that configure the RStudioServerPro Domain-level app.

Sourcetype nonrec t = {
  1. domainExecutionRoleArn : RoleArn.t;
    (*

    The ARN of the execution role for the RStudioServerPro Domain-level app.

    *)
  2. rStudioConnectUrl : String_.t option;
    (*

    A URL pointing to an RStudio Connect server.

    *)
  3. rStudioPackageManagerUrl : String_.t option;
    (*

    A URL pointing to an RStudio Package Manager server.

    *)
  4. defaultResourceSpec : ResourceSpec.t option;
}
Sourceval context_ : string
Sourceval make : ?rStudioConnectUrl:??? -> ?rStudioPackageManagerUrl:??? -> ?defaultResourceSpec:??? -> domainExecutionRoleArn:RoleArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RoleArn.t | `Structure of (string * [> `Enum of string | `String of ImageArn.t ]) list ]) 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