amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.UserSettings

Description

 
Synopsis

Documentation

data UserSettings Source #

A collection of settings that apply to users of Amazon SageMaker Studio. These settings are specified when the CreateUserProfile API is called, and as DefaultUserSettings when the CreateDomain API is called.

SecurityGroups is aggregated when specified in both calls. For all other settings in UserSettings, the values specified in CreateUserProfile take precedence over those specified in CreateDomain.

See: newUserSettings smart constructor.

Constructors

UserSettings' 

Fields

Instances

Instances details
FromJSON UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

ToJSON UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

Generic UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

Associated Types

type Rep UserSettings :: Type -> Type #

Read UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

Show UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

NFData UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

Methods

rnf :: UserSettings -> () #

Eq UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

Hashable UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

type Rep UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

newUserSettings :: UserSettings Source #

Create a value of UserSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:canvasAppSettings:UserSettings', userSettings_canvasAppSettings - The Canvas app settings.

$sel:executionRole:UserSettings', userSettings_executionRole - The execution role for the user.

$sel:jupyterServerAppSettings:UserSettings', userSettings_jupyterServerAppSettings - The Jupyter server's app settings.

$sel:kernelGatewayAppSettings:UserSettings', userSettings_kernelGatewayAppSettings - The kernel gateway app settings.

$sel:rSessionAppSettings:UserSettings', userSettings_rSessionAppSettings - A collection of settings that configure the RSessionGateway app.

$sel:rStudioServerProAppSettings:UserSettings', userSettings_rStudioServerProAppSettings - A collection of settings that configure user interaction with the RStudioServerPro app.

$sel:securityGroups:UserSettings', userSettings_securityGroups - The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.

Optional when the CreateDomain.AppNetworkAccessType parameter is set to PublicInternetOnly.

Required when the CreateDomain.AppNetworkAccessType parameter is set to VpcOnly.

Amazon SageMaker adds a security group to allow NFS traffic from SageMaker Studio. Therefore, the number of security groups that you can specify is one less than the maximum number shown.

$sel:sharingSettings:UserSettings', userSettings_sharingSettings - Specifies options for sharing SageMaker Studio notebooks.

$sel:tensorBoardAppSettings:UserSettings', userSettings_tensorBoardAppSettings - The TensorBoard app settings.

userSettings_executionRole :: Lens' UserSettings (Maybe Text) Source #

The execution role for the user.

userSettings_rSessionAppSettings :: Lens' UserSettings (Maybe RSessionAppSettings) Source #

A collection of settings that configure the RSessionGateway app.

userSettings_rStudioServerProAppSettings :: Lens' UserSettings (Maybe RStudioServerProAppSettings) Source #

A collection of settings that configure user interaction with the RStudioServerPro app.

userSettings_securityGroups :: Lens' UserSettings (Maybe [Text]) Source #

The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.

Optional when the CreateDomain.AppNetworkAccessType parameter is set to PublicInternetOnly.

Required when the CreateDomain.AppNetworkAccessType parameter is set to VpcOnly.

Amazon SageMaker adds a security group to allow NFS traffic from SageMaker Studio. Therefore, the number of security groups that you can specify is one less than the maximum number shown.

userSettings_sharingSettings :: Lens' UserSettings (Maybe SharingSettings) Source #

Specifies options for sharing SageMaker Studio notebooks.