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

Description

 
Synopsis

Documentation

data RStudioServerProAppSettings Source #

A collection of settings that configure user interaction with the RStudioServerPro app. RStudioServerProAppSettings cannot be updated. The RStudioServerPro app must be deleted and a new one created to make any changes.

See: newRStudioServerProAppSettings smart constructor.

Constructors

RStudioServerProAppSettings' 

Fields

Instances

Instances details
FromJSON RStudioServerProAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProAppSettings

ToJSON RStudioServerProAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProAppSettings

Generic RStudioServerProAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProAppSettings

Associated Types

type Rep RStudioServerProAppSettings :: Type -> Type #

Read RStudioServerProAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProAppSettings

Show RStudioServerProAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProAppSettings

NFData RStudioServerProAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProAppSettings

Eq RStudioServerProAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProAppSettings

Hashable RStudioServerProAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProAppSettings

type Rep RStudioServerProAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProAppSettings

type Rep RStudioServerProAppSettings = D1 ('MetaData "RStudioServerProAppSettings" "Amazonka.SageMaker.Types.RStudioServerProAppSettings" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "RStudioServerProAppSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accessStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RStudioServerProAccessStatus)) :*: S1 ('MetaSel ('Just "userGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RStudioServerProUserGroup))))

newRStudioServerProAppSettings :: RStudioServerProAppSettings Source #

Create a value of RStudioServerProAppSettings 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:accessStatus:RStudioServerProAppSettings', rStudioServerProAppSettings_accessStatus - Indicates whether the current user has access to the RStudioServerPro app.

$sel:userGroup:RStudioServerProAppSettings', rStudioServerProAppSettings_userGroup - The level of permissions that the user has within the RStudioServerPro app. This value defaults to `User`. The `Admin` value allows the user access to the RStudio Administrative Dashboard.

rStudioServerProAppSettings_accessStatus :: Lens' RStudioServerProAppSettings (Maybe RStudioServerProAccessStatus) Source #

Indicates whether the current user has access to the RStudioServerPro app.

rStudioServerProAppSettings_userGroup :: Lens' RStudioServerProAppSettings (Maybe RStudioServerProUserGroup) Source #

The level of permissions that the user has within the RStudioServerPro app. This value defaults to `User`. The `Admin` value allows the user access to the RStudio Administrative Dashboard.