Class: Aws::RDS::Types::DomainMembership

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

An Active Directory Domain membership record associated with the DB instance or cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_secret_arnString

The ARN for the Secrets Manager secret with the credentials for the user that's a member of the domain.

Returns:

  • (String)


14845
14846
14847
14848
14849
14850
14851
14852
14853
14854
14855
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14845

class DomainMembership < Struct.new(
  :domain,
  :status,
  :fqdn,
  :iam_role_name,
  :ou,
  :auth_secret_arn,
  :dns_ips)
  SENSITIVE = []
  include Aws::Structure
end

#dns_ipsArray<String>

The IPv4 DNS IP addresses of the primary and secondary Active Directory domain controllers.

Returns:

  • (Array<String>)


14845
14846
14847
14848
14849
14850
14851
14852
14853
14854
14855
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14845

class DomainMembership < Struct.new(
  :domain,
  :status,
  :fqdn,
  :iam_role_name,
  :ou,
  :auth_secret_arn,
  :dns_ips)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The identifier of the Active Directory Domain.

Returns:

  • (String)


14845
14846
14847
14848
14849
14850
14851
14852
14853
14854
14855
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14845

class DomainMembership < Struct.new(
  :domain,
  :status,
  :fqdn,
  :iam_role_name,
  :ou,
  :auth_secret_arn,
  :dns_ips)
  SENSITIVE = []
  include Aws::Structure
end

#fqdnString

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

Returns:

  • (String)


14845
14846
14847
14848
14849
14850
14851
14852
14853
14854
14855
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14845

class DomainMembership < Struct.new(
  :domain,
  :status,
  :fqdn,
  :iam_role_name,
  :ou,
  :auth_secret_arn,
  :dns_ips)
  SENSITIVE = []
  include Aws::Structure
end

#iam_role_nameString

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

Returns:

  • (String)


14845
14846
14847
14848
14849
14850
14851
14852
14853
14854
14855
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14845

class DomainMembership < Struct.new(
  :domain,
  :status,
  :fqdn,
  :iam_role_name,
  :ou,
  :auth_secret_arn,
  :dns_ips)
  SENSITIVE = []
  include Aws::Structure
end

#ouString

The Active Directory organizational unit for the DB instance or cluster.

Returns:

  • (String)


14845
14846
14847
14848
14849
14850
14851
14852
14853
14854
14855
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14845

class DomainMembership < Struct.new(
  :domain,
  :status,
  :fqdn,
  :iam_role_name,
  :ou,
  :auth_secret_arn,
  :dns_ips)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


14845
14846
14847
14848
14849
14850
14851
14852
14853
14854
14855
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14845

class DomainMembership < Struct.new(
  :domain,
  :status,
  :fqdn,
  :iam_role_name,
  :ou,
  :auth_secret_arn,
  :dns_ips)
  SENSITIVE = []
  include Aws::Structure
end