@Stability(value=Stable)
public static interface CfnSimpleAD.VpcSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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 |
CfnSimpleAD.VpcSettingsProperty.Builder
A builder for
CfnSimpleAD.VpcSettingsProperty |
static class |
CfnSimpleAD.VpcSettingsProperty.Jsii$Proxy
An implementation for
CfnSimpleAD.VpcSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSimpleAD.VpcSettingsProperty.Builder |
builder() |
List<String> |
getSubnetIds()
The identifiers of the subnets for the directory servers.
|
String |
getVpcId()
The identifier of the VPC in which to create the directory.
|
@Stability(value=Stable) @NotNull List<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.
@Stability(value=Stable) @NotNull String getVpcId()
@Stability(value=Stable) static CfnSimpleAD.VpcSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.