public static interface CfnMicrosoftAD.VpcSettingsProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnMicrosoftAD.VpcSettingsProperty.Builder
A builder for
CfnMicrosoftAD.VpcSettingsProperty |
static class |
CfnMicrosoftAD.VpcSettingsProperty.Jsii$Proxy
An implementation for
CfnMicrosoftAD.VpcSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnMicrosoftAD.VpcSettingsProperty.Builder |
builder() |
java.util.List<java.lang.String> |
getSubnetIds()
The identifiers of the subnets for the directory servers.
|
java.lang.String |
getVpcId()
The identifier of the VPC in which to create the directory.
|
java.util.List<java.lang.String> getSubnetIds()
The two subnets must be in different Availability Zones. AWS Directory Service specifies a directory server and a DNS server in each of these subnets.
java.lang.String getVpcId()
static CfnMicrosoftAD.VpcSettingsProperty.Builder builder()