pulumi-gcp 7.26.0a1717544115__py3-none-any.whl → 7.26.0a1717690580__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 +56 -0
  2. pulumi_gcp/alloydb/_inputs.py +92 -0
  3. pulumi_gcp/alloydb/backup.py +12 -4
  4. pulumi_gcp/alloydb/cluster.py +72 -6
  5. pulumi_gcp/alloydb/instance.py +60 -2
  6. pulumi_gcp/alloydb/outputs.py +114 -0
  7. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
  8. pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
  9. pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
  10. pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
  11. pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
  12. pulumi_gcp/bigquery/connection_iam_member.py +21 -7
  13. pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
  14. pulumi_gcp/bigquery/data_transfer_config.py +14 -7
  15. pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
  16. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
  17. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
  18. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
  19. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
  20. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
  21. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
  22. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
  23. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
  24. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
  25. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
  26. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
  27. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
  28. pulumi_gcp/certificateauthority/_inputs.py +20 -4
  29. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
  30. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
  31. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
  32. pulumi_gcp/certificateauthority/certificate_template.py +157 -173
  33. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
  34. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
  35. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
  36. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
  37. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
  38. pulumi_gcp/certificateauthority/outputs.py +20 -4
  39. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
  40. pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
  41. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
  42. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
  43. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
  44. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
  45. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
  46. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
  47. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
  48. pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
  49. pulumi_gcp/cloudrun/iam_binding.py +21 -7
  50. pulumi_gcp/cloudrun/iam_member.py +21 -7
  51. pulumi_gcp/cloudrun/iam_policy.py +21 -7
  52. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
  53. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  54. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
  55. pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
  56. pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
  57. pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
  58. pulumi_gcp/cloudrunv2/service.py +47 -0
  59. pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
  60. pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
  61. pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
  62. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
  63. pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
  64. pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
  65. pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
  66. pulumi_gcp/compute/_inputs.py +18 -18
  67. pulumi_gcp/compute/outputs.py +20 -20
  68. pulumi_gcp/dataplex/__init__.py +5 -0
  69. pulumi_gcp/dataplex/_inputs.py +104 -0
  70. pulumi_gcp/dataplex/aspect_type_iam_binding.py +21 -7
  71. pulumi_gcp/dataplex/aspect_type_iam_member.py +21 -7
  72. pulumi_gcp/dataplex/aspect_type_iam_policy.py +21 -7
  73. pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
  74. pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
  75. pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
  76. pulumi_gcp/dataplex/entry_group_iam_binding.py +21 -7
  77. pulumi_gcp/dataplex/entry_group_iam_member.py +21 -7
  78. pulumi_gcp/dataplex/entry_group_iam_policy.py +21 -7
  79. pulumi_gcp/dataplex/entry_type.py +963 -0
  80. pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
  81. pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
  82. pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
  83. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +6 -2
  84. pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
  85. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +6 -2
  86. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
  87. pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
  88. pulumi_gcp/dataplex/outputs.py +76 -0
  89. pulumi_gcp/dataplex/task.py +16 -16
  90. pulumi_gcp/dataplex/task_iam_binding.py +21 -7
  91. pulumi_gcp/dataplex/task_iam_member.py +21 -7
  92. pulumi_gcp/dataplex/task_iam_policy.py +21 -7
  93. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
  94. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
  95. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
  96. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
  97. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
  98. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
  99. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
  100. pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
  101. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
  102. pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
  103. pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
  104. pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
  105. pulumi_gcp/firestore/field.py +4 -4
  106. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
  107. pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
  108. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
  109. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
  110. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
  111. pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
  112. pulumi_gcp/gkehub/feature_iam_member.py +21 -7
  113. pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
  114. pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
  115. pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
  116. pulumi_gcp/gkehub/membership_binding.py +6 -6
  117. pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
  118. pulumi_gcp/gkehub/membership_iam_member.py +21 -7
  119. pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
  120. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  121. pulumi_gcp/gkehub/namespace.py +4 -4
  122. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  123. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  124. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  125. pulumi_gcp/logging/__init__.py +4 -0
  126. pulumi_gcp/logging/_inputs.py +100 -0
  127. pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
  128. pulumi_gcp/logging/log_view_iam_binding.py +630 -0
  129. pulumi_gcp/logging/log_view_iam_member.py +630 -0
  130. pulumi_gcp/logging/log_view_iam_policy.py +449 -0
  131. pulumi_gcp/logging/outputs.py +76 -0
  132. pulumi_gcp/netapp/storage_pool.py +9 -9
  133. pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
  134. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
  135. pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
  136. pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
  137. pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
  138. pulumi_gcp/notebooks/instance_iam_member.py +21 -7
  139. pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
  140. pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
  141. pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
  142. pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
  143. pulumi_gcp/orgpolicy/policy.py +2 -2
  144. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  145. pulumi_gcp/pubsub/subscription.py +4 -4
  146. pulumi_gcp/pulumi-plugin.json +1 -1
  147. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
  148. pulumi_gcp/sql/_inputs.py +2 -4
  149. pulumi_gcp/sql/outputs.py +6 -8
  150. pulumi_gcp/storage/_inputs.py +48 -0
  151. pulumi_gcp/storage/outputs.py +75 -0
  152. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
  153. pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
  154. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
  155. pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
  156. pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
  157. pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
  158. pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
  159. pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
  160. pulumi_gcp/workstations/workstation_iam_member.py +21 -7
  161. pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
  162. {pulumi_gcp-7.26.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/METADATA +1 -1
  163. {pulumi_gcp-7.26.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/RECORD +165 -156
  164. {pulumi_gcp-7.26.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.26.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/top_level.txt +0 -0
@@ -33,6 +33,7 @@ __all__ = [
33
33
  'ClusterMaintenanceUpdatePolicyMaintenanceWindowStartTime',
34
34
  'ClusterMigrationSource',
35
35
  'ClusterNetworkConfig',
36
+ 'ClusterPscConfig',
36
37
  'ClusterRestoreBackupSource',
37
38
  'ClusterRestoreContinuousBackupSource',
38
39
  'ClusterSecondaryConfig',
@@ -41,6 +42,7 @@ __all__ = [
41
42
  'InstanceMachineConfig',
42
43
  'InstanceNetworkConfig',
43
44
  'InstanceNetworkConfigAuthorizedExternalNetwork',
45
+ 'InstancePscInstanceConfig',
44
46
  'InstanceQueryInsightsConfig',
45
47
  'InstanceReadPoolConfig',
46
48
  'GetLocationsLocationResult',
@@ -1192,6 +1194,42 @@ class ClusterNetworkConfig(dict):
1192
1194
  return pulumi.get(self, "network")
1193
1195
 
1194
1196
 
1197
+ @pulumi.output_type
1198
+ class ClusterPscConfig(dict):
1199
+ @staticmethod
1200
+ def __key_warning(key: str):
1201
+ suggest = None
1202
+ if key == "pscEnabled":
1203
+ suggest = "psc_enabled"
1204
+
1205
+ if suggest:
1206
+ pulumi.log.warn(f"Key '{key}' not found in ClusterPscConfig. Access the value via the '{suggest}' property getter instead.")
1207
+
1208
+ def __getitem__(self, key: str) -> Any:
1209
+ ClusterPscConfig.__key_warning(key)
1210
+ return super().__getitem__(key)
1211
+
1212
+ def get(self, key: str, default = None) -> Any:
1213
+ ClusterPscConfig.__key_warning(key)
1214
+ return super().get(key, default)
1215
+
1216
+ def __init__(__self__, *,
1217
+ psc_enabled: Optional[bool] = None):
1218
+ """
1219
+ :param bool psc_enabled: Create an instance that allows connections from Private Service Connect endpoints to the instance.
1220
+ """
1221
+ if psc_enabled is not None:
1222
+ pulumi.set(__self__, "psc_enabled", psc_enabled)
1223
+
1224
+ @property
1225
+ @pulumi.getter(name="pscEnabled")
1226
+ def psc_enabled(self) -> Optional[bool]:
1227
+ """
1228
+ Create an instance that allows connections from Private Service Connect endpoints to the instance.
1229
+ """
1230
+ return pulumi.get(self, "psc_enabled")
1231
+
1232
+
1195
1233
  @pulumi.output_type
1196
1234
  class ClusterRestoreBackupSource(dict):
1197
1235
  @staticmethod
@@ -1532,6 +1570,82 @@ class InstanceNetworkConfigAuthorizedExternalNetwork(dict):
1532
1570
  return pulumi.get(self, "cidr_range")
1533
1571
 
1534
1572
 
1573
+ @pulumi.output_type
1574
+ class InstancePscInstanceConfig(dict):
1575
+ @staticmethod
1576
+ def __key_warning(key: str):
1577
+ suggest = None
1578
+ if key == "allowedConsumerProjects":
1579
+ suggest = "allowed_consumer_projects"
1580
+ elif key == "pscDnsName":
1581
+ suggest = "psc_dns_name"
1582
+ elif key == "serviceAttachmentLink":
1583
+ suggest = "service_attachment_link"
1584
+
1585
+ if suggest:
1586
+ pulumi.log.warn(f"Key '{key}' not found in InstancePscInstanceConfig. Access the value via the '{suggest}' property getter instead.")
1587
+
1588
+ def __getitem__(self, key: str) -> Any:
1589
+ InstancePscInstanceConfig.__key_warning(key)
1590
+ return super().__getitem__(key)
1591
+
1592
+ def get(self, key: str, default = None) -> Any:
1593
+ InstancePscInstanceConfig.__key_warning(key)
1594
+ return super().get(key, default)
1595
+
1596
+ def __init__(__self__, *,
1597
+ allowed_consumer_projects: Optional[Sequence[str]] = None,
1598
+ psc_dns_name: Optional[str] = None,
1599
+ service_attachment_link: Optional[str] = None):
1600
+ """
1601
+ :param Sequence[str] allowed_consumer_projects: List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
1602
+ These should be specified as project numbers only.
1603
+ :param str psc_dns_name: (Output)
1604
+ The DNS name of the instance for PSC connectivity.
1605
+ Name convention: <uid>.<uid>.<region>.alloydb-psc.goog
1606
+ :param str service_attachment_link: (Output)
1607
+ The service attachment created when Private Service Connect (PSC) is enabled for the instance.
1608
+ The name of the resource will be in the format of
1609
+ `projects/<alloydb-tenant-project-number>/regions/<region-name>/serviceAttachments/<service-attachment-name>`
1610
+ """
1611
+ if allowed_consumer_projects is not None:
1612
+ pulumi.set(__self__, "allowed_consumer_projects", allowed_consumer_projects)
1613
+ if psc_dns_name is not None:
1614
+ pulumi.set(__self__, "psc_dns_name", psc_dns_name)
1615
+ if service_attachment_link is not None:
1616
+ pulumi.set(__self__, "service_attachment_link", service_attachment_link)
1617
+
1618
+ @property
1619
+ @pulumi.getter(name="allowedConsumerProjects")
1620
+ def allowed_consumer_projects(self) -> Optional[Sequence[str]]:
1621
+ """
1622
+ List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
1623
+ These should be specified as project numbers only.
1624
+ """
1625
+ return pulumi.get(self, "allowed_consumer_projects")
1626
+
1627
+ @property
1628
+ @pulumi.getter(name="pscDnsName")
1629
+ def psc_dns_name(self) -> Optional[str]:
1630
+ """
1631
+ (Output)
1632
+ The DNS name of the instance for PSC connectivity.
1633
+ Name convention: <uid>.<uid>.<region>.alloydb-psc.goog
1634
+ """
1635
+ return pulumi.get(self, "psc_dns_name")
1636
+
1637
+ @property
1638
+ @pulumi.getter(name="serviceAttachmentLink")
1639
+ def service_attachment_link(self) -> Optional[str]:
1640
+ """
1641
+ (Output)
1642
+ The service attachment created when Private Service Connect (PSC) is enabled for the instance.
1643
+ The name of the resource will be in the format of
1644
+ `projects/<alloydb-tenant-project-number>/regions/<region-name>/serviceAttachments/<service-attachment-name>`
1645
+ """
1646
+ return pulumi.get(self, "service_attachment_link")
1647
+
1648
+
1535
1649
  @pulumi.output_type
1536
1650
  class InstanceQueryInsightsConfig(dict):
1537
1651
  @staticmethod
@@ -116,7 +116,9 @@ def get_repository_iam_policy(location: Optional[str] = None,
116
116
 
117
117
 
118
118
  :param str location: The name of the location this repository is located in.
119
- Used to find the parent resource to bind the IAM policy to
119
+ Used to find the parent resource to bind the IAM policy to. If not specified,
120
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
121
+ location is specified, it is taken from the provider configuration.
120
122
  :param str project: The ID of the project in which the resource belongs.
121
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.
122
124
  :param str repository: Used to find the parent resource to bind the IAM policy to
@@ -158,7 +160,9 @@ def get_repository_iam_policy_output(location: Optional[pulumi.Input[Optional[st
158
160
 
159
161
 
160
162
  :param str location: The name of the location this repository is located in.
161
- Used to find the parent resource to bind the IAM policy to
163
+ Used to find the parent resource to bind the IAM policy to. If not specified,
164
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
165
+ location is specified, it is taken from the provider configuration.
162
166
  :param str project: The ID of the project in which the resource belongs.
163
167
  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.
164
168
  :param str repository: Used to find the parent resource to bind the IAM policy to
@@ -40,7 +40,9 @@ class RepositoryIamBindingArgs:
40
40
  `artifactregistry.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
41
41
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
42
42
  :param pulumi.Input[str] location: The name of the location this repository is located in.
43
- Used to find the parent resource to bind the IAM policy to
43
+ Used to find the parent resource to bind the IAM policy to. If not specified,
44
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
45
+ location is specified, it is taken from the provider configuration.
44
46
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
45
47
  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.
46
48
  """
@@ -116,7 +118,9 @@ class RepositoryIamBindingArgs:
116
118
  def location(self) -> Optional[pulumi.Input[str]]:
117
119
  """
118
120
  The name of the location this repository is located in.
119
- Used to find the parent resource to bind the IAM policy to
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.
120
124
  """
121
125
  return pulumi.get(self, "location")
122
126
 
@@ -152,7 +156,9 @@ class _RepositoryIamBindingState:
152
156
  Input properties used for looking up and filtering RepositoryIamBinding resources.
153
157
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
154
158
  :param pulumi.Input[str] location: The name of the location this repository is located in.
155
- Used to find the parent resource to bind the IAM policy to
159
+ Used to find the parent resource to bind the IAM policy to. If not specified,
160
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
161
+ location is specified, it is taken from the provider configuration.
156
162
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
157
163
  Each entry can have one of the following values:
158
164
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -212,7 +218,9 @@ class _RepositoryIamBindingState:
212
218
  def location(self) -> Optional[pulumi.Input[str]]:
213
219
  """
214
220
  The name of the location this repository is located in.
215
- Used to find the parent resource to bind the IAM policy to
221
+ Used to find the parent resource to bind the IAM policy to. If not specified,
222
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
223
+ location is specified, it is taken from the provider configuration.
216
224
  """
217
225
  return pulumi.get(self, "location")
218
226
 
@@ -440,7 +448,9 @@ class RepositoryIamBinding(pulumi.CustomResource):
440
448
  :param str resource_name: The name of the resource.
441
449
  :param pulumi.ResourceOptions opts: Options for the resource.
442
450
  :param pulumi.Input[str] location: The name of the location this repository is located in.
443
- Used to find the parent resource to bind the IAM policy to
451
+ Used to find the parent resource to bind the IAM policy to. If not specified,
452
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
453
+ location is specified, it is taken from the provider configuration.
444
454
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
445
455
  Each entry can have one of the following values:
446
456
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -677,7 +687,9 @@ class RepositoryIamBinding(pulumi.CustomResource):
677
687
  :param pulumi.ResourceOptions opts: Options for the resource.
678
688
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
679
689
  :param pulumi.Input[str] location: The name of the location this repository is located in.
680
- Used to find the parent resource to bind the IAM policy to
690
+ Used to find the parent resource to bind the IAM policy to. If not specified,
691
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
692
+ location is specified, it is taken from the provider configuration.
681
693
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
682
694
  Each entry can have one of the following values:
683
695
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -727,7 +739,9 @@ class RepositoryIamBinding(pulumi.CustomResource):
727
739
  def location(self) -> pulumi.Output[str]:
728
740
  """
729
741
  The name of the location this repository is located in.
730
- Used to find the parent resource to bind the IAM policy to
742
+ Used to find the parent resource to bind the IAM policy to. If not specified,
743
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
744
+ location is specified, it is taken from the provider configuration.
731
745
  """
732
746
  return pulumi.get(self, "location")
733
747
 
@@ -40,7 +40,9 @@ class RepositoryIamMemberArgs:
40
40
  `artifactregistry.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
41
41
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
42
42
  :param pulumi.Input[str] location: The name of the location this repository is located in.
43
- Used to find the parent resource to bind the IAM policy to
43
+ Used to find the parent resource to bind the IAM policy to. If not specified,
44
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
45
+ location is specified, it is taken from the provider configuration.
44
46
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
45
47
  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.
46
48
  """
@@ -116,7 +118,9 @@ class RepositoryIamMemberArgs:
116
118
  def location(self) -> Optional[pulumi.Input[str]]:
117
119
  """
118
120
  The name of the location this repository is located in.
119
- Used to find the parent resource to bind the IAM policy to
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.
120
124
  """
121
125
  return pulumi.get(self, "location")
122
126
 
@@ -152,7 +156,9 @@ class _RepositoryIamMemberState:
152
156
  Input properties used for looking up and filtering RepositoryIamMember resources.
153
157
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
154
158
  :param pulumi.Input[str] location: The name of the location this repository is located in.
155
- Used to find the parent resource to bind the IAM policy to
159
+ Used to find the parent resource to bind the IAM policy to. If not specified,
160
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
161
+ location is specified, it is taken from the provider configuration.
156
162
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
157
163
  Each entry can have one of the following values:
158
164
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -212,7 +218,9 @@ class _RepositoryIamMemberState:
212
218
  def location(self) -> Optional[pulumi.Input[str]]:
213
219
  """
214
220
  The name of the location this repository is located in.
215
- Used to find the parent resource to bind the IAM policy to
221
+ Used to find the parent resource to bind the IAM policy to. If not specified,
222
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
223
+ location is specified, it is taken from the provider configuration.
216
224
  """
217
225
  return pulumi.get(self, "location")
218
226
 
@@ -440,7 +448,9 @@ class RepositoryIamMember(pulumi.CustomResource):
440
448
  :param str resource_name: The name of the resource.
441
449
  :param pulumi.ResourceOptions opts: Options for the resource.
442
450
  :param pulumi.Input[str] location: The name of the location this repository is located in.
443
- Used to find the parent resource to bind the IAM policy to
451
+ Used to find the parent resource to bind the IAM policy to. If not specified,
452
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
453
+ location is specified, it is taken from the provider configuration.
444
454
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
445
455
  Each entry can have one of the following values:
446
456
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -677,7 +687,9 @@ class RepositoryIamMember(pulumi.CustomResource):
677
687
  :param pulumi.ResourceOptions opts: Options for the resource.
678
688
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
679
689
  :param pulumi.Input[str] location: The name of the location this repository is located in.
680
- Used to find the parent resource to bind the IAM policy to
690
+ Used to find the parent resource to bind the IAM policy to. If not specified,
691
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
692
+ location is specified, it is taken from the provider configuration.
681
693
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
682
694
  Each entry can have one of the following values:
683
695
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -727,7 +739,9 @@ class RepositoryIamMember(pulumi.CustomResource):
727
739
  def location(self) -> pulumi.Output[str]:
728
740
  """
729
741
  The name of the location this repository is located in.
730
- Used to find the parent resource to bind the IAM policy to
742
+ Used to find the parent resource to bind the IAM policy to. If not specified,
743
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
744
+ location is specified, it is taken from the provider configuration.
731
745
  """
732
746
  return pulumi.get(self, "location")
733
747
 
@@ -24,7 +24,9 @@ class RepositoryIamPolicyArgs:
24
24
  a `organizations_get_iam_policy` data source.
25
25
  :param pulumi.Input[str] repository: Used to find the parent resource to bind the IAM policy to
26
26
  :param pulumi.Input[str] location: The name of the location this repository is located in.
27
- Used to find the parent resource to bind the IAM policy to
27
+ Used to find the parent resource to bind the IAM policy to. If not specified,
28
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
29
+ location is specified, it is taken from the provider configuration.
28
30
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
29
31
  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.
30
32
  """
@@ -65,7 +67,9 @@ class RepositoryIamPolicyArgs:
65
67
  def location(self) -> Optional[pulumi.Input[str]]:
66
68
  """
67
69
  The name of the location this repository is located in.
68
- Used to find the parent resource to bind the IAM policy to
70
+ Used to find the parent resource to bind the IAM policy to. If not specified,
71
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
72
+ location is specified, it is taken from the provider configuration.
69
73
  """
70
74
  return pulumi.get(self, "location")
71
75
 
@@ -99,7 +103,9 @@ class _RepositoryIamPolicyState:
99
103
  Input properties used for looking up and filtering RepositoryIamPolicy resources.
100
104
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
101
105
  :param pulumi.Input[str] location: The name of the location this repository is located in.
102
- Used to find the parent resource to bind the IAM policy to
106
+ Used to find the parent resource to bind the IAM policy to. If not specified,
107
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
108
+ location is specified, it is taken from the provider configuration.
103
109
  :param pulumi.Input[str] policy_data: The policy data generated by
104
110
  a `organizations_get_iam_policy` data source.
105
111
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -134,7 +140,9 @@ class _RepositoryIamPolicyState:
134
140
  def location(self) -> Optional[pulumi.Input[str]]:
135
141
  """
136
142
  The name of the location this repository is located in.
137
- Used to find the parent resource to bind the IAM policy to
143
+ Used to find the parent resource to bind the IAM policy to. If not specified,
144
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
145
+ location is specified, it is taken from the provider configuration.
138
146
  """
139
147
  return pulumi.get(self, "location")
140
148
 
@@ -337,7 +345,9 @@ class RepositoryIamPolicy(pulumi.CustomResource):
337
345
  :param str resource_name: The name of the resource.
338
346
  :param pulumi.ResourceOptions opts: Options for the resource.
339
347
  :param pulumi.Input[str] location: The name of the location this repository is located in.
340
- Used to find the parent resource to bind the IAM policy to
348
+ Used to find the parent resource to bind the IAM policy to. If not specified,
349
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
350
+ location is specified, it is taken from the provider configuration.
341
351
  :param pulumi.Input[str] policy_data: The policy data generated by
342
352
  a `organizations_get_iam_policy` data source.
343
353
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -554,7 +564,9 @@ class RepositoryIamPolicy(pulumi.CustomResource):
554
564
  :param pulumi.ResourceOptions opts: Options for the resource.
555
565
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
556
566
  :param pulumi.Input[str] location: The name of the location this repository is located in.
557
- Used to find the parent resource to bind the IAM policy to
567
+ Used to find the parent resource to bind the IAM policy to. If not specified,
568
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
569
+ location is specified, it is taken from the provider configuration.
558
570
  :param pulumi.Input[str] policy_data: The policy data generated by
559
571
  a `organizations_get_iam_policy` data source.
560
572
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -585,7 +597,9 @@ class RepositoryIamPolicy(pulumi.CustomResource):
585
597
  def location(self) -> pulumi.Output[str]:
586
598
  """
587
599
  The name of the location this repository is located in.
588
- Used to find the parent resource to bind the IAM policy to
600
+ Used to find the parent resource to bind the IAM policy to. If not specified,
601
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
602
+ location is specified, it is taken from the provider configuration.
589
603
  """
590
604
  return pulumi.get(self, "location")
591
605
 
@@ -46,7 +46,9 @@ class ConnectionIamBindingArgs:
46
46
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
47
47
  Spanner Connections same as spanner region
48
48
  AWS allowed regions are aws-us-east-1
49
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
49
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
50
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
51
+ location is specified, it is taken from the provider configuration.
50
52
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
51
53
  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.
52
54
  """
@@ -128,7 +130,9 @@ class ConnectionIamBindingArgs:
128
130
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
129
131
  Spanner Connections same as spanner region
130
132
  AWS allowed regions are aws-us-east-1
131
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
133
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
134
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
135
+ location is specified, it is taken from the provider configuration.
132
136
  """
133
137
  return pulumi.get(self, "location")
134
138
 
@@ -171,7 +175,9 @@ class _ConnectionIamBindingState:
171
175
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
172
176
  Spanner Connections same as spanner region
173
177
  AWS allowed regions are aws-us-east-1
174
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
178
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
179
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
180
+ location is specified, it is taken from the provider configuration.
175
181
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
176
182
  Each entry can have one of the following values:
177
183
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -248,7 +254,9 @@ class _ConnectionIamBindingState:
248
254
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
249
255
  Spanner Connections same as spanner region
250
256
  AWS allowed regions are aws-us-east-1
251
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
257
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
258
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
259
+ location is specified, it is taken from the provider configuration.
252
260
  """
253
261
  return pulumi.get(self, "location")
254
262
 
@@ -471,7 +479,9 @@ class ConnectionIamBinding(pulumi.CustomResource):
471
479
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
472
480
  Spanner Connections same as spanner region
473
481
  AWS allowed regions are aws-us-east-1
474
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
482
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
483
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
484
+ location is specified, it is taken from the provider configuration.
475
485
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
476
486
  Each entry can have one of the following values:
477
487
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -714,7 +724,9 @@ class ConnectionIamBinding(pulumi.CustomResource):
714
724
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
715
725
  Spanner Connections same as spanner region
716
726
  AWS allowed regions are aws-us-east-1
717
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
727
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
728
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
729
+ location is specified, it is taken from the provider configuration.
718
730
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
719
731
  Each entry can have one of the following values:
720
732
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -777,7 +789,9 @@ class ConnectionIamBinding(pulumi.CustomResource):
777
789
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
778
790
  Spanner Connections same as spanner region
779
791
  AWS allowed regions are aws-us-east-1
780
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
792
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
793
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
794
+ location is specified, it is taken from the provider configuration.
781
795
  """
782
796
  return pulumi.get(self, "location")
783
797
 
@@ -46,7 +46,9 @@ class ConnectionIamMemberArgs:
46
46
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
47
47
  Spanner Connections same as spanner region
48
48
  AWS allowed regions are aws-us-east-1
49
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
49
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
50
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
51
+ location is specified, it is taken from the provider configuration.
50
52
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
51
53
  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.
52
54
  """
@@ -128,7 +130,9 @@ class ConnectionIamMemberArgs:
128
130
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
129
131
  Spanner Connections same as spanner region
130
132
  AWS allowed regions are aws-us-east-1
131
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
133
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
134
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
135
+ location is specified, it is taken from the provider configuration.
132
136
  """
133
137
  return pulumi.get(self, "location")
134
138
 
@@ -171,7 +175,9 @@ class _ConnectionIamMemberState:
171
175
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
172
176
  Spanner Connections same as spanner region
173
177
  AWS allowed regions are aws-us-east-1
174
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
178
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
179
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
180
+ location is specified, it is taken from the provider configuration.
175
181
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
176
182
  Each entry can have one of the following values:
177
183
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -248,7 +254,9 @@ class _ConnectionIamMemberState:
248
254
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
249
255
  Spanner Connections same as spanner region
250
256
  AWS allowed regions are aws-us-east-1
251
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
257
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
258
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
259
+ location is specified, it is taken from the provider configuration.
252
260
  """
253
261
  return pulumi.get(self, "location")
254
262
 
@@ -471,7 +479,9 @@ class ConnectionIamMember(pulumi.CustomResource):
471
479
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
472
480
  Spanner Connections same as spanner region
473
481
  AWS allowed regions are aws-us-east-1
474
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
482
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
483
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
484
+ location is specified, it is taken from the provider configuration.
475
485
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
476
486
  Each entry can have one of the following values:
477
487
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -714,7 +724,9 @@ class ConnectionIamMember(pulumi.CustomResource):
714
724
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
715
725
  Spanner Connections same as spanner region
716
726
  AWS allowed regions are aws-us-east-1
717
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
727
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
728
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
729
+ location is specified, it is taken from the provider configuration.
718
730
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
719
731
  Each entry can have one of the following values:
720
732
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -777,7 +789,9 @@ class ConnectionIamMember(pulumi.CustomResource):
777
789
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
778
790
  Spanner Connections same as spanner region
779
791
  AWS allowed regions are aws-us-east-1
780
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
792
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
793
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
794
+ location is specified, it is taken from the provider configuration.
781
795
  """
782
796
  return pulumi.get(self, "location")
783
797
 
@@ -30,7 +30,9 @@ class ConnectionIamPolicyArgs:
30
30
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
31
31
  Spanner Connections same as spanner region
32
32
  AWS allowed regions are aws-us-east-1
33
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
33
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
34
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
35
+ location is specified, it is taken from the provider configuration.
34
36
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
35
37
  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.
36
38
  """
@@ -77,7 +79,9 @@ class ConnectionIamPolicyArgs:
77
79
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
78
80
  Spanner Connections same as spanner region
79
81
  AWS allowed regions are aws-us-east-1
80
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
82
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
83
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
84
+ location is specified, it is taken from the provider configuration.
81
85
  """
82
86
  return pulumi.get(self, "location")
83
87
 
@@ -118,7 +122,9 @@ class _ConnectionIamPolicyState:
118
122
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
119
123
  Spanner Connections same as spanner region
120
124
  AWS allowed regions are aws-us-east-1
121
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
125
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
126
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
127
+ location is specified, it is taken from the provider configuration.
122
128
  :param pulumi.Input[str] policy_data: The policy data generated by
123
129
  a `organizations_get_iam_policy` data source.
124
130
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -170,7 +176,9 @@ class _ConnectionIamPolicyState:
170
176
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
171
177
  Spanner Connections same as spanner region
172
178
  AWS allowed regions are aws-us-east-1
173
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
179
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
180
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
181
+ location is specified, it is taken from the provider configuration.
174
182
  """
175
183
  return pulumi.get(self, "location")
176
184
 
@@ -368,7 +376,9 @@ class ConnectionIamPolicy(pulumi.CustomResource):
368
376
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
369
377
  Spanner Connections same as spanner region
370
378
  AWS allowed regions are aws-us-east-1
371
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
379
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
380
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
381
+ location is specified, it is taken from the provider configuration.
372
382
  :param pulumi.Input[str] policy_data: The policy data generated by
373
383
  a `organizations_get_iam_policy` data source.
374
384
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -591,7 +601,9 @@ class ConnectionIamPolicy(pulumi.CustomResource):
591
601
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
592
602
  Spanner Connections same as spanner region
593
603
  AWS allowed regions are aws-us-east-1
594
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
604
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
605
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
606
+ location is specified, it is taken from the provider configuration.
595
607
  :param pulumi.Input[str] policy_data: The policy data generated by
596
608
  a `organizations_get_iam_policy` data source.
597
609
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -635,7 +647,9 @@ class ConnectionIamPolicy(pulumi.CustomResource):
635
647
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
636
648
  Spanner Connections same as spanner region
637
649
  AWS allowed regions are aws-us-east-1
638
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
650
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
651
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
652
+ location is specified, it is taken from the provider configuration.
639
653
  """
640
654
  return pulumi.get(self, "location")
641
655