DataAppwritePostgresqlDatabase class final

Factory wrapper for appwrite_postgresql_database.

Fetches a dedicated Appwrite PostgreSQL database by ID.

Constructors

DataAppwritePostgresqlDatabase({required String localName, required TfArg<String> id, TfArg<String>? projectId, String? provider, TfTimeouts? timeouts})

Properties

api → TfRef<String>
Reference to api attribute.
no setter
argMap Map<String, TfArg?>
Argument-name → TfArg map. Keys are snake_case (Terraform JSON name). Synth emits these keys directly; the factory is responsible for the camelCase → snake_case translation at construction time.
finalinherited
backend → TfRef<String>
Reference to backend attribute.
no setter
backupEnabled → TfRef<bool>
Reference to backup_enabled attribute.
no setter
connectionPassword → TfRef<String>
Reference to connection_password attribute.
no setter
connectionPort → TfRef<num>
Reference to connection_port attribute.
no setter
connectionString → TfRef<String>
Reference to connection_string attribute.
no setter
connectionUser → TfRef<String>
Reference to connection_user attribute.
no setter
containerStatus → TfRef<String>
Reference to container_status attribute.
no setter
cpu → TfRef<num>
Reference to cpu attribute.
no setter
createdAt → TfRef<String>
Reference to created_at attribute.
no setter
dependsOn List<DependencyTarget>?
Optional depends_on = [...]. Each entry is a DependencyTarget — either a wholesale resource (rendered as bare address) or an explicit TfRef (rendered via bareAddress).
finalinherited
engine → TfRef<String>
Reference to engine attribute.
no setter
error → TfRef<String>
Reference to error attribute.
no setter
hashCode int
The hash code for this object.
no setterinherited
hostname → TfRef<String>
Reference to hostname attribute.
no setter
id → TfRef<String>
Reference to id attribute.
no setter
idleTimeoutMinutes → TfRef<num>
Reference to idle_timeout_minutes attribute.
no setter
idleUntil → TfRef<String>
Reference to idle_until attribute.
no setter
kind → ResourceKind
Always ResourceKind.resource. Overridden by Data.
no setterinherited
lastAccessedAt → TfRef<String>
Reference to last_accessed_at attribute.
no setter
lifecycle → LifecycleOptions?
Optional lifecycle { ... } block.
finalinherited
lifecycleState → TfRef<String>
Reference to lifecycle_state attribute.
no setter
localName String
User-supplied local name within a Stack.
finalinherited
maintenanceWindowDay → TfRef<String>
Reference to maintenance_window_day attribute.
no setter
maintenanceWindowHourUtc → TfRef<num>
Reference to maintenance_window_hour_utc attribute.
no setter
memory → TfRef<num>
Reference to memory attribute.
no setter
metricsEnabled → TfRef<bool>
Reference to metrics_enabled attribute.
no setter
nameRef → TfRef<String>
Reference to name attribute.
no setter
networkIdleTimeoutSeconds → TfRef<num>
Reference to network_idle_timeout_seconds attribute.
no setter
networkIpAllowlist → TfRef<List<String>>
Reference to network_ip_allowlist attribute.
no setter
networkMaxConnections → TfRef<num>
Reference to network_max_connections attribute.
no setter
nodePool → TfRef<String>
Reference to node_pool attribute.
no setter
pitr → TfRef<bool>
Reference to pitr attribute.
no setter
pitrRetentionDays → TfRef<num>
Reference to pitr_retention_days attribute.
no setter
provider String?
Optional Terraform provider meta-argument: a provider name ('google-beta' on a GA type) or a name.alias pair ('google.eu').
finalinherited
replicas → TfRef<num>
Reference to replicas attribute.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sensitiveFields Set<String>
Field names that are @Sensitive per the IR-derived per-resource constant. Curated factories override with a baked-in static const Set<String> (file-private in v0.5+).
no setter
specification → TfRef<String>
Reference to specification attribute.
no setter
sqlApiAllowedStatements → TfRef<List<String>>
Reference to sql_api_allowed_statements attribute.
no setter
sqlApiEnabled → TfRef<bool>
Reference to sql_api_enabled attribute.
no setter
sqlApiMaxBytes → TfRef<num>
Reference to sql_api_max_bytes attribute.
no setter
sqlApiMaxRows → TfRef<num>
Reference to sql_api_max_rows attribute.
no setter
sqlApiTimeoutSeconds → TfRef<num>
Reference to sql_api_timeout_seconds attribute.
no setter
ssl → TfRef<bool>
Reference to ssl attribute.
no setter
status → TfRef<String>
Reference to status attribute.
no setter
storage → TfRef<num>
Reference to storage attribute.
no setter
storageAutoscaling → TfRef<bool>
Reference to storage_autoscaling attribute.
no setter
storageAutoscalingMaxGb → TfRef<num>
Reference to storage_autoscaling_max_gb attribute.
no setter
storageAutoscalingThresholdPercent → TfRef<num>
Reference to storage_autoscaling_threshold_percent attribute.
no setter
storageClass → TfRef<String>
Reference to storage_class attribute.
no setter
storageMaxGb → TfRef<num>
Reference to storage_max_gb attribute.
no setter
supportsDeletionProtection bool
Capability flag: true when this resource's underlying Terraform schema has a deletion_protection boolean attribute that the synth-time devMode flow can flip to false. Defaults to false; the codegen emitter overrides this to true for wrappers whose schema includes the attribute.
no setterinherited
syncMode → TfRef<String>
Reference to sync_mode attribute.
no setter
terraformType String
Terraform resource type, e.g. google_pubsub_topic.
finalinherited
tfAddress String
no setterinherited
timeouts → TfTimeouts?
Optional timeouts { ... } block: how long Terraform waits for each operation. Provider-neutral like lifecycle — synth copies the duration strings verbatim, and terraform validate decides whether this resource's schema declares the operations set here.
finalinherited
updatedAt → TfRef<String>
Reference to updated_at attribute.
no setter
version → TfRef<String>
Reference to version attribute.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

tfType → const String