Instance
Import
RDS instance can be imported using the id, e.g.
$ pulumi import alicloud:rds/instance:Instance example rm-abc12345678
Properties
Specifies whether to enable a certificate revocation list (CRL) that contains revoked client certificates. This parameter is supported only when the instance runs PostgreSQL with standard or enhanced SSDs. In addition, this parameter is available only when the public key of the CA that issues client certificates is enabled. Valid values:
Database version. Value options can refer to the latest docs CreateDBInstance EngineVersion
.
Valid values are Prepaid
, Postpaid
, Serverless
, Default to Postpaid
. Currently, the resource only supports PostPaid to PrePaid. For more information, see Overview.
Set of parameters needs to be set after DB instance was launched. Available parameters can refer to the latest docs View database parameter templates . See parameters
below.
The configuration of AD domain . See pg_hba_conf
below.
List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is 1,32).
Actions performed on SSL functions. Valid values: Open
: turn on SSL encryption; Close
: turn off SSL encryption; Update
: update SSL certificate. See more engine and engineVersion limitation.
The TDE(Transparent Data Encryption) status. After TDE is turned on, it cannot be turned off. See more engine and engineVersion limitation.