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

DefaultSpaceSettings

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

A collection of settings that apply to spaces created in the Domain.

interface DefaultSpaceSettings {
ExecutionRole?: string | null;
JupyterServerAppSettings?: JupyterServerAppSettings | null;
KernelGatewayAppSettings?: KernelGatewayAppSettings | null;
SecurityGroups?: string[] | null;
}

§Properties

§
ExecutionRole?: string | null
[src]

The execution role for the space.

§
JupyterServerAppSettings?: JupyterServerAppSettings | null
[src]
§
KernelGatewayAppSettings?: KernelGatewayAppSettings | null
[src]
§
SecurityGroups?: string[] | null
[src]

The security groups for the Amazon Virtual Private Cloud that the space uses for communication.