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

Description

 
Synopsis

Documentation

data InstanceMetadataServiceConfiguration Source #

Information on the IMDS configuration of the notebook instance

See: newInstanceMetadataServiceConfiguration smart constructor.

Constructors

InstanceMetadataServiceConfiguration' 

Fields

  • minimumInstanceMetadataServiceVersion :: Text

    Indicates the minimum IMDS version that the notebook instance supports. When passed as part of CreateNotebookInstance, if no value is selected, then it defaults to IMDSv1. This means that both IMDSv1 and IMDSv2 are supported. If passed as part of UpdateNotebookInstance, there is no default.

Instances

Instances details
FromJSON InstanceMetadataServiceConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceMetadataServiceConfiguration

ToJSON InstanceMetadataServiceConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceMetadataServiceConfiguration

Generic InstanceMetadataServiceConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceMetadataServiceConfiguration

Read InstanceMetadataServiceConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceMetadataServiceConfiguration

Show InstanceMetadataServiceConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceMetadataServiceConfiguration

NFData InstanceMetadataServiceConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceMetadataServiceConfiguration

Eq InstanceMetadataServiceConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceMetadataServiceConfiguration

Hashable InstanceMetadataServiceConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceMetadataServiceConfiguration

type Rep InstanceMetadataServiceConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceMetadataServiceConfiguration

type Rep InstanceMetadataServiceConfiguration = D1 ('MetaData "InstanceMetadataServiceConfiguration" "Amazonka.SageMaker.Types.InstanceMetadataServiceConfiguration" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "InstanceMetadataServiceConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "minimumInstanceMetadataServiceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newInstanceMetadataServiceConfiguration Source #

Create a value of InstanceMetadataServiceConfiguration 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:minimumInstanceMetadataServiceVersion:InstanceMetadataServiceConfiguration', instanceMetadataServiceConfiguration_minimumInstanceMetadataServiceVersion - Indicates the minimum IMDS version that the notebook instance supports. When passed as part of CreateNotebookInstance, if no value is selected, then it defaults to IMDSv1. This means that both IMDSv1 and IMDSv2 are supported. If passed as part of UpdateNotebookInstance, there is no default.

instanceMetadataServiceConfiguration_minimumInstanceMetadataServiceVersion :: Lens' InstanceMetadataServiceConfiguration Text Source #

Indicates the minimum IMDS version that the notebook instance supports. When passed as part of CreateNotebookInstance, if no value is selected, then it defaults to IMDSv1. This means that both IMDSv1 and IMDSv2 are supported. If passed as part of UpdateNotebookInstance, there is no default.