AwsRdsDbDomainMembership
public struct AwsRdsDbDomainMembership : 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 use 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.
Declaration
Swift
public let status: String?
-
Undocumented
Declaration
Swift
public init(domain: String? = nil, fqdn: String? = nil, iamRoleName: String? = nil, status: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws