Instance
Instance
The hostname of the RDS instance. Use this for DNS-based connections.
The ARN of the RDS instance.
The Availability Zone in which the RDS instance is running.
The connection endpoint in
address:port format. Use this value directly in application connection strings.The database engine of the RDS instance (e.g.
mysql, postgres).The running version of the database engine. This may differ from the requested
engine_version if minor version auto-upgrades are enabled.The canonical hosted zone ID of the DB instance. Use this in a Route 53 Alias record to route traffic to the instance.
The RDS instance identifier. When
instance_use_identifier_prefix is true, this will be the generated unique identifier.The RDS Resource ID of this instance. This is a stable identifier used in CloudWatch metrics and IAM policies.
The current status of the RDS instance (e.g.
available, modifying, backing-up).The name of the database created on the instance, as specified by
db_name.The master username for the database. This output is marked sensitive.
The port on which the database instance is accepting connections.
The identifier of the CA certificate in use by the DB instance.
The order in which the instance is upgraded during a multi-instance upgrade. Possible values:
first, second, last.Authentication
Authentication
The ARN of the master user secret in AWS Secrets Manager. Only available when
manage_master_user_password is set to true.Specifies whether automatic rotation is enabled for the master user password secret in Secrets Manager.
Active Directory
Active Directory
The ID of the Directory Service Active Directory domain the instance is joined to.
The ARN for the Secrets Manager secret with the self-managed Active Directory credentials for the user joining the domain.
The IPv4 DNS IP addresses of the primary and secondary self-managed Active Directory domain controllers.
The fully qualified domain name (FQDN) of the self-managed Active Directory domain.
The name of the IAM role used when making API calls to the Directory Service.
The self-managed Active Directory organizational unit the DB instance has joined.
SQL Server
SQL Server
The listener connection endpoint for SQL Server Always On. Contains
address, hosted_zone_id, and port attributes. Only populated for SQL Server instances with Always On enabled.Subnet Group
Subnet Group
Parameter Group
Parameter Group
Option Group
Option Group
Monitoring
Monitoring
CloudWatch
CloudWatch
A map of CloudWatch log groups created for the DB instance, keyed by log type (e.g.
general, slowquery, postgresql). Each value contains the full aws_cloudwatch_log_group resource attributes. Only populated when create_cloudwatch_log_group is true.Role Association
Role Association
A map of DB instance role association resources, keyed by feature name. Each value contains the full
aws_db_instance_role_association resource attributes including id (formatted as db_instance_identifier,role_arn).