| 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.MacieV2.Types.IpAddressDetails
Description
Synopsis
- data IpAddressDetails = IpAddressDetails' {}
- newIpAddressDetails :: IpAddressDetails
- ipAddressDetails_ipAddressV4 :: Lens' IpAddressDetails (Maybe Text)
- ipAddressDetails_ipCity :: Lens' IpAddressDetails (Maybe IpCity)
- ipAddressDetails_ipCountry :: Lens' IpAddressDetails (Maybe IpCountry)
- ipAddressDetails_ipGeoLocation :: Lens' IpAddressDetails (Maybe IpGeoLocation)
- ipAddressDetails_ipOwner :: Lens' IpAddressDetails (Maybe IpOwner)
Documentation
data IpAddressDetails Source #
Provides information about the IP address of the device that an entity used to perform an action on an affected resource.
See: newIpAddressDetails smart constructor.
Constructors
| IpAddressDetails' | |
Fields
| |
Instances
newIpAddressDetails :: IpAddressDetails Source #
Create a value of IpAddressDetails 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:ipAddressV4:IpAddressDetails', ipAddressDetails_ipAddressV4 - The Internet Protocol version 4 (IPv4) address of the device.
$sel:ipCity:IpAddressDetails', ipAddressDetails_ipCity - The city that the IP address originated from.
$sel:ipCountry:IpAddressDetails', ipAddressDetails_ipCountry - The country that the IP address originated from.
$sel:ipGeoLocation:IpAddressDetails', ipAddressDetails_ipGeoLocation - The geographic coordinates of the location that the IP address
originated from.
$sel:ipOwner:IpAddressDetails', ipAddressDetails_ipOwner - The registered owner of the IP address.
ipAddressDetails_ipAddressV4 :: Lens' IpAddressDetails (Maybe Text) Source #
The Internet Protocol version 4 (IPv4) address of the device.
ipAddressDetails_ipCity :: Lens' IpAddressDetails (Maybe IpCity) Source #
The city that the IP address originated from.
ipAddressDetails_ipCountry :: Lens' IpAddressDetails (Maybe IpCountry) Source #
The country that the IP address originated from.
ipAddressDetails_ipGeoLocation :: Lens' IpAddressDetails (Maybe IpGeoLocation) Source #
The geographic coordinates of the location that the IP address originated from.
ipAddressDetails_ipOwner :: Lens' IpAddressDetails (Maybe IpOwner) Source #
The registered owner of the IP address.