libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsRdsDbInstanceEndpoint

Description

 
Synopsis

Documentation

data AwsRdsDbInstanceEndpoint Source #

Specifies the connection endpoint.

See: newAwsRdsDbInstanceEndpoint smart constructor.

Constructors

AwsRdsDbInstanceEndpoint' 

Fields

  • hostedZoneId :: Maybe Text

    Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.

  • address :: Maybe Text

    Specifies the DNS address of the DB instance.

  • port :: Maybe Int

    Specifies the port that the database engine is listening on.

Instances

Instances details
Eq AwsRdsDbInstanceEndpoint Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbInstanceEndpoint

Read AwsRdsDbInstanceEndpoint Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbInstanceEndpoint

Show AwsRdsDbInstanceEndpoint Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbInstanceEndpoint

Generic AwsRdsDbInstanceEndpoint Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbInstanceEndpoint

Associated Types

type Rep AwsRdsDbInstanceEndpoint :: Type -> Type #

NFData AwsRdsDbInstanceEndpoint Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbInstanceEndpoint

Hashable AwsRdsDbInstanceEndpoint Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbInstanceEndpoint

ToJSON AwsRdsDbInstanceEndpoint Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbInstanceEndpoint

FromJSON AwsRdsDbInstanceEndpoint Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbInstanceEndpoint

type Rep AwsRdsDbInstanceEndpoint Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbInstanceEndpoint

type Rep AwsRdsDbInstanceEndpoint = D1 ('MetaData "AwsRdsDbInstanceEndpoint" "Amazonka.SecurityHub.Types.AwsRdsDbInstanceEndpoint" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsRdsDbInstanceEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hostedZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

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.