Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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
|
Instances
newInstanceMetadataServiceConfiguration Source #
Arguments
:: Text |
|
-> InstanceMetadataServiceConfiguration |
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.