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
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_policyattribute.no setter -
availableMemoryMb
→ TfRef<
num> -
Reference to
available_memory_mbattribute.no setter -
buildEnvironmentVariables
→ TfRef<
Map< String, String> > -
Reference to
build_environment_variablesattribute.no setter -
buildServiceAccount
→ TfRef<
String> -
Reference to
build_service_accountattribute.no setter -
buildWorkerPool
→ TfRef<
String> -
Reference to
build_worker_poolattribute.no setter -
deletionPolicy
→ TfRef<
String> -
Reference to
deletion_policyattribute.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 -
description
→ TfRef<
String> -
Reference to
descriptionattribute.no setter -
dockerRegistry
→ TfRef<
String> -
Reference to
docker_registryattribute.no setter -
dockerRepository
→ TfRef<
String> -
Reference to
docker_repositoryattribute.no setter -
effectiveLabels
→ TfRef<
Map< String, String> > -
Reference to
effective_labelsattribute.no setter -
entryPoint
→ TfRef<
String> -
Reference to
entry_pointattribute.no setter -
environmentVariables
→ TfRef<
Map< String, String> > -
Reference to
environment_variablesattribute.no setter -
eventTrigger
→ TfRef<
List< Map< >String, Object?> > -
Reference to
event_triggerattribute.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
-
httpsTriggerSecurityLevel
→ TfRef<
String> -
Reference to
https_trigger_security_levelattribute.no setter -
httpsTriggerUrl
→ TfRef<
String> -
Reference to
https_trigger_urlattribute.no setter -
id
→ TfRef<
String> -
Reference to
idattribute.no setter -
ingressSettings
→ TfRef<
String> -
Reference to
ingress_settingsattribute.no setter - kind → ResourceKind
-
Always
ResourceKind.resource. Overridden byData.no setterinherited -
kmsKeyName
→ TfRef<
String> -
Reference to
kms_key_nameattribute.no setter -
labels
→ TfRef<
Map< String, String> > -
Reference to
labelsattribute.no setter - lifecycle → LifecycleOptions?
-
Optional
lifecycle { ... }block.finalinherited - localName → String
-
User-supplied local name within a Stack.
finalinherited
-
maxInstances
→ TfRef<
num> -
Reference to
max_instancesattribute.no setter -
minInstances
→ TfRef<
num> -
Reference to
min_instancesattribute.no setter -
nameRef
→ TfRef<
String> -
Reference to
nameattribute.no setter -
onDeployUpdatePolicy
→ TfRef<
List< Map< >String, Object?> > -
Reference to
on_deploy_update_policyattribute.no setter - provider → String?
-
Optional Terraform
providermeta-argument: a provider name ('google-beta'on a GA type) or aname.aliaspair ('google.eu').finalinherited -
runtime
→ TfRef<
String> -
Reference to
runtimeattribute.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_variablesattribute.no setter -
secretVolumes
→ TfRef<
List< Map< >String, Object?> > -
Reference to
secret_volumesattribute.no setter -
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 -
serviceAccountEmail
→ TfRef<
String> -
Reference to
service_account_emailattribute.no setter -
sourceArchiveBucket
→ TfRef<
String> -
Reference to
source_archive_bucketattribute.no setter -
sourceArchiveObject
→ TfRef<
String> -
Reference to
source_archive_objectattribute.no setter -
sourceRepository
→ TfRef<
List< Map< >String, Object?> > -
Reference to
source_repositoryattribute.no setter -
status
→ TfRef<
String> -
Reference to
statusattribute.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 -
terraformLabels
→ TfRef<
Map< String, String> > -
Reference to
terraform_labelsattribute.no setter - terraformType → String
-
Terraform resource type, e.g.
google_pubsub_topic.finalinherited - tfAddress → String
-
no setterinherited
-
timeout
→ TfRef<
num> -
Reference to
timeoutattribute.no setter - 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 -
triggerHttp
→ TfRef<
bool> -
Reference to
trigger_httpattribute.no setter -
versionId
→ TfRef<
String> -
Reference to
version_idattribute.no setter -
vpcConnector
→ TfRef<
String> -
Reference to
vpc_connectorattribute.no setter -
vpcConnectorEgressSettings
→ TfRef<
String> -
Reference to
vpc_connector_egress_settingsattribute.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