DataGoogleComputeBackendService class final

Factory wrapper for google_compute_backend_service.

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

Constructors

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

Properties

affinityCookieTtlSec → TfRef<num>
Reference to affinity_cookie_ttl_sec 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<List<Map<String, Object?>>>
Reference to backend attribute.
no setter
cdnPolicy → TfRef<List<Map<String, Object?>>>
Reference to cdn_policy attribute.
no setter
circuitBreakers → TfRef<List<Map<String, Object?>>>
Reference to circuit_breakers attribute.
no setter
compressionMode → TfRef<String>
Reference to compression_mode attribute.
no setter
connectionDrainingTimeoutSec → TfRef<num>
Reference to connection_draining_timeout_sec attribute.
no setter
consistentHash → TfRef<List<Map<String, Object?>>>
Reference to consistent_hash attribute.
no setter
creationTimestamp → TfRef<String>
Reference to creation_timestamp attribute.
no setter
customMetrics → TfRef<List<Map<String, Object?>>>
Reference to custom_metrics attribute.
no setter
customRequestHeaders → TfRef<List<String>>
Reference to custom_request_headers attribute.
no setter
customResponseHeaders → TfRef<List<String>>
Reference to custom_response_headers 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
edgeSecurityPolicy → TfRef<String>
Reference to edge_security_policy attribute.
no setter
enableCdn → TfRef<bool>
Reference to enable_cdn attribute.
no setter
externalManagedMigrationState → TfRef<String>
Reference to external_managed_migration_state attribute.
no setter
externalManagedMigrationTestingPercentage → TfRef<num>
Reference to external_managed_migration_testing_percentage attribute.
no setter
fingerprint → TfRef<String>
Reference to fingerprint attribute.
no setter
generatedId → TfRef<num>
Reference to generated_id attribute.
no setter
hashCode int
The hash code for this object.
no setterinherited
healthChecks → TfRef<List<String>>
Reference to health_checks attribute.
no setter
iap → TfRef<List<Map<String, Object?>>>
Reference to iap attribute.
no setter
id → TfRef<String>
Reference to id attribute.
no setter
ipAddressSelectionPolicy → TfRef<String>
Reference to ip_address_selection_policy attribute.
no setter
kind → ResourceKind
Always ResourceKind.resource. Overridden by Data.
no setterinherited
lifecycle → LifecycleOptions?
Optional lifecycle { ... } block.
finalinherited
loadBalancingScheme → TfRef<String>
Reference to load_balancing_scheme attribute.
no setter
localityLbPolicies → TfRef<List<Map<String, Object?>>>
Reference to locality_lb_policies attribute.
no setter
localityLbPolicy → TfRef<String>
Reference to locality_lb_policy attribute.
no setter
localName String
User-supplied local name within a Stack.
finalinherited
logConfig → TfRef<List<Map<String, Object?>>>
Reference to log_config attribute.
no setter
maxStreamDuration → TfRef<List<Map<String, Object?>>>
Reference to max_stream_duration attribute.
no setter
nameRef → TfRef<String>
Reference to name attribute.
no setter
outlierDetection → TfRef<List<Map<String, Object?>>>
Reference to outlier_detection attribute.
no setter
params → TfRef<List<Map<String, Object?>>>
Reference to params attribute.
no setter
portName → TfRef<String>
Reference to port_name attribute.
no setter
protocol → TfRef<String>
Reference to protocol 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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityPolicy → TfRef<String>
Reference to security_policy attribute.
no setter
securitySettings → TfRef<List<Map<String, Object?>>>
Reference to security_settings attribute.
no setter
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
serviceLbPolicy → TfRef<String>
Reference to service_lb_policy attribute.
no setter
sessionAffinity → TfRef<String>
Reference to session_affinity attribute.
no setter
strongSessionAffinityCookie → TfRef<List<Map<String, Object?>>>
Reference to strong_session_affinity_cookie 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
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
timeoutSec → TfRef<num>
Reference to timeout_sec attribute.
no setter
tlsSettings → TfRef<List<Map<String, Object?>>>
Reference to tls_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