DataGoogleStorageBucketObject class final

Factory wrapper for google_storage_bucket_object.

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

Constructors

DataGoogleStorageBucketObject({required String localName, TfArg<String>? bucket, TfArg<String>? name, 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
cacheControl → TfRef<String>
Reference to cache_control attribute.
no setter
content → TfRef<String>
Reference to content attribute.
no setter
contentDisposition → TfRef<String>
Reference to content_disposition attribute.
no setter
contentEncoding → TfRef<String>
Reference to content_encoding attribute.
no setter
contentLanguage → TfRef<String>
Reference to content_language attribute.
no setter
contentType → TfRef<String>
Reference to content_type attribute.
no setter
contexts → TfRef<List<Map<String, Object?>>>
Reference to contexts attribute.
no setter
crc32c → TfRef<String>
Reference to crc32c attribute.
no setter
customerEncryption → TfRef<List<Map<String, Object?>>>
Reference to customer_encryption 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
detectMd5hash → TfRef<String>
Reference to detect_md5hash attribute.
no setter
eventBasedHold → TfRef<bool>
Reference to event_based_hold attribute.
no setter
forceEmptyContentType → TfRef<bool>
Reference to force_empty_content_type attribute.
no setter
generation → TfRef<num>
Reference to generation attribute.
no setter
hashCode int
The hash code for this object.
no setterinherited
id → TfRef<String>
Reference to id attribute.
no setter
kind → ResourceKind
Always ResourceKind.resource. Overridden by Data.
no setterinherited
kmsKeyName → TfRef<String>
Reference to kms_key_name attribute.
no setter
lifecycle → LifecycleOptions?
Optional lifecycle { ... } block.
finalinherited
localName String
User-supplied local name within a Stack.
finalinherited
md5hash → TfRef<String>
Reference to md5hash attribute.
no setter
md5hexhash → TfRef<String>
Reference to md5hexhash attribute.
no setter
Reference to media_link attribute.
no setter
metadata → TfRef<Map<String, String>>
Reference to metadata attribute.
no setter
nameRef → TfRef<String>
Reference to name attribute.
no setter
outputName → TfRef<String>
Reference to output_name 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
retention → TfRef<List<Map<String, Object?>>>
Reference to retention 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
source → TfRef<String>
Reference to source attribute.
no setter
sourceMd5hash → TfRef<String>
Reference to source_md5hash attribute.
no setter
storageClass → TfRef<String>
Reference to storage_class 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
temporaryHold → TfRef<bool>
Reference to temporary_hold 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