DirectoryVpcSettings class

Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.

Constructors

DirectoryVpcSettings({required List<String> subnetIds, required String vpcId})
DirectoryVpcSettings.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subnetIds List<String>
The identifiers of the subnets for the directory servers. The two subnets must be in different Availability Zones. AWS Directory Service creates a directory server and a DNS server in each of these subnets.
final
vpcId String
The identifier of the VPC in which to create the directory.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited