日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

alicloud_rds_character_set_names

更新時間:

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.