libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.JupyterServerAppSettings

Description

 
Synopsis

Documentation

data JupyterServerAppSettings Source #

The JupyterServer app settings.

See: newJupyterServerAppSettings smart constructor.

Constructors

JupyterServerAppSettings' 

Fields

Instances

Instances details
Eq JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

Read JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

Show JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

Generic JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

Associated Types

type Rep JupyterServerAppSettings :: Type -> Type #

NFData JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

Hashable JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

ToJSON JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

FromJSON JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

type Rep JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

type Rep JupyterServerAppSettings = D1 ('MetaData "JupyterServerAppSettings" "Amazonka.SageMaker.Types.JupyterServerAppSettings" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "JupyterServerAppSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultResourceSpec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceSpec)) :*: S1 ('MetaSel ('Just "lifecycleConfigArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newJupyterServerAppSettings :: JupyterServerAppSettings Source #

Create a value of JupyterServerAppSettings 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:JupyterServerAppSettings', jupyterServerAppSettings_defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.

$sel:lifecycleConfigArns:JupyterServerAppSettings', jupyterServerAppSettings_lifecycleConfigArns - The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp.

jupyterServerAppSettings_defaultResourceSpec :: Lens' JupyterServerAppSettings (Maybe ResourceSpec) Source #

The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.

jupyterServerAppSettings_lifecycleConfigArns :: Lens' JupyterServerAppSettings (Maybe [Text]) Source #

The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp.