| 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 |
Amazonka.SecurityHub.Types.AwsEc2NetworkInterfacePrivateIpAddressDetail
Description
Synopsis
- data AwsEc2NetworkInterfacePrivateIpAddressDetail = AwsEc2NetworkInterfacePrivateIpAddressDetail' {}
- newAwsEc2NetworkInterfacePrivateIpAddressDetail :: AwsEc2NetworkInterfacePrivateIpAddressDetail
- awsEc2NetworkInterfacePrivateIpAddressDetail_privateIpAddress :: Lens' AwsEc2NetworkInterfacePrivateIpAddressDetail (Maybe Text)
- awsEc2NetworkInterfacePrivateIpAddressDetail_privateDnsName :: Lens' AwsEc2NetworkInterfacePrivateIpAddressDetail (Maybe Text)
Documentation
data AwsEc2NetworkInterfacePrivateIpAddressDetail Source #
Provides information about a private IPv4 address that is with the network interface.
See: newAwsEc2NetworkInterfacePrivateIpAddressDetail smart constructor.
Constructors
| AwsEc2NetworkInterfacePrivateIpAddressDetail' | |
Fields
| |
Instances
newAwsEc2NetworkInterfacePrivateIpAddressDetail :: AwsEc2NetworkInterfacePrivateIpAddressDetail Source #
Create a value of AwsEc2NetworkInterfacePrivateIpAddressDetail 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:privateIpAddress:AwsEc2NetworkInterfacePrivateIpAddressDetail', awsEc2NetworkInterfacePrivateIpAddressDetail_privateIpAddress - The IP address.
$sel:privateDnsName:AwsEc2NetworkInterfacePrivateIpAddressDetail', awsEc2NetworkInterfacePrivateIpAddressDetail_privateDnsName - The private DNS name for the IP address.
awsEc2NetworkInterfacePrivateIpAddressDetail_privateIpAddress :: Lens' AwsEc2NetworkInterfacePrivateIpAddressDetail (Maybe Text) Source #
The IP address.
awsEc2NetworkInterfacePrivateIpAddressDetail_privateDnsName :: Lens' AwsEc2NetworkInterfacePrivateIpAddressDetail (Maybe Text) Source #
The private DNS name for the IP address.