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 |
Synopsis
- data ElasticIp = ElasticIp' {}
- newElasticIp :: ElasticIp
- elasticIp_instanceId :: Lens' ElasticIp (Maybe Text)
- elasticIp_domain :: Lens' ElasticIp (Maybe Text)
- elasticIp_ip :: Lens' ElasticIp (Maybe Text)
- elasticIp_name :: Lens' ElasticIp (Maybe Text)
- elasticIp_region :: Lens' ElasticIp (Maybe Text)
Documentation
Describes an Elastic IP address.
See: newElasticIp
smart constructor.
Instances
newElasticIp :: ElasticIp Source #
Create a value of ElasticIp
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:instanceId:ElasticIp'
, elasticIp_instanceId
- The ID of the instance that the address is attached to.
$sel:domain:ElasticIp'
, elasticIp_domain
- The domain.
$sel:ip:ElasticIp'
, elasticIp_ip
- The IP address.
$sel:name:ElasticIp'
, elasticIp_name
- The name.
$sel:region:ElasticIp'
, elasticIp_region
- The AWS region. For more information, see
Regions and Endpoints.
elasticIp_instanceId :: Lens' ElasticIp (Maybe Text) Source #
The ID of the instance that the address is attached to.
elasticIp_region :: Lens' ElasticIp (Maybe Text) Source #
The AWS region. For more information, see Regions and Endpoints.