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

UpdateDomainRequest

import type { UpdateDomainRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface UpdateDomainRequest {
AppSecurityGroupManagement?: AppSecurityGroupManagement | null;
DefaultSpaceSettings?: DefaultSpaceSettings | null;
DefaultUserSettings?: UserSettings | null;
DomainId: string;
DomainSettingsForUpdate?: DomainSettingsForUpdate | null;
}

§Properties

§
AppSecurityGroupManagement?: AppSecurityGroupManagement | null
[src]

The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.

§
DefaultSpaceSettings?: DefaultSpaceSettings | null
[src]

The default settings used to create a space within the Domain.

§
DefaultUserSettings?: UserSettings | null
[src]

A collection of settings.

§
DomainId: string
[src]

The ID of the domain to be updated.

§
DomainSettingsForUpdate?: DomainSettingsForUpdate | null
[src]

A collection of DomainSettings configuration values to update.