pulumi-gcp 7.20.0a1713984378__py3-none-any.whl → 7.21.0__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.
Files changed (131) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/alloydb/_inputs.py +74 -0
  3. pulumi_gcp/alloydb/backup.py +0 -12
  4. pulumi_gcp/alloydb/cluster.py +0 -12
  5. pulumi_gcp/alloydb/instance.py +90 -81
  6. pulumi_gcp/alloydb/outputs.py +98 -0
  7. pulumi_gcp/apigee/environment.py +47 -0
  8. pulumi_gcp/apigee/organization.py +162 -0
  9. pulumi_gcp/apigee/sharedflow.py +0 -20
  10. pulumi_gcp/appengine/flexible_app_version.py +0 -20
  11. pulumi_gcp/applicationintegration/__init__.py +1 -0
  12. pulumi_gcp/applicationintegration/_inputs.py +843 -0
  13. pulumi_gcp/applicationintegration/auth_config.py +998 -0
  14. pulumi_gcp/applicationintegration/outputs.py +891 -0
  15. pulumi_gcp/artifactregistry/_inputs.py +186 -0
  16. pulumi_gcp/artifactregistry/outputs.py +297 -4
  17. pulumi_gcp/artifactregistry/repository.py +346 -16
  18. pulumi_gcp/bigquery/table.py +61 -0
  19. pulumi_gcp/bigquerydatapolicy/_inputs.py +21 -4
  20. pulumi_gcp/bigquerydatapolicy/data_policy.py +78 -0
  21. pulumi_gcp/bigquerydatapolicy/outputs.py +16 -3
  22. pulumi_gcp/billing/budget.py +54 -0
  23. pulumi_gcp/certificateauthority/_inputs.py +92 -12
  24. pulumi_gcp/certificateauthority/authority.py +117 -27
  25. pulumi_gcp/certificateauthority/certificate.py +176 -0
  26. pulumi_gcp/certificateauthority/outputs.py +144 -12
  27. pulumi_gcp/cloudbuild/worker_pool.py +0 -12
  28. pulumi_gcp/cloudbuildv2/connection.py +0 -12
  29. pulumi_gcp/cloudbuildv2/repository.py +0 -12
  30. pulumi_gcp/clouddeploy/automation.py +0 -12
  31. pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
  32. pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
  33. pulumi_gcp/clouddeploy/target.py +0 -12
  34. pulumi_gcp/cloudfunctionsv2/_inputs.py +16 -0
  35. pulumi_gcp/cloudfunctionsv2/function.py +110 -0
  36. pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
  37. pulumi_gcp/cloudrunv2/job.py +0 -12
  38. pulumi_gcp/cloudrunv2/service.py +0 -12
  39. pulumi_gcp/composer/__init__.py +1 -0
  40. pulumi_gcp/composer/environment.py +35 -47
  41. pulumi_gcp/composer/user_workloads_secret.py +441 -0
  42. pulumi_gcp/compute/__init__.py +1 -0
  43. pulumi_gcp/compute/_inputs.py +169 -58
  44. pulumi_gcp/compute/forwarding_rule.py +0 -13
  45. pulumi_gcp/compute/get_instance_group_manager.py +11 -1
  46. pulumi_gcp/compute/global_address.py +0 -12
  47. pulumi_gcp/compute/global_forwarding_rule.py +0 -282
  48. pulumi_gcp/compute/instance_from_machine_image.py +14 -46
  49. pulumi_gcp/compute/instance_from_template.py +14 -46
  50. pulumi_gcp/compute/instance_group_manager.py +68 -21
  51. pulumi_gcp/compute/outputs.py +213 -65
  52. pulumi_gcp/compute/region_instance_group_manager.py +61 -14
  53. pulumi_gcp/compute/region_instance_template.py +0 -13
  54. pulumi_gcp/compute/region_target_https_proxy.py +257 -0
  55. pulumi_gcp/compute/region_url_map.py +0 -470
  56. pulumi_gcp/compute/security_policy_rule.py +850 -0
  57. pulumi_gcp/container/attached_cluster.py +0 -12
  58. pulumi_gcp/container/aws_cluster.py +0 -12
  59. pulumi_gcp/container/aws_node_pool.py +0 -12
  60. pulumi_gcp/container/azure_cluster.py +0 -12
  61. pulumi_gcp/container/azure_node_pool.py +0 -12
  62. pulumi_gcp/container/cluster.py +0 -20
  63. pulumi_gcp/container/outputs.py +4 -4
  64. pulumi_gcp/dataflow/flex_template_job.py +0 -39
  65. pulumi_gcp/dataloss/__init__.py +1 -0
  66. pulumi_gcp/dataloss/_inputs.py +1040 -0
  67. pulumi_gcp/dataloss/outputs.py +1123 -0
  68. pulumi_gcp/dataloss/prevention_discovery_config.py +737 -0
  69. pulumi_gcp/dataproc/cluster.py +0 -20
  70. pulumi_gcp/dataproc/workflow_template.py +21 -26
  71. pulumi_gcp/deploymentmanager/deployment.py +0 -34
  72. pulumi_gcp/dns/_inputs.py +2 -130
  73. pulumi_gcp/dns/get_keys.py +1 -1
  74. pulumi_gcp/dns/get_managed_zones.py +3 -9
  75. pulumi_gcp/dns/get_record_set.py +3 -0
  76. pulumi_gcp/dns/outputs.py +36 -58
  77. pulumi_gcp/dns/record_set.py +2 -36
  78. pulumi_gcp/filestore/get_instance.py +11 -1
  79. pulumi_gcp/filestore/instance.py +101 -0
  80. pulumi_gcp/firebase/_inputs.py +16 -0
  81. pulumi_gcp/firebase/android_app.py +0 -27
  82. pulumi_gcp/firebase/app_check_play_integrity_config.py +20 -0
  83. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +10 -0
  84. pulumi_gcp/firebase/app_check_service_config.py +0 -125
  85. pulumi_gcp/firebase/apple_app.py +0 -27
  86. pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
  87. pulumi_gcp/firebase/hosting_version.py +44 -0
  88. pulumi_gcp/firebase/outputs.py +12 -0
  89. pulumi_gcp/firebase/web_app.py +0 -20
  90. pulumi_gcp/firestore/database.py +0 -68
  91. pulumi_gcp/firestore/document.py +4 -4
  92. pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
  93. pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
  94. pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
  95. pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
  96. pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
  97. pulumi_gcp/logging/folder_sink.py +54 -0
  98. pulumi_gcp/logging/organization_sink.py +54 -0
  99. pulumi_gcp/monitoring/_inputs.py +46 -2
  100. pulumi_gcp/monitoring/outputs.py +40 -2
  101. pulumi_gcp/monitoring/uptime_check_config.py +6 -0
  102. pulumi_gcp/netapp/active_directory.py +0 -20
  103. pulumi_gcp/netapp/volume_replication.py +0 -68
  104. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  105. pulumi_gcp/networkconnectivity/internal_range.py +1024 -0
  106. pulumi_gcp/organizations/get_active_folder.py +18 -3
  107. pulumi_gcp/projects/__init__.py +1 -0
  108. pulumi_gcp/projects/iam_member_remove.py +313 -0
  109. pulumi_gcp/provider.py +3 -1
  110. pulumi_gcp/secretmanager/get_secret.py +13 -3
  111. pulumi_gcp/secretmanager/outputs.py +20 -1
  112. pulumi_gcp/secretmanager/secret.py +90 -15
  113. pulumi_gcp/servicenetworking/connection.py +0 -20
  114. pulumi_gcp/spanner/database.py +0 -41
  115. pulumi_gcp/spanner/instance.py +0 -40
  116. pulumi_gcp/storage/__init__.py +1 -0
  117. pulumi_gcp/storage/bucket.py +0 -12
  118. pulumi_gcp/storage/get_bucket_objects.py +153 -0
  119. pulumi_gcp/storage/outputs.py +63 -0
  120. pulumi_gcp/vmwareengine/_inputs.py +63 -5
  121. pulumi_gcp/vmwareengine/get_private_cloud.py +1 -21
  122. pulumi_gcp/vmwareengine/outputs.py +113 -5
  123. pulumi_gcp/vmwareengine/private_cloud.py +0 -94
  124. pulumi_gcp/workbench/instance.py +4 -4
  125. pulumi_gcp/workstations/workstation.py +0 -12
  126. pulumi_gcp/workstations/workstation_cluster.py +32 -12
  127. pulumi_gcp/workstations/workstation_config.py +0 -12
  128. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/METADATA +1 -1
  129. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/RECORD +131 -124
  130. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/WHEEL +0 -0
  131. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/top_level.txt +0 -0
@@ -27,8 +27,6 @@ class ClusterArgs:
27
27
  The set of arguments for constructing a Cluster resource.
28
28
  :param pulumi.Input['ClusterClusterConfigArgs'] cluster_config: Allows you to configure various aspects of the cluster.
29
29
  Structure defined below.
30
- :param pulumi.Input[str] graceful_decommission_timeout: The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
31
- terraform apply
32
30
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
33
31
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
34
32
  to the field 'effective_labels' for all of the labels present on the resource.
@@ -74,10 +72,6 @@ class ClusterArgs:
74
72
  @property
75
73
  @pulumi.getter(name="gracefulDecommissionTimeout")
76
74
  def graceful_decommission_timeout(self) -> Optional[pulumi.Input[str]]:
77
- """
78
- The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
79
- terraform apply
80
- """
81
75
  return pulumi.get(self, "graceful_decommission_timeout")
82
76
 
83
77
  @graceful_decommission_timeout.setter
@@ -172,8 +166,6 @@ class _ClusterState:
172
166
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: The list of labels (key/value pairs) to be applied to
173
167
  instances in the cluster. GCP generates some itself including `goog-dataproc-cluster-name`
174
168
  which is the name of the cluster.
175
- :param pulumi.Input[str] graceful_decommission_timeout: The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
176
- terraform apply
177
169
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
178
170
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
179
171
  to the field 'effective_labels' for all of the labels present on the resource.
@@ -238,10 +230,6 @@ class _ClusterState:
238
230
  @property
239
231
  @pulumi.getter(name="gracefulDecommissionTimeout")
240
232
  def graceful_decommission_timeout(self) -> Optional[pulumi.Input[str]]:
241
- """
242
- The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
243
- terraform apply
244
- """
245
233
  return pulumi.get(self, "graceful_decommission_timeout")
246
234
 
247
235
  @graceful_decommission_timeout.setter
@@ -455,8 +443,6 @@ class Cluster(pulumi.CustomResource):
455
443
  :param pulumi.ResourceOptions opts: Options for the resource.
456
444
  :param pulumi.Input[pulumi.InputType['ClusterClusterConfigArgs']] cluster_config: Allows you to configure various aspects of the cluster.
457
445
  Structure defined below.
458
- :param pulumi.Input[str] graceful_decommission_timeout: The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
459
- terraform apply
460
446
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
461
447
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
462
448
  to the field 'effective_labels' for all of the labels present on the resource.
@@ -659,8 +645,6 @@ class Cluster(pulumi.CustomResource):
659
645
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: The list of labels (key/value pairs) to be applied to
660
646
  instances in the cluster. GCP generates some itself including `goog-dataproc-cluster-name`
661
647
  which is the name of the cluster.
662
- :param pulumi.Input[str] graceful_decommission_timeout: The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
663
- terraform apply
664
648
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
665
649
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
666
650
  to the field 'effective_labels' for all of the labels present on the resource.
@@ -713,10 +697,6 @@ class Cluster(pulumi.CustomResource):
713
697
  @property
714
698
  @pulumi.getter(name="gracefulDecommissionTimeout")
715
699
  def graceful_decommission_timeout(self) -> pulumi.Output[Optional[str]]:
716
- """
717
- The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
718
- terraform apply
719
- """
720
700
  return pulumi.get(self, "graceful_decommission_timeout")
721
701
 
722
702
  @property
@@ -34,8 +34,9 @@ class WorkflowTemplateArgs:
34
34
  duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
35
35
  minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
36
36
  the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
37
- on a [managed cluster](/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the
38
- cluster is deleted.
37
+ on a [managed
38
+ cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
39
+ the cluster is deleted.
39
40
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
40
41
  by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
41
42
  1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** may be empty, but, if present, must contain 1 to 63
@@ -111,8 +112,9 @@ class WorkflowTemplateArgs:
111
112
  duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
112
113
  minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
113
114
  the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
114
- on a [managed cluster](/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the
115
- cluster is deleted.
115
+ on a [managed
116
+ cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
117
+ the cluster is deleted.
116
118
  """
117
119
  return pulumi.get(self, "dag_timeout")
118
120
 
@@ -213,10 +215,9 @@ class _WorkflowTemplateState:
213
215
  duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
214
216
  minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
215
217
  the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
216
- on a [managed cluster](/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the
217
- cluster is deleted.
218
- :param pulumi.Input[Mapping[str, Any]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
219
- clients and services.
218
+ on a [managed
219
+ cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
220
+ the cluster is deleted.
220
221
  :param pulumi.Input[Sequence[pulumi.Input['WorkflowTemplateJobArgs']]] jobs: Required. The Directed Acyclic Graph of Jobs to submit.
221
222
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
222
223
  by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
@@ -284,8 +285,9 @@ class _WorkflowTemplateState:
284
285
  duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
285
286
  minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
286
287
  the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
287
- on a [managed cluster](/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the
288
- cluster is deleted.
288
+ on a [managed
289
+ cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
290
+ the cluster is deleted.
289
291
  """
290
292
  return pulumi.get(self, "dag_timeout")
291
293
 
@@ -296,10 +298,6 @@ class _WorkflowTemplateState:
296
298
  @property
297
299
  @pulumi.getter(name="effectiveLabels")
298
300
  def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
299
- """
300
- All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
301
- clients and services.
302
- """
303
301
  return pulumi.get(self, "effective_labels")
304
302
 
305
303
  @effective_labels.setter
@@ -546,8 +544,9 @@ class WorkflowTemplate(pulumi.CustomResource):
546
544
  duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
547
545
  minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
548
546
  the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
549
- on a [managed cluster](/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the
550
- cluster is deleted.
547
+ on a [managed
548
+ cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
549
+ the cluster is deleted.
551
550
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkflowTemplateJobArgs']]]] jobs: Required. The Directed Acyclic Graph of Jobs to submit.
552
551
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
553
552
  by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
@@ -747,10 +746,9 @@ class WorkflowTemplate(pulumi.CustomResource):
747
746
  duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
748
747
  minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
749
748
  the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
750
- on a [managed cluster](/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the
751
- cluster is deleted.
752
- :param pulumi.Input[Mapping[str, Any]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
753
- clients and services.
749
+ on a [managed
750
+ cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
751
+ the cluster is deleted.
754
752
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkflowTemplateJobArgs']]]] jobs: Required. The Directed Acyclic Graph of Jobs to submit.
755
753
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
756
754
  by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
@@ -803,18 +801,15 @@ class WorkflowTemplate(pulumi.CustomResource):
803
801
  duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
804
802
  minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
805
803
  the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
806
- on a [managed cluster](/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the
807
- cluster is deleted.
804
+ on a [managed
805
+ cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
806
+ the cluster is deleted.
808
807
  """
809
808
  return pulumi.get(self, "dag_timeout")
810
809
 
811
810
  @property
812
811
  @pulumi.getter(name="effectiveLabels")
813
812
  def effective_labels(self) -> pulumi.Output[Mapping[str, Any]]:
814
- """
815
- All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
816
- clients and services.
817
- """
818
813
  return pulumi.get(self, "effective_labels")
819
814
 
820
815
  @property
@@ -40,10 +40,6 @@ class DeploymentArgs:
40
40
  :param pulumi.Input[str] description: Optional user-provided description of deployment.
41
41
  :param pulumi.Input[Sequence[pulumi.Input['DeploymentLabelArgs']]] labels: Key-value pairs to apply to this labels.
42
42
  :param pulumi.Input[str] name: Unique name for the deployment
43
- :param pulumi.Input[bool] preview: If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
44
- preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
45
- does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
46
- deployments if either preview is updated to true or if other fields are updated while preview is true.
47
43
  """
48
44
  pulumi.set(__self__, "target", target)
49
45
  if create_policy is not None:
@@ -144,12 +140,6 @@ class DeploymentArgs:
144
140
  @property
145
141
  @pulumi.getter
146
142
  def preview(self) -> Optional[pulumi.Input[bool]]:
147
- """
148
- If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
149
- preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
150
- does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
151
- deployments if either preview is updated to true or if other fields are updated while preview is true.
152
- """
153
143
  return pulumi.get(self, "preview")
154
144
 
155
145
  @preview.setter
@@ -196,10 +186,6 @@ class _DeploymentState:
196
186
  :param pulumi.Input[str] manifest: Output only. URL of the manifest representing the last manifest that
197
187
  was successfully deployed.
198
188
  :param pulumi.Input[str] name: Unique name for the deployment
199
- :param pulumi.Input[bool] preview: If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
200
- preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
201
- does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
202
- deployments if either preview is updated to true or if other fields are updated while preview is true.
203
189
  :param pulumi.Input[str] self_link: Output only. Server defined URL for the resource.
204
190
  :param pulumi.Input['DeploymentTargetArgs'] target: Parameters that define your deployment, including the deployment
205
191
  configuration and relevant templates.
@@ -322,12 +308,6 @@ class _DeploymentState:
322
308
  @property
323
309
  @pulumi.getter
324
310
  def preview(self) -> Optional[pulumi.Input[bool]]:
325
- """
326
- If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
327
- preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
328
- does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
329
- deployments if either preview is updated to true or if other fields are updated while preview is true.
330
- """
331
311
  return pulumi.get(self, "preview")
332
312
 
333
313
  @preview.setter
@@ -457,10 +437,6 @@ class Deployment(pulumi.CustomResource):
457
437
  :param pulumi.Input[str] description: Optional user-provided description of deployment.
458
438
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DeploymentLabelArgs']]]] labels: Key-value pairs to apply to this labels.
459
439
  :param pulumi.Input[str] name: Unique name for the deployment
460
- :param pulumi.Input[bool] preview: If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
461
- preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
462
- does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
463
- deployments if either preview is updated to true or if other fields are updated while preview is true.
464
440
  :param pulumi.Input[pulumi.InputType['DeploymentTargetArgs']] target: Parameters that define your deployment, including the deployment
465
441
  configuration and relevant templates.
466
442
  Structure is documented below.
@@ -618,10 +594,6 @@ class Deployment(pulumi.CustomResource):
618
594
  :param pulumi.Input[str] manifest: Output only. URL of the manifest representing the last manifest that
619
595
  was successfully deployed.
620
596
  :param pulumi.Input[str] name: Unique name for the deployment
621
- :param pulumi.Input[bool] preview: If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
622
- preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
623
- does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
624
- deployments if either preview is updated to true or if other fields are updated while preview is true.
625
597
  :param pulumi.Input[str] self_link: Output only. Server defined URL for the resource.
626
598
  :param pulumi.Input[pulumi.InputType['DeploymentTargetArgs']] target: Parameters that define your deployment, including the deployment
627
599
  configuration and relevant templates.
@@ -710,12 +682,6 @@ class Deployment(pulumi.CustomResource):
710
682
  @property
711
683
  @pulumi.getter
712
684
  def preview(self) -> pulumi.Output[Optional[bool]]:
713
- """
714
- If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
715
- preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
716
- does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
717
- deployments if either preview is updated to true or if other fields are updated while preview is true.
718
- """
719
685
  return pulumi.get(self, "preview")
720
686
 
721
687
  @property
pulumi_gcp/dns/_inputs.py CHANGED
@@ -44,7 +44,6 @@ __all__ = [
44
44
  'ResponsePolicyNetworkArgs',
45
45
  'ResponsePolicyRuleLocalDataArgs',
46
46
  'ResponsePolicyRuleLocalDataLocalDataArgs',
47
- 'GetManagedZonesManagedZoneArgs',
48
47
  ]
49
48
 
50
49
  @pulumi.input_type
@@ -691,7 +690,7 @@ class RecordSetRoutingPolicyArgs:
691
690
  :param pulumi.Input[bool] enable_geo_fencing: Specifies whether to enable fencing for geo queries.
692
691
  :param pulumi.Input[Sequence[pulumi.Input['RecordSetRoutingPolicyGeoArgs']]] geos: The configuration for Geolocation based routing policy.
693
692
  Structure is documented below.
694
- :param pulumi.Input['RecordSetRoutingPolicyPrimaryBackupArgs'] primary_backup: The configuration for a primary-backup policy with global to regional failover. Queries are responded to with the global primary targets, but if none of the primary targets are healthy, then we fallback to a regional failover policy.
693
+ :param pulumi.Input['RecordSetRoutingPolicyPrimaryBackupArgs'] primary_backup: The configuration for a failover policy with global to regional failover. Queries are responded to with the global primary targets, but if none of the primary targets are healthy, then we fallback to a regional failover policy.
695
694
  Structure is documented below.
696
695
  :param pulumi.Input[Sequence[pulumi.Input['RecordSetRoutingPolicyWrrArgs']]] wrrs: The configuration for Weighted Round Robin based routing policy.
697
696
  Structure is documented below.
@@ -734,7 +733,7 @@ class RecordSetRoutingPolicyArgs:
734
733
  @pulumi.getter(name="primaryBackup")
735
734
  def primary_backup(self) -> Optional[pulumi.Input['RecordSetRoutingPolicyPrimaryBackupArgs']]:
736
735
  """
737
- The configuration for a primary-backup policy with global to regional failover. Queries are responded to with the global primary targets, but if none of the primary targets are healthy, then we fallback to a regional failover policy.
736
+ The configuration for a failover policy with global to regional failover. Queries are responded to with the global primary targets, but if none of the primary targets are healthy, then we fallback to a regional failover policy.
738
737
  Structure is documented below.
739
738
  """
740
739
  return pulumi.get(self, "primary_backup")
@@ -1687,130 +1686,3 @@ class ResponsePolicyRuleLocalDataLocalDataArgs:
1687
1686
  pulumi.set(self, "ttl", value)
1688
1687
 
1689
1688
 
1690
- @pulumi.input_type
1691
- class GetManagedZonesManagedZoneArgs:
1692
- def __init__(__self__, *,
1693
- description: str,
1694
- dns_name: str,
1695
- id: str,
1696
- managed_zone_id: int,
1697
- name: str,
1698
- name_servers: Sequence[str],
1699
- project: str,
1700
- visibility: str):
1701
- """
1702
- :param str description: A textual description field.
1703
- :param str dns_name: The fully qualified DNS name of this zone.
1704
- :param str id: DNS managed zone identifier
1705
- :param int managed_zone_id: Unique identifier for the resource; defined by the server.
1706
- :param str name: A unique name for the resource.
1707
- :param Sequence[str] name_servers: The list of nameservers that will be authoritative for this domain. Use NS records to redirect from your DNS provider to these names, thus making Google Cloud DNS authoritative for this zone.
1708
- :param str project: The ID of the project containing Google Cloud DNS zones. If this is not provided the default project will be used.
1709
- :param str visibility: The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
1710
- """
1711
- pulumi.set(__self__, "description", description)
1712
- pulumi.set(__self__, "dns_name", dns_name)
1713
- pulumi.set(__self__, "id", id)
1714
- pulumi.set(__self__, "managed_zone_id", managed_zone_id)
1715
- pulumi.set(__self__, "name", name)
1716
- pulumi.set(__self__, "name_servers", name_servers)
1717
- pulumi.set(__self__, "project", project)
1718
- pulumi.set(__self__, "visibility", visibility)
1719
-
1720
- @property
1721
- @pulumi.getter
1722
- def description(self) -> str:
1723
- """
1724
- A textual description field.
1725
- """
1726
- return pulumi.get(self, "description")
1727
-
1728
- @description.setter
1729
- def description(self, value: str):
1730
- pulumi.set(self, "description", value)
1731
-
1732
- @property
1733
- @pulumi.getter(name="dnsName")
1734
- def dns_name(self) -> str:
1735
- """
1736
- The fully qualified DNS name of this zone.
1737
- """
1738
- return pulumi.get(self, "dns_name")
1739
-
1740
- @dns_name.setter
1741
- def dns_name(self, value: str):
1742
- pulumi.set(self, "dns_name", value)
1743
-
1744
- @property
1745
- @pulumi.getter
1746
- def id(self) -> str:
1747
- """
1748
- DNS managed zone identifier
1749
- """
1750
- return pulumi.get(self, "id")
1751
-
1752
- @id.setter
1753
- def id(self, value: str):
1754
- pulumi.set(self, "id", value)
1755
-
1756
- @property
1757
- @pulumi.getter(name="managedZoneId")
1758
- def managed_zone_id(self) -> int:
1759
- """
1760
- Unique identifier for the resource; defined by the server.
1761
- """
1762
- return pulumi.get(self, "managed_zone_id")
1763
-
1764
- @managed_zone_id.setter
1765
- def managed_zone_id(self, value: int):
1766
- pulumi.set(self, "managed_zone_id", value)
1767
-
1768
- @property
1769
- @pulumi.getter
1770
- def name(self) -> str:
1771
- """
1772
- A unique name for the resource.
1773
- """
1774
- return pulumi.get(self, "name")
1775
-
1776
- @name.setter
1777
- def name(self, value: str):
1778
- pulumi.set(self, "name", value)
1779
-
1780
- @property
1781
- @pulumi.getter(name="nameServers")
1782
- def name_servers(self) -> Sequence[str]:
1783
- """
1784
- The list of nameservers that will be authoritative for this domain. Use NS records to redirect from your DNS provider to these names, thus making Google Cloud DNS authoritative for this zone.
1785
- """
1786
- return pulumi.get(self, "name_servers")
1787
-
1788
- @name_servers.setter
1789
- def name_servers(self, value: Sequence[str]):
1790
- pulumi.set(self, "name_servers", value)
1791
-
1792
- @property
1793
- @pulumi.getter
1794
- def project(self) -> str:
1795
- """
1796
- The ID of the project containing Google Cloud DNS zones. If this is not provided the default project will be used.
1797
- """
1798
- return pulumi.get(self, "project")
1799
-
1800
- @project.setter
1801
- def project(self, value: str):
1802
- pulumi.set(self, "project", value)
1803
-
1804
- @property
1805
- @pulumi.getter
1806
- def visibility(self) -> str:
1807
- """
1808
- The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
1809
- """
1810
- return pulumi.get(self, "visibility")
1811
-
1812
- @visibility.setter
1813
- def visibility(self, value: str):
1814
- pulumi.set(self, "visibility", value)
1815
-
1816
-
@@ -43,7 +43,7 @@ class GetKeysResult:
43
43
  @pulumi.getter
44
44
  def id(self) -> str:
45
45
  """
46
- Unique identifier for the resource; defined by the server.
46
+ The provider-assigned unique ID for this managed resource.
47
47
  """
48
48
  return pulumi.get(self, "id")
49
49
 
@@ -9,7 +9,6 @@ import pulumi.runtime
9
9
  from typing import Any, Mapping, Optional, Sequence, Union, overload
10
10
  from .. import _utilities
11
11
  from . import outputs
12
- from ._inputs import *
13
12
 
14
13
  __all__ = [
15
14
  'GetManagedZonesResult',
@@ -41,7 +40,7 @@ class GetManagedZonesResult:
41
40
 
42
41
  @property
43
42
  @pulumi.getter(name="managedZones")
44
- def managed_zones(self) -> Optional[Sequence['outputs.GetManagedZonesManagedZoneResult']]:
43
+ def managed_zones(self) -> Sequence['outputs.GetManagedZonesManagedZoneResult']:
45
44
  """
46
45
  A list of managed zones.
47
46
  """
@@ -64,8 +63,7 @@ class AwaitableGetManagedZonesResult(GetManagedZonesResult):
64
63
  project=self.project)
65
64
 
66
65
 
67
- def get_managed_zones(managed_zones: Optional[Sequence[pulumi.InputType['GetManagedZonesManagedZoneArgs']]] = None,
68
- project: Optional[str] = None,
66
+ def get_managed_zones(project: Optional[str] = None,
69
67
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedZonesResult:
70
68
  """
71
69
  Provides access to a list of zones within Google Cloud DNS.
@@ -82,11 +80,9 @@ def get_managed_zones(managed_zones: Optional[Sequence[pulumi.InputType['GetMana
82
80
  ```
83
81
 
84
82
 
85
- :param Sequence[pulumi.InputType['GetManagedZonesManagedZoneArgs']] managed_zones: A list of managed zones.
86
83
  :param str project: The ID of the project containing Google Cloud DNS zones. If this is not provided the default project will be used.
87
84
  """
88
85
  __args__ = dict()
89
- __args__['managedZones'] = managed_zones
90
86
  __args__['project'] = project
91
87
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
92
88
  __ret__ = pulumi.runtime.invoke('gcp:dns/getManagedZones:getManagedZones', __args__, opts=opts, typ=GetManagedZonesResult).value
@@ -98,8 +94,7 @@ def get_managed_zones(managed_zones: Optional[Sequence[pulumi.InputType['GetMana
98
94
 
99
95
 
100
96
  @_utilities.lift_output_func(get_managed_zones)
101
- def get_managed_zones_output(managed_zones: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetManagedZonesManagedZoneArgs']]]]] = None,
102
- project: Optional[pulumi.Input[Optional[str]]] = None,
97
+ def get_managed_zones_output(project: Optional[pulumi.Input[Optional[str]]] = None,
103
98
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedZonesResult]:
104
99
  """
105
100
  Provides access to a list of zones within Google Cloud DNS.
@@ -116,7 +111,6 @@ def get_managed_zones_output(managed_zones: Optional[pulumi.Input[Optional[Seque
116
111
  ```
117
112
 
118
113
 
119
- :param Sequence[pulumi.InputType['GetManagedZonesManagedZoneArgs']] managed_zones: A list of managed zones.
120
114
  :param str project: The ID of the project containing Google Cloud DNS zones. If this is not provided the default project will be used.
121
115
  """
122
116
  ...
@@ -47,6 +47,9 @@ class GetRecordSetResult:
47
47
  @property
48
48
  @pulumi.getter
49
49
  def id(self) -> str:
50
+ """
51
+ The provider-assigned unique ID for this managed resource.
52
+ """
50
53
  return pulumi.get(self, "id")
51
54
 
52
55
  @property