Instance
Import
KVStore instance can be imported using the id, e.g.
$ pulumi import alicloud:kvstore/instance:Instance example r-abc12345678
Properties
Type of the applied ApsaraDB for Redis instance. It can be retrieved by data source alicloud.kvstore.getInstanceClasses
or referring to help-docs Instance type table.
An KMS encryption context used to decrypt kms_encrypted_password
before creating or updating instance with kms_encrypted_password
. See Encryption Context. It is valid when kms_encrypted_password
is set.
The password of the KVStore DBInstance. The password that is used to connect to the instance. The password must be 8 to 32 characters in length and must contain at least three of the following character types: uppercase letters, lowercase letters, special characters, and digits. Special characters include: ! @ # $ % ^ & * ( ) _ + - =
Specifies whether to enable TDE. Valid values: Enabled
. NOTE:: TDE cannot be disabled after it is enabled. Before you enable it, evaluate whether this feature affects your business. For more information, see Enable TDE.