DirectoryConnectSettingsDescription
public struct DirectoryConnectSettingsDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of the Availability Zones that the directory is in.
Declaration
Swift
public let availabilityZones: [String]? -
The IP addresses of the AD Connector servers.
Declaration
Swift
public let connectIps: [String]? -
The user name of the service account in the on-premises directory.
Declaration
Swift
public let customerUserName: String? -
The security group identifier for the AD Connector directory.
Declaration
Swift
public let securityGroupId: String? -
A list of subnet identifiers in the VPC that the AD Connector is in.
Declaration
Swift
public let subnetIds: [String]? -
The identifier of the VPC that the AD Connector is in.
Declaration
Swift
public let vpcId: String? -
Undocumented
Declaration
Swift
public init(availabilityZones: [String]? = nil, connectIps: [String]? = nil, customerUserName: String? = nil, securityGroupId: String? = nil, subnetIds: [String]? = nil, vpcId: String? = nil)
View on GitHub
DirectoryConnectSettingsDescription Structure Reference