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.AwsRedshiftClusterEndpoint

Description

 
Synopsis

Documentation

data AwsRedshiftClusterEndpoint Source #

The connection endpoint for an Amazon Redshift cluster.

See: newAwsRedshiftClusterEndpoint smart constructor.

Constructors

AwsRedshiftClusterEndpoint' 

Fields

Instances

Instances details
Eq AwsRedshiftClusterEndpoint Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterEndpoint

Read AwsRedshiftClusterEndpoint Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterEndpoint

Show AwsRedshiftClusterEndpoint Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterEndpoint

Generic AwsRedshiftClusterEndpoint Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterEndpoint

Associated Types

type Rep AwsRedshiftClusterEndpoint :: Type -> Type #

NFData AwsRedshiftClusterEndpoint Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterEndpoint

Hashable AwsRedshiftClusterEndpoint Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterEndpoint

ToJSON AwsRedshiftClusterEndpoint Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterEndpoint

FromJSON AwsRedshiftClusterEndpoint Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterEndpoint

type Rep AwsRedshiftClusterEndpoint Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterEndpoint

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

newAwsRedshiftClusterEndpoint :: AwsRedshiftClusterEndpoint Source #

Create a value of AwsRedshiftClusterEndpoint 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:address:AwsRedshiftClusterEndpoint', awsRedshiftClusterEndpoint_address - The DNS address of the cluster.

$sel:port:AwsRedshiftClusterEndpoint', awsRedshiftClusterEndpoint_port - The port that the database engine listens on.

awsRedshiftClusterEndpoint_port :: Lens' AwsRedshiftClusterEndpoint (Maybe Int) Source #

The port that the database engine listens on.