DataGoogleSqlDatabaseInstance class final

Factory wrapper for google_sql_database_instance.

Read-only data source on the apply-excluded leftover path (synth + terraform validate only). Do not apply.

Constructors

DataGoogleSqlDatabaseInstance({required String localName, required TfArg<String> name, TfArg<String>? project, String? provider, TfTimeouts? timeouts})

Properties

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
availableMaintenanceVersions → TfRef<List<String>>
Reference to available_maintenance_versions attribute.
no setter
backupdrBackup → TfRef<String>
Reference to backupdr_backup attribute.
no setter
clone → TfRef<List<Map<String, Object?>>>
Reference to clone attribute.
no setter
connectionName → TfRef<String>
Reference to connection_name attribute.
no setter
databaseVersion → TfRef<String>
Reference to database_version attribute.
no setter
deletionPolicy → TfRef<String>
Reference to deletion_policy attribute.
no setter
deletionProtection → TfRef<bool>
Reference to deletion_protection 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
dnsName → TfRef<String>
Reference to dns_name attribute.
no setter
dnsNames → TfRef<List<Map<String, Object?>>>
Reference to dns_names attribute.
no setter
encryptionKeyName → TfRef<String>
Reference to encryption_key_name attribute.
no setter
enforceNewSqlNetworkArchitecture → TfRef<bool>
Reference to enforce_new_sql_network_architecture attribute.
no setter
finalBackupDescription → TfRef<String>
Reference to final_backup_description attribute.
no setter
firstIpAddress → TfRef<String>
Reference to first_ip_address attribute.
no setter
hashCode int
The hash code for this object.
no setterinherited
id → TfRef<String>
Reference to id attribute.
no setter
includeReplicasForMajorVersionUpgrade → TfRef<bool>
Reference to include_replicas_for_major_version_upgrade attribute.
no setter
instanceType → TfRef<String>
Reference to instance_type attribute.
no setter
ipAddress → TfRef<List<Map<String, Object?>>>
Reference to ip_address attribute.
no setter
kind → ResourceKind
Always ResourceKind.resource. Overridden by Data.
no setterinherited
lifecycle → LifecycleOptions?
Optional lifecycle { ... } block.
finalinherited
localName String
User-supplied local name within a Stack.
finalinherited
maintenanceVersion → TfRef<String>
Reference to maintenance_version attribute.
no setter
masterInstanceName → TfRef<String>
Reference to master_instance_name attribute.
no setter
nameRef → TfRef<String>
Reference to name attribute.
no setter
nodeCount → TfRef<num>
Reference to node_count attribute.
no setter
pointInTimeRestoreContext → TfRef<List<Map<String, Object?>>>
Reference to point_in_time_restore_context attribute.
no setter
privateIpAddress → TfRef<String>
Reference to private_ip_address 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
Reference to psc_service_attachment_link attribute.
no setter
publicIpAddress → TfRef<String>
Reference to public_ip_address attribute.
no setter
region → TfRef<String>
Reference to region attribute.
no setter
replicaConfiguration → TfRef<List<Map<String, Object?>>>
Reference to replica_configuration attribute.
no setter
replicaNames → TfRef<List<String>>
Reference to replica_names attribute.
no setter
replicationCluster → TfRef<List<Map<String, Object?>>>
Reference to replication_cluster attribute.
no setter
restoreBackupContext → TfRef<List<Map<String, Object?>>>
Reference to restore_backup_context attribute.
no setter
rootPassword → TfRef<String>
Reference to root_password attribute.
no setter
rootPasswordWo → TfRef<String>
Reference to root_password_wo attribute.
no setter
rootPasswordWoVersion → TfRef<String>
Reference to root_password_wo_version attribute.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Reference to self_link attribute.
no setter
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
serverCaCert → TfRef<List<Map<String, Object?>>>
Reference to server_ca_cert attribute.
no setter
serviceAccountEmailAddress → TfRef<String>
Reference to service_account_email_address attribute.
no setter
settings → TfRef<List<Map<String, Object?>>>
Reference to settings 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
switchTransactionLogsToCloudStorageEnabled → TfRef<bool>
Reference to switch_transaction_logs_to_cloud_storage_enabled 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

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