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

RStudioServerProDomainSettingsForUpdate

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

A collection of settings that update the current configuration for the RStudioServerPro Domain-level app.

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

§Properties

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

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.