| 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.ResourceConfigForUpdate
Description
Documentation
data ResourceConfigForUpdate Source #
The ResourceConfig to update KeepAlivePeriodInSeconds. Other fields
in the ResourceConfig cannot be updated.
See: newResourceConfigForUpdate smart constructor.
Constructors
| ResourceConfigForUpdate' | |
Fields
| |
Instances
newResourceConfigForUpdate Source #
Create a value of ResourceConfigForUpdate 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:keepAlivePeriodInSeconds:ResourceConfigForUpdate', resourceConfigForUpdate_keepAlivePeriodInSeconds - The KeepAlivePeriodInSeconds value specified in the ResourceConfig
to update.
resourceConfigForUpdate_keepAlivePeriodInSeconds :: Lens' ResourceConfigForUpdate Natural Source #
The KeepAlivePeriodInSeconds value specified in the ResourceConfig
to update.