Interface CfnConnector.VpcInformationProperty

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

@Stability(Stable) public static interface CfnConnector.VpcInformationProperty extends software.amazon.jsii.JsiiSerializable
Information about your VPC and security groups used with the connector.

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.pcaconnectorad.*;
 VpcInformationProperty vpcInformationProperty = VpcInformationProperty.builder()
         .securityGroupIds(List.of("securityGroupIds"))
         .build();
 

See Also: