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

Description

 
Synopsis

Documentation

data RStudioServerProDomainSettings Source #

A collection of settings that configure the RStudioServerPro Domain-level app.

See: newRStudioServerProDomainSettings smart constructor.

Constructors

RStudioServerProDomainSettings' 

Fields

Instances

Instances details
FromJSON RStudioServerProDomainSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProDomainSettings

ToJSON RStudioServerProDomainSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProDomainSettings

Generic RStudioServerProDomainSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProDomainSettings

Associated Types

type Rep RStudioServerProDomainSettings :: Type -> Type #

Read RStudioServerProDomainSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProDomainSettings

Show RStudioServerProDomainSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProDomainSettings

NFData RStudioServerProDomainSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProDomainSettings

Eq RStudioServerProDomainSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProDomainSettings

Hashable RStudioServerProDomainSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProDomainSettings

type Rep RStudioServerProDomainSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RStudioServerProDomainSettings

type Rep RStudioServerProDomainSettings = D1 ('MetaData "RStudioServerProDomainSettings" "Amazonka.SageMaker.Types.RStudioServerProDomainSettings" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "RStudioServerProDomainSettings'" '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))))

newRStudioServerProDomainSettings Source #

Create a value of RStudioServerProDomainSettings 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:defaultResourceSpec:RStudioServerProDomainSettings', rStudioServerProDomainSettings_defaultResourceSpec - Undocumented member.

$sel:rStudioConnectUrl:RStudioServerProDomainSettings', rStudioServerProDomainSettings_rStudioConnectUrl - A URL pointing to an RStudio Connect server.

$sel:rStudioPackageManagerUrl:RStudioServerProDomainSettings', rStudioServerProDomainSettings_rStudioPackageManagerUrl - A URL pointing to an RStudio Package Manager server.

$sel:domainExecutionRoleArn:RStudioServerProDomainSettings', rStudioServerProDomainSettings_domainExecutionRoleArn - The ARN of the execution role for the RStudioServerPro Domain-level app.

rStudioServerProDomainSettings_domainExecutionRoleArn :: Lens' RStudioServerProDomainSettings Text Source #

The ARN of the execution role for the RStudioServerPro Domain-level app.