class Aws::SecurityHub::Types::AwsRedshiftClusterEndpoint

The connection endpoint for an Amazon Redshift cluster.

@note When making an API call, you may pass AwsRedshiftClusterEndpoint

data as a hash:

    {
      address: "NonEmptyString",
      port: 1,
    }

@!attribute [rw] address

The DNS address of the cluster.
@return [String]

@!attribute [rw] port

The port that the database engine listens on.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRedshiftClusterEndpoint AWS API Documentation

Constants

SENSITIVE