DataGoogleCloudRunV2WorkerPool class final
Factory wrapper for google_cloud_run_v2_worker_pool.
Read-only data source on the apply-excluded leftover path
(synth + terraform validate only). Do not apply.
Constructors
Properties
-
annotations
→ TfRef<
Map< String, String> > -
Reference to
annotationsattribute.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
-
binaryAuthorization
→ TfRef<
List< Map< >String, Object?> > -
Reference to
binary_authorizationattribute.no setter -
client
→ TfRef<
String> -
Reference to
clientattribute.no setter -
clientVersion
→ TfRef<
String> -
Reference to
client_versionattribute.no setter -
conditions
→ TfRef<
List< Map< >String, Object?> > -
Reference to
conditionsattribute.no setter -
createTime
→ TfRef<
String> -
Reference to
create_timeattribute.no setter -
creator
→ TfRef<
String> -
Reference to
creatorattribute.no setter -
customAudiences
→ TfRef<
List< String> > -
Reference to
custom_audiencesattribute.no setter -
deleteTime
→ TfRef<
String> -
Reference to
delete_timeattribute.no setter -
deletionPolicy
→ TfRef<
String> -
Reference to
deletion_policyattribute.no setter -
deletionProtection
→ TfRef<
bool> -
Reference to
deletion_protectionattribute.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 -
effectiveAnnotations
→ TfRef<
Map< String, String> > -
Reference to
effective_annotationsattribute.no setter -
effectiveLabels
→ TfRef<
Map< String, String> > -
Reference to
effective_labelsattribute.no setter -
etag
→ TfRef<
String> -
Reference to
etagattribute.no setter -
expireTime
→ TfRef<
String> -
Reference to
expire_timeattribute.no setter -
generation
→ TfRef<
String> -
Reference to
generationattribute.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
-
id
→ TfRef<
String> -
Reference to
idattribute.no setter -
instanceSplits
→ TfRef<
List< Map< >String, Object?> > -
Reference to
instance_splitsattribute.no setter -
instanceSplitStatuses
→ TfRef<
List< Map< >String, Object?> > -
Reference to
instance_split_statusesattribute.no setter - kind → ResourceKind
-
Always
ResourceKind.resource. Overridden byData.no setterinherited -
labels
→ TfRef<
Map< String, String> > -
Reference to
labelsattribute.no setter -
lastModifier
→ TfRef<
String> -
Reference to
last_modifierattribute.no setter -
latestCreatedRevision
→ TfRef<
String> -
Reference to
latest_created_revisionattribute.no setter -
latestReadyRevision
→ TfRef<
String> -
Reference to
latest_ready_revisionattribute.no setter -
launchStage
→ TfRef<
String> -
Reference to
launch_stageattribute.no setter - lifecycle → LifecycleOptions?
-
Optional
lifecycle { ... }block.finalinherited - localName → String
-
User-supplied local name within a Stack.
finalinherited
-
nameRef
→ TfRef<
String> -
Reference to
nameattribute.no setter -
observedGeneration
→ TfRef<
String> -
Reference to
observed_generationattribute.no setter - provider → String?
-
Optional Terraform
providermeta-argument: a provider name ('google-beta'on a GA type) or aname.aliaspair ('google.eu').finalinherited -
reconciling
→ TfRef<
bool> -
Reference to
reconcilingattribute.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scaling
→ TfRef<
List< Map< >String, Object?> > -
Reference to
scalingattribute.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 - 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 -
template
→ TfRef<
List< Map< >String, Object?> > -
Reference to
templateattribute.no setter -
terminalCondition
→ TfRef<
List< Map< >String, Object?> > -
Reference to
terminal_conditionattribute.no setter -
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
- 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 -
uid
→ TfRef<
String> -
Reference to
uidattribute.no setter -
updateTime
→ TfRef<
String> -
Reference to
update_timeattribute.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