pulumi-gcp 8.20.0a1739946722__py3-none-any.whl → 8.21.0a1740551699__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 (189) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/accesscontextmanager/_inputs.py +168 -8
  3. pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +2 -2
  4. pulumi_gcp/accesscontextmanager/outputs.py +104 -8
  5. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +78 -3
  6. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +78 -3
  7. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +78 -3
  8. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +78 -3
  9. pulumi_gcp/alloydb/__init__.py +1 -0
  10. pulumi_gcp/alloydb/get_instance.py +466 -0
  11. pulumi_gcp/alloydb/outputs.py +352 -0
  12. pulumi_gcp/apigateway/get_api_config_iam_policy.py +20 -2
  13. pulumi_gcp/apigateway/get_api_iam_policy.py +20 -2
  14. pulumi_gcp/apigateway/get_gateway_iam_policy.py +22 -2
  15. pulumi_gcp/apigee/get_environment_iam_policy.py +2 -2
  16. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -2
  17. pulumi_gcp/beyondcorp/get_application_iam_policy.py +2 -2
  18. pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -2
  19. pulumi_gcp/bigquery/connection.py +2 -14
  20. pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -2
  21. pulumi_gcp/bigquery/get_table_iam_policy.py +2 -2
  22. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +8 -8
  23. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +8 -8
  24. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +8 -8
  25. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
  26. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
  27. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +8 -8
  28. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +8 -8
  29. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +8 -8
  30. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -2
  31. pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +2 -2
  32. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -2
  33. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +2 -2
  34. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -2
  35. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -2
  36. pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +2 -2
  37. pulumi_gcp/clouddeploy/get_target_iam_policy.py +2 -2
  38. pulumi_gcp/cloudfunctions/get_function_iam_policy.py +2 -2
  39. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -2
  40. pulumi_gcp/cloudrun/_inputs.py +6 -3
  41. pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -2
  42. pulumi_gcp/cloudrun/outputs.py +4 -2
  43. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -2
  44. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -2
  45. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -2
  46. pulumi_gcp/colab/get_runtime_template_iam_policy.py +2 -2
  47. pulumi_gcp/composer/_inputs.py +6 -6
  48. pulumi_gcp/composer/outputs.py +8 -8
  49. pulumi_gcp/compute/_inputs.py +756 -30
  50. pulumi_gcp/compute/firewall_policy_rule.py +0 -2
  51. pulumi_gcp/compute/get_backend_bucket_iam_policy.py +20 -2
  52. pulumi_gcp/compute/get_backend_service_iam_policy.py +20 -2
  53. pulumi_gcp/compute/get_disk_iam_policy.py +2 -2
  54. pulumi_gcp/compute/get_hc_vpn_gateway.py +45 -1
  55. pulumi_gcp/compute/get_image_iam_policy.py +2 -2
  56. pulumi_gcp/compute/get_instance_iam_policy.py +2 -2
  57. pulumi_gcp/compute/get_instance_template_iam_policy.py +2 -2
  58. pulumi_gcp/compute/get_machine_image_iam_policy.py +20 -2
  59. pulumi_gcp/compute/get_region_backend_service_iam_policy.py +22 -2
  60. pulumi_gcp/compute/get_region_disk_iam_policy.py +2 -2
  61. pulumi_gcp/compute/get_snapshot_iam_policy.py +2 -2
  62. pulumi_gcp/compute/get_subnetwork_iam_policy.py +2 -2
  63. pulumi_gcp/compute/ha_vpn_gateway.py +189 -2
  64. pulumi_gcp/compute/instance_template.py +14 -35
  65. pulumi_gcp/compute/outputs.py +796 -18
  66. pulumi_gcp/config/__init__.pyi +2 -0
  67. pulumi_gcp/config/vars.py +4 -0
  68. pulumi_gcp/container/_inputs.py +447 -3
  69. pulumi_gcp/container/outputs.py +469 -5
  70. pulumi_gcp/containeranalysis/get_note_iam_policy.py +2 -2
  71. pulumi_gcp/datacatalog/entry_group_iam_binding.py +8 -8
  72. pulumi_gcp/datacatalog/entry_group_iam_member.py +8 -8
  73. pulumi_gcp/datacatalog/entry_group_iam_policy.py +8 -8
  74. pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +2 -2
  75. pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +2 -2
  76. pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +2 -2
  77. pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +2 -2
  78. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +8 -8
  79. pulumi_gcp/datacatalog/policy_tag_iam_member.py +8 -8
  80. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +8 -8
  81. pulumi_gcp/datacatalog/tag_template_iam_binding.py +8 -8
  82. pulumi_gcp/datacatalog/tag_template_iam_member.py +8 -8
  83. pulumi_gcp/datacatalog/tag_template_iam_policy.py +8 -8
  84. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +8 -8
  85. pulumi_gcp/datacatalog/taxonomy_iam_member.py +8 -8
  86. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +8 -8
  87. pulumi_gcp/dataform/get_repository_iam_policy.py +22 -2
  88. pulumi_gcp/datafusion/get_instance_iam_policy.py +2 -2
  89. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -2
  90. pulumi_gcp/dataplex/get_asset_iam_policy.py +2 -2
  91. pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -2
  92. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -2
  93. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -2
  94. pulumi_gcp/dataplex/get_lake_iam_policy.py +2 -2
  95. pulumi_gcp/dataplex/get_task_iam_policy.py +2 -2
  96. pulumi_gcp/dataplex/get_zone_iam_policy.py +2 -2
  97. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -2
  98. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -2
  99. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -2
  100. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +8 -8
  101. pulumi_gcp/dataproc/metastore_federation_iam_member.py +8 -8
  102. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +8 -8
  103. pulumi_gcp/dataproc/metastore_service_iam_binding.py +8 -8
  104. pulumi_gcp/dataproc/metastore_service_iam_member.py +8 -8
  105. pulumi_gcp/dataproc/metastore_service_iam_policy.py +8 -8
  106. pulumi_gcp/dns/get_managed_zone_iam_policy.py +2 -2
  107. pulumi_gcp/endpoints/get_service_iam_policy.py +2 -2
  108. pulumi_gcp/eventarc/_inputs.py +29 -8
  109. pulumi_gcp/eventarc/google_channel_config.py +58 -46
  110. pulumi_gcp/eventarc/outputs.py +20 -6
  111. pulumi_gcp/eventarc/trigger.py +95 -72
  112. pulumi_gcp/filestore/backup.py +4 -4
  113. pulumi_gcp/firebase/__init__.py +1 -0
  114. pulumi_gcp/firebase/data_connect_service.py +937 -0
  115. pulumi_gcp/gemini/__init__.py +4 -0
  116. pulumi_gcp/gemini/data_sharing_with_google_setting.py +607 -0
  117. pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +608 -0
  118. pulumi_gcp/gemini/get_repository_group_iam_policy.py +2 -2
  119. pulumi_gcp/gemini/logging_setting.py +42 -54
  120. pulumi_gcp/gemini/logging_setting_binding.py +722 -0
  121. pulumi_gcp/gemini/release_channel_setting.py +39 -43
  122. pulumi_gcp/gemini/release_channel_setting_binding.py +734 -0
  123. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -2
  124. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -2
  125. pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -2
  126. pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -2
  127. pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -2
  128. pulumi_gcp/healthcare/get_consent_store_iam_policy.py +2 -2
  129. pulumi_gcp/iap/get_app_engine_service_iam_policy.py +2 -2
  130. pulumi_gcp/iap/get_app_engine_version_iam_policy.py +2 -2
  131. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -2
  132. pulumi_gcp/iap/get_tunnel_iam_policy.py +2 -2
  133. pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +2 -2
  134. pulumi_gcp/iap/get_web_backend_service_iam_policy.py +2 -2
  135. pulumi_gcp/iap/get_web_iam_policy.py +2 -2
  136. pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +2 -2
  137. pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
  138. pulumi_gcp/iap/get_web_type_compute_iam_policy.py +2 -2
  139. pulumi_gcp/kms/get_ekm_connection_iam_policy.py +2 -2
  140. pulumi_gcp/logging/get_log_view_iam_policy.py +2 -2
  141. pulumi_gcp/monitoring/_inputs.py +588 -0
  142. pulumi_gcp/monitoring/outputs.py +410 -0
  143. pulumi_gcp/netapp/__init__.py +1 -0
  144. pulumi_gcp/netapp/volume_quota_rule.py +895 -0
  145. pulumi_gcp/networksecurity/address_group_iam_binding.py +4 -4
  146. pulumi_gcp/networksecurity/address_group_iam_member.py +4 -4
  147. pulumi_gcp/networksecurity/address_group_iam_policy.py +4 -4
  148. pulumi_gcp/networkservices/authz_extension.py +8 -15
  149. pulumi_gcp/networkservices/mesh.py +79 -12
  150. pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -2
  151. pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -2
  152. pulumi_gcp/provider.py +20 -0
  153. pulumi_gcp/pubsub/get_schema_iam_policy.py +2 -2
  154. pulumi_gcp/pubsub/get_topic_iam_policy.py +2 -2
  155. pulumi_gcp/pulumi-plugin.json +1 -1
  156. pulumi_gcp/runtimeconfig/get_config_iam_policy.py +20 -2
  157. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -2
  158. pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -2
  159. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -2
  160. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -2
  161. pulumi_gcp/securitycenter/get_source_iam_policy.py +2 -2
  162. pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +2 -2
  163. pulumi_gcp/securitycenter/mute_config.py +136 -3
  164. pulumi_gcp/securitycenter/v2_folder_notification_config.py +2 -14
  165. pulumi_gcp/securitycenter/v2_organization_notification_config.py +2 -14
  166. pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +8 -8
  167. pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +8 -8
  168. pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +8 -8
  169. pulumi_gcp/securitycenter/v2_project_notification_config.py +2 -14
  170. pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +18 -2
  171. pulumi_gcp/servicedirectory/get_service_iam_policy.py +18 -2
  172. pulumi_gcp/sourcerepo/get_repository_iam_policy.py +2 -2
  173. pulumi_gcp/spanner/instance.py +0 -46
  174. pulumi_gcp/sql/_inputs.py +6 -6
  175. pulumi_gcp/sql/outputs.py +4 -4
  176. pulumi_gcp/storage/bucket.py +30 -0
  177. pulumi_gcp/storage/get_bucket_iam_policy.py +2 -2
  178. pulumi_gcp/tags/get_tag_key_iam_policy.py +2 -2
  179. pulumi_gcp/tags/get_tag_value_iam_policy.py +2 -2
  180. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +22 -2
  181. pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +20 -2
  182. pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +22 -2
  183. pulumi_gcp/workbench/get_instance_iam_policy.py +2 -2
  184. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +24 -2
  185. pulumi_gcp/workstations/get_workstation_iam_policy.py +26 -2
  186. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/METADATA +1 -1
  187. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/RECORD +189 -182
  188. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/WHEEL +1 -1
  189. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/top_level.txt +0 -0
@@ -98,7 +98,7 @@ def get_note_iam_policy(note: Optional[str] = None,
98
98
  """
99
99
  Retrieves the current IAM policy data for note
100
100
 
101
- ## example
101
+ ## Example Usage
102
102
 
103
103
  ```python
104
104
  import pulumi
@@ -131,7 +131,7 @@ def get_note_iam_policy_output(note: Optional[pulumi.Input[str]] = None,
131
131
  """
132
132
  Retrieves the current IAM policy data for note
133
133
 
134
- ## example
134
+ ## Example Usage
135
135
 
136
136
  ```python
137
137
  import pulumi
@@ -288,7 +288,7 @@ class EntryGroupIamBinding(pulumi.CustomResource):
288
288
  role: Optional[pulumi.Input[str]] = None,
289
289
  __props__=None):
290
290
  """
291
- Three different resources help you manage your IAM policy for Data catalog EntryGroup. Each of these resources serves a different use case:
291
+ Three different resources help you manage your IAM policy for Data Catalog EntryGroup. Each of these resources serves a different use case:
292
292
 
293
293
  * `datacatalog.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
294
294
  * `datacatalog.EntryGroupIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the entrygroup are preserved.
@@ -345,8 +345,8 @@ class EntryGroupIamBinding(pulumi.CustomResource):
345
345
 
346
346
  -
347
347
 
348
- # IAM policy for Data catalog EntryGroup
349
- Three different resources help you manage your IAM policy for Data catalog EntryGroup. Each of these resources serves a different use case:
348
+ # IAM policy for Data Catalog EntryGroup
349
+ Three different resources help you manage your IAM policy for Data Catalog EntryGroup. Each of these resources serves a different use case:
350
350
 
351
351
  * `datacatalog.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
352
352
  * `datacatalog.EntryGroupIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the entrygroup are preserved.
@@ -413,7 +413,7 @@ class EntryGroupIamBinding(pulumi.CustomResource):
413
413
 
414
414
  Any variables not passed in the import command will be taken from the provider configuration.
415
415
 
416
- Data catalog entrygroup IAM resources can be imported using the resource identifiers, role, and member.
416
+ Data Catalog entrygroup IAM resources can be imported using the resource identifiers, role, and member.
417
417
 
418
418
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
419
419
 
@@ -464,7 +464,7 @@ class EntryGroupIamBinding(pulumi.CustomResource):
464
464
  args: EntryGroupIamBindingArgs,
465
465
  opts: Optional[pulumi.ResourceOptions] = None):
466
466
  """
467
- Three different resources help you manage your IAM policy for Data catalog EntryGroup. Each of these resources serves a different use case:
467
+ Three different resources help you manage your IAM policy for Data Catalog EntryGroup. Each of these resources serves a different use case:
468
468
 
469
469
  * `datacatalog.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
470
470
  * `datacatalog.EntryGroupIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the entrygroup are preserved.
@@ -521,8 +521,8 @@ class EntryGroupIamBinding(pulumi.CustomResource):
521
521
 
522
522
  -
523
523
 
524
- # IAM policy for Data catalog EntryGroup
525
- Three different resources help you manage your IAM policy for Data catalog EntryGroup. Each of these resources serves a different use case:
524
+ # IAM policy for Data Catalog EntryGroup
525
+ Three different resources help you manage your IAM policy for Data Catalog EntryGroup. Each of these resources serves a different use case:
526
526
 
527
527
  * `datacatalog.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
528
528
  * `datacatalog.EntryGroupIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the entrygroup are preserved.
@@ -589,7 +589,7 @@ class EntryGroupIamBinding(pulumi.CustomResource):
589
589
 
590
590
  Any variables not passed in the import command will be taken from the provider configuration.
591
591
 
592
- Data catalog entrygroup IAM resources can be imported using the resource identifiers, role, and member.
592
+ Data Catalog entrygroup IAM resources can be imported using the resource identifiers, role, and member.
593
593
 
594
594
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
595
595
 
@@ -288,7 +288,7 @@ class EntryGroupIamMember(pulumi.CustomResource):
288
288
  role: Optional[pulumi.Input[str]] = None,
289
289
  __props__=None):
290
290
  """
291
- Three different resources help you manage your IAM policy for Data catalog EntryGroup. Each of these resources serves a different use case:
291
+ Three different resources help you manage your IAM policy for Data Catalog EntryGroup. Each of these resources serves a different use case:
292
292
 
293
293
  * `datacatalog.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
294
294
  * `datacatalog.EntryGroupIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the entrygroup are preserved.
@@ -345,8 +345,8 @@ class EntryGroupIamMember(pulumi.CustomResource):
345
345
 
346
346
  -
347
347
 
348
- # IAM policy for Data catalog EntryGroup
349
- Three different resources help you manage your IAM policy for Data catalog EntryGroup. Each of these resources serves a different use case:
348
+ # IAM policy for Data Catalog EntryGroup
349
+ Three different resources help you manage your IAM policy for Data Catalog EntryGroup. Each of these resources serves a different use case:
350
350
 
351
351
  * `datacatalog.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
352
352
  * `datacatalog.EntryGroupIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the entrygroup are preserved.
@@ -413,7 +413,7 @@ class EntryGroupIamMember(pulumi.CustomResource):
413
413
 
414
414
  Any variables not passed in the import command will be taken from the provider configuration.
415
415
 
416
- Data catalog entrygroup IAM resources can be imported using the resource identifiers, role, and member.
416
+ Data Catalog entrygroup IAM resources can be imported using the resource identifiers, role, and member.
417
417
 
418
418
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
419
419
 
@@ -464,7 +464,7 @@ class EntryGroupIamMember(pulumi.CustomResource):
464
464
  args: EntryGroupIamMemberArgs,
465
465
  opts: Optional[pulumi.ResourceOptions] = None):
466
466
  """
467
- Three different resources help you manage your IAM policy for Data catalog EntryGroup. Each of these resources serves a different use case:
467
+ Three different resources help you manage your IAM policy for Data Catalog EntryGroup. Each of these resources serves a different use case:
468
468
 
469
469
  * `datacatalog.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
470
470
  * `datacatalog.EntryGroupIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the entrygroup are preserved.
@@ -521,8 +521,8 @@ class EntryGroupIamMember(pulumi.CustomResource):
521
521
 
522
522
  -
523
523
 
524
- # IAM policy for Data catalog EntryGroup
525
- Three different resources help you manage your IAM policy for Data catalog EntryGroup. Each of these resources serves a different use case:
524
+ # IAM policy for Data Catalog EntryGroup
525
+ Three different resources help you manage your IAM policy for Data Catalog EntryGroup. Each of these resources serves a different use case:
526
526
 
527
527
  * `datacatalog.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
528
528
  * `datacatalog.EntryGroupIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the entrygroup are preserved.
@@ -589,7 +589,7 @@ class EntryGroupIamMember(pulumi.CustomResource):
589
589
 
590
590
  Any variables not passed in the import command will be taken from the provider configuration.
591
591
 
592
- Data catalog entrygroup IAM resources can be imported using the resource identifiers, role, and member.
592
+ Data Catalog entrygroup IAM resources can be imported using the resource identifiers, role, and member.
593
593
 
594
594
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
595
595
 
@@ -185,7 +185,7 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
185
185
  region: Optional[pulumi.Input[str]] = None,
186
186
  __props__=None):
187
187
  """
188
- Three different resources help you manage your IAM policy for Data catalog EntryGroup. Each of these resources serves a different use case:
188
+ Three different resources help you manage your IAM policy for Data Catalog EntryGroup. Each of these resources serves a different use case:
189
189
 
190
190
  * `datacatalog.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
191
191
  * `datacatalog.EntryGroupIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the entrygroup are preserved.
@@ -242,8 +242,8 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
242
242
 
243
243
  -
244
244
 
245
- # IAM policy for Data catalog EntryGroup
246
- Three different resources help you manage your IAM policy for Data catalog EntryGroup. Each of these resources serves a different use case:
245
+ # IAM policy for Data Catalog EntryGroup
246
+ Three different resources help you manage your IAM policy for Data Catalog EntryGroup. Each of these resources serves a different use case:
247
247
 
248
248
  * `datacatalog.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
249
249
  * `datacatalog.EntryGroupIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the entrygroup are preserved.
@@ -310,7 +310,7 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
310
310
 
311
311
  Any variables not passed in the import command will be taken from the provider configuration.
312
312
 
313
- Data catalog entrygroup IAM resources can be imported using the resource identifiers, role, and member.
313
+ Data Catalog entrygroup IAM resources can be imported using the resource identifiers, role, and member.
314
314
 
315
315
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
316
316
 
@@ -349,7 +349,7 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
349
349
  args: EntryGroupIamPolicyArgs,
350
350
  opts: Optional[pulumi.ResourceOptions] = None):
351
351
  """
352
- Three different resources help you manage your IAM policy for Data catalog EntryGroup. Each of these resources serves a different use case:
352
+ Three different resources help you manage your IAM policy for Data Catalog EntryGroup. Each of these resources serves a different use case:
353
353
 
354
354
  * `datacatalog.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
355
355
  * `datacatalog.EntryGroupIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the entrygroup are preserved.
@@ -406,8 +406,8 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
406
406
 
407
407
  -
408
408
 
409
- # IAM policy for Data catalog EntryGroup
410
- Three different resources help you manage your IAM policy for Data catalog EntryGroup. Each of these resources serves a different use case:
409
+ # IAM policy for Data Catalog EntryGroup
410
+ Three different resources help you manage your IAM policy for Data Catalog EntryGroup. Each of these resources serves a different use case:
411
411
 
412
412
  * `datacatalog.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
413
413
  * `datacatalog.EntryGroupIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the entrygroup are preserved.
@@ -474,7 +474,7 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
474
474
 
475
475
  Any variables not passed in the import command will be taken from the provider configuration.
476
476
 
477
- Data catalog entrygroup IAM resources can be imported using the resource identifiers, role, and member.
477
+ Data Catalog entrygroup IAM resources can be imported using the resource identifiers, role, and member.
478
478
 
479
479
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
480
480
 
@@ -108,7 +108,7 @@ def get_entry_group_iam_policy(entry_group: Optional[str] = None,
108
108
  """
109
109
  Retrieves the current IAM policy data for entrygroup
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -143,7 +143,7 @@ def get_entry_group_iam_policy_output(entry_group: Optional[pulumi.Input[str]] =
143
143
  """
144
144
  Retrieves the current IAM policy data for entrygroup
145
145
 
146
- ## example
146
+ ## Example Usage
147
147
 
148
148
  ```python
149
149
  import pulumi
@@ -88,7 +88,7 @@ def get_policy_tag_iam_policy(policy_tag: Optional[str] = None,
88
88
  """
89
89
  Retrieves the current IAM policy data for policytag
90
90
 
91
- ## example
91
+ ## Example Usage
92
92
 
93
93
  ```python
94
94
  import pulumi
@@ -115,7 +115,7 @@ def get_policy_tag_iam_policy_output(policy_tag: Optional[pulumi.Input[str]] = N
115
115
  """
116
116
  Retrieves the current IAM policy data for policytag
117
117
 
118
- ## example
118
+ ## Example Usage
119
119
 
120
120
  ```python
121
121
  import pulumi
@@ -108,7 +108,7 @@ def get_tag_template_iam_policy(project: Optional[str] = None,
108
108
  """
109
109
  Retrieves the current IAM policy data for tagtemplate
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -143,7 +143,7 @@ def get_tag_template_iam_policy_output(project: Optional[pulumi.Input[Optional[s
143
143
  """
144
144
  Retrieves the current IAM policy data for tagtemplate
145
145
 
146
- ## example
146
+ ## Example Usage
147
147
 
148
148
  ```python
149
149
  import pulumi
@@ -108,7 +108,7 @@ def get_taxonomy_iam_policy(project: Optional[str] = None,
108
108
  """
109
109
  Retrieves the current IAM policy data for taxonomy
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -143,7 +143,7 @@ def get_taxonomy_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]
143
143
  """
144
144
  Retrieves the current IAM policy data for taxonomy
145
145
 
146
- ## example
146
+ ## Example Usage
147
147
 
148
148
  ```python
149
149
  import pulumi
@@ -226,7 +226,7 @@ class PolicyTagIamBinding(pulumi.CustomResource):
226
226
  role: Optional[pulumi.Input[str]] = None,
227
227
  __props__=None):
228
228
  """
229
- Three different resources help you manage your IAM policy for Data catalog PolicyTag. Each of these resources serves a different use case:
229
+ Three different resources help you manage your IAM policy for Data Catalog PolicyTag. Each of these resources serves a different use case:
230
230
 
231
231
  * `datacatalog.PolicyTagIamPolicy`: Authoritative. Sets the IAM policy for the policytag and replaces any existing policy already attached.
232
232
  * `datacatalog.PolicyTagIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the policytag are preserved.
@@ -284,8 +284,8 @@ class PolicyTagIamBinding(pulumi.CustomResource):
284
284
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
285
285
  ---
286
286
 
287
- # IAM policy for Data catalog PolicyTag
288
- Three different resources help you manage your IAM policy for Data catalog PolicyTag. Each of these resources serves a different use case:
287
+ # IAM policy for Data Catalog PolicyTag
288
+ Three different resources help you manage your IAM policy for Data Catalog PolicyTag. Each of these resources serves a different use case:
289
289
 
290
290
  * `datacatalog.PolicyTagIamPolicy`: Authoritative. Sets the IAM policy for the policytag and replaces any existing policy already attached.
291
291
  * `datacatalog.PolicyTagIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the policytag are preserved.
@@ -346,7 +346,7 @@ class PolicyTagIamBinding(pulumi.CustomResource):
346
346
 
347
347
  Any variables not passed in the import command will be taken from the provider configuration.
348
348
 
349
- Data catalog policytag IAM resources can be imported using the resource identifiers, role, and member.
349
+ Data Catalog policytag IAM resources can be imported using the resource identifiers, role, and member.
350
350
 
351
351
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
352
352
 
@@ -395,7 +395,7 @@ class PolicyTagIamBinding(pulumi.CustomResource):
395
395
  args: PolicyTagIamBindingArgs,
396
396
  opts: Optional[pulumi.ResourceOptions] = None):
397
397
  """
398
- Three different resources help you manage your IAM policy for Data catalog PolicyTag. Each of these resources serves a different use case:
398
+ Three different resources help you manage your IAM policy for Data Catalog PolicyTag. Each of these resources serves a different use case:
399
399
 
400
400
  * `datacatalog.PolicyTagIamPolicy`: Authoritative. Sets the IAM policy for the policytag and replaces any existing policy already attached.
401
401
  * `datacatalog.PolicyTagIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the policytag are preserved.
@@ -453,8 +453,8 @@ class PolicyTagIamBinding(pulumi.CustomResource):
453
453
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
454
454
  ---
455
455
 
456
- # IAM policy for Data catalog PolicyTag
457
- Three different resources help you manage your IAM policy for Data catalog PolicyTag. Each of these resources serves a different use case:
456
+ # IAM policy for Data Catalog PolicyTag
457
+ Three different resources help you manage your IAM policy for Data Catalog PolicyTag. Each of these resources serves a different use case:
458
458
 
459
459
  * `datacatalog.PolicyTagIamPolicy`: Authoritative. Sets the IAM policy for the policytag and replaces any existing policy already attached.
460
460
  * `datacatalog.PolicyTagIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the policytag are preserved.
@@ -515,7 +515,7 @@ class PolicyTagIamBinding(pulumi.CustomResource):
515
515
 
516
516
  Any variables not passed in the import command will be taken from the provider configuration.
517
517
 
518
- Data catalog policytag IAM resources can be imported using the resource identifiers, role, and member.
518
+ Data Catalog policytag IAM resources can be imported using the resource identifiers, role, and member.
519
519
 
520
520
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
521
521
 
@@ -226,7 +226,7 @@ class PolicyTagIamMember(pulumi.CustomResource):
226
226
  role: Optional[pulumi.Input[str]] = None,
227
227
  __props__=None):
228
228
  """
229
- Three different resources help you manage your IAM policy for Data catalog PolicyTag. Each of these resources serves a different use case:
229
+ Three different resources help you manage your IAM policy for Data Catalog PolicyTag. Each of these resources serves a different use case:
230
230
 
231
231
  * `datacatalog.PolicyTagIamPolicy`: Authoritative. Sets the IAM policy for the policytag and replaces any existing policy already attached.
232
232
  * `datacatalog.PolicyTagIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the policytag are preserved.
@@ -284,8 +284,8 @@ class PolicyTagIamMember(pulumi.CustomResource):
284
284
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
285
285
  ---
286
286
 
287
- # IAM policy for Data catalog PolicyTag
288
- Three different resources help you manage your IAM policy for Data catalog PolicyTag. Each of these resources serves a different use case:
287
+ # IAM policy for Data Catalog PolicyTag
288
+ Three different resources help you manage your IAM policy for Data Catalog PolicyTag. Each of these resources serves a different use case:
289
289
 
290
290
  * `datacatalog.PolicyTagIamPolicy`: Authoritative. Sets the IAM policy for the policytag and replaces any existing policy already attached.
291
291
  * `datacatalog.PolicyTagIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the policytag are preserved.
@@ -346,7 +346,7 @@ class PolicyTagIamMember(pulumi.CustomResource):
346
346
 
347
347
  Any variables not passed in the import command will be taken from the provider configuration.
348
348
 
349
- Data catalog policytag IAM resources can be imported using the resource identifiers, role, and member.
349
+ Data Catalog policytag IAM resources can be imported using the resource identifiers, role, and member.
350
350
 
351
351
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
352
352
 
@@ -395,7 +395,7 @@ class PolicyTagIamMember(pulumi.CustomResource):
395
395
  args: PolicyTagIamMemberArgs,
396
396
  opts: Optional[pulumi.ResourceOptions] = None):
397
397
  """
398
- Three different resources help you manage your IAM policy for Data catalog PolicyTag. Each of these resources serves a different use case:
398
+ Three different resources help you manage your IAM policy for Data Catalog PolicyTag. Each of these resources serves a different use case:
399
399
 
400
400
  * `datacatalog.PolicyTagIamPolicy`: Authoritative. Sets the IAM policy for the policytag and replaces any existing policy already attached.
401
401
  * `datacatalog.PolicyTagIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the policytag are preserved.
@@ -453,8 +453,8 @@ class PolicyTagIamMember(pulumi.CustomResource):
453
453
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
454
454
  ---
455
455
 
456
- # IAM policy for Data catalog PolicyTag
457
- Three different resources help you manage your IAM policy for Data catalog PolicyTag. Each of these resources serves a different use case:
456
+ # IAM policy for Data Catalog PolicyTag
457
+ Three different resources help you manage your IAM policy for Data Catalog PolicyTag. Each of these resources serves a different use case:
458
458
 
459
459
  * `datacatalog.PolicyTagIamPolicy`: Authoritative. Sets the IAM policy for the policytag and replaces any existing policy already attached.
460
460
  * `datacatalog.PolicyTagIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the policytag are preserved.
@@ -515,7 +515,7 @@ class PolicyTagIamMember(pulumi.CustomResource):
515
515
 
516
516
  Any variables not passed in the import command will be taken from the provider configuration.
517
517
 
518
- Data catalog policytag IAM resources can be imported using the resource identifiers, role, and member.
518
+ Data Catalog policytag IAM resources can be imported using the resource identifiers, role, and member.
519
519
 
520
520
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
521
521
 
@@ -123,7 +123,7 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
123
123
  policy_tag: Optional[pulumi.Input[str]] = None,
124
124
  __props__=None):
125
125
  """
126
- Three different resources help you manage your IAM policy for Data catalog PolicyTag. Each of these resources serves a different use case:
126
+ Three different resources help you manage your IAM policy for Data Catalog PolicyTag. Each of these resources serves a different use case:
127
127
 
128
128
  * `datacatalog.PolicyTagIamPolicy`: Authoritative. Sets the IAM policy for the policytag and replaces any existing policy already attached.
129
129
  * `datacatalog.PolicyTagIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the policytag are preserved.
@@ -181,8 +181,8 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
181
181
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
182
182
  ---
183
183
 
184
- # IAM policy for Data catalog PolicyTag
185
- Three different resources help you manage your IAM policy for Data catalog PolicyTag. Each of these resources serves a different use case:
184
+ # IAM policy for Data Catalog PolicyTag
185
+ Three different resources help you manage your IAM policy for Data Catalog PolicyTag. Each of these resources serves a different use case:
186
186
 
187
187
  * `datacatalog.PolicyTagIamPolicy`: Authoritative. Sets the IAM policy for the policytag and replaces any existing policy already attached.
188
188
  * `datacatalog.PolicyTagIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the policytag are preserved.
@@ -243,7 +243,7 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
243
243
 
244
244
  Any variables not passed in the import command will be taken from the provider configuration.
245
245
 
246
- Data catalog policytag IAM resources can be imported using the resource identifiers, role, and member.
246
+ Data Catalog policytag IAM resources can be imported using the resource identifiers, role, and member.
247
247
 
248
248
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
249
249
 
@@ -280,7 +280,7 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
280
280
  args: PolicyTagIamPolicyArgs,
281
281
  opts: Optional[pulumi.ResourceOptions] = None):
282
282
  """
283
- Three different resources help you manage your IAM policy for Data catalog PolicyTag. Each of these resources serves a different use case:
283
+ Three different resources help you manage your IAM policy for Data Catalog PolicyTag. Each of these resources serves a different use case:
284
284
 
285
285
  * `datacatalog.PolicyTagIamPolicy`: Authoritative. Sets the IAM policy for the policytag and replaces any existing policy already attached.
286
286
  * `datacatalog.PolicyTagIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the policytag are preserved.
@@ -338,8 +338,8 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
338
338
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
339
339
  ---
340
340
 
341
- # IAM policy for Data catalog PolicyTag
342
- Three different resources help you manage your IAM policy for Data catalog PolicyTag. Each of these resources serves a different use case:
341
+ # IAM policy for Data Catalog PolicyTag
342
+ Three different resources help you manage your IAM policy for Data Catalog PolicyTag. Each of these resources serves a different use case:
343
343
 
344
344
  * `datacatalog.PolicyTagIamPolicy`: Authoritative. Sets the IAM policy for the policytag and replaces any existing policy already attached.
345
345
  * `datacatalog.PolicyTagIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the policytag are preserved.
@@ -400,7 +400,7 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
400
400
 
401
401
  Any variables not passed in the import command will be taken from the provider configuration.
402
402
 
403
- Data catalog policytag IAM resources can be imported using the resource identifiers, role, and member.
403
+ Data Catalog policytag IAM resources can be imported using the resource identifiers, role, and member.
404
404
 
405
405
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
406
406
 
@@ -288,7 +288,7 @@ class TagTemplateIamBinding(pulumi.CustomResource):
288
288
  tag_template: Optional[pulumi.Input[str]] = None,
289
289
  __props__=None):
290
290
  """
291
- Three different resources help you manage your IAM policy for Data catalog TagTemplate. Each of these resources serves a different use case:
291
+ Three different resources help you manage your IAM policy for Data Catalog TagTemplate. Each of these resources serves a different use case:
292
292
 
293
293
  * `datacatalog.TagTemplateIamPolicy`: Authoritative. Sets the IAM policy for the tagtemplate and replaces any existing policy already attached.
294
294
  * `datacatalog.TagTemplateIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the tagtemplate are preserved.
@@ -345,8 +345,8 @@ class TagTemplateIamBinding(pulumi.CustomResource):
345
345
 
346
346
  -
347
347
 
348
- # IAM policy for Data catalog TagTemplate
349
- Three different resources help you manage your IAM policy for Data catalog TagTemplate. Each of these resources serves a different use case:
348
+ # IAM policy for Data Catalog TagTemplate
349
+ Three different resources help you manage your IAM policy for Data Catalog TagTemplate. Each of these resources serves a different use case:
350
350
 
351
351
  * `datacatalog.TagTemplateIamPolicy`: Authoritative. Sets the IAM policy for the tagtemplate and replaces any existing policy already attached.
352
352
  * `datacatalog.TagTemplateIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the tagtemplate are preserved.
@@ -413,7 +413,7 @@ class TagTemplateIamBinding(pulumi.CustomResource):
413
413
 
414
414
  Any variables not passed in the import command will be taken from the provider configuration.
415
415
 
416
- Data catalog tagtemplate IAM resources can be imported using the resource identifiers, role, and member.
416
+ Data Catalog tagtemplate IAM resources can be imported using the resource identifiers, role, and member.
417
417
 
418
418
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
419
419
 
@@ -464,7 +464,7 @@ class TagTemplateIamBinding(pulumi.CustomResource):
464
464
  args: TagTemplateIamBindingArgs,
465
465
  opts: Optional[pulumi.ResourceOptions] = None):
466
466
  """
467
- Three different resources help you manage your IAM policy for Data catalog TagTemplate. Each of these resources serves a different use case:
467
+ Three different resources help you manage your IAM policy for Data Catalog TagTemplate. Each of these resources serves a different use case:
468
468
 
469
469
  * `datacatalog.TagTemplateIamPolicy`: Authoritative. Sets the IAM policy for the tagtemplate and replaces any existing policy already attached.
470
470
  * `datacatalog.TagTemplateIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the tagtemplate are preserved.
@@ -521,8 +521,8 @@ class TagTemplateIamBinding(pulumi.CustomResource):
521
521
 
522
522
  -
523
523
 
524
- # IAM policy for Data catalog TagTemplate
525
- Three different resources help you manage your IAM policy for Data catalog TagTemplate. Each of these resources serves a different use case:
524
+ # IAM policy for Data Catalog TagTemplate
525
+ Three different resources help you manage your IAM policy for Data Catalog TagTemplate. Each of these resources serves a different use case:
526
526
 
527
527
  * `datacatalog.TagTemplateIamPolicy`: Authoritative. Sets the IAM policy for the tagtemplate and replaces any existing policy already attached.
528
528
  * `datacatalog.TagTemplateIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the tagtemplate are preserved.
@@ -589,7 +589,7 @@ class TagTemplateIamBinding(pulumi.CustomResource):
589
589
 
590
590
  Any variables not passed in the import command will be taken from the provider configuration.
591
591
 
592
- Data catalog tagtemplate IAM resources can be imported using the resource identifiers, role, and member.
592
+ Data Catalog tagtemplate IAM resources can be imported using the resource identifiers, role, and member.
593
593
 
594
594
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
595
595
 
@@ -288,7 +288,7 @@ class TagTemplateIamMember(pulumi.CustomResource):
288
288
  tag_template: Optional[pulumi.Input[str]] = None,
289
289
  __props__=None):
290
290
  """
291
- Three different resources help you manage your IAM policy for Data catalog TagTemplate. Each of these resources serves a different use case:
291
+ Three different resources help you manage your IAM policy for Data Catalog TagTemplate. Each of these resources serves a different use case:
292
292
 
293
293
  * `datacatalog.TagTemplateIamPolicy`: Authoritative. Sets the IAM policy for the tagtemplate and replaces any existing policy already attached.
294
294
  * `datacatalog.TagTemplateIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the tagtemplate are preserved.
@@ -345,8 +345,8 @@ class TagTemplateIamMember(pulumi.CustomResource):
345
345
 
346
346
  -
347
347
 
348
- # IAM policy for Data catalog TagTemplate
349
- Three different resources help you manage your IAM policy for Data catalog TagTemplate. Each of these resources serves a different use case:
348
+ # IAM policy for Data Catalog TagTemplate
349
+ Three different resources help you manage your IAM policy for Data Catalog TagTemplate. Each of these resources serves a different use case:
350
350
 
351
351
  * `datacatalog.TagTemplateIamPolicy`: Authoritative. Sets the IAM policy for the tagtemplate and replaces any existing policy already attached.
352
352
  * `datacatalog.TagTemplateIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the tagtemplate are preserved.
@@ -413,7 +413,7 @@ class TagTemplateIamMember(pulumi.CustomResource):
413
413
 
414
414
  Any variables not passed in the import command will be taken from the provider configuration.
415
415
 
416
- Data catalog tagtemplate IAM resources can be imported using the resource identifiers, role, and member.
416
+ Data Catalog tagtemplate IAM resources can be imported using the resource identifiers, role, and member.
417
417
 
418
418
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
419
419
 
@@ -464,7 +464,7 @@ class TagTemplateIamMember(pulumi.CustomResource):
464
464
  args: TagTemplateIamMemberArgs,
465
465
  opts: Optional[pulumi.ResourceOptions] = None):
466
466
  """
467
- Three different resources help you manage your IAM policy for Data catalog TagTemplate. Each of these resources serves a different use case:
467
+ Three different resources help you manage your IAM policy for Data Catalog TagTemplate. Each of these resources serves a different use case:
468
468
 
469
469
  * `datacatalog.TagTemplateIamPolicy`: Authoritative. Sets the IAM policy for the tagtemplate and replaces any existing policy already attached.
470
470
  * `datacatalog.TagTemplateIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the tagtemplate are preserved.
@@ -521,8 +521,8 @@ class TagTemplateIamMember(pulumi.CustomResource):
521
521
 
522
522
  -
523
523
 
524
- # IAM policy for Data catalog TagTemplate
525
- Three different resources help you manage your IAM policy for Data catalog TagTemplate. Each of these resources serves a different use case:
524
+ # IAM policy for Data Catalog TagTemplate
525
+ Three different resources help you manage your IAM policy for Data Catalog TagTemplate. Each of these resources serves a different use case:
526
526
 
527
527
  * `datacatalog.TagTemplateIamPolicy`: Authoritative. Sets the IAM policy for the tagtemplate and replaces any existing policy already attached.
528
528
  * `datacatalog.TagTemplateIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the tagtemplate are preserved.
@@ -589,7 +589,7 @@ class TagTemplateIamMember(pulumi.CustomResource):
589
589
 
590
590
  Any variables not passed in the import command will be taken from the provider configuration.
591
591
 
592
- Data catalog tagtemplate IAM resources can be imported using the resource identifiers, role, and member.
592
+ Data Catalog tagtemplate IAM resources can be imported using the resource identifiers, role, and member.
593
593
 
594
594
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
595
595
 
@@ -185,7 +185,7 @@ class TagTemplateIamPolicy(pulumi.CustomResource):
185
185
  tag_template: Optional[pulumi.Input[str]] = None,
186
186
  __props__=None):
187
187
  """
188
- Three different resources help you manage your IAM policy for Data catalog TagTemplate. Each of these resources serves a different use case:
188
+ Three different resources help you manage your IAM policy for Data Catalog TagTemplate. Each of these resources serves a different use case:
189
189
 
190
190
  * `datacatalog.TagTemplateIamPolicy`: Authoritative. Sets the IAM policy for the tagtemplate and replaces any existing policy already attached.
191
191
  * `datacatalog.TagTemplateIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the tagtemplate are preserved.
@@ -242,8 +242,8 @@ class TagTemplateIamPolicy(pulumi.CustomResource):
242
242
 
243
243
  -
244
244
 
245
- # IAM policy for Data catalog TagTemplate
246
- Three different resources help you manage your IAM policy for Data catalog TagTemplate. Each of these resources serves a different use case:
245
+ # IAM policy for Data Catalog TagTemplate
246
+ Three different resources help you manage your IAM policy for Data Catalog TagTemplate. Each of these resources serves a different use case:
247
247
 
248
248
  * `datacatalog.TagTemplateIamPolicy`: Authoritative. Sets the IAM policy for the tagtemplate and replaces any existing policy already attached.
249
249
  * `datacatalog.TagTemplateIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the tagtemplate are preserved.
@@ -310,7 +310,7 @@ class TagTemplateIamPolicy(pulumi.CustomResource):
310
310
 
311
311
  Any variables not passed in the import command will be taken from the provider configuration.
312
312
 
313
- Data catalog tagtemplate IAM resources can be imported using the resource identifiers, role, and member.
313
+ Data Catalog tagtemplate IAM resources can be imported using the resource identifiers, role, and member.
314
314
 
315
315
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
316
316
 
@@ -349,7 +349,7 @@ class TagTemplateIamPolicy(pulumi.CustomResource):
349
349
  args: TagTemplateIamPolicyArgs,
350
350
  opts: Optional[pulumi.ResourceOptions] = None):
351
351
  """
352
- Three different resources help you manage your IAM policy for Data catalog TagTemplate. Each of these resources serves a different use case:
352
+ Three different resources help you manage your IAM policy for Data Catalog TagTemplate. Each of these resources serves a different use case:
353
353
 
354
354
  * `datacatalog.TagTemplateIamPolicy`: Authoritative. Sets the IAM policy for the tagtemplate and replaces any existing policy already attached.
355
355
  * `datacatalog.TagTemplateIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the tagtemplate are preserved.
@@ -406,8 +406,8 @@ class TagTemplateIamPolicy(pulumi.CustomResource):
406
406
 
407
407
  -
408
408
 
409
- # IAM policy for Data catalog TagTemplate
410
- Three different resources help you manage your IAM policy for Data catalog TagTemplate. Each of these resources serves a different use case:
409
+ # IAM policy for Data Catalog TagTemplate
410
+ Three different resources help you manage your IAM policy for Data Catalog TagTemplate. Each of these resources serves a different use case:
411
411
 
412
412
  * `datacatalog.TagTemplateIamPolicy`: Authoritative. Sets the IAM policy for the tagtemplate and replaces any existing policy already attached.
413
413
  * `datacatalog.TagTemplateIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the tagtemplate are preserved.
@@ -474,7 +474,7 @@ class TagTemplateIamPolicy(pulumi.CustomResource):
474
474
 
475
475
  Any variables not passed in the import command will be taken from the provider configuration.
476
476
 
477
- Data catalog tagtemplate IAM resources can be imported using the resource identifiers, role, and member.
477
+ Data Catalog tagtemplate IAM resources can be imported using the resource identifiers, role, and member.
478
478
 
479
479
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
480
480