# AWS::Redshift::EndpointAccess VpcSecurityGroup Describes the members of a VPC security group. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "VpcSecurityGroupId" : String,
    "Status" : String
}
### YAML
VpcSecurityGroupId: String
Status: String
## Properties #### VpcSecurityGroupId The identifier of the VPC security group. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Status The status of the VPC security group. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)