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 AwsRedshiftClusterClusterNode = AwsRedshiftClusterClusterNode' {}
- newAwsRedshiftClusterClusterNode :: AwsRedshiftClusterClusterNode
- awsRedshiftClusterClusterNode_nodeRole :: Lens' AwsRedshiftClusterClusterNode (Maybe Text)
- awsRedshiftClusterClusterNode_privateIpAddress :: Lens' AwsRedshiftClusterClusterNode (Maybe Text)
- awsRedshiftClusterClusterNode_publicIpAddress :: Lens' AwsRedshiftClusterClusterNode (Maybe Text)
Documentation
data AwsRedshiftClusterClusterNode Source #
A node in an Amazon Redshift cluster.
See: newAwsRedshiftClusterClusterNode
smart constructor.
AwsRedshiftClusterClusterNode' | |
|
Instances
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.
awsRedshiftClusterClusterNode_privateIpAddress :: Lens' AwsRedshiftClusterClusterNode (Maybe Text) Source #
The private IP address of the node.
awsRedshiftClusterClusterNode_publicIpAddress :: Lens' AwsRedshiftClusterClusterNode (Maybe Text) Source #
The public IP address of the node.