DbInstancePlan

class DbInstancePlan : KotlinCustomResource

Provides a AnalyticDB for PostgreSQL (GPDB) DB Instance Plan resource. For information about AnalyticDB for PostgreSQL (GPDB) DB Instance Plan and how to use it, see What is DB Instance Plan.

NOTE: Available since v1.189.0.

Import

GPDB DB Instance Plan can be imported using the id, e.g.

$ pulumi import alicloud:gpdb/dbInstancePlan:DbInstancePlan example <db_instance_id>:<plan_id>

Properties

Link copied to clipboard
val dbInstanceId: Output<String>

The ID of the GPDB instance.

Link copied to clipboard

The name of the Plan.

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

The execution information of the plan. See plan_config below.

Link copied to clipboard
val planDesc: Output<String>?

The description of the Plan.

Link copied to clipboard
val planEndDate: Output<String>?

The end time of the Plan.

Link copied to clipboard
val planId: Output<String>

The ID of the plan.

Link copied to clipboard

The execution mode of the plan. Valid values: Postpone, Regular.

Link copied to clipboard
val planStartDate: Output<String>

The start time of the Plan.

Link copied to clipboard
val planType: Output<String>

The type of the Plan. Valid values: PauseResume, Resize.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

The Status of the Plan. Valid values: active, cancel.

Link copied to clipboard
val urn: Output<String>