EndpointAccess

Information about an Amazon Redshift Serverless VPC endpoint.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The DNS address of the endpoint.

Link copied to clipboard

The Amazon Resource Name (ARN) of the VPC endpoint.

Link copied to clipboard

The time that the endpoint was created.

Link copied to clipboard

The name of the VPC endpoint.

Link copied to clipboard

The status of the VPC endpoint.

Link copied to clipboard
val port: Int?

The port number on which Amazon Redshift Serverless accepts incoming connections.

Link copied to clipboard

The unique identifier of subnets where Amazon Redshift Serverless choose to deploy the VPC endpoint.

Link copied to clipboard

The connection endpoint for connecting to Amazon Redshift Serverless.

Link copied to clipboard

The security groups associated with the endpoint.

Link copied to clipboard

The name of the workgroup associated with the endpoint.

Functions

Link copied to clipboard
inline fun copy(block: EndpointAccess.Builder.() -> Unit = {}): EndpointAccess
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String