pulumi-gcp 7.21.0__py3-none-any.whl → 7.21.0a1714149635__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +0 -40
- pulumi_gcp/alloydb/_inputs.py +0 -74
- pulumi_gcp/alloydb/backup.py +12 -0
- pulumi_gcp/alloydb/cluster.py +12 -0
- pulumi_gcp/alloydb/instance.py +81 -90
- pulumi_gcp/alloydb/outputs.py +0 -98
- pulumi_gcp/apigee/environment.py +0 -47
- pulumi_gcp/apigee/sharedflow.py +20 -0
- pulumi_gcp/appengine/flexible_app_version.py +20 -0
- pulumi_gcp/applicationintegration/__init__.py +0 -1
- pulumi_gcp/applicationintegration/_inputs.py +0 -843
- pulumi_gcp/applicationintegration/outputs.py +0 -891
- pulumi_gcp/bigquerydatapolicy/_inputs.py +4 -21
- pulumi_gcp/bigquerydatapolicy/data_policy.py +0 -78
- pulumi_gcp/bigquerydatapolicy/outputs.py +3 -16
- pulumi_gcp/certificateauthority/_inputs.py +12 -92
- pulumi_gcp/certificateauthority/authority.py +27 -117
- pulumi_gcp/certificateauthority/certificate.py +0 -176
- pulumi_gcp/certificateauthority/outputs.py +12 -144
- pulumi_gcp/cloudbuild/worker_pool.py +12 -0
- pulumi_gcp/cloudbuildv2/connection.py +12 -0
- pulumi_gcp/cloudbuildv2/repository.py +12 -0
- pulumi_gcp/clouddeploy/automation.py +12 -0
- pulumi_gcp/clouddeploy/custom_target_type.py +12 -0
- pulumi_gcp/clouddeploy/delivery_pipeline.py +12 -0
- pulumi_gcp/clouddeploy/target.py +12 -0
- pulumi_gcp/cloudrunv2/job.py +12 -0
- pulumi_gcp/cloudrunv2/service.py +12 -0
- pulumi_gcp/composer/__init__.py +0 -1
- pulumi_gcp/composer/environment.py +47 -35
- pulumi_gcp/compute/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +58 -121
- pulumi_gcp/compute/forwarding_rule.py +13 -0
- pulumi_gcp/compute/global_address.py +12 -0
- pulumi_gcp/compute/global_forwarding_rule.py +282 -0
- pulumi_gcp/compute/instance_from_machine_image.py +46 -14
- pulumi_gcp/compute/instance_from_template.py +46 -14
- pulumi_gcp/compute/outputs.py +65 -120
- pulumi_gcp/compute/region_instance_template.py +13 -0
- pulumi_gcp/compute/region_target_https_proxy.py +0 -257
- pulumi_gcp/compute/region_url_map.py +470 -0
- pulumi_gcp/container/attached_cluster.py +12 -0
- pulumi_gcp/container/aws_cluster.py +12 -0
- pulumi_gcp/container/aws_node_pool.py +12 -0
- pulumi_gcp/container/azure_cluster.py +12 -0
- pulumi_gcp/container/azure_node_pool.py +12 -0
- pulumi_gcp/container/cluster.py +20 -0
- pulumi_gcp/dataflow/flex_template_job.py +39 -0
- pulumi_gcp/dataloss/__init__.py +0 -1
- pulumi_gcp/dataloss/_inputs.py +0 -1040
- pulumi_gcp/dataloss/outputs.py +0 -1123
- pulumi_gcp/dataproc/cluster.py +20 -0
- pulumi_gcp/dataproc/workflow_template.py +26 -21
- pulumi_gcp/deploymentmanager/deployment.py +34 -0
- pulumi_gcp/dns/_inputs.py +2 -2
- pulumi_gcp/dns/outputs.py +2 -2
- pulumi_gcp/dns/record_set.py +36 -2
- pulumi_gcp/filestore/get_instance.py +1 -11
- pulumi_gcp/filestore/instance.py +0 -101
- pulumi_gcp/firebase/_inputs.py +0 -16
- pulumi_gcp/firebase/android_app.py +27 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +0 -20
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +0 -10
- pulumi_gcp/firebase/app_check_service_config.py +125 -0
- pulumi_gcp/firebase/apple_app.py +27 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +27 -0
- pulumi_gcp/firebase/hosting_version.py +0 -44
- pulumi_gcp/firebase/outputs.py +0 -12
- pulumi_gcp/firebase/web_app.py +20 -0
- pulumi_gcp/firestore/database.py +68 -0
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +12 -0
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +12 -0
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +12 -0
- pulumi_gcp/gkeonprem/v_mware_cluster.py +12 -0
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +12 -0
- pulumi_gcp/logging/folder_sink.py +0 -54
- pulumi_gcp/logging/organization_sink.py +0 -54
- pulumi_gcp/monitoring/_inputs.py +2 -46
- pulumi_gcp/monitoring/outputs.py +2 -40
- pulumi_gcp/monitoring/uptime_check_config.py +0 -6
- pulumi_gcp/netapp/active_directory.py +20 -0
- pulumi_gcp/netapp/volume_replication.py +68 -0
- pulumi_gcp/networkconnectivity/__init__.py +0 -1
- pulumi_gcp/secretmanager/get_secret.py +3 -13
- pulumi_gcp/secretmanager/outputs.py +1 -20
- pulumi_gcp/secretmanager/secret.py +15 -90
- pulumi_gcp/servicenetworking/connection.py +20 -0
- pulumi_gcp/spanner/database.py +41 -0
- pulumi_gcp/spanner/instance.py +40 -0
- pulumi_gcp/storage/__init__.py +0 -1
- pulumi_gcp/storage/bucket.py +12 -0
- pulumi_gcp/storage/outputs.py +0 -63
- pulumi_gcp/workstations/workstation.py +12 -0
- pulumi_gcp/workstations/workstation_cluster.py +12 -0
- pulumi_gcp/workstations/workstation_config.py +12 -0
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/RECORD +99 -105
- pulumi_gcp/applicationintegration/auth_config.py +0 -998
- pulumi_gcp/composer/user_workloads_secret.py +0 -441
- pulumi_gcp/compute/security_policy_rule.py +0 -850
- pulumi_gcp/dataloss/prevention_discovery_config.py +0 -737
- pulumi_gcp/networkconnectivity/internal_range.py +0 -1024
- pulumi_gcp/storage/get_bucket_objects.py +0 -153
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/top_level.txt +0 -0
@@ -27,6 +27,8 @@ class ConnectionArgs:
|
|
27
27
|
:param pulumi.Input[str] service: Provider peering service that is managing peering connectivity for a
|
28
28
|
service provider organization. For Google services that support this functionality it is
|
29
29
|
'servicenetworking.googleapis.com'.
|
30
|
+
:param pulumi.Input[str] deletion_policy: When set to ABANDON, terraform will abandon management of the resource instead of deleting it. Prevents terraform apply
|
31
|
+
failures with CloudSQL. Note: The resource will still exist.
|
30
32
|
"""
|
31
33
|
pulumi.set(__self__, "network", network)
|
32
34
|
pulumi.set(__self__, "reserved_peering_ranges", reserved_peering_ranges)
|
@@ -77,6 +79,10 @@ class ConnectionArgs:
|
|
77
79
|
@property
|
78
80
|
@pulumi.getter(name="deletionPolicy")
|
79
81
|
def deletion_policy(self) -> Optional[pulumi.Input[str]]:
|
82
|
+
"""
|
83
|
+
When set to ABANDON, terraform will abandon management of the resource instead of deleting it. Prevents terraform apply
|
84
|
+
failures with CloudSQL. Note: The resource will still exist.
|
85
|
+
"""
|
80
86
|
return pulumi.get(self, "deletion_policy")
|
81
87
|
|
82
88
|
@deletion_policy.setter
|
@@ -94,6 +100,8 @@ class _ConnectionState:
|
|
94
100
|
service: Optional[pulumi.Input[str]] = None):
|
95
101
|
"""
|
96
102
|
Input properties used for looking up and filtering Connection resources.
|
103
|
+
:param pulumi.Input[str] deletion_policy: When set to ABANDON, terraform will abandon management of the resource instead of deleting it. Prevents terraform apply
|
104
|
+
failures with CloudSQL. Note: The resource will still exist.
|
97
105
|
:param pulumi.Input[str] network: Name of VPC network connected with service producers using VPC peering.
|
98
106
|
:param pulumi.Input[str] peering: (Computed) The name of the VPC Network Peering connection that was created by the service producer.
|
99
107
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] reserved_peering_ranges: Named IP address range(s) of PEERING type reserved for
|
@@ -117,6 +125,10 @@ class _ConnectionState:
|
|
117
125
|
@property
|
118
126
|
@pulumi.getter(name="deletionPolicy")
|
119
127
|
def deletion_policy(self) -> Optional[pulumi.Input[str]]:
|
128
|
+
"""
|
129
|
+
When set to ABANDON, terraform will abandon management of the resource instead of deleting it. Prevents terraform apply
|
130
|
+
failures with CloudSQL. Note: The resource will still exist.
|
131
|
+
"""
|
120
132
|
return pulumi.get(self, "deletion_policy")
|
121
133
|
|
122
134
|
@deletion_policy.setter
|
@@ -240,6 +252,8 @@ class Connection(pulumi.CustomResource):
|
|
240
252
|
|
241
253
|
:param str resource_name: The name of the resource.
|
242
254
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
255
|
+
:param pulumi.Input[str] deletion_policy: When set to ABANDON, terraform will abandon management of the resource instead of deleting it. Prevents terraform apply
|
256
|
+
failures with CloudSQL. Note: The resource will still exist.
|
243
257
|
:param pulumi.Input[str] network: Name of VPC network connected with service producers using VPC peering.
|
244
258
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] reserved_peering_ranges: Named IP address range(s) of PEERING type reserved for
|
245
259
|
this service provider. Note that invoking this method with a different range when connection
|
@@ -367,6 +381,8 @@ class Connection(pulumi.CustomResource):
|
|
367
381
|
:param str resource_name: The unique name of the resulting resource.
|
368
382
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
369
383
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
384
|
+
:param pulumi.Input[str] deletion_policy: When set to ABANDON, terraform will abandon management of the resource instead of deleting it. Prevents terraform apply
|
385
|
+
failures with CloudSQL. Note: The resource will still exist.
|
370
386
|
:param pulumi.Input[str] network: Name of VPC network connected with service producers using VPC peering.
|
371
387
|
:param pulumi.Input[str] peering: (Computed) The name of the VPC Network Peering connection that was created by the service producer.
|
372
388
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] reserved_peering_ranges: Named IP address range(s) of PEERING type reserved for
|
@@ -390,6 +406,10 @@ class Connection(pulumi.CustomResource):
|
|
390
406
|
@property
|
391
407
|
@pulumi.getter(name="deletionPolicy")
|
392
408
|
def deletion_policy(self) -> pulumi.Output[Optional[str]]:
|
409
|
+
"""
|
410
|
+
When set to ABANDON, terraform will abandon management of the resource instead of deleting it. Prevents terraform apply
|
411
|
+
failures with CloudSQL. Note: The resource will still exist.
|
412
|
+
"""
|
393
413
|
return pulumi.get(self, "deletion_policy")
|
394
414
|
|
395
415
|
@property
|
pulumi_gcp/spanner/database.py
CHANGED
@@ -40,6 +40,11 @@ class DatabaseArgs:
|
|
40
40
|
error in any statement, the database is not created.
|
41
41
|
:param pulumi.Input[bool] deletion_protection: Whether or not to allow the provider to destroy the instance. Unless this field is set to false
|
42
42
|
in state, a `destroy` or `update` that would delete the instance will fail.
|
43
|
+
:param pulumi.Input[bool] enable_drop_protection: Whether drop protection is enabled for this database. Defaults to false. Drop protection is different from the
|
44
|
+
"deletion_protection" attribute in the following ways: (1) "deletion_protection" only protects the database from
|
45
|
+
deletions in Terraform. whereas setting “enableDropProtection” to true protects the database from deletions in all
|
46
|
+
interfaces. (2) Setting "enableDropProtection" to true also prevents the deletion of the parent instance containing the
|
47
|
+
database. "deletion_protection" attribute does not provide protection against the deletion of the parent instance.
|
43
48
|
:param pulumi.Input['DatabaseEncryptionConfigArgs'] encryption_config: Encryption configuration for the database
|
44
49
|
Structure is documented below.
|
45
50
|
:param pulumi.Input[str] name: A unique identifier for the database, which cannot be changed after
|
@@ -130,6 +135,13 @@ class DatabaseArgs:
|
|
130
135
|
@property
|
131
136
|
@pulumi.getter(name="enableDropProtection")
|
132
137
|
def enable_drop_protection(self) -> Optional[pulumi.Input[bool]]:
|
138
|
+
"""
|
139
|
+
Whether drop protection is enabled for this database. Defaults to false. Drop protection is different from the
|
140
|
+
"deletion_protection" attribute in the following ways: (1) "deletion_protection" only protects the database from
|
141
|
+
deletions in Terraform. whereas setting “enableDropProtection” to true protects the database from deletions in all
|
142
|
+
interfaces. (2) Setting "enableDropProtection" to true also prevents the deletion of the parent instance containing the
|
143
|
+
database. "deletion_protection" attribute does not provide protection against the deletion of the parent instance.
|
144
|
+
"""
|
133
145
|
return pulumi.get(self, "enable_drop_protection")
|
134
146
|
|
135
147
|
@enable_drop_protection.setter
|
@@ -216,6 +228,11 @@ class _DatabaseState:
|
|
216
228
|
error in any statement, the database is not created.
|
217
229
|
:param pulumi.Input[bool] deletion_protection: Whether or not to allow the provider to destroy the instance. Unless this field is set to false
|
218
230
|
in state, a `destroy` or `update` that would delete the instance will fail.
|
231
|
+
:param pulumi.Input[bool] enable_drop_protection: Whether drop protection is enabled for this database. Defaults to false. Drop protection is different from the
|
232
|
+
"deletion_protection" attribute in the following ways: (1) "deletion_protection" only protects the database from
|
233
|
+
deletions in Terraform. whereas setting “enableDropProtection” to true protects the database from deletions in all
|
234
|
+
interfaces. (2) Setting "enableDropProtection" to true also prevents the deletion of the parent instance containing the
|
235
|
+
database. "deletion_protection" attribute does not provide protection against the deletion of the parent instance.
|
219
236
|
:param pulumi.Input['DatabaseEncryptionConfigArgs'] encryption_config: Encryption configuration for the database
|
220
237
|
Structure is documented below.
|
221
238
|
:param pulumi.Input[str] instance: The instance to create the database on.
|
@@ -299,6 +316,13 @@ class _DatabaseState:
|
|
299
316
|
@property
|
300
317
|
@pulumi.getter(name="enableDropProtection")
|
301
318
|
def enable_drop_protection(self) -> Optional[pulumi.Input[bool]]:
|
319
|
+
"""
|
320
|
+
Whether drop protection is enabled for this database. Defaults to false. Drop protection is different from the
|
321
|
+
"deletion_protection" attribute in the following ways: (1) "deletion_protection" only protects the database from
|
322
|
+
deletions in Terraform. whereas setting “enableDropProtection” to true protects the database from deletions in all
|
323
|
+
interfaces. (2) Setting "enableDropProtection" to true also prevents the deletion of the parent instance containing the
|
324
|
+
database. "deletion_protection" attribute does not provide protection against the deletion of the parent instance.
|
325
|
+
"""
|
302
326
|
return pulumi.get(self, "enable_drop_protection")
|
303
327
|
|
304
328
|
@enable_drop_protection.setter
|
@@ -482,6 +506,11 @@ class Database(pulumi.CustomResource):
|
|
482
506
|
error in any statement, the database is not created.
|
483
507
|
:param pulumi.Input[bool] deletion_protection: Whether or not to allow the provider to destroy the instance. Unless this field is set to false
|
484
508
|
in state, a `destroy` or `update` that would delete the instance will fail.
|
509
|
+
:param pulumi.Input[bool] enable_drop_protection: Whether drop protection is enabled for this database. Defaults to false. Drop protection is different from the
|
510
|
+
"deletion_protection" attribute in the following ways: (1) "deletion_protection" only protects the database from
|
511
|
+
deletions in Terraform. whereas setting “enableDropProtection” to true protects the database from deletions in all
|
512
|
+
interfaces. (2) Setting "enableDropProtection" to true also prevents the deletion of the parent instance containing the
|
513
|
+
database. "deletion_protection" attribute does not provide protection against the deletion of the parent instance.
|
485
514
|
:param pulumi.Input[pulumi.InputType['DatabaseEncryptionConfigArgs']] encryption_config: Encryption configuration for the database
|
486
515
|
Structure is documented below.
|
487
516
|
:param pulumi.Input[str] instance: The instance to create the database on.
|
@@ -653,6 +682,11 @@ class Database(pulumi.CustomResource):
|
|
653
682
|
error in any statement, the database is not created.
|
654
683
|
:param pulumi.Input[bool] deletion_protection: Whether or not to allow the provider to destroy the instance. Unless this field is set to false
|
655
684
|
in state, a `destroy` or `update` that would delete the instance will fail.
|
685
|
+
:param pulumi.Input[bool] enable_drop_protection: Whether drop protection is enabled for this database. Defaults to false. Drop protection is different from the
|
686
|
+
"deletion_protection" attribute in the following ways: (1) "deletion_protection" only protects the database from
|
687
|
+
deletions in Terraform. whereas setting “enableDropProtection” to true protects the database from deletions in all
|
688
|
+
interfaces. (2) Setting "enableDropProtection" to true also prevents the deletion of the parent instance containing the
|
689
|
+
database. "deletion_protection" attribute does not provide protection against the deletion of the parent instance.
|
656
690
|
:param pulumi.Input[pulumi.InputType['DatabaseEncryptionConfigArgs']] encryption_config: Encryption configuration for the database
|
657
691
|
Structure is documented below.
|
658
692
|
:param pulumi.Input[str] instance: The instance to create the database on.
|
@@ -719,6 +753,13 @@ class Database(pulumi.CustomResource):
|
|
719
753
|
@property
|
720
754
|
@pulumi.getter(name="enableDropProtection")
|
721
755
|
def enable_drop_protection(self) -> pulumi.Output[Optional[bool]]:
|
756
|
+
"""
|
757
|
+
Whether drop protection is enabled for this database. Defaults to false. Drop protection is different from the
|
758
|
+
"deletion_protection" attribute in the following ways: (1) "deletion_protection" only protects the database from
|
759
|
+
deletions in Terraform. whereas setting “enableDropProtection” to true protects the database from deletions in all
|
760
|
+
interfaces. (2) Setting "enableDropProtection" to true also prevents the deletion of the parent instance containing the
|
761
|
+
database. "deletion_protection" attribute does not provide protection against the deletion of the parent instance.
|
762
|
+
"""
|
722
763
|
return pulumi.get(self, "enable_drop_protection")
|
723
764
|
|
724
765
|
@property
|
pulumi_gcp/spanner/instance.py
CHANGED
@@ -55,6 +55,10 @@ class InstanceArgs:
|
|
55
55
|
in length.
|
56
56
|
|
57
57
|
If not provided, a random string starting with `tf-` will be selected.
|
58
|
+
:param pulumi.Input[int] num_nodes: The number of nodes allocated to this instance. Exactly one of either node_count or processing_units must be present in
|
59
|
+
terraform.
|
60
|
+
:param pulumi.Input[int] processing_units: The number of processing units allocated to this instance. Exactly one of processing_units or node_count must be present
|
61
|
+
in terraform.
|
58
62
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
59
63
|
If it is not provided, the provider project is used.
|
60
64
|
"""
|
@@ -172,6 +176,10 @@ class InstanceArgs:
|
|
172
176
|
@property
|
173
177
|
@pulumi.getter(name="numNodes")
|
174
178
|
def num_nodes(self) -> Optional[pulumi.Input[int]]:
|
179
|
+
"""
|
180
|
+
The number of nodes allocated to this instance. Exactly one of either node_count or processing_units must be present in
|
181
|
+
terraform.
|
182
|
+
"""
|
175
183
|
return pulumi.get(self, "num_nodes")
|
176
184
|
|
177
185
|
@num_nodes.setter
|
@@ -181,6 +189,10 @@ class InstanceArgs:
|
|
181
189
|
@property
|
182
190
|
@pulumi.getter(name="processingUnits")
|
183
191
|
def processing_units(self) -> Optional[pulumi.Input[int]]:
|
192
|
+
"""
|
193
|
+
The number of processing units allocated to this instance. Exactly one of processing_units or node_count must be present
|
194
|
+
in terraform.
|
195
|
+
"""
|
184
196
|
return pulumi.get(self, "processing_units")
|
185
197
|
|
186
198
|
@processing_units.setter
|
@@ -247,6 +259,10 @@ class _InstanceState:
|
|
247
259
|
in length.
|
248
260
|
|
249
261
|
If not provided, a random string starting with `tf-` will be selected.
|
262
|
+
:param pulumi.Input[int] num_nodes: The number of nodes allocated to this instance. Exactly one of either node_count or processing_units must be present in
|
263
|
+
terraform.
|
264
|
+
:param pulumi.Input[int] processing_units: The number of processing units allocated to this instance. Exactly one of processing_units or node_count must be present
|
265
|
+
in terraform.
|
250
266
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
251
267
|
If it is not provided, the provider project is used.
|
252
268
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
@@ -387,6 +403,10 @@ class _InstanceState:
|
|
387
403
|
@property
|
388
404
|
@pulumi.getter(name="numNodes")
|
389
405
|
def num_nodes(self) -> Optional[pulumi.Input[int]]:
|
406
|
+
"""
|
407
|
+
The number of nodes allocated to this instance. Exactly one of either node_count or processing_units must be present in
|
408
|
+
terraform.
|
409
|
+
"""
|
390
410
|
return pulumi.get(self, "num_nodes")
|
391
411
|
|
392
412
|
@num_nodes.setter
|
@@ -396,6 +416,10 @@ class _InstanceState:
|
|
396
416
|
@property
|
397
417
|
@pulumi.getter(name="processingUnits")
|
398
418
|
def processing_units(self) -> Optional[pulumi.Input[int]]:
|
419
|
+
"""
|
420
|
+
The number of processing units allocated to this instance. Exactly one of processing_units or node_count must be present
|
421
|
+
in terraform.
|
422
|
+
"""
|
399
423
|
return pulumi.get(self, "processing_units")
|
400
424
|
|
401
425
|
@processing_units.setter
|
@@ -588,6 +612,10 @@ class Instance(pulumi.CustomResource):
|
|
588
612
|
in length.
|
589
613
|
|
590
614
|
If not provided, a random string starting with `tf-` will be selected.
|
615
|
+
:param pulumi.Input[int] num_nodes: The number of nodes allocated to this instance. Exactly one of either node_count or processing_units must be present in
|
616
|
+
terraform.
|
617
|
+
:param pulumi.Input[int] processing_units: The number of processing units allocated to this instance. Exactly one of processing_units or node_count must be present
|
618
|
+
in terraform.
|
591
619
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
592
620
|
If it is not provided, the provider project is used.
|
593
621
|
"""
|
@@ -808,6 +836,10 @@ class Instance(pulumi.CustomResource):
|
|
808
836
|
in length.
|
809
837
|
|
810
838
|
If not provided, a random string starting with `tf-` will be selected.
|
839
|
+
:param pulumi.Input[int] num_nodes: The number of nodes allocated to this instance. Exactly one of either node_count or processing_units must be present in
|
840
|
+
terraform.
|
841
|
+
:param pulumi.Input[int] processing_units: The number of processing units allocated to this instance. Exactly one of processing_units or node_count must be present
|
842
|
+
in terraform.
|
811
843
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
812
844
|
If it is not provided, the provider project is used.
|
813
845
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
@@ -913,11 +945,19 @@ class Instance(pulumi.CustomResource):
|
|
913
945
|
@property
|
914
946
|
@pulumi.getter(name="numNodes")
|
915
947
|
def num_nodes(self) -> pulumi.Output[int]:
|
948
|
+
"""
|
949
|
+
The number of nodes allocated to this instance. Exactly one of either node_count or processing_units must be present in
|
950
|
+
terraform.
|
951
|
+
"""
|
916
952
|
return pulumi.get(self, "num_nodes")
|
917
953
|
|
918
954
|
@property
|
919
955
|
@pulumi.getter(name="processingUnits")
|
920
956
|
def processing_units(self) -> pulumi.Output[int]:
|
957
|
+
"""
|
958
|
+
The number of processing units allocated to this instance. Exactly one of processing_units or node_count must be present
|
959
|
+
in terraform.
|
960
|
+
"""
|
921
961
|
return pulumi.get(self, "processing_units")
|
922
962
|
|
923
963
|
@property
|
pulumi_gcp/storage/__init__.py
CHANGED
@@ -18,7 +18,6 @@ from .get_bucket import *
|
|
18
18
|
from .get_bucket_iam_policy import *
|
19
19
|
from .get_bucket_object import *
|
20
20
|
from .get_bucket_object_content import *
|
21
|
-
from .get_bucket_objects import *
|
22
21
|
from .get_object_signed_url import *
|
23
22
|
from .get_project_service_account import *
|
24
23
|
from .get_transfer_project_service_account import *
|
pulumi_gcp/storage/bucket.py
CHANGED
@@ -420,6 +420,8 @@ class _BucketState:
|
|
420
420
|
:param pulumi.Input[Sequence[pulumi.Input['BucketCorArgs']]] cors: The bucket's [Cross-Origin Resource Sharing (CORS)](https://www.w3.org/TR/cors/) configuration. Multiple blocks of this type are permitted. Structure is documented below.
|
421
421
|
:param pulumi.Input['BucketCustomPlacementConfigArgs'] custom_placement_config: The bucket's custom location configuration, which specifies the individual regions that comprise a dual-region bucket. If the bucket is designated a single or multi-region, the parameters are empty. Structure is documented below.
|
422
422
|
:param pulumi.Input[bool] default_event_based_hold: Whether or not to automatically apply an eventBasedHold to new objects added to the bucket.
|
423
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
424
|
+
clients and services.
|
423
425
|
:param pulumi.Input[bool] enable_object_retention: Enables [object retention](https://cloud.google.com/storage/docs/object-lock) on a storage bucket.
|
424
426
|
:param pulumi.Input['BucketEncryptionArgs'] encryption: The bucket's encryption configuration. Structure is documented below.
|
425
427
|
:param pulumi.Input[bool] force_destroy: When deleting a bucket, this
|
@@ -555,6 +557,10 @@ class _BucketState:
|
|
555
557
|
@property
|
556
558
|
@pulumi.getter(name="effectiveLabels")
|
557
559
|
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
560
|
+
"""
|
561
|
+
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
562
|
+
clients and services.
|
563
|
+
"""
|
558
564
|
return pulumi.get(self, "effective_labels")
|
559
565
|
|
560
566
|
@effective_labels.setter
|
@@ -1254,6 +1260,8 @@ class Bucket(pulumi.CustomResource):
|
|
1254
1260
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BucketCorArgs']]]] cors: The bucket's [Cross-Origin Resource Sharing (CORS)](https://www.w3.org/TR/cors/) configuration. Multiple blocks of this type are permitted. Structure is documented below.
|
1255
1261
|
:param pulumi.Input[pulumi.InputType['BucketCustomPlacementConfigArgs']] custom_placement_config: The bucket's custom location configuration, which specifies the individual regions that comprise a dual-region bucket. If the bucket is designated a single or multi-region, the parameters are empty. Structure is documented below.
|
1256
1262
|
:param pulumi.Input[bool] default_event_based_hold: Whether or not to automatically apply an eventBasedHold to new objects added to the bucket.
|
1263
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
1264
|
+
clients and services.
|
1257
1265
|
:param pulumi.Input[bool] enable_object_retention: Enables [object retention](https://cloud.google.com/storage/docs/object-lock) on a storage bucket.
|
1258
1266
|
:param pulumi.Input[pulumi.InputType['BucketEncryptionArgs']] encryption: The bucket's encryption configuration. Structure is documented below.
|
1259
1267
|
:param pulumi.Input[bool] force_destroy: When deleting a bucket, this
|
@@ -1351,6 +1359,10 @@ class Bucket(pulumi.CustomResource):
|
|
1351
1359
|
@property
|
1352
1360
|
@pulumi.getter(name="effectiveLabels")
|
1353
1361
|
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
1362
|
+
"""
|
1363
|
+
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
1364
|
+
clients and services.
|
1365
|
+
"""
|
1354
1366
|
return pulumi.get(self, "effective_labels")
|
1355
1367
|
|
1356
1368
|
@property
|
pulumi_gcp/storage/outputs.py
CHANGED
@@ -67,7 +67,6 @@ __all__ = [
|
|
67
67
|
'GetBucketObjectContentRetentionResult',
|
68
68
|
'GetBucketObjectCustomerEncryptionResult',
|
69
69
|
'GetBucketObjectRetentionResult',
|
70
|
-
'GetBucketObjectsBucketObjectResult',
|
71
70
|
'GetBucketRetentionPolicyResult',
|
72
71
|
'GetBucketSoftDeletePolicyResult',
|
73
72
|
'GetBucketVersioningResult',
|
@@ -3056,68 +3055,6 @@ class GetBucketObjectRetentionResult(dict):
|
|
3056
3055
|
return pulumi.get(self, "retain_until_time")
|
3057
3056
|
|
3058
3057
|
|
3059
|
-
@pulumi.output_type
|
3060
|
-
class GetBucketObjectsBucketObjectResult(dict):
|
3061
|
-
def __init__(__self__, *,
|
3062
|
-
content_type: str,
|
3063
|
-
media_link: str,
|
3064
|
-
name: str,
|
3065
|
-
self_link: str,
|
3066
|
-
storage_class: str):
|
3067
|
-
"""
|
3068
|
-
:param str content_type: [Content-Type](https://tools.ietf.org/html/rfc7231#section-3.1.1.5) of the object data.
|
3069
|
-
:param str media_link: A url reference to download this object.
|
3070
|
-
:param str name: The name of the object.
|
3071
|
-
:param str self_link: A url reference to this object.
|
3072
|
-
:param str storage_class: The [StorageClass](https://cloud.google.com/storage/docs/storage-classes) of the bucket object.
|
3073
|
-
"""
|
3074
|
-
pulumi.set(__self__, "content_type", content_type)
|
3075
|
-
pulumi.set(__self__, "media_link", media_link)
|
3076
|
-
pulumi.set(__self__, "name", name)
|
3077
|
-
pulumi.set(__self__, "self_link", self_link)
|
3078
|
-
pulumi.set(__self__, "storage_class", storage_class)
|
3079
|
-
|
3080
|
-
@property
|
3081
|
-
@pulumi.getter(name="contentType")
|
3082
|
-
def content_type(self) -> str:
|
3083
|
-
"""
|
3084
|
-
[Content-Type](https://tools.ietf.org/html/rfc7231#section-3.1.1.5) of the object data.
|
3085
|
-
"""
|
3086
|
-
return pulumi.get(self, "content_type")
|
3087
|
-
|
3088
|
-
@property
|
3089
|
-
@pulumi.getter(name="mediaLink")
|
3090
|
-
def media_link(self) -> str:
|
3091
|
-
"""
|
3092
|
-
A url reference to download this object.
|
3093
|
-
"""
|
3094
|
-
return pulumi.get(self, "media_link")
|
3095
|
-
|
3096
|
-
@property
|
3097
|
-
@pulumi.getter
|
3098
|
-
def name(self) -> str:
|
3099
|
-
"""
|
3100
|
-
The name of the object.
|
3101
|
-
"""
|
3102
|
-
return pulumi.get(self, "name")
|
3103
|
-
|
3104
|
-
@property
|
3105
|
-
@pulumi.getter(name="selfLink")
|
3106
|
-
def self_link(self) -> str:
|
3107
|
-
"""
|
3108
|
-
A url reference to this object.
|
3109
|
-
"""
|
3110
|
-
return pulumi.get(self, "self_link")
|
3111
|
-
|
3112
|
-
@property
|
3113
|
-
@pulumi.getter(name="storageClass")
|
3114
|
-
def storage_class(self) -> str:
|
3115
|
-
"""
|
3116
|
-
The [StorageClass](https://cloud.google.com/storage/docs/storage-classes) of the bucket object.
|
3117
|
-
"""
|
3118
|
-
return pulumi.get(self, "storage_class")
|
3119
|
-
|
3120
|
-
|
3121
3058
|
@pulumi.output_type
|
3122
3059
|
class GetBucketRetentionPolicyResult(dict):
|
3123
3060
|
def __init__(__self__, *,
|
@@ -202,6 +202,8 @@ class _WorkstationState:
|
|
202
202
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
203
203
|
:param pulumi.Input[str] create_time: Time when this resource was created.
|
204
204
|
:param pulumi.Input[str] display_name: Human-readable name for this resource.
|
205
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
206
|
+
Terraform, other clients and services.
|
205
207
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
206
208
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] env: 'Client-specified environment variables passed to the workstation container's entrypoint.'
|
207
209
|
:param pulumi.Input[str] host: Host to which clients can send HTTPS traffic that will be received by the workstation.
|
@@ -301,6 +303,10 @@ class _WorkstationState:
|
|
301
303
|
@property
|
302
304
|
@pulumi.getter(name="effectiveAnnotations")
|
303
305
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
306
|
+
"""
|
307
|
+
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
308
|
+
Terraform, other clients and services.
|
309
|
+
"""
|
304
310
|
return pulumi.get(self, "effective_annotations")
|
305
311
|
|
306
312
|
@effective_annotations.setter
|
@@ -771,6 +777,8 @@ class Workstation(pulumi.CustomResource):
|
|
771
777
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
772
778
|
:param pulumi.Input[str] create_time: Time when this resource was created.
|
773
779
|
:param pulumi.Input[str] display_name: Human-readable name for this resource.
|
780
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
781
|
+
Terraform, other clients and services.
|
774
782
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
775
783
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] env: 'Client-specified environment variables passed to the workstation container's entrypoint.'
|
776
784
|
:param pulumi.Input[str] host: Host to which clients can send HTTPS traffic that will be received by the workstation.
|
@@ -846,6 +854,10 @@ class Workstation(pulumi.CustomResource):
|
|
846
854
|
@property
|
847
855
|
@pulumi.getter(name="effectiveAnnotations")
|
848
856
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
857
|
+
"""
|
858
|
+
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
859
|
+
Terraform, other clients and services.
|
860
|
+
"""
|
849
861
|
return pulumi.get(self, "effective_annotations")
|
850
862
|
|
851
863
|
@property
|
@@ -240,6 +240,8 @@ class _WorkstationClusterState:
|
|
240
240
|
:param pulumi.Input[str] display_name: Human-readable name for this resource.
|
241
241
|
:param pulumi.Input['WorkstationClusterDomainConfigArgs'] domain_config: Configuration options for a custom domain.
|
242
242
|
Structure is documented below.
|
243
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
244
|
+
Terraform, other clients and services.
|
243
245
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
244
246
|
:param pulumi.Input[str] etag: Checksum computed by the server.
|
245
247
|
May be sent on update and delete requests to ensure that the client has an up-to-date value before proceeding.
|
@@ -398,6 +400,10 @@ class _WorkstationClusterState:
|
|
398
400
|
@property
|
399
401
|
@pulumi.getter(name="effectiveAnnotations")
|
400
402
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
403
|
+
"""
|
404
|
+
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
405
|
+
Terraform, other clients and services.
|
406
|
+
"""
|
401
407
|
return pulumi.get(self, "effective_annotations")
|
402
408
|
|
403
409
|
@effective_annotations.setter
|
@@ -955,6 +961,8 @@ class WorkstationCluster(pulumi.CustomResource):
|
|
955
961
|
:param pulumi.Input[str] display_name: Human-readable name for this resource.
|
956
962
|
:param pulumi.Input[pulumi.InputType['WorkstationClusterDomainConfigArgs']] domain_config: Configuration options for a custom domain.
|
957
963
|
Structure is documented below.
|
964
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
965
|
+
Terraform, other clients and services.
|
958
966
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
959
967
|
:param pulumi.Input[str] etag: Checksum computed by the server.
|
960
968
|
May be sent on update and delete requests to ensure that the client has an up-to-date value before proceeding.
|
@@ -1070,6 +1078,10 @@ class WorkstationCluster(pulumi.CustomResource):
|
|
1070
1078
|
@property
|
1071
1079
|
@pulumi.getter(name="effectiveAnnotations")
|
1072
1080
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1081
|
+
"""
|
1082
|
+
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1083
|
+
Terraform, other clients and services.
|
1084
|
+
"""
|
1073
1085
|
return pulumi.get(self, "effective_annotations")
|
1074
1086
|
|
1075
1087
|
@property
|
@@ -389,6 +389,8 @@ class _WorkstationConfigState:
|
|
389
389
|
:param pulumi.Input[bool] degraded: Whether this resource is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in the conditions field.
|
390
390
|
:param pulumi.Input[bool] disable_tcp_connections: Disables support for plain TCP connections in the workstation. By default the service supports TCP connections via a websocket relay. Setting this option to true disables that relay, which prevents the usage of services that require plain tcp connections, such as ssh. When enabled, all communication must occur over https or wss.
|
391
391
|
:param pulumi.Input[str] display_name: Human-readable name for this resource.
|
392
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
393
|
+
Terraform, other clients and services.
|
392
394
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
393
395
|
:param pulumi.Input[bool] enable_audit_agent: Whether to enable Linux `auditd` logging on the workstation. When enabled, a service account must also be specified that has `logging.buckets.write` permission on the project. Operating system audit logging is distinct from Cloud Audit Logs.
|
394
396
|
:param pulumi.Input['WorkstationConfigEncryptionKeyArgs'] encryption_key: Encrypts resources of this workstation configuration using a customer-managed encryption key.
|
@@ -574,6 +576,10 @@ class _WorkstationConfigState:
|
|
574
576
|
@property
|
575
577
|
@pulumi.getter(name="effectiveAnnotations")
|
576
578
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
579
|
+
"""
|
580
|
+
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
581
|
+
Terraform, other clients and services.
|
582
|
+
"""
|
577
583
|
return pulumi.get(self, "effective_annotations")
|
578
584
|
|
579
585
|
@effective_annotations.setter
|
@@ -1831,6 +1837,8 @@ class WorkstationConfig(pulumi.CustomResource):
|
|
1831
1837
|
:param pulumi.Input[bool] degraded: Whether this resource is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in the conditions field.
|
1832
1838
|
:param pulumi.Input[bool] disable_tcp_connections: Disables support for plain TCP connections in the workstation. By default the service supports TCP connections via a websocket relay. Setting this option to true disables that relay, which prevents the usage of services that require plain tcp connections, such as ssh. When enabled, all communication must occur over https or wss.
|
1833
1839
|
:param pulumi.Input[str] display_name: Human-readable name for this resource.
|
1840
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1841
|
+
Terraform, other clients and services.
|
1834
1842
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
1835
1843
|
:param pulumi.Input[bool] enable_audit_agent: Whether to enable Linux `auditd` logging on the workstation. When enabled, a service account must also be specified that has `logging.buckets.write` permission on the project. Operating system audit logging is distinct from Cloud Audit Logs.
|
1836
1844
|
:param pulumi.Input[pulumi.InputType['WorkstationConfigEncryptionKeyArgs']] encryption_key: Encrypts resources of this workstation configuration using a customer-managed encryption key.
|
@@ -1966,6 +1974,10 @@ class WorkstationConfig(pulumi.CustomResource):
|
|
1966
1974
|
@property
|
1967
1975
|
@pulumi.getter(name="effectiveAnnotations")
|
1968
1976
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1977
|
+
"""
|
1978
|
+
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1979
|
+
Terraform, other clients and services.
|
1980
|
+
"""
|
1969
1981
|
return pulumi.get(self, "effective_annotations")
|
1970
1982
|
|
1971
1983
|
@property
|