DomainController
public struct DomainController : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Availability Zone where the domain controller is located.
Declaration
Swift
public let availabilityZone: String?
-
Identifier of the directory where the domain controller resides.
Declaration
Swift
public let directoryId: String?
-
The IP address of the domain controller.
Declaration
Swift
public let dnsIpAddr: String?
-
Identifies a specific domain controller in the directory.
Declaration
Swift
public let domainControllerId: String?
-
Specifies when the domain controller was created.
Declaration
Swift
public let launchTime: TimeStamp?
-
The status of the domain controller.
Declaration
Swift
public let status: DomainControllerStatus?
-
The date and time that the status was last updated.
Declaration
Swift
public let statusLastUpdatedDateTime: TimeStamp?
-
A description of the domain controller state.
Declaration
Swift
public let statusReason: String?
-
Identifier of the subnet in the VPC that contains the domain controller.
Declaration
Swift
public let subnetId: String?
-
The identifier of the VPC that contains the domain controller.
Declaration
Swift
public let vpcId: String?
-
init(availabilityZone:directoryId:dnsIpAddr:domainControllerId:launchTime:status:statusLastUpdatedDateTime:statusReason:subnetId:vpcId:)
Undocumented
Declaration
Swift
public init(availabilityZone: String? = nil, directoryId: String? = nil, dnsIpAddr: String? = nil, domainControllerId: String? = nil, launchTime: TimeStamp? = nil, status: DomainControllerStatus? = nil, statusLastUpdatedDateTime: TimeStamp? = nil, statusReason: String? = nil, subnetId: String? = nil, vpcId: String? = nil)