DirectoryVpcSettings

public struct DirectoryVpcSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let subnetIds: [String]
  • The identifier of the VPC in which to create the directory.

    Declaration

    Swift

    public let vpcId: String
  • Undocumented

    Declaration

    Swift

    public init(subnetIds: [String], vpcId: String)
  • Declaration

    Swift

    public func validate(name: String) throws