DataGoogleCloudfunctionsFunction class final

Factory wrapper for google_cloudfunctions_function.

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

Constructors

DataGoogleCloudfunctionsFunction({required String localName, required TfArg<String> name, TfArg<String>? project, TfArg<String>? region, 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
automaticUpdatePolicy → TfRef<List<Map<String, Object?>>>
Reference to automatic_update_policy attribute.
no setter
availableMemoryMb → TfRef<num>
Reference to available_memory_mb attribute.
no setter
buildEnvironmentVariables → TfRef<Map<String, String>>
Reference to build_environment_variables attribute.
no setter
buildServiceAccount → TfRef<String>
Reference to build_service_account attribute.
no setter
buildWorkerPool → TfRef<String>
Reference to build_worker_pool attribute.
no setter
deletionPolicy → TfRef<String>
Reference to deletion_policy 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
description → TfRef<String>
Reference to description attribute.
no setter
dockerRegistry → TfRef<String>
Reference to docker_registry attribute.
no setter
dockerRepository → TfRef<String>
Reference to docker_repository attribute.
no setter
effectiveLabels → TfRef<Map<String, String>>
Reference to effective_labels attribute.
no setter
entryPoint → TfRef<String>
Reference to entry_point attribute.
no setter
environmentVariables → TfRef<Map<String, String>>
Reference to environment_variables attribute.
no setter
eventTrigger → TfRef<List<Map<String, Object?>>>
Reference to event_trigger attribute.
no setter
hashCode int
The hash code for this object.
no setterinherited
httpsTriggerSecurityLevel → TfRef<String>
Reference to https_trigger_security_level attribute.
no setter
httpsTriggerUrl → TfRef<String>
Reference to https_trigger_url attribute.
no setter
id → TfRef<String>
Reference to id attribute.
no setter
ingressSettings → TfRef<String>
Reference to ingress_settings attribute.
no setter
kind → ResourceKind
Always ResourceKind.resource. Overridden by Data.
no setterinherited
kmsKeyName → TfRef<String>
Reference to kms_key_name attribute.
no setter
labels → TfRef<Map<String, String>>
Reference to labels attribute.
no setter
lifecycle → LifecycleOptions?
Optional lifecycle { ... } block.
finalinherited
localName String
User-supplied local name within a Stack.
finalinherited
maxInstances → TfRef<num>
Reference to max_instances attribute.
no setter
minInstances → TfRef<num>
Reference to min_instances attribute.
no setter
nameRef → TfRef<String>
Reference to name attribute.
no setter
onDeployUpdatePolicy → TfRef<List<Map<String, Object?>>>
Reference to on_deploy_update_policy 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
runtime → TfRef<String>
Reference to runtime attribute.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretEnvironmentVariables → TfRef<List<Map<String, Object?>>>
Reference to secret_environment_variables attribute.
no setter
secretVolumes → TfRef<List<Map<String, Object?>>>
Reference to secret_volumes 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
serviceAccountEmail → TfRef<String>
Reference to service_account_email attribute.
no setter
sourceArchiveBucket → TfRef<String>
Reference to source_archive_bucket attribute.
no setter
sourceArchiveObject → TfRef<String>
Reference to source_archive_object attribute.
no setter
sourceRepository → TfRef<List<Map<String, Object?>>>
Reference to source_repository attribute.
no setter
status → TfRef<String>
Reference to status 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
terraformLabels → TfRef<Map<String, String>>
Reference to terraform_labels attribute.
no setter
terraformType String
Terraform resource type, e.g. google_pubsub_topic.
finalinherited
tfAddress String
no setterinherited
timeout → TfRef<num>
Reference to timeout attribute.
no setter
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
triggerHttp → TfRef<bool>
Reference to trigger_http attribute.
no setter
versionId → TfRef<String>
Reference to version_id attribute.
no setter
vpcConnector → TfRef<String>
Reference to vpc_connector attribute.
no setter
vpcConnectorEgressSettings → TfRef<String>
Reference to vpc_connector_egress_settings 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