Interface CfnMicrosoftAD.VpcSettingsProperty

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

@Stability(Stable) public static interface CfnMicrosoftAD.VpcSettingsProperty extends software.amazon.jsii.JsiiSerializable
Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.

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.directoryservice.*;
 VpcSettingsProperty vpcSettingsProperty = VpcSettingsProperty.builder()
         .subnetIds(List.of("subnetIds"))
         .vpcId("vpcId")
         .build();