AWSRDSDomainMembership
No description
type AWSRDSDomainMembership {
domain: String!
fullyQualifiedDomainName: String!
iamRoleName: String!
status: String!
}
Fields
AWSRDSDomainMembership.domain
● String!
non-null scalar
The identifier of the Active Directory Domain
AWSRDSDomainMembership.fullyQualifiedDomainName
● String!
non-null scalar
The fully qualified domain name of the Active Directory Domain
AWSRDSDomainMembership.iamRoleName
● String!
non-null scalar
The name of the IAM role to be used when making API calls to the Directory Service
AWSRDSDomainMembership.status
● String!
non-null scalar
The status of the Active Directory Domain membership for the DB instance or cluster Possible values:
joined
,pending-join
,failed
, and so on
Member of
AWSRDSSQLServerInstance
object