Ddr Instance Args
Import
RDS ddr instance can be imported using the id, e.g.
$ pulumi import alicloud:rds/ddrInstance:DdrInstance example rm-abc12345678
Constructors
Functions
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 CreateDdrInstance EngineVersion
.
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 minor engine version to which you want to update the instance. If you do not specify this parameter, the instance is updated to the latest minor engine version. It is valid only when upgrade_db_instance_kernel_version = true
. You must specify the minor engine version in one of the following formats:
The TDE(Transparent Data Encryption) status. See more engine and engineVersion limitation.