Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Information about an Amazon Redshift Serverless VPC endpoint.

Hierarchy

  • EndpointAccess

Properties

address?: string

The DNS address of the endpoint.

endpointArn?: string

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

endpointCreateTime?: Date

The time that the endpoint was created.

endpointName?: string

The name of the VPC endpoint.

endpointStatus?: string

The status of the VPC endpoint.

port?: number

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

subnetIds?: string[]

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

vpcEndpoint?: VpcEndpoint

The connection endpoint for connecting to Amazon Redshift Serverless.

vpcSecurityGroups?: VpcSecurityGroupMembership[]

The security groups associated with the endpoint.

workgroupName?: string

The name of the workgroup associated with the endpoint.