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 areMySQL
,SQLServer
,PostgreSQL
,MariaDB
.
Argument Reference
The following attributes are exported in addition to the arguments listed above:
names
- The list of supported character sets.
文档内容是否对您有帮助?