alicloud_rds_character_set_names

更新时间:2025-04-02 00:29:36

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

-> NOTE: Available in v1.198.0+.

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:

  • engine - (Required, ForceNew) Database type. Options are MySQL, SQLServer, PostgreSQL, MariaDB.

Argument Reference

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

  • names - The list of supported character sets.

  • 本页导读 (1)
  • Example Usage
  • Argument Reference
  • Argument Reference
AI助理

点击开启售前

在线咨询服务

你好,我是AI助理

可以解答问题、推荐解决方案等