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

DomainSettingsForUpdate

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

A collection of Domain configuration settings to update.

interface DomainSettingsForUpdate {
ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | null;
RStudioServerProDomainSettingsForUpdate?: RStudioServerProDomainSettingsForUpdate | 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. This configuration can only be modified if there are no apps in the InService or Pending state.

§
RStudioServerProDomainSettingsForUpdate?: RStudioServerProDomainSettingsForUpdate | null
[src]

A collection of RStudioServerPro Domain-level app settings to update.

§
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.