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_controlattribute.no setter -
content
→ TfRef<
String> -
Reference to
contentattribute.no setter -
contentDisposition
→ TfRef<
String> -
Reference to
content_dispositionattribute.no setter -
contentEncoding
→ TfRef<
String> -
Reference to
content_encodingattribute.no setter -
contentLanguage
→ TfRef<
String> -
Reference to
content_languageattribute.no setter -
contentType
→ TfRef<
String> -
Reference to
content_typeattribute.no setter -
contexts
→ TfRef<
List< Map< >String, Object?> > -
Reference to
contextsattribute.no setter -
crc32c
→ TfRef<
String> -
Reference to
crc32cattribute.no setter -
customerEncryption
→ TfRef<
List< Map< >String, Object?> > -
Reference to
customer_encryptionattribute.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 -
detectMd5hash
→ TfRef<
String> -
Reference to
detect_md5hashattribute.no setter -
eventBasedHold
→ TfRef<
bool> -
Reference to
event_based_holdattribute.no setter -
forceEmptyContentType
→ TfRef<
bool> -
Reference to
force_empty_content_typeattribute.no setter -
generation
→ TfRef<
num> -
Reference to
generationattribute.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
-
id
→ TfRef<
String> -
Reference to
idattribute.no setter - kind → ResourceKind
-
Always
ResourceKind.resource. Overridden byData.no setterinherited -
kmsKeyName
→ TfRef<
String> -
Reference to
kms_key_nameattribute.no setter - lifecycle → LifecycleOptions?
-
Optional
lifecycle { ... }block.finalinherited - localName → String
-
User-supplied local name within a Stack.
finalinherited
-
md5hash
→ TfRef<
String> -
Reference to
md5hashattribute.no setter -
md5hexhash
→ TfRef<
String> -
Reference to
md5hexhashattribute.no setter -
mediaLink
→ TfRef<
String> -
Reference to
media_linkattribute.no setter -
metadata
→ TfRef<
Map< String, String> > -
Reference to
metadataattribute.no setter -
nameRef
→ TfRef<
String> -
Reference to
nameattribute.no setter -
outputName
→ TfRef<
String> -
Reference to
output_nameattribute.no setter - provider → String?
-
Optional Terraform
providermeta-argument: a provider name ('google-beta'on a GA type) or aname.aliaspair ('google.eu').finalinherited -
retention
→ TfRef<
List< Map< >String, Object?> > -
Reference to
retentionattribute.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
selfLink
→ TfRef<
String> -
Reference to
self_linkattribute.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 -
source
→ TfRef<
String> -
Reference to
sourceattribute.no setter -
sourceMd5hash
→ TfRef<
String> -
Reference to
source_md5hashattribute.no setter -
storageClass
→ TfRef<
String> -
Reference to
storage_classattribute.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 -
temporaryHold
→ TfRef<
bool> -
Reference to
temporary_holdattribute.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 likelifecycle— synth copies the duration strings verbatim, andterraform validatedecides 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