Cluster
Import
PolarDB cluster can be imported using the id, e.g.
$ pulumi import alicloud:polardb/cluster:Cluster example pc-abc12345678
Properties
The retention policy for the backup sets when you delete the cluster. Valid values are ALL
, LATEST
, NONE
. Value options can refer to the latest docs DeleteDBCluster
The time point of data to be cloned. Valid values are LATEST
,BackupID
,Timestamp
.Value options can refer to the latest docs CreateDBCluster CloneDataPoint
.
The edition of the PolarDB service. Valid values are Normal
,Basic
,ArchiveNormal
,NormalMultimaster
,SENormal
.Value options can refer to the latest docs CreateDBCluster CreationCategory
.
The method that is used to create a cluster. Valid values are Normal
,CloneFromPolarDB
,CloneFromRDS
,MigrationFromRDS
,CreateGdnStandby
.Value options can refer to the latest docs CreateDBCluster CreationOption
.
Database version. Value options can refer to the latest docs CreateDBCluster DBVersion
.
Set of parameters needs to be set after DB cluster was launched. Available parameters can refer to the latest docs View database parameter templates .See parameters
below.
The specifications of the Standard Edition PolarProxy. Available parameters can refer to the latest docs CreateDBCluster ProxyType
The Alibaba Cloud Resource Name (ARN) of the RAM role. A RAM role is a virtual identity that you can create within your Alibaba Cloud account. For more information see RAM role overview.
The ID of the source RDS instance or the ID of the source PolarDB cluster. This parameter is required only when CreationOption is set to MigrationFromRDS, CloneFromRDS, or CloneFromPolarDB.Value options can refer to the latest docs CreateDBCluster SourceResourceId
.