# AWS::Redshift::EndpointAccess VpcEndpoint The connection endpoint for connecting to an Amazon Redshift cluster through the proxy. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "NetworkInterfaces" : [ NetworkInterface, ... ]
}
### YAML
NetworkInterfaces: 
      - NetworkInterface
## Properties #### NetworkInterfaces One or more network interfaces of the endpoint. Also known as an interface endpoint. _Required_: No _Type_: List of NetworkInterface _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)