Interface CfnEndpointAccessPropsMixin.VpcSecurityGroupProperty

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

@Stability(Stable) public static interface CfnEndpointAccessPropsMixin.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.cfnpropertymixins.services.redshift.*;
 VpcSecurityGroupProperty vpcSecurityGroupProperty = VpcSecurityGroupProperty.builder()
         .status("status")
         .vpcSecurityGroupId("vpcSecurityGroupId")
         .build();
 

See Also: