| 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.MediaConnect.Types.ResourceSpecification
Description
Documentation
data ResourceSpecification Source #
A definition of what is being billed for, including the type and amount.
See: newResourceSpecification smart constructor.
Constructors
| ResourceSpecification' | |
Fields
| |
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.