alicloud_rds_character_set_names

This data source is the character set supported by querying RDS instances.

Example Usage

# Declare the data source
data "alicloud_rds_character_set_names" "names" {
    engine = "MySQL"
}

output "first_rds_character_set_names" {
  value = data.alicloud_rds_character_set_names.names.names.0
}

Argument Reference

The following arguments are supported:

Argument Reference

The following attributes are exported in addition to the arguments listed above: