Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RStudioServerProDomainSettings

import type { RStudioServerProDomainSettings } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

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

interface RStudioServerProDomainSettings {
DefaultResourceSpec?: ResourceSpec | null;
DomainExecutionRoleArn: string;
RStudioConnectUrl?: string | null;
RStudioPackageManagerUrl?: string | null;
}

§Properties

§
DefaultResourceSpec?: ResourceSpec | null
[src]
§
DomainExecutionRoleArn: string
[src]

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

§
RStudioConnectUrl?: string | null
[src]

A URL pointing to an RStudio Connect server.

§
RStudioPackageManagerUrl?: string | null
[src]

A URL pointing to an RStudio Package Manager server.