pulumi-gcp 7.26.0__py3-none-any.whl → 7.26.0a1717544115__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 (165) hide show
  1. pulumi_gcp/__init__.py +0 -56
  2. pulumi_gcp/alloydb/_inputs.py +0 -92
  3. pulumi_gcp/alloydb/backup.py +4 -12
  4. pulumi_gcp/alloydb/cluster.py +6 -72
  5. pulumi_gcp/alloydb/instance.py +2 -60
  6. pulumi_gcp/alloydb/outputs.py +0 -114
  7. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -6
  8. pulumi_gcp/artifactregistry/repository_iam_binding.py +7 -21
  9. pulumi_gcp/artifactregistry/repository_iam_member.py +7 -21
  10. pulumi_gcp/artifactregistry/repository_iam_policy.py +7 -21
  11. pulumi_gcp/bigquery/connection_iam_binding.py +7 -21
  12. pulumi_gcp/bigquery/connection_iam_member.py +7 -21
  13. pulumi_gcp/bigquery/connection_iam_policy.py +7 -21
  14. pulumi_gcp/bigquery/data_transfer_config.py +7 -14
  15. pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -6
  16. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -21
  17. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -21
  18. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -21
  19. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -6
  20. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -6
  21. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -21
  22. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -21
  23. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -21
  24. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +7 -21
  25. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +7 -21
  26. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +7 -21
  27. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -6
  28. pulumi_gcp/certificateauthority/_inputs.py +4 -20
  29. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +7 -21
  30. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +7 -21
  31. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +7 -21
  32. pulumi_gcp/certificateauthority/certificate_template.py +173 -157
  33. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +0 -27
  34. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +0 -27
  35. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +0 -27
  36. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -6
  37. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +0 -6
  38. pulumi_gcp/certificateauthority/outputs.py +4 -20
  39. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +7 -21
  40. pulumi_gcp/cloudbuildv2/connection_iam_member.py +7 -21
  41. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +7 -21
  42. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -6
  43. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -6
  44. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +7 -21
  45. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +7 -21
  46. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +7 -21
  47. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -6
  48. pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -6
  49. pulumi_gcp/cloudrun/iam_binding.py +7 -21
  50. pulumi_gcp/cloudrun/iam_member.py +7 -21
  51. pulumi_gcp/cloudrun/iam_policy.py +7 -21
  52. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -6
  53. pulumi_gcp/cloudrunv2/get_service.py +1 -11
  54. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -6
  55. pulumi_gcp/cloudrunv2/job_iam_binding.py +7 -21
  56. pulumi_gcp/cloudrunv2/job_iam_member.py +7 -21
  57. pulumi_gcp/cloudrunv2/job_iam_policy.py +7 -21
  58. pulumi_gcp/cloudrunv2/service.py +0 -47
  59. pulumi_gcp/cloudrunv2/service_iam_binding.py +7 -21
  60. pulumi_gcp/cloudrunv2/service_iam_member.py +7 -21
  61. pulumi_gcp/cloudrunv2/service_iam_policy.py +7 -21
  62. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -6
  63. pulumi_gcp/cloudtasks/queue_iam_binding.py +7 -21
  64. pulumi_gcp/cloudtasks/queue_iam_member.py +7 -21
  65. pulumi_gcp/cloudtasks/queue_iam_policy.py +7 -21
  66. pulumi_gcp/compute/_inputs.py +18 -18
  67. pulumi_gcp/compute/outputs.py +20 -20
  68. pulumi_gcp/dataplex/__init__.py +0 -5
  69. pulumi_gcp/dataplex/_inputs.py +0 -104
  70. pulumi_gcp/dataplex/aspect_type_iam_binding.py +7 -21
  71. pulumi_gcp/dataplex/aspect_type_iam_member.py +7 -21
  72. pulumi_gcp/dataplex/aspect_type_iam_policy.py +7 -21
  73. pulumi_gcp/dataplex/datascan_iam_binding.py +7 -21
  74. pulumi_gcp/dataplex/datascan_iam_member.py +7 -21
  75. pulumi_gcp/dataplex/datascan_iam_policy.py +7 -21
  76. pulumi_gcp/dataplex/entry_group_iam_binding.py +7 -21
  77. pulumi_gcp/dataplex/entry_group_iam_member.py +7 -21
  78. pulumi_gcp/dataplex/entry_group_iam_policy.py +7 -21
  79. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -6
  80. pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -6
  81. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -6
  82. pulumi_gcp/dataplex/get_task_iam_policy.py +2 -6
  83. pulumi_gcp/dataplex/outputs.py +0 -76
  84. pulumi_gcp/dataplex/task.py +16 -16
  85. pulumi_gcp/dataplex/task_iam_binding.py +7 -21
  86. pulumi_gcp/dataplex/task_iam_member.py +7 -21
  87. pulumi_gcp/dataplex/task_iam_policy.py +7 -21
  88. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +7 -21
  89. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +7 -21
  90. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +7 -21
  91. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -6
  92. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -6
  93. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -6
  94. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +7 -21
  95. pulumi_gcp/dataproc/metastore_federation_iam_member.py +7 -21
  96. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +7 -21
  97. pulumi_gcp/dataproc/metastore_service_iam_binding.py +7 -21
  98. pulumi_gcp/dataproc/metastore_service_iam_member.py +7 -21
  99. pulumi_gcp/dataproc/metastore_service_iam_policy.py +7 -21
  100. pulumi_gcp/firestore/field.py +4 -4
  101. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +7 -21
  102. pulumi_gcp/gkebackup/backup_plan_iam_member.py +7 -21
  103. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +7 -21
  104. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -6
  105. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -6
  106. pulumi_gcp/gkehub/feature_iam_binding.py +7 -21
  107. pulumi_gcp/gkehub/feature_iam_member.py +7 -21
  108. pulumi_gcp/gkehub/feature_iam_policy.py +7 -21
  109. pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -6
  110. pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -6
  111. pulumi_gcp/gkehub/membership_binding.py +6 -6
  112. pulumi_gcp/gkehub/membership_iam_binding.py +7 -21
  113. pulumi_gcp/gkehub/membership_iam_member.py +7 -21
  114. pulumi_gcp/gkehub/membership_iam_policy.py +7 -21
  115. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  116. pulumi_gcp/gkehub/namespace.py +4 -4
  117. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  118. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  119. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  120. pulumi_gcp/logging/__init__.py +0 -4
  121. pulumi_gcp/logging/_inputs.py +0 -100
  122. pulumi_gcp/logging/outputs.py +0 -76
  123. pulumi_gcp/netapp/storage_pool.py +9 -9
  124. pulumi_gcp/networksecurity/address_group_iam_policy.py +7 -21
  125. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +2 -6
  126. pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -6
  127. pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -6
  128. pulumi_gcp/notebooks/instance_iam_binding.py +7 -21
  129. pulumi_gcp/notebooks/instance_iam_member.py +7 -21
  130. pulumi_gcp/notebooks/instance_iam_policy.py +7 -21
  131. pulumi_gcp/notebooks/runtime_iam_binding.py +7 -21
  132. pulumi_gcp/notebooks/runtime_iam_member.py +7 -21
  133. pulumi_gcp/notebooks/runtime_iam_policy.py +7 -21
  134. pulumi_gcp/orgpolicy/policy.py +2 -2
  135. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  136. pulumi_gcp/pubsub/subscription.py +4 -4
  137. pulumi_gcp/pulumi-plugin.json +1 -1
  138. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -6
  139. pulumi_gcp/sql/_inputs.py +4 -2
  140. pulumi_gcp/sql/outputs.py +8 -6
  141. pulumi_gcp/storage/_inputs.py +0 -48
  142. pulumi_gcp/storage/outputs.py +0 -75
  143. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +2 -6
  144. pulumi_gcp/workbench/get_instance_iam_policy.py +2 -6
  145. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +2 -6
  146. pulumi_gcp/workstations/get_workstation_iam_policy.py +2 -6
  147. pulumi_gcp/workstations/workstation_config_iam_binding.py +7 -21
  148. pulumi_gcp/workstations/workstation_config_iam_member.py +7 -21
  149. pulumi_gcp/workstations/workstation_config_iam_policy.py +7 -21
  150. pulumi_gcp/workstations/workstation_iam_binding.py +7 -21
  151. pulumi_gcp/workstations/workstation_iam_member.py +7 -21
  152. pulumi_gcp/workstations/workstation_iam_policy.py +7 -21
  153. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/METADATA +1 -1
  154. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/RECORD +156 -165
  155. pulumi_gcp/dataplex/entry_type.py +0 -963
  156. pulumi_gcp/dataplex/entry_type_iam_binding.py +0 -779
  157. pulumi_gcp/dataplex/entry_type_iam_member.py +0 -779
  158. pulumi_gcp/dataplex/entry_type_iam_policy.py +0 -618
  159. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +0 -168
  160. pulumi_gcp/logging/get_log_view_iam_policy.py +0 -157
  161. pulumi_gcp/logging/log_view_iam_binding.py +0 -630
  162. pulumi_gcp/logging/log_view_iam_member.py +0 -630
  163. pulumi_gcp/logging/log_view_iam_policy.py +0 -449
  164. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/top_level.txt +0 -0
@@ -23,9 +23,7 @@ class RuntimeIamPolicyArgs:
23
23
  :param pulumi.Input[str] policy_data: The policy data generated by
24
24
  a `organizations_get_iam_policy` data source.
25
25
  :param pulumi.Input[str] runtime_name: Used to find the parent resource to bind the IAM policy to
26
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
27
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
28
- location is specified, it is taken from the provider configuration.
26
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
29
27
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
30
28
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
31
29
  """
@@ -65,9 +63,7 @@ class RuntimeIamPolicyArgs:
65
63
  @pulumi.getter
66
64
  def location(self) -> Optional[pulumi.Input[str]]:
67
65
  """
68
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
69
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
70
- location is specified, it is taken from the provider configuration.
66
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
71
67
  """
72
68
  return pulumi.get(self, "location")
73
69
 
@@ -100,9 +96,7 @@ class _RuntimeIamPolicyState:
100
96
  """
101
97
  Input properties used for looking up and filtering RuntimeIamPolicy resources.
102
98
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
103
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
104
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
105
- location is specified, it is taken from the provider configuration.
99
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
106
100
  :param pulumi.Input[str] policy_data: The policy data generated by
107
101
  a `organizations_get_iam_policy` data source.
108
102
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -136,9 +130,7 @@ class _RuntimeIamPolicyState:
136
130
  @pulumi.getter
137
131
  def location(self) -> Optional[pulumi.Input[str]]:
138
132
  """
139
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
140
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
141
- location is specified, it is taken from the provider configuration.
133
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
142
134
  """
143
135
  return pulumi.get(self, "location")
144
136
 
@@ -340,9 +332,7 @@ class RuntimeIamPolicy(pulumi.CustomResource):
340
332
 
341
333
  :param str resource_name: The name of the resource.
342
334
  :param pulumi.ResourceOptions opts: Options for the resource.
343
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
344
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
345
- location is specified, it is taken from the provider configuration.
335
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
346
336
  :param pulumi.Input[str] policy_data: The policy data generated by
347
337
  a `organizations_get_iam_policy` data source.
348
338
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -558,9 +548,7 @@ class RuntimeIamPolicy(pulumi.CustomResource):
558
548
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
559
549
  :param pulumi.ResourceOptions opts: Options for the resource.
560
550
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
561
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
562
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
563
- location is specified, it is taken from the provider configuration.
551
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
564
552
  :param pulumi.Input[str] policy_data: The policy data generated by
565
553
  a `organizations_get_iam_policy` data source.
566
554
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -590,9 +578,7 @@ class RuntimeIamPolicy(pulumi.CustomResource):
590
578
  @pulumi.getter
591
579
  def location(self) -> pulumi.Output[str]:
592
580
  """
593
- A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
594
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
595
- location is specified, it is taken from the provider configuration.
581
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
596
582
  """
597
583
  return pulumi.get(self, "location")
598
584
 
@@ -297,7 +297,7 @@ class Policy(pulumi.CustomResource):
297
297
  import pulumi_gcp as gcp
298
298
 
299
299
  constraint = gcp.orgpolicy.CustomConstraint("constraint",
300
- name="custom.disableGkeAutoUpgrade_40785",
300
+ name="custom.disableGkeAutoUpgrade_2067",
301
301
  parent="organizations/123456789",
302
302
  display_name="Disable GKE auto upgrade",
303
303
  description="Only allow GKE NodePool resource to be created or updated if AutoUpgrade is not enabled where this custom constraint is enforced.",
@@ -449,7 +449,7 @@ class Policy(pulumi.CustomResource):
449
449
  import pulumi_gcp as gcp
450
450
 
451
451
  constraint = gcp.orgpolicy.CustomConstraint("constraint",
452
- name="custom.disableGkeAutoUpgrade_40785",
452
+ name="custom.disableGkeAutoUpgrade_2067",
453
453
  parent="organizations/123456789",
454
454
  display_name="Disable GKE auto upgrade",
455
455
  description="Only allow GKE NodePool resource to be created or updated if AutoUpgrade is not enabled where this custom constraint is enforced.",
@@ -36,7 +36,7 @@ class EntitlementArgs:
36
36
  :param pulumi.Input[str] max_request_duration: The maximum amount of time for which access would be granted for a request.
37
37
  A requester can choose to ask for access for less than this duration but never more.
38
38
  Format: calculate the time in seconds and concatenate it with 's' i.e. 2 hours = "7200s", 45 minutes = "2700s"
39
- :param pulumi.Input[str] parent: Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
39
+ :param pulumi.Input[str] parent: Format: project/{project_id} or organization/{organization_number} or folder/{folder_number}
40
40
  :param pulumi.Input['EntitlementPrivilegedAccessArgs'] privileged_access: Privileged access that this service can be used to gate.
41
41
  Structure is documented below.
42
42
  :param pulumi.Input['EntitlementRequesterJustificationConfigArgs'] requester_justification_config: Defines the ways in which a requester should provide the justification while requesting for access.
@@ -114,7 +114,7 @@ class EntitlementArgs:
114
114
  @pulumi.getter
115
115
  def parent(self) -> pulumi.Input[str]:
116
116
  """
117
- Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
117
+ Format: project/{project_id} or organization/{organization_number} or folder/{folder_number}
118
118
  """
119
119
  return pulumi.get(self, "parent")
120
120
 
@@ -210,7 +210,7 @@ class _EntitlementState:
210
210
  Format: calculate the time in seconds and concatenate it with 's' i.e. 2 hours = "7200s", 45 minutes = "2700s"
211
211
  :param pulumi.Input[str] name: Output Only. The entitlement's name follows a hierarchical structure, comprising the organization, folder, or project, alongside the region and a unique entitlement ID.
212
212
  Formats: organizations/{organization-number}/locations/{region}/entitlements/{entitlement-id}, folders/{folder-number}/locations/{region}/entitlements/{entitlement-id}, and projects/{project-id|project-number}/locations/{region}/entitlements/{entitlement-id}.
213
- :param pulumi.Input[str] parent: Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
213
+ :param pulumi.Input[str] parent: Format: project/{project_id} or organization/{organization_number} or folder/{folder_number}
214
214
  :param pulumi.Input['EntitlementPrivilegedAccessArgs'] privileged_access: Privileged access that this service can be used to gate.
215
215
  Structure is documented below.
216
216
  :param pulumi.Input['EntitlementRequesterJustificationConfigArgs'] requester_justification_config: Defines the ways in which a requester should provide the justification while requesting for access.
@@ -368,7 +368,7 @@ class _EntitlementState:
368
368
  @pulumi.getter
369
369
  def parent(self) -> Optional[pulumi.Input[str]]:
370
370
  """
371
- Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
371
+ Format: project/{project_id} or organization/{organization_number} or folder/{folder_number}
372
372
  """
373
373
  return pulumi.get(self, "parent")
374
374
 
@@ -517,7 +517,7 @@ class Entitlement(pulumi.CustomResource):
517
517
  :param pulumi.Input[str] max_request_duration: The maximum amount of time for which access would be granted for a request.
518
518
  A requester can choose to ask for access for less than this duration but never more.
519
519
  Format: calculate the time in seconds and concatenate it with 's' i.e. 2 hours = "7200s", 45 minutes = "2700s"
520
- :param pulumi.Input[str] parent: Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
520
+ :param pulumi.Input[str] parent: Format: project/{project_id} or organization/{organization_number} or folder/{folder_number}
521
521
  :param pulumi.Input[pulumi.InputType['EntitlementPrivilegedAccessArgs']] privileged_access: Privileged access that this service can be used to gate.
522
522
  Structure is documented below.
523
523
  :param pulumi.Input[pulumi.InputType['EntitlementRequesterJustificationConfigArgs']] requester_justification_config: Defines the ways in which a requester should provide the justification while requesting for access.
@@ -698,7 +698,7 @@ class Entitlement(pulumi.CustomResource):
698
698
  Format: calculate the time in seconds and concatenate it with 's' i.e. 2 hours = "7200s", 45 minutes = "2700s"
699
699
  :param pulumi.Input[str] name: Output Only. The entitlement's name follows a hierarchical structure, comprising the organization, folder, or project, alongside the region and a unique entitlement ID.
700
700
  Formats: organizations/{organization-number}/locations/{region}/entitlements/{entitlement-id}, folders/{folder-number}/locations/{region}/entitlements/{entitlement-id}, and projects/{project-id|project-number}/locations/{region}/entitlements/{entitlement-id}.
701
- :param pulumi.Input[str] parent: Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
701
+ :param pulumi.Input[str] parent: Format: project/{project_id} or organization/{organization_number} or folder/{folder_number}
702
702
  :param pulumi.Input[pulumi.InputType['EntitlementPrivilegedAccessArgs']] privileged_access: Privileged access that this service can be used to gate.
703
703
  Structure is documented below.
704
704
  :param pulumi.Input[pulumi.InputType['EntitlementRequesterJustificationConfigArgs']] requester_justification_config: Defines the ways in which a requester should provide the justification while requesting for access.
@@ -811,7 +811,7 @@ class Entitlement(pulumi.CustomResource):
811
811
  @pulumi.getter
812
812
  def parent(self) -> pulumi.Output[str]:
813
813
  """
814
- Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
814
+ Format: project/{project_id} or organization/{organization_number} or folder/{folder_number}
815
815
  """
816
816
  return pulumi.get(self, "parent")
817
817
 
@@ -1053,7 +1053,7 @@ class Subscription(pulumi.CustomResource):
1053
1053
  cloud_storage_config=gcp.pubsub.SubscriptionCloudStorageConfigArgs(
1054
1054
  bucket=example.name,
1055
1055
  filename_prefix="pre-",
1056
- filename_suffix="-_79169",
1056
+ filename_suffix="-_40785",
1057
1057
  filename_datetime_format="YYYY-MM-DD/hh_mm_ssZ",
1058
1058
  max_bytes=1000,
1059
1059
  max_duration="300s",
@@ -1085,7 +1085,7 @@ class Subscription(pulumi.CustomResource):
1085
1085
  cloud_storage_config=gcp.pubsub.SubscriptionCloudStorageConfigArgs(
1086
1086
  bucket=example.name,
1087
1087
  filename_prefix="pre-",
1088
- filename_suffix="-_56529",
1088
+ filename_suffix="-_79169",
1089
1089
  filename_datetime_format="YYYY-MM-DD/hh_mm_ssZ",
1090
1090
  max_bytes=1000,
1091
1091
  max_duration="300s",
@@ -1398,7 +1398,7 @@ class Subscription(pulumi.CustomResource):
1398
1398
  cloud_storage_config=gcp.pubsub.SubscriptionCloudStorageConfigArgs(
1399
1399
  bucket=example.name,
1400
1400
  filename_prefix="pre-",
1401
- filename_suffix="-_79169",
1401
+ filename_suffix="-_40785",
1402
1402
  filename_datetime_format="YYYY-MM-DD/hh_mm_ssZ",
1403
1403
  max_bytes=1000,
1404
1404
  max_duration="300s",
@@ -1430,7 +1430,7 @@ class Subscription(pulumi.CustomResource):
1430
1430
  cloud_storage_config=gcp.pubsub.SubscriptionCloudStorageConfigArgs(
1431
1431
  bucket=example.name,
1432
1432
  filename_prefix="pre-",
1433
- filename_suffix="-_56529",
1433
+ filename_suffix="-_79169",
1434
1434
  filename_datetime_format="YYYY-MM-DD/hh_mm_ssZ",
1435
1435
  max_bytes=1000,
1436
1436
  max_duration="300s",
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "gcp",
4
- "version": "7.26.0"
4
+ "version": "7.26.0-alpha.1717544115"
5
5
  }
@@ -118,9 +118,7 @@ def get_instance_iam_policy(instance_id: Optional[str] = None,
118
118
  :param str instance_id: The name for the Instance.
119
119
  Used to find the parent resource to bind the IAM policy to
120
120
  :param str location: The location for the Instance.
121
- Used to find the parent resource to bind the IAM policy to. If not specified,
122
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
123
- location is specified, it is taken from the provider configuration.
121
+ Used to find the parent resource to bind the IAM policy to
124
122
  :param str project: The ID of the project in which the resource belongs.
125
123
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
126
124
  """
@@ -163,9 +161,7 @@ def get_instance_iam_policy_output(instance_id: Optional[pulumi.Input[str]] = No
163
161
  :param str instance_id: The name for the Instance.
164
162
  Used to find the parent resource to bind the IAM policy to
165
163
  :param str location: The location for the Instance.
166
- Used to find the parent resource to bind the IAM policy to. If not specified,
167
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
168
- location is specified, it is taken from the provider configuration.
164
+ Used to find the parent resource to bind the IAM policy to
169
165
  :param str project: The ID of the project in which the resource belongs.
170
166
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
171
167
  """
pulumi_gcp/sql/_inputs.py CHANGED
@@ -1692,7 +1692,8 @@ class DatabaseInstanceSettingsMaintenanceWindowArgs:
1692
1692
  """
1693
1693
  :param pulumi.Input[int] day: Day of week (`1-7`), starting on Monday
1694
1694
  :param pulumi.Input[int] hour: Hour of day (`0-23`), ignored if `day` not set
1695
- :param pulumi.Input[str] update_track: Receive updates after one week (`canary`) or after two weeks (`stable`) or after five weeks (`week5`) of notification.
1695
+ :param pulumi.Input[str] update_track: Receive updates earlier (`canary`) or later
1696
+ (`stable`)
1696
1697
  """
1697
1698
  if day is not None:
1698
1699
  pulumi.set(__self__, "day", day)
@@ -1729,7 +1730,8 @@ class DatabaseInstanceSettingsMaintenanceWindowArgs:
1729
1730
  @pulumi.getter(name="updateTrack")
1730
1731
  def update_track(self) -> Optional[pulumi.Input[str]]:
1731
1732
  """
1732
- Receive updates after one week (`canary`) or after two weeks (`stable`) or after five weeks (`week5`) of notification.
1733
+ Receive updates earlier (`canary`) or later
1734
+ (`stable`)
1733
1735
  """
1734
1736
  return pulumi.get(self, "update_track")
1735
1737
 
pulumi_gcp/sql/outputs.py CHANGED
@@ -1774,7 +1774,8 @@ class DatabaseInstanceSettingsMaintenanceWindow(dict):
1774
1774
  """
1775
1775
  :param int day: Day of week (`1-7`), starting on Monday
1776
1776
  :param int hour: Hour of day (`0-23`), ignored if `day` not set
1777
- :param str update_track: Receive updates after one week (`canary`) or after two weeks (`stable`) or after five weeks (`week5`) of notification.
1777
+ :param str update_track: Receive updates earlier (`canary`) or later
1778
+ (`stable`)
1778
1779
  """
1779
1780
  if day is not None:
1780
1781
  pulumi.set(__self__, "day", day)
@@ -1803,7 +1804,8 @@ class DatabaseInstanceSettingsMaintenanceWindow(dict):
1803
1804
  @pulumi.getter(name="updateTrack")
1804
1805
  def update_track(self) -> Optional[str]:
1805
1806
  """
1806
- Receive updates after one week (`canary`) or after two weeks (`stable`) or after five weeks (`week5`) of notification.
1807
+ Receive updates earlier (`canary`) or later
1808
+ (`stable`)
1807
1809
  """
1808
1810
  return pulumi.get(self, "update_track")
1809
1811
 
@@ -3319,7 +3321,7 @@ class GetDatabaseInstanceSettingMaintenanceWindowResult(dict):
3319
3321
  """
3320
3322
  :param int day: Day of week (1-7), starting on Monday
3321
3323
  :param int hour: Hour of day (0-23), ignored if day not set
3322
- :param str update_track: Receive updates after one week (canary) or after two weeks (stable) or after five weeks (week5) of notification.
3324
+ :param str update_track: Receive updates earlier (canary) or later (stable)
3323
3325
  """
3324
3326
  pulumi.set(__self__, "day", day)
3325
3327
  pulumi.set(__self__, "hour", hour)
@@ -3345,7 +3347,7 @@ class GetDatabaseInstanceSettingMaintenanceWindowResult(dict):
3345
3347
  @pulumi.getter(name="updateTrack")
3346
3348
  def update_track(self) -> str:
3347
3349
  """
3348
- Receive updates after one week (canary) or after two weeks (stable) or after five weeks (week5) of notification.
3350
+ Receive updates earlier (canary) or later (stable)
3349
3351
  """
3350
3352
  return pulumi.get(self, "update_track")
3351
3353
 
@@ -4805,7 +4807,7 @@ class GetDatabaseInstancesInstanceSettingMaintenanceWindowResult(dict):
4805
4807
  """
4806
4808
  :param int day: Day of week (1-7), starting on Monday
4807
4809
  :param int hour: Hour of day (0-23), ignored if day not set
4808
- :param str update_track: Receive updates after one week (canary) or after two weeks (stable) or after five weeks (week5) of notification.
4810
+ :param str update_track: Receive updates earlier (canary) or later (stable)
4809
4811
  """
4810
4812
  pulumi.set(__self__, "day", day)
4811
4813
  pulumi.set(__self__, "hour", hour)
@@ -4831,7 +4833,7 @@ class GetDatabaseInstancesInstanceSettingMaintenanceWindowResult(dict):
4831
4833
  @pulumi.getter(name="updateTrack")
4832
4834
  def update_track(self) -> str:
4833
4835
  """
4834
- Receive updates after one week (canary) or after two weeks (stable) or after five weeks (week5) of notification.
4836
+ Receive updates earlier (canary) or later (stable)
4835
4837
  """
4836
4838
  return pulumi.get(self, "update_track")
4837
4839
 
@@ -446,9 +446,6 @@ class BucketLifecycleRuleConditionArgs:
446
446
  no_age: Optional[pulumi.Input[bool]] = None,
447
447
  noncurrent_time_before: Optional[pulumi.Input[str]] = None,
448
448
  num_newer_versions: Optional[pulumi.Input[int]] = None,
449
- send_days_since_custom_time_if_zero: Optional[pulumi.Input[bool]] = None,
450
- send_days_since_noncurrent_time_if_zero: Optional[pulumi.Input[bool]] = None,
451
- send_num_newer_versions_if_zero: Optional[pulumi.Input[bool]] = None,
452
449
  with_state: Optional[pulumi.Input[str]] = None):
453
450
  """
454
451
  :param pulumi.Input[int] age: Minimum age of an object in days to satisfy this condition. If not supplied alongside another condition and without setting `no_age` to `true`, a default `age` of 0 will be set.
@@ -463,9 +460,6 @@ class BucketLifecycleRuleConditionArgs:
463
460
  :param pulumi.Input[bool] no_age: While set `true`, `age` value will be omitted from requests. This prevents a default age of `0` from being applied, and if you do not have an `age` value set, setting this to `true` is strongly recommended. When unset and other conditions are set to zero values, this can result in a rule that applies your action to all files in the bucket.
464
461
  :param pulumi.Input[str] noncurrent_time_before: Creation date of an object in RFC 3339 (e.g. 2017-06-13) to satisfy this condition.
465
462
  :param pulumi.Input[int] num_newer_versions: Relevant only for versioned objects. The number of newer versions of an object to satisfy this condition.
466
- :param pulumi.Input[bool] send_days_since_custom_time_if_zero: While set true, `days_since_custom_time` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `days_since_custom_time` field. It can be used alone or together with `days_since_custom_time`.
467
- :param pulumi.Input[bool] send_days_since_noncurrent_time_if_zero: While set true, `days_since_noncurrent_time` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `days_since_noncurrent_time` field. It can be used alone or together with `days_since_noncurrent_time`.
468
- :param pulumi.Input[bool] send_num_newer_versions_if_zero: While set true, `num_newer_versions` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `num_newer_versions` field. It can be used alone or together with `num_newer_versions`.
469
463
  :param pulumi.Input[str] with_state: Match to live and/or archived objects. Unversioned buckets have only live objects. Supported values include: `"LIVE"`, `"ARCHIVED"`, `"ANY"`.
470
464
  """
471
465
  if age is not None:
@@ -490,12 +484,6 @@ class BucketLifecycleRuleConditionArgs:
490
484
  pulumi.set(__self__, "noncurrent_time_before", noncurrent_time_before)
491
485
  if num_newer_versions is not None:
492
486
  pulumi.set(__self__, "num_newer_versions", num_newer_versions)
493
- if send_days_since_custom_time_if_zero is not None:
494
- pulumi.set(__self__, "send_days_since_custom_time_if_zero", send_days_since_custom_time_if_zero)
495
- if send_days_since_noncurrent_time_if_zero is not None:
496
- pulumi.set(__self__, "send_days_since_noncurrent_time_if_zero", send_days_since_noncurrent_time_if_zero)
497
- if send_num_newer_versions_if_zero is not None:
498
- pulumi.set(__self__, "send_num_newer_versions_if_zero", send_num_newer_versions_if_zero)
499
487
  if with_state is not None:
500
488
  pulumi.set(__self__, "with_state", with_state)
501
489
 
@@ -632,42 +620,6 @@ class BucketLifecycleRuleConditionArgs:
632
620
  def num_newer_versions(self, value: Optional[pulumi.Input[int]]):
633
621
  pulumi.set(self, "num_newer_versions", value)
634
622
 
635
- @property
636
- @pulumi.getter(name="sendDaysSinceCustomTimeIfZero")
637
- def send_days_since_custom_time_if_zero(self) -> Optional[pulumi.Input[bool]]:
638
- """
639
- While set true, `days_since_custom_time` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `days_since_custom_time` field. It can be used alone or together with `days_since_custom_time`.
640
- """
641
- return pulumi.get(self, "send_days_since_custom_time_if_zero")
642
-
643
- @send_days_since_custom_time_if_zero.setter
644
- def send_days_since_custom_time_if_zero(self, value: Optional[pulumi.Input[bool]]):
645
- pulumi.set(self, "send_days_since_custom_time_if_zero", value)
646
-
647
- @property
648
- @pulumi.getter(name="sendDaysSinceNoncurrentTimeIfZero")
649
- def send_days_since_noncurrent_time_if_zero(self) -> Optional[pulumi.Input[bool]]:
650
- """
651
- While set true, `days_since_noncurrent_time` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `days_since_noncurrent_time` field. It can be used alone or together with `days_since_noncurrent_time`.
652
- """
653
- return pulumi.get(self, "send_days_since_noncurrent_time_if_zero")
654
-
655
- @send_days_since_noncurrent_time_if_zero.setter
656
- def send_days_since_noncurrent_time_if_zero(self, value: Optional[pulumi.Input[bool]]):
657
- pulumi.set(self, "send_days_since_noncurrent_time_if_zero", value)
658
-
659
- @property
660
- @pulumi.getter(name="sendNumNewerVersionsIfZero")
661
- def send_num_newer_versions_if_zero(self) -> Optional[pulumi.Input[bool]]:
662
- """
663
- While set true, `num_newer_versions` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `num_newer_versions` field. It can be used alone or together with `num_newer_versions`.
664
- """
665
- return pulumi.get(self, "send_num_newer_versions_if_zero")
666
-
667
- @send_num_newer_versions_if_zero.setter
668
- def send_num_newer_versions_if_zero(self, value: Optional[pulumi.Input[bool]]):
669
- pulumi.set(self, "send_num_newer_versions_if_zero", value)
670
-
671
623
  @property
672
624
  @pulumi.getter(name="withState")
673
625
  def with_state(self) -> Optional[pulumi.Input[str]]:
@@ -491,12 +491,6 @@ class BucketLifecycleRuleCondition(dict):
491
491
  suggest = "noncurrent_time_before"
492
492
  elif key == "numNewerVersions":
493
493
  suggest = "num_newer_versions"
494
- elif key == "sendDaysSinceCustomTimeIfZero":
495
- suggest = "send_days_since_custom_time_if_zero"
496
- elif key == "sendDaysSinceNoncurrentTimeIfZero":
497
- suggest = "send_days_since_noncurrent_time_if_zero"
498
- elif key == "sendNumNewerVersionsIfZero":
499
- suggest = "send_num_newer_versions_if_zero"
500
494
  elif key == "withState":
501
495
  suggest = "with_state"
502
496
 
@@ -523,9 +517,6 @@ class BucketLifecycleRuleCondition(dict):
523
517
  no_age: Optional[bool] = None,
524
518
  noncurrent_time_before: Optional[str] = None,
525
519
  num_newer_versions: Optional[int] = None,
526
- send_days_since_custom_time_if_zero: Optional[bool] = None,
527
- send_days_since_noncurrent_time_if_zero: Optional[bool] = None,
528
- send_num_newer_versions_if_zero: Optional[bool] = None,
529
520
  with_state: Optional[str] = None):
530
521
  """
531
522
  :param int age: Minimum age of an object in days to satisfy this condition. If not supplied alongside another condition and without setting `no_age` to `true`, a default `age` of 0 will be set.
@@ -540,9 +531,6 @@ class BucketLifecycleRuleCondition(dict):
540
531
  :param bool no_age: While set `true`, `age` value will be omitted from requests. This prevents a default age of `0` from being applied, and if you do not have an `age` value set, setting this to `true` is strongly recommended. When unset and other conditions are set to zero values, this can result in a rule that applies your action to all files in the bucket.
541
532
  :param str noncurrent_time_before: Creation date of an object in RFC 3339 (e.g. 2017-06-13) to satisfy this condition.
542
533
  :param int num_newer_versions: Relevant only for versioned objects. The number of newer versions of an object to satisfy this condition.
543
- :param bool send_days_since_custom_time_if_zero: While set true, `days_since_custom_time` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `days_since_custom_time` field. It can be used alone or together with `days_since_custom_time`.
544
- :param bool send_days_since_noncurrent_time_if_zero: While set true, `days_since_noncurrent_time` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `days_since_noncurrent_time` field. It can be used alone or together with `days_since_noncurrent_time`.
545
- :param bool send_num_newer_versions_if_zero: While set true, `num_newer_versions` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `num_newer_versions` field. It can be used alone or together with `num_newer_versions`.
546
534
  :param str with_state: Match to live and/or archived objects. Unversioned buckets have only live objects. Supported values include: `"LIVE"`, `"ARCHIVED"`, `"ANY"`.
547
535
  """
548
536
  if age is not None:
@@ -567,12 +555,6 @@ class BucketLifecycleRuleCondition(dict):
567
555
  pulumi.set(__self__, "noncurrent_time_before", noncurrent_time_before)
568
556
  if num_newer_versions is not None:
569
557
  pulumi.set(__self__, "num_newer_versions", num_newer_versions)
570
- if send_days_since_custom_time_if_zero is not None:
571
- pulumi.set(__self__, "send_days_since_custom_time_if_zero", send_days_since_custom_time_if_zero)
572
- if send_days_since_noncurrent_time_if_zero is not None:
573
- pulumi.set(__self__, "send_days_since_noncurrent_time_if_zero", send_days_since_noncurrent_time_if_zero)
574
- if send_num_newer_versions_if_zero is not None:
575
- pulumi.set(__self__, "send_num_newer_versions_if_zero", send_num_newer_versions_if_zero)
576
558
  if with_state is not None:
577
559
  pulumi.set(__self__, "with_state", with_state)
578
560
 
@@ -665,30 +647,6 @@ class BucketLifecycleRuleCondition(dict):
665
647
  """
666
648
  return pulumi.get(self, "num_newer_versions")
667
649
 
668
- @property
669
- @pulumi.getter(name="sendDaysSinceCustomTimeIfZero")
670
- def send_days_since_custom_time_if_zero(self) -> Optional[bool]:
671
- """
672
- While set true, `days_since_custom_time` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `days_since_custom_time` field. It can be used alone or together with `days_since_custom_time`.
673
- """
674
- return pulumi.get(self, "send_days_since_custom_time_if_zero")
675
-
676
- @property
677
- @pulumi.getter(name="sendDaysSinceNoncurrentTimeIfZero")
678
- def send_days_since_noncurrent_time_if_zero(self) -> Optional[bool]:
679
- """
680
- While set true, `days_since_noncurrent_time` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `days_since_noncurrent_time` field. It can be used alone or together with `days_since_noncurrent_time`.
681
- """
682
- return pulumi.get(self, "send_days_since_noncurrent_time_if_zero")
683
-
684
- @property
685
- @pulumi.getter(name="sendNumNewerVersionsIfZero")
686
- def send_num_newer_versions_if_zero(self) -> Optional[bool]:
687
- """
688
- While set true, `num_newer_versions` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `num_newer_versions` field. It can be used alone or together with `num_newer_versions`.
689
- """
690
- return pulumi.get(self, "send_num_newer_versions_if_zero")
691
-
692
650
  @property
693
651
  @pulumi.getter(name="withState")
694
652
  def with_state(self) -> Optional[str]:
@@ -2829,9 +2787,6 @@ class GetBucketLifecycleRuleConditionResult(dict):
2829
2787
  no_age: bool,
2830
2788
  noncurrent_time_before: str,
2831
2789
  num_newer_versions: int,
2832
- send_days_since_custom_time_if_zero: bool,
2833
- send_days_since_noncurrent_time_if_zero: bool,
2834
- send_num_newer_versions_if_zero: bool,
2835
2790
  with_state: str):
2836
2791
  """
2837
2792
  :param int age: Minimum age of an object in days to satisfy this condition.
@@ -2846,9 +2801,6 @@ class GetBucketLifecycleRuleConditionResult(dict):
2846
2801
  :param bool no_age: While set true, age value will be omitted.Required to set true when age is unset in the config file.
2847
2802
  :param str noncurrent_time_before: Creation date of an object in RFC 3339 (e.g. 2017-06-13) to satisfy this condition.
2848
2803
  :param int num_newer_versions: Relevant only for versioned objects. The number of newer versions of an object to satisfy this condition.
2849
- :param bool send_days_since_custom_time_if_zero: While set true, days_since_custom_time value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the days_since_custom_time field. It can be used alone or together with days_since_custom_time.
2850
- :param bool send_days_since_noncurrent_time_if_zero: While set true, days_since_noncurrent_time value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the days_since_noncurrent_time field. It can be used alone or together with days_since_noncurrent_time.
2851
- :param bool send_num_newer_versions_if_zero: While set true, num_newer_versions value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the num_newer_versions field. It can be used alone or together with num_newer_versions.
2852
2804
  :param str with_state: Match to live and/or archived objects. Unversioned buckets have only live objects. Supported values include: "LIVE", "ARCHIVED", "ANY".
2853
2805
  """
2854
2806
  pulumi.set(__self__, "age", age)
@@ -2862,9 +2814,6 @@ class GetBucketLifecycleRuleConditionResult(dict):
2862
2814
  pulumi.set(__self__, "no_age", no_age)
2863
2815
  pulumi.set(__self__, "noncurrent_time_before", noncurrent_time_before)
2864
2816
  pulumi.set(__self__, "num_newer_versions", num_newer_versions)
2865
- pulumi.set(__self__, "send_days_since_custom_time_if_zero", send_days_since_custom_time_if_zero)
2866
- pulumi.set(__self__, "send_days_since_noncurrent_time_if_zero", send_days_since_noncurrent_time_if_zero)
2867
- pulumi.set(__self__, "send_num_newer_versions_if_zero", send_num_newer_versions_if_zero)
2868
2817
  pulumi.set(__self__, "with_state", with_state)
2869
2818
 
2870
2819
  @property
@@ -2956,30 +2905,6 @@ class GetBucketLifecycleRuleConditionResult(dict):
2956
2905
  """
2957
2906
  return pulumi.get(self, "num_newer_versions")
2958
2907
 
2959
- @property
2960
- @pulumi.getter(name="sendDaysSinceCustomTimeIfZero")
2961
- def send_days_since_custom_time_if_zero(self) -> bool:
2962
- """
2963
- While set true, days_since_custom_time value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the days_since_custom_time field. It can be used alone or together with days_since_custom_time.
2964
- """
2965
- return pulumi.get(self, "send_days_since_custom_time_if_zero")
2966
-
2967
- @property
2968
- @pulumi.getter(name="sendDaysSinceNoncurrentTimeIfZero")
2969
- def send_days_since_noncurrent_time_if_zero(self) -> bool:
2970
- """
2971
- While set true, days_since_noncurrent_time value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the days_since_noncurrent_time field. It can be used alone or together with days_since_noncurrent_time.
2972
- """
2973
- return pulumi.get(self, "send_days_since_noncurrent_time_if_zero")
2974
-
2975
- @property
2976
- @pulumi.getter(name="sendNumNewerVersionsIfZero")
2977
- def send_num_newer_versions_if_zero(self) -> bool:
2978
- """
2979
- While set true, num_newer_versions value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the num_newer_versions field. It can be used alone or together with num_newer_versions.
2980
- """
2981
- return pulumi.get(self, "send_num_newer_versions_if_zero")
2982
-
2983
2908
  @property
2984
2909
  @pulumi.getter(name="withState")
2985
2910
  def with_state(self) -> str:
@@ -104,9 +104,7 @@ def get_ai_endpoint_iam_policy(endpoint: Optional[str] = None,
104
104
  Use this data source to access information about an existing resource.
105
105
 
106
106
  :param str endpoint: Used to find the parent resource to bind the IAM policy to
107
- :param str location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
108
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
109
- location is specified, it is taken from the provider configuration.
107
+ :param str location: The location for the resource Used to find the parent resource to bind the IAM policy to
110
108
  :param str project: The ID of the project in which the resource belongs.
111
109
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
112
110
  """
@@ -135,9 +133,7 @@ def get_ai_endpoint_iam_policy_output(endpoint: Optional[pulumi.Input[str]] = No
135
133
  Use this data source to access information about an existing resource.
136
134
 
137
135
  :param str endpoint: Used to find the parent resource to bind the IAM policy to
138
- :param str location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
139
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
140
- location is specified, it is taken from the provider configuration.
136
+ :param str location: The location for the resource Used to find the parent resource to bind the IAM policy to
141
137
  :param str project: The ID of the project in which the resource belongs.
142
138
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
143
139
  """
@@ -115,9 +115,7 @@ def get_instance_iam_policy(location: Optional[str] = None,
115
115
  ```
116
116
 
117
117
 
118
- :param str location: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to. If not specified,
119
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
120
- location is specified, it is taken from the provider configuration.
118
+ :param str location: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
121
119
  :param str name: Used to find the parent resource to bind the IAM policy to
122
120
  :param str project: The ID of the project in which the resource belongs.
123
121
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
@@ -158,9 +156,7 @@ def get_instance_iam_policy_output(location: Optional[pulumi.Input[Optional[str]
158
156
  ```
159
157
 
160
158
 
161
- :param str location: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to. If not specified,
162
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
163
- location is specified, it is taken from the provider configuration.
159
+ :param str location: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
164
160
  :param str name: Used to find the parent resource to bind the IAM policy to
165
161
  :param str project: The ID of the project in which the resource belongs.
166
162
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
@@ -114,9 +114,7 @@ def get_workstation_config_iam_policy(location: Optional[str] = None,
114
114
  Use this data source to access information about an existing resource.
115
115
 
116
116
  :param str location: The location where the workstation cluster config should reside.
117
- Used to find the parent resource to bind the IAM policy to. If not specified,
118
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
119
- location is specified, it is taken from the provider configuration.
117
+ Used to find the parent resource to bind the IAM policy to
120
118
  :param str project: The ID of the project in which the resource belongs.
121
119
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
122
120
  """
@@ -148,9 +146,7 @@ def get_workstation_config_iam_policy_output(location: Optional[pulumi.Input[Opt
148
146
  Use this data source to access information about an existing resource.
149
147
 
150
148
  :param str location: The location where the workstation cluster config should reside.
151
- Used to find the parent resource to bind the IAM policy to. If not specified,
152
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
153
- location is specified, it is taken from the provider configuration.
149
+ Used to find the parent resource to bind the IAM policy to
154
150
  :param str project: The ID of the project in which the resource belongs.
155
151
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
156
152
  """
@@ -124,9 +124,7 @@ def get_workstation_iam_policy(location: Optional[str] = None,
124
124
  Use this data source to access information about an existing resource.
125
125
 
126
126
  :param str location: The location where the workstation parent resources reside.
127
- Used to find the parent resource to bind the IAM policy to. If not specified,
128
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
129
- location is specified, it is taken from the provider configuration.
127
+ Used to find the parent resource to bind the IAM policy to
130
128
  :param str project: The ID of the project in which the resource belongs.
131
129
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
132
130
  """
@@ -161,9 +159,7 @@ def get_workstation_iam_policy_output(location: Optional[pulumi.Input[Optional[s
161
159
  Use this data source to access information about an existing resource.
162
160
 
163
161
  :param str location: The location where the workstation parent resources reside.
164
- Used to find the parent resource to bind the IAM policy to. If not specified,
165
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
166
- location is specified, it is taken from the provider configuration.
162
+ Used to find the parent resource to bind the IAM policy to
167
163
  :param str project: The ID of the project in which the resource belongs.
168
164
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
169
165
  """