Updates the default settings for new user profiles in the domain.
See https://www.paws-r-sdk.com/docs/sagemaker_update_domain/ for full documentation.
sagemaker_update_domain(
DomainId,
DefaultUserSettings = NULL,
DomainSettingsForUpdate = NULL,
AppSecurityGroupManagement = NULL,
DefaultSpaceSettings = NULL,
SubnetIds = NULL,
AppNetworkAccessType = NULL
)
[required] The ID of the domain to be updated.
A collection of settings.
A collection of DomainSettings
configuration values to update.
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. If setting up the domain for use with RStudio, this value
must be set to Service
.
The default settings used to create a space within the domain.
The VPC subnets that Studio uses for communication.
If removing subnets, ensure there are no apps in the InService
,
Pending
, or Deleting
state.
Specifies the VPC used for non-EFS traffic.
PublicInternetOnly
- Non-EFS traffic is through a VPC managed by
Amazon SageMaker, which allows direct internet access.
VpcOnly
- All Studio traffic is through the specified VPC and
subnets.
This configuration can only be modified if there are no apps in the
InService
, Pending
, or Deleting
state. The configuration cannot be
updated if
DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn
is already set or
DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn
is provided as part of the same request.