Skip to main content

AWSRDSDatabaseClusterDomainMembership

No description

type AWSRDSDatabaseClusterDomainMembership {
authSecretArn: String!
dnsIps: [String!]!
domain: String!
fqdn: String!
iamRoleName: String!
ou: String!
status: String!
}

Fields

AWSRDSDatabaseClusterDomainMembership.authSecretArn ● String! non-null scalar

The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join

AWSRDSDatabaseClusterDomainMembership.dnsIps ● [String!]! non-null scalar

The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join

AWSRDSDatabaseClusterDomainMembership.domain ● String! non-null scalar

The identifier of the Active Directory Domain

AWSRDSDatabaseClusterDomainMembership.fqdn ● String! non-null scalar

The fully qualified domain name (FQDN) of the Active Directory Domain

AWSRDSDatabaseClusterDomainMembership.iamRoleName ● String! non-null scalar

The name of the IAM role to be used when making API calls to the Directory Service

AWSRDSDatabaseClusterDomainMembership.ou ● String! non-null scalar

The Active Directory organizational unit for your DB instance to join

AWSRDSDatabaseClusterDomainMembership.status ● String! non-null scalar

The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined, pending-join, failed, and so on.

Member of

AWSRDSDatabaseCluster object