DirectoryVpcSettingsDescription
public struct DirectoryVpcSettingsDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The list of Availability Zones that the directory is in.
Declaration
Swift
public let availabilityZones: [String]? -
The domain controller security group identifier for the directory.
Declaration
Swift
public let securityGroupId: String? -
The identifiers of the subnets for the directory servers.
Declaration
Swift
public let subnetIds: [String]? -
The identifier of the VPC that the directory is in.
Declaration
Swift
public let vpcId: String? -
Undocumented
Declaration
Swift
public init(availabilityZones: [String]? = nil, securityGroupId: String? = nil, subnetIds: [String]? = nil, vpcId: String? = nil)
View on GitHub
DirectoryVpcSettingsDescription Structure Reference