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

Description

 
Synopsis

Documentation

data RStudioServerProDomainSettingsForUpdate Source #

A collection of settings that update the current configuration for the RStudioServerPro Domain-level app.

See: newRStudioServerProDomainSettingsForUpdate smart constructor.

Constructors

RStudioServerProDomainSettingsForUpdate' 

Fields

Instances

Instances details
ToJSON RStudioServerProDomainSettingsForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProDomainSettingsForUpdate

Generic RStudioServerProDomainSettingsForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProDomainSettingsForUpdate

Read RStudioServerProDomainSettingsForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProDomainSettingsForUpdate

Show RStudioServerProDomainSettingsForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProDomainSettingsForUpdate

NFData RStudioServerProDomainSettingsForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProDomainSettingsForUpdate

Eq RStudioServerProDomainSettingsForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProDomainSettingsForUpdate

Hashable RStudioServerProDomainSettingsForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProDomainSettingsForUpdate

type Rep RStudioServerProDomainSettingsForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProDomainSettingsForUpdate

type Rep RStudioServerProDomainSettingsForUpdate = D1 ('MetaData "RStudioServerProDomainSettingsForUpdate" "Amazonka.SageMaker.Types.RStudioServerProDomainSettingsForUpdate" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "RStudioServerProDomainSettingsForUpdate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultResourceSpec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceSpec)) :*: S1 ('MetaSel ('Just "rStudioConnectUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "rStudioPackageManagerUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainExecutionRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))