DomainMembership
public struct DomainMembership : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifier of the Active Directory Domain.
Declaration
Swift
public let domain: String? -
The fully qualified domain name of the Active Directory Domain.
Declaration
Swift
public let fqdn: String? -
The name of the IAM role to be used when making API calls to the Directory Service.
Declaration
Swift
public let iAMRoleName: String? -
The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined, pending-join, failed, and so on.
Declaration
Swift
public let status: String? -
Undocumented
Declaration
Swift
public init(domain: String? = nil, fqdn: String? = nil, iAMRoleName: String? = nil, status: String? = nil)
View on GitHub
DomainMembership Structure Reference