Account

Provides a GPDB Account resource. For information about GPDB Account and how to use it, see What is Account.

NOTE: Available in v1.142.0+.

Import

GPDB Account can be imported using the id, e.g.

$ pulumi import alicloud:gpdb/account:Account example <db_instance_id>:<account_name>

Properties

Link copied to clipboard

The description of the account.

Link copied to clipboard
val accountName: Output<String>

The name of the account. The account name must be unique and meet the following requirements:

Link copied to clipboard
val accountPassword: Output<String>

The password of the account. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * ( ) _ + - =.

Link copied to clipboard
val dbInstanceId: Output<String>

The ID of the instance.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

The status of the account. Valid values: Active, Creating and Deleting.

Link copied to clipboard
val urn: Output<String>