| 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.SESV2.Types.DedicatedIpPool
Description
Documentation
data DedicatedIpPool Source #
Contains information about a dedicated IP pool.
See: newDedicatedIpPool smart constructor.
Constructors
| DedicatedIpPool' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> ScalingMode | |
| -> DedicatedIpPool |
Create a value of DedicatedIpPool 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:poolName:DedicatedIpPool', dedicatedIpPool_poolName - The name of the dedicated IP pool.
$sel:scalingMode:DedicatedIpPool', dedicatedIpPool_scalingMode - The type of the dedicated IP pool.
STANDARD– A dedicated IP pool where the customer can control which IPs are part of the pool.MANAGED– A dedicated IP pool where the reputation and number of IPs is automatically managed by Amazon SES.
dedicatedIpPool_poolName :: Lens' DedicatedIpPool Text Source #
The name of the dedicated IP pool.
dedicatedIpPool_scalingMode :: Lens' DedicatedIpPool ScalingMode Source #
The type of the dedicated IP pool.
STANDARD– A dedicated IP pool where the customer can control which IPs are part of the pool.MANAGED– A dedicated IP pool where the reputation and number of IPs is automatically managed by Amazon SES.