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

DomainSettings

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

A collection of settings that apply to the SageMaker Domain. These settings are specified through the CreateDomain API call.

interface DomainSettings {
ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | null;
RStudioServerProDomainSettings?: RStudioServerProDomainSettings | null;
SecurityGroupIds?: string[] | null;
}

§Properties

§
ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | null
[src]

The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.

§
RStudioServerProDomainSettings?: RStudioServerProDomainSettings | null
[src]

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

§
SecurityGroupIds?: string[] | null
[src]

The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.