Get Endpoint Access Result
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)
Properties
Link copied to clipboard
The time (UTC) that the endpoint was created.
Link copied to clipboard
The status of the endpoint.
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.