AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateDomain operation. Updates the default settings for new user profiles in the domain.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.UpdateDomainRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateDomainRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The UpdateDomainRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateDomainRequest()

Properties

NameTypeDescription
Public Property AppNetworkAccessType Amazon.SageMaker.AppNetworkAccessType

Gets and sets the property AppNetworkAccessType.

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.

Public Property AppSecurityGroupManagement Amazon.SageMaker.AppSecurityGroupManagement

Gets and sets the property AppSecurityGroupManagement.

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.

Public Property DefaultSpaceSettings Amazon.SageMaker.Model.DefaultSpaceSettings

Gets and sets the property DefaultSpaceSettings.

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

Public Property DefaultUserSettings Amazon.SageMaker.Model.UserSettings

Gets and sets the property DefaultUserSettings.

A collection of settings.

Public Property DomainId System.String

Gets and sets the property DomainId.

The ID of the domain to be updated.

Public Property DomainSettingsForUpdate Amazon.SageMaker.Model.DomainSettingsForUpdate

Gets and sets the property DomainSettingsForUpdate.

A collection of DomainSettings configuration values to update.

Public Property SubnetIds System.Collections.Generic.List<System.String>

Gets and sets the property SubnetIds.

The VPC subnets that Studio uses for communication.

If removing subnets, ensure there are no apps in the InService, Pending, or Deleting state.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5