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
apiattribute.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
backendattribute.no setter -
backupEnabled
→ TfRef<
bool> -
Reference to
backup_enabledattribute.no setter -
connectionPassword
→ TfRef<
String> -
Reference to
connection_passwordattribute.no setter -
connectionPort
→ TfRef<
num> -
Reference to
connection_portattribute.no setter -
connectionString
→ TfRef<
String> -
Reference to
connection_stringattribute.no setter -
connectionUser
→ TfRef<
String> -
Reference to
connection_userattribute.no setter -
containerStatus
→ TfRef<
String> -
Reference to
container_statusattribute.no setter -
cpu
→ TfRef<
num> -
Reference to
cpuattribute.no setter -
createdAt
→ TfRef<
String> -
Reference to
created_atattribute.no setter -
dependsOn
→ List<
DependencyTarget> ? -
Optional
depends_on = [...]. Each entry is aDependencyTarget— either a wholesale resource (rendered as bare address) or an explicitTfRef(rendered viabareAddress).finalinherited -
engine
→ TfRef<
String> -
Reference to
engineattribute.no setter -
error
→ TfRef<
String> -
Reference to
errorattribute.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
-
hostname
→ TfRef<
String> -
Reference to
hostnameattribute.no setter -
id
→ TfRef<
String> -
Reference to
idattribute.no setter -
idleTimeoutMinutes
→ TfRef<
num> -
Reference to
idle_timeout_minutesattribute.no setter -
idleUntil
→ TfRef<
String> -
Reference to
idle_untilattribute.no setter - kind → ResourceKind
-
Always
ResourceKind.resource. Overridden byData.no setterinherited -
lastAccessedAt
→ TfRef<
String> -
Reference to
last_accessed_atattribute.no setter - lifecycle → LifecycleOptions?
-
Optional
lifecycle { ... }block.finalinherited -
lifecycleState
→ TfRef<
String> -
Reference to
lifecycle_stateattribute.no setter - localName → String
-
User-supplied local name within a Stack.
finalinherited
-
maintenanceWindowDay
→ TfRef<
String> -
Reference to
maintenance_window_dayattribute.no setter -
maintenanceWindowHourUtc
→ TfRef<
num> -
Reference to
maintenance_window_hour_utcattribute.no setter -
memory
→ TfRef<
num> -
Reference to
memoryattribute.no setter -
metricsEnabled
→ TfRef<
bool> -
Reference to
metrics_enabledattribute.no setter -
nameRef
→ TfRef<
String> -
Reference to
nameattribute.no setter -
networkIdleTimeoutSeconds
→ TfRef<
num> -
Reference to
network_idle_timeout_secondsattribute.no setter -
networkIpAllowlist
→ TfRef<
List< String> > -
Reference to
network_ip_allowlistattribute.no setter -
networkMaxConnections
→ TfRef<
num> -
Reference to
network_max_connectionsattribute.no setter -
nodePool
→ TfRef<
String> -
Reference to
node_poolattribute.no setter -
pitr
→ TfRef<
bool> -
Reference to
pitrattribute.no setter -
pitrRetentionDays
→ TfRef<
num> -
Reference to
pitr_retention_daysattribute.no setter - provider → String?
-
Optional Terraform
providermeta-argument: a provider name ('google-beta'on a GA type) or aname.aliaspair ('google.eu').finalinherited -
replicas
→ TfRef<
num> -
Reference to
replicasattribute.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sensitiveFields
→ Set<
String> -
Field names that are
@Sensitiveper the IR-derived per-resource constant. Curated factories override with a baked-instatic const Set<String>(file-private in v0.5+).no setter -
specification
→ TfRef<
String> -
Reference to
specificationattribute.no setter -
sqlApiAllowedStatements
→ TfRef<
List< String> > -
Reference to
sql_api_allowed_statementsattribute.no setter -
sqlApiEnabled
→ TfRef<
bool> -
Reference to
sql_api_enabledattribute.no setter -
sqlApiMaxBytes
→ TfRef<
num> -
Reference to
sql_api_max_bytesattribute.no setter -
sqlApiMaxRows
→ TfRef<
num> -
Reference to
sql_api_max_rowsattribute.no setter -
sqlApiTimeoutSeconds
→ TfRef<
num> -
Reference to
sql_api_timeout_secondsattribute.no setter -
ssl
→ TfRef<
bool> -
Reference to
sslattribute.no setter -
status
→ TfRef<
String> -
Reference to
statusattribute.no setter -
storage
→ TfRef<
num> -
Reference to
storageattribute.no setter -
storageAutoscaling
→ TfRef<
bool> -
Reference to
storage_autoscalingattribute.no setter -
storageAutoscalingMaxGb
→ TfRef<
num> -
Reference to
storage_autoscaling_max_gbattribute.no setter -
storageAutoscalingThresholdPercent
→ TfRef<
num> -
Reference to
storage_autoscaling_threshold_percentattribute.no setter -
storageClass
→ TfRef<
String> -
Reference to
storage_classattribute.no setter -
storageMaxGb
→ TfRef<
num> -
Reference to
storage_max_gbattribute.no setter - supportsDeletionProtection → bool
-
Capability flag: true when this resource's underlying Terraform
schema has a
deletion_protectionboolean attribute that the synth-time devMode flow can flip tofalse. Defaults to false; the codegen emitter overrides this totruefor wrappers whose schema includes the attribute.no setterinherited -
syncMode
→ TfRef<
String> -
Reference to
sync_modeattribute.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 likelifecycle— synth copies the duration strings verbatim, andterraform validatedecides whether this resource's schema declares the operations set here.finalinherited -
updatedAt
→ TfRef<
String> -
Reference to
updated_atattribute.no setter -
version
→ TfRef<
String> -
Reference to
versionattribute.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