Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ResourceSpecification Source #
A definition of what is being billed for, including the type and amount.
See: newResourceSpecification
smart constructor.
ResourceSpecification' | |
|
Instances
newResourceSpecification Source #
Create a value of ResourceSpecification
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:reservedBitrate:ResourceSpecification'
, resourceSpecification_reservedBitrate
- The amount of outbound bandwidth that is discounted in the offering.
$sel:resourceType:ResourceSpecification'
, resourceSpecification_resourceType
- The type of resource and the unit that is being billed for.
resourceSpecification_reservedBitrate :: Lens' ResourceSpecification (Maybe Int) Source #
The amount of outbound bandwidth that is discounted in the offering.
resourceSpecification_resourceType :: Lens' ResourceSpecification ResourceType Source #
The type of resource and the unit that is being billed for.