| 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.EC2.Types.TargetConfiguration
Description
Documentation
data TargetConfiguration Source #
Information about the Convertible Reserved Instance offering.
See: newTargetConfiguration smart constructor.
Constructors
| TargetConfiguration' | |
Fields
| |
Instances
newTargetConfiguration :: TargetConfiguration Source #
Create a value of TargetConfiguration 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:instanceCount:TargetConfiguration', targetConfiguration_instanceCount - The number of instances the Convertible Reserved Instance offering can
be applied to. This parameter is reserved and cannot be specified in a
request
$sel:offeringId:TargetConfiguration', targetConfiguration_offeringId - The ID of the Convertible Reserved Instance offering.
targetConfiguration_instanceCount :: Lens' TargetConfiguration (Maybe Int) Source #
The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request
targetConfiguration_offeringId :: Lens' TargetConfiguration (Maybe Text) Source #
The ID of the Convertible Reserved Instance offering.