| 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.AwsRdsDbInstanceEndpoint
Description
Synopsis
- data AwsRdsDbInstanceEndpoint = AwsRdsDbInstanceEndpoint' {}
- newAwsRdsDbInstanceEndpoint :: AwsRdsDbInstanceEndpoint
- awsRdsDbInstanceEndpoint_hostedZoneId :: Lens' AwsRdsDbInstanceEndpoint (Maybe Text)
- awsRdsDbInstanceEndpoint_address :: Lens' AwsRdsDbInstanceEndpoint (Maybe Text)
- awsRdsDbInstanceEndpoint_port :: Lens' AwsRdsDbInstanceEndpoint (Maybe Int)
Documentation
data AwsRdsDbInstanceEndpoint Source #
Specifies the connection endpoint.
See: newAwsRdsDbInstanceEndpoint smart constructor.
Constructors
| AwsRdsDbInstanceEndpoint' | |
Instances
newAwsRdsDbInstanceEndpoint :: AwsRdsDbInstanceEndpoint Source #
Create a value of AwsRdsDbInstanceEndpoint 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:hostedZoneId:AwsRdsDbInstanceEndpoint', awsRdsDbInstanceEndpoint_hostedZoneId - Specifies the ID that Amazon Route 53 assigns when you create a hosted
zone.
$sel:address:AwsRdsDbInstanceEndpoint', awsRdsDbInstanceEndpoint_address - Specifies the DNS address of the DB instance.
$sel:port:AwsRdsDbInstanceEndpoint', awsRdsDbInstanceEndpoint_port - Specifies the port that the database engine is listening on.
awsRdsDbInstanceEndpoint_hostedZoneId :: Lens' AwsRdsDbInstanceEndpoint (Maybe Text) Source #
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
awsRdsDbInstanceEndpoint_address :: Lens' AwsRdsDbInstanceEndpoint (Maybe Text) Source #
Specifies the DNS address of the DB instance.
awsRdsDbInstanceEndpoint_port :: Lens' AwsRdsDbInstanceEndpoint (Maybe Int) Source #
Specifies the port that the database engine is listening on.