Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data UserSettings = UserSettings' {
- canvasAppSettings :: Maybe CanvasAppSettings
- executionRole :: Maybe Text
- jupyterServerAppSettings :: Maybe JupyterServerAppSettings
- kernelGatewayAppSettings :: Maybe KernelGatewayAppSettings
- rSessionAppSettings :: Maybe RSessionAppSettings
- rStudioServerProAppSettings :: Maybe RStudioServerProAppSettings
- securityGroups :: Maybe [Text]
- sharingSettings :: Maybe SharingSettings
- tensorBoardAppSettings :: Maybe TensorBoardAppSettings
- newUserSettings :: UserSettings
- userSettings_canvasAppSettings :: Lens' UserSettings (Maybe CanvasAppSettings)
- userSettings_executionRole :: Lens' UserSettings (Maybe Text)
- userSettings_jupyterServerAppSettings :: Lens' UserSettings (Maybe JupyterServerAppSettings)
- userSettings_kernelGatewayAppSettings :: Lens' UserSettings (Maybe KernelGatewayAppSettings)
- userSettings_rSessionAppSettings :: Lens' UserSettings (Maybe RSessionAppSettings)
- userSettings_rStudioServerProAppSettings :: Lens' UserSettings (Maybe RStudioServerProAppSettings)
- userSettings_securityGroups :: Lens' UserSettings (Maybe [Text])
- userSettings_sharingSettings :: Lens' UserSettings (Maybe SharingSettings)
- userSettings_tensorBoardAppSettings :: Lens' UserSettings (Maybe TensorBoardAppSettings)
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.
UserSettings' | |
|
Instances
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_canvasAppSettings :: Lens' UserSettings (Maybe CanvasAppSettings) Source #
The Canvas app settings.
userSettings_executionRole :: Lens' UserSettings (Maybe Text) Source #
The execution role for the user.
userSettings_jupyterServerAppSettings :: Lens' UserSettings (Maybe JupyterServerAppSettings) Source #
The Jupyter server's app settings.
userSettings_kernelGatewayAppSettings :: Lens' UserSettings (Maybe KernelGatewayAppSettings) Source #
The kernel gateway app settings.
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.
userSettings_tensorBoardAppSettings :: Lens' UserSettings (Maybe TensorBoardAppSettings) Source #
The TensorBoard app settings.