GetEndpointAccessResult

data class GetEndpointAccessResult(val address: String? = null, val endpointCreateTime: String? = null, val endpointStatus: String? = null, val port: Int? = null, val vpcEndpoint: VpcEndpointProperties? = null, val vpcSecurityGroupIds: List<String>? = null, val vpcSecurityGroups: List<EndpointAccessVpcSecurityGroup>? = null)

Constructors

Link copied to clipboard
constructor(address: String? = null, endpointCreateTime: String? = null, endpointStatus: String? = null, port: Int? = null, vpcEndpoint: VpcEndpointProperties? = null, vpcSecurityGroupIds: List<String>? = null, vpcSecurityGroups: List<EndpointAccessVpcSecurityGroup>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

The DNS address of the endpoint.

Link copied to clipboard

The time (UTC) that the endpoint was created.

Link copied to clipboard
val endpointStatus: String? = null

The status of the endpoint.

Link copied to clipboard
val port: Int? = null

The port number on which the cluster accepts incoming connections.

Link copied to clipboard

The connection endpoint for connecting to an Amazon Redshift cluster through the proxy.

Link copied to clipboard

A list of vpc security group ids to apply to the created endpoint access.

Link copied to clipboard

A list of Virtual Private Cloud (VPC) security groups to be associated with the endpoint.