@aws-sdk/client-redshift

CreateEndpointAccessCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
Address string | undefined

The DNS address of the endpoint.

ClusterIdentifier string | undefined

The cluster identifier of the cluster associated with the endpoint.

EndpointCreateTime Date | undefined

The time (UTC) that the endpoint was created.

EndpointName string | undefined

The name of the endpoint.

EndpointStatus string | undefined

The status of the endpoint.

Port number | undefined

The port number on which the cluster accepts incoming connections.

ResourceOwner string | undefined

The Amazon Web Services account ID of the owner of the cluster.

SubnetGroupName string | undefined

The subnet group name where Amazon Redshift chooses to deploy the endpoint.

VpcEndpoint VpcEndpoint | undefined

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

VpcSecurityGroups VpcSecurityGroupMembership[] | undefined

The security groups associated with the endpoint.

Full Signature

export interface CreateEndpointAccessCommandOutput extends EndpointAccess, MetadataBearer