Interface CfnEndpointAccess.VpcSecurityGroupProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnEndpointAccess.VpcSecurityGroupProperty.Jsii$Proxy
Enclosing class:
CfnEndpointAccess

@Stability(Stable) public static interface CfnEndpointAccess.VpcSecurityGroupProperty extends software.amazon.jsii.JsiiSerializable
The security groups associated with the endpoint.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.redshift.*;
 VpcSecurityGroupProperty vpcSecurityGroupProperty = VpcSecurityGroupProperty.builder()
         .status("status")
         .vpcSecurityGroupId("vpcSecurityGroupId")
         .build();
 

See Also: