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

Description

 
Synopsis

Documentation

data AwsRedshiftClusterClusterNode Source #

A node in an Amazon Redshift cluster.

See: newAwsRedshiftClusterClusterNode smart constructor.

Constructors

AwsRedshiftClusterClusterNode' 

Fields

Instances

Instances details
Eq AwsRedshiftClusterClusterNode Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterNode

Read AwsRedshiftClusterClusterNode Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterNode

Show AwsRedshiftClusterClusterNode Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterNode

Generic AwsRedshiftClusterClusterNode Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterNode

Associated Types

type Rep AwsRedshiftClusterClusterNode :: Type -> Type #

NFData AwsRedshiftClusterClusterNode Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterNode

Hashable AwsRedshiftClusterClusterNode Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterNode

ToJSON AwsRedshiftClusterClusterNode Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterNode

FromJSON AwsRedshiftClusterClusterNode Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterNode

type Rep AwsRedshiftClusterClusterNode Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterNode

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

newAwsRedshiftClusterClusterNode :: AwsRedshiftClusterClusterNode Source #

Create a value of AwsRedshiftClusterClusterNode 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:nodeRole:AwsRedshiftClusterClusterNode', awsRedshiftClusterClusterNode_nodeRole - The role of the node. A node might be a leader node or a compute node.

$sel:privateIpAddress:AwsRedshiftClusterClusterNode', awsRedshiftClusterClusterNode_privateIpAddress - The private IP address of the node.

$sel:publicIpAddress:AwsRedshiftClusterClusterNode', awsRedshiftClusterClusterNode_publicIpAddress - The public IP address of the node.

awsRedshiftClusterClusterNode_nodeRole :: Lens' AwsRedshiftClusterClusterNode (Maybe Text) Source #

The role of the node. A node might be a leader node or a compute node.