pulumi-gcp 7.26.0__py3-none-any.whl → 7.26.0a1717481608__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.0a1717481608.dist-info}/METADATA +1 -1
  154. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717481608.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.0a1717481608.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717481608.dist-info}/top_level.txt +0 -0
@@ -33,7 +33,6 @@ __all__ = [
33
33
  'ClusterMaintenanceUpdatePolicyMaintenanceWindowStartTime',
34
34
  'ClusterMigrationSource',
35
35
  'ClusterNetworkConfig',
36
- 'ClusterPscConfig',
37
36
  'ClusterRestoreBackupSource',
38
37
  'ClusterRestoreContinuousBackupSource',
39
38
  'ClusterSecondaryConfig',
@@ -42,7 +41,6 @@ __all__ = [
42
41
  'InstanceMachineConfig',
43
42
  'InstanceNetworkConfig',
44
43
  'InstanceNetworkConfigAuthorizedExternalNetwork',
45
- 'InstancePscInstanceConfig',
46
44
  'InstanceQueryInsightsConfig',
47
45
  'InstanceReadPoolConfig',
48
46
  'GetLocationsLocationResult',
@@ -1194,42 +1192,6 @@ class ClusterNetworkConfig(dict):
1194
1192
  return pulumi.get(self, "network")
1195
1193
 
1196
1194
 
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
-
1233
1195
  @pulumi.output_type
1234
1196
  class ClusterRestoreBackupSource(dict):
1235
1197
  @staticmethod
@@ -1570,82 +1532,6 @@ class InstanceNetworkConfigAuthorizedExternalNetwork(dict):
1570
1532
  return pulumi.get(self, "cidr_range")
1571
1533
 
1572
1534
 
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
-
1649
1535
  @pulumi.output_type
1650
1536
  class InstanceQueryInsightsConfig(dict):
1651
1537
  @staticmethod
@@ -116,9 +116,7 @@ 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. 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.
119
+ 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.
124
122
  :param str repository: Used to find the parent resource to bind the IAM policy to
@@ -160,9 +158,7 @@ def get_repository_iam_policy_output(location: Optional[pulumi.Input[Optional[st
160
158
 
161
159
 
162
160
  :param str location: The name of the location this repository is located in.
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.
161
+ Used to find the parent resource to bind the IAM policy to
166
162
  :param str project: The ID of the project in which the resource belongs.
167
163
  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.
168
164
  :param str repository: Used to find the parent resource to bind the IAM policy to
@@ -40,9 +40,7 @@ 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. 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.
43
+ Used to find the parent resource to bind the IAM policy to
46
44
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
47
45
  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.
48
46
  """
@@ -118,9 +116,7 @@ class RepositoryIamBindingArgs:
118
116
  def location(self) -> Optional[pulumi.Input[str]]:
119
117
  """
120
118
  The name of the location this repository is located in.
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.
119
+ Used to find the parent resource to bind the IAM policy to
124
120
  """
125
121
  return pulumi.get(self, "location")
126
122
 
@@ -156,9 +152,7 @@ class _RepositoryIamBindingState:
156
152
  Input properties used for looking up and filtering RepositoryIamBinding resources.
157
153
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
158
154
  :param pulumi.Input[str] location: The name of the location this repository is located in.
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.
155
+ Used to find the parent resource to bind the IAM policy to
162
156
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
163
157
  Each entry can have one of the following values:
164
158
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -218,9 +212,7 @@ class _RepositoryIamBindingState:
218
212
  def location(self) -> Optional[pulumi.Input[str]]:
219
213
  """
220
214
  The name of the location this repository is located in.
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.
215
+ Used to find the parent resource to bind the IAM policy to
224
216
  """
225
217
  return pulumi.get(self, "location")
226
218
 
@@ -448,9 +440,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
448
440
  :param str resource_name: The name of the resource.
449
441
  :param pulumi.ResourceOptions opts: Options for the resource.
450
442
  :param pulumi.Input[str] location: The name of the location this repository is located in.
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.
443
+ Used to find the parent resource to bind the IAM policy to
454
444
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
455
445
  Each entry can have one of the following values:
456
446
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -687,9 +677,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
687
677
  :param pulumi.ResourceOptions opts: Options for the resource.
688
678
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
689
679
  :param pulumi.Input[str] location: The name of the location this repository is located in.
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.
680
+ Used to find the parent resource to bind the IAM policy to
693
681
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
694
682
  Each entry can have one of the following values:
695
683
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -739,9 +727,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
739
727
  def location(self) -> pulumi.Output[str]:
740
728
  """
741
729
  The name of the location this repository is located in.
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.
730
+ Used to find the parent resource to bind the IAM policy to
745
731
  """
746
732
  return pulumi.get(self, "location")
747
733
 
@@ -40,9 +40,7 @@ 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. 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.
43
+ Used to find the parent resource to bind the IAM policy to
46
44
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
47
45
  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.
48
46
  """
@@ -118,9 +116,7 @@ class RepositoryIamMemberArgs:
118
116
  def location(self) -> Optional[pulumi.Input[str]]:
119
117
  """
120
118
  The name of the location this repository is located in.
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.
119
+ Used to find the parent resource to bind the IAM policy to
124
120
  """
125
121
  return pulumi.get(self, "location")
126
122
 
@@ -156,9 +152,7 @@ class _RepositoryIamMemberState:
156
152
  Input properties used for looking up and filtering RepositoryIamMember resources.
157
153
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
158
154
  :param pulumi.Input[str] location: The name of the location this repository is located in.
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.
155
+ Used to find the parent resource to bind the IAM policy to
162
156
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
163
157
  Each entry can have one of the following values:
164
158
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -218,9 +212,7 @@ class _RepositoryIamMemberState:
218
212
  def location(self) -> Optional[pulumi.Input[str]]:
219
213
  """
220
214
  The name of the location this repository is located in.
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.
215
+ Used to find the parent resource to bind the IAM policy to
224
216
  """
225
217
  return pulumi.get(self, "location")
226
218
 
@@ -448,9 +440,7 @@ class RepositoryIamMember(pulumi.CustomResource):
448
440
  :param str resource_name: The name of the resource.
449
441
  :param pulumi.ResourceOptions opts: Options for the resource.
450
442
  :param pulumi.Input[str] location: The name of the location this repository is located in.
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.
443
+ Used to find the parent resource to bind the IAM policy to
454
444
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
455
445
  Each entry can have one of the following values:
456
446
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -687,9 +677,7 @@ class RepositoryIamMember(pulumi.CustomResource):
687
677
  :param pulumi.ResourceOptions opts: Options for the resource.
688
678
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
689
679
  :param pulumi.Input[str] location: The name of the location this repository is located in.
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.
680
+ Used to find the parent resource to bind the IAM policy to
693
681
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
694
682
  Each entry can have one of the following values:
695
683
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -739,9 +727,7 @@ class RepositoryIamMember(pulumi.CustomResource):
739
727
  def location(self) -> pulumi.Output[str]:
740
728
  """
741
729
  The name of the location this repository is located in.
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.
730
+ Used to find the parent resource to bind the IAM policy to
745
731
  """
746
732
  return pulumi.get(self, "location")
747
733
 
@@ -24,9 +24,7 @@ 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. 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.
27
+ Used to find the parent resource to bind the IAM policy to
30
28
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
31
29
  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.
32
30
  """
@@ -67,9 +65,7 @@ class RepositoryIamPolicyArgs:
67
65
  def location(self) -> Optional[pulumi.Input[str]]:
68
66
  """
69
67
  The name of the location this repository is located in.
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.
68
+ Used to find the parent resource to bind the IAM policy to
73
69
  """
74
70
  return pulumi.get(self, "location")
75
71
 
@@ -103,9 +99,7 @@ class _RepositoryIamPolicyState:
103
99
  Input properties used for looking up and filtering RepositoryIamPolicy resources.
104
100
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
105
101
  :param pulumi.Input[str] location: The name of the location this repository is located in.
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.
102
+ Used to find the parent resource to bind the IAM policy to
109
103
  :param pulumi.Input[str] policy_data: The policy data generated by
110
104
  a `organizations_get_iam_policy` data source.
111
105
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -140,9 +134,7 @@ class _RepositoryIamPolicyState:
140
134
  def location(self) -> Optional[pulumi.Input[str]]:
141
135
  """
142
136
  The name of the location this repository is located in.
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.
137
+ Used to find the parent resource to bind the IAM policy to
146
138
  """
147
139
  return pulumi.get(self, "location")
148
140
 
@@ -345,9 +337,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
345
337
  :param str resource_name: The name of the resource.
346
338
  :param pulumi.ResourceOptions opts: Options for the resource.
347
339
  :param pulumi.Input[str] location: The name of the location this repository is located in.
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.
340
+ Used to find the parent resource to bind the IAM policy to
351
341
  :param pulumi.Input[str] policy_data: The policy data generated by
352
342
  a `organizations_get_iam_policy` data source.
353
343
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -564,9 +554,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
564
554
  :param pulumi.ResourceOptions opts: Options for the resource.
565
555
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
566
556
  :param pulumi.Input[str] location: The name of the location this repository is located in.
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.
557
+ Used to find the parent resource to bind the IAM policy to
570
558
  :param pulumi.Input[str] policy_data: The policy data generated by
571
559
  a `organizations_get_iam_policy` data source.
572
560
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -597,9 +585,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
597
585
  def location(self) -> pulumi.Output[str]:
598
586
  """
599
587
  The name of the location this repository is located in.
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.
588
+ Used to find the parent resource to bind the IAM policy to
603
589
  """
604
590
  return pulumi.get(self, "location")
605
591
 
@@ -46,9 +46,7 @@ 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. 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.
49
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
52
50
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
53
51
  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.
54
52
  """
@@ -130,9 +128,7 @@ class ConnectionIamBindingArgs:
130
128
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
131
129
  Spanner Connections same as spanner region
132
130
  AWS allowed regions are aws-us-east-1
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.
131
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
136
132
  """
137
133
  return pulumi.get(self, "location")
138
134
 
@@ -175,9 +171,7 @@ class _ConnectionIamBindingState:
175
171
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
176
172
  Spanner Connections same as spanner region
177
173
  AWS allowed regions are aws-us-east-1
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.
174
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
181
175
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
182
176
  Each entry can have one of the following values:
183
177
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -254,9 +248,7 @@ class _ConnectionIamBindingState:
254
248
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
255
249
  Spanner Connections same as spanner region
256
250
  AWS allowed regions are aws-us-east-1
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.
251
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
260
252
  """
261
253
  return pulumi.get(self, "location")
262
254
 
@@ -479,9 +471,7 @@ class ConnectionIamBinding(pulumi.CustomResource):
479
471
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
480
472
  Spanner Connections same as spanner region
481
473
  AWS allowed regions are aws-us-east-1
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.
474
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
485
475
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
486
476
  Each entry can have one of the following values:
487
477
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -724,9 +714,7 @@ class ConnectionIamBinding(pulumi.CustomResource):
724
714
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
725
715
  Spanner Connections same as spanner region
726
716
  AWS allowed regions are aws-us-east-1
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.
717
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
730
718
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
731
719
  Each entry can have one of the following values:
732
720
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -789,9 +777,7 @@ class ConnectionIamBinding(pulumi.CustomResource):
789
777
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
790
778
  Spanner Connections same as spanner region
791
779
  AWS allowed regions are aws-us-east-1
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.
780
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
795
781
  """
796
782
  return pulumi.get(self, "location")
797
783
 
@@ -46,9 +46,7 @@ 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. 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.
49
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
52
50
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
53
51
  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.
54
52
  """
@@ -130,9 +128,7 @@ class ConnectionIamMemberArgs:
130
128
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
131
129
  Spanner Connections same as spanner region
132
130
  AWS allowed regions are aws-us-east-1
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.
131
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
136
132
  """
137
133
  return pulumi.get(self, "location")
138
134
 
@@ -175,9 +171,7 @@ class _ConnectionIamMemberState:
175
171
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
176
172
  Spanner Connections same as spanner region
177
173
  AWS allowed regions are aws-us-east-1
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.
174
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
181
175
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
182
176
  Each entry can have one of the following values:
183
177
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -254,9 +248,7 @@ class _ConnectionIamMemberState:
254
248
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
255
249
  Spanner Connections same as spanner region
256
250
  AWS allowed regions are aws-us-east-1
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.
251
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
260
252
  """
261
253
  return pulumi.get(self, "location")
262
254
 
@@ -479,9 +471,7 @@ class ConnectionIamMember(pulumi.CustomResource):
479
471
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
480
472
  Spanner Connections same as spanner region
481
473
  AWS allowed regions are aws-us-east-1
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.
474
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
485
475
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
486
476
  Each entry can have one of the following values:
487
477
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -724,9 +714,7 @@ class ConnectionIamMember(pulumi.CustomResource):
724
714
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
725
715
  Spanner Connections same as spanner region
726
716
  AWS allowed regions are aws-us-east-1
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.
717
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
730
718
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
731
719
  Each entry can have one of the following values:
732
720
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -789,9 +777,7 @@ class ConnectionIamMember(pulumi.CustomResource):
789
777
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
790
778
  Spanner Connections same as spanner region
791
779
  AWS allowed regions are aws-us-east-1
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.
780
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
795
781
  """
796
782
  return pulumi.get(self, "location")
797
783
 
@@ -30,9 +30,7 @@ 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. 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.
33
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
36
34
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
37
35
  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.
38
36
  """
@@ -79,9 +77,7 @@ class ConnectionIamPolicyArgs:
79
77
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
80
78
  Spanner Connections same as spanner region
81
79
  AWS allowed regions are aws-us-east-1
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.
80
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
85
81
  """
86
82
  return pulumi.get(self, "location")
87
83
 
@@ -122,9 +118,7 @@ class _ConnectionIamPolicyState:
122
118
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
123
119
  Spanner Connections same as spanner region
124
120
  AWS allowed regions are aws-us-east-1
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.
121
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
128
122
  :param pulumi.Input[str] policy_data: The policy data generated by
129
123
  a `organizations_get_iam_policy` data source.
130
124
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -176,9 +170,7 @@ class _ConnectionIamPolicyState:
176
170
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
177
171
  Spanner Connections same as spanner region
178
172
  AWS allowed regions are aws-us-east-1
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.
173
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
182
174
  """
183
175
  return pulumi.get(self, "location")
184
176
 
@@ -376,9 +368,7 @@ class ConnectionIamPolicy(pulumi.CustomResource):
376
368
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
377
369
  Spanner Connections same as spanner region
378
370
  AWS allowed regions are aws-us-east-1
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.
371
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
382
372
  :param pulumi.Input[str] policy_data: The policy data generated by
383
373
  a `organizations_get_iam_policy` data source.
384
374
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -601,9 +591,7 @@ class ConnectionIamPolicy(pulumi.CustomResource):
601
591
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
602
592
  Spanner Connections same as spanner region
603
593
  AWS allowed regions are aws-us-east-1
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.
594
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
607
595
  :param pulumi.Input[str] policy_data: The policy data generated by
608
596
  a `organizations_get_iam_policy` data source.
609
597
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -647,9 +635,7 @@ class ConnectionIamPolicy(pulumi.CustomResource):
647
635
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
648
636
  Spanner Connections same as spanner region
649
637
  AWS allowed regions are aws-us-east-1
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.
638
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
653
639
  """
654
640
  return pulumi.get(self, "location")
655
641