pulumi-gcp 8.20.0a1739946722__py3-none-any.whl → 8.21.0a1740033009__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.0a1740033009.dist-info}/METADATA +1 -1
  187. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740033009.dist-info}/RECORD +189 -182
  188. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740033009.dist-info}/WHEEL +0 -0
  189. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740033009.dist-info}/top_level.txt +0 -0
@@ -6,9 +6,13 @@ from .. import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
8
  from .code_repository_index import *
9
+ from .data_sharing_with_google_setting import *
10
+ from .gemini_gcp_enablement_setting import *
9
11
  from .get_repository_group_iam_policy import *
10
12
  from .logging_setting import *
13
+ from .logging_setting_binding import *
11
14
  from .release_channel_setting import *
15
+ from .release_channel_setting_binding import *
12
16
  from .repository_group import *
13
17
  from .repository_group_iam_binding import *
14
18
  from .repository_group_iam_member import *
@@ -0,0 +1,607 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+
17
+ __all__ = ['DataSharingWithGoogleSettingArgs', 'DataSharingWithGoogleSetting']
18
+
19
+ @pulumi.input_type
20
+ class DataSharingWithGoogleSettingArgs:
21
+ def __init__(__self__, *,
22
+ data_sharing_with_google_setting_id: pulumi.Input[str],
23
+ enable_preview_data_sharing: Optional[pulumi.Input[bool]] = None,
24
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
25
+ location: Optional[pulumi.Input[str]] = None,
26
+ project: Optional[pulumi.Input[str]] = None):
27
+ """
28
+ The set of arguments for constructing a DataSharingWithGoogleSetting resource.
29
+ :param pulumi.Input[str] data_sharing_with_google_setting_id: Id of the Data Sharing With Google Setting.
30
+
31
+
32
+ - - -
33
+ :param pulumi.Input[bool] enable_preview_data_sharing: Whether preview data sharing should be enabled.
34
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
35
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
36
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
37
+ :param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
38
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
39
+ If it is not provided, the provider project is used.
40
+ """
41
+ pulumi.set(__self__, "data_sharing_with_google_setting_id", data_sharing_with_google_setting_id)
42
+ if enable_preview_data_sharing is not None:
43
+ pulumi.set(__self__, "enable_preview_data_sharing", enable_preview_data_sharing)
44
+ if labels is not None:
45
+ pulumi.set(__self__, "labels", labels)
46
+ if location is not None:
47
+ pulumi.set(__self__, "location", location)
48
+ if project is not None:
49
+ pulumi.set(__self__, "project", project)
50
+
51
+ @property
52
+ @pulumi.getter(name="dataSharingWithGoogleSettingId")
53
+ def data_sharing_with_google_setting_id(self) -> pulumi.Input[str]:
54
+ """
55
+ Id of the Data Sharing With Google Setting.
56
+
57
+
58
+ - - -
59
+ """
60
+ return pulumi.get(self, "data_sharing_with_google_setting_id")
61
+
62
+ @data_sharing_with_google_setting_id.setter
63
+ def data_sharing_with_google_setting_id(self, value: pulumi.Input[str]):
64
+ pulumi.set(self, "data_sharing_with_google_setting_id", value)
65
+
66
+ @property
67
+ @pulumi.getter(name="enablePreviewDataSharing")
68
+ def enable_preview_data_sharing(self) -> Optional[pulumi.Input[bool]]:
69
+ """
70
+ Whether preview data sharing should be enabled.
71
+ """
72
+ return pulumi.get(self, "enable_preview_data_sharing")
73
+
74
+ @enable_preview_data_sharing.setter
75
+ def enable_preview_data_sharing(self, value: Optional[pulumi.Input[bool]]):
76
+ pulumi.set(self, "enable_preview_data_sharing", value)
77
+
78
+ @property
79
+ @pulumi.getter
80
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
81
+ """
82
+ Labels as key value pairs.
83
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
84
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
85
+ """
86
+ return pulumi.get(self, "labels")
87
+
88
+ @labels.setter
89
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
90
+ pulumi.set(self, "labels", value)
91
+
92
+ @property
93
+ @pulumi.getter
94
+ def location(self) -> Optional[pulumi.Input[str]]:
95
+ """
96
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
97
+ """
98
+ return pulumi.get(self, "location")
99
+
100
+ @location.setter
101
+ def location(self, value: Optional[pulumi.Input[str]]):
102
+ pulumi.set(self, "location", value)
103
+
104
+ @property
105
+ @pulumi.getter
106
+ def project(self) -> Optional[pulumi.Input[str]]:
107
+ """
108
+ The ID of the project in which the resource belongs.
109
+ If it is not provided, the provider project is used.
110
+ """
111
+ return pulumi.get(self, "project")
112
+
113
+ @project.setter
114
+ def project(self, value: Optional[pulumi.Input[str]]):
115
+ pulumi.set(self, "project", value)
116
+
117
+
118
+ @pulumi.input_type
119
+ class _DataSharingWithGoogleSettingState:
120
+ def __init__(__self__, *,
121
+ create_time: Optional[pulumi.Input[str]] = None,
122
+ data_sharing_with_google_setting_id: Optional[pulumi.Input[str]] = None,
123
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
124
+ enable_preview_data_sharing: Optional[pulumi.Input[bool]] = None,
125
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
126
+ location: Optional[pulumi.Input[str]] = None,
127
+ name: Optional[pulumi.Input[str]] = None,
128
+ project: Optional[pulumi.Input[str]] = None,
129
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
130
+ update_time: Optional[pulumi.Input[str]] = None):
131
+ """
132
+ Input properties used for looking up and filtering DataSharingWithGoogleSetting resources.
133
+ :param pulumi.Input[str] create_time: Create time stamp.
134
+ :param pulumi.Input[str] data_sharing_with_google_setting_id: Id of the Data Sharing With Google Setting.
135
+
136
+
137
+ - - -
138
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
139
+ :param pulumi.Input[bool] enable_preview_data_sharing: Whether preview data sharing should be enabled.
140
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
141
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
142
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
143
+ :param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
144
+ :param pulumi.Input[str] name: Identifier. Name of the resource.
145
+ Format:projects/{project}/locations/{location}/dataSharingWithGoogleSettings/{dataSharingWithGoogleSetting}
146
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
147
+ If it is not provided, the provider project is used.
148
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
149
+ and default labels configured on the provider.
150
+ :param pulumi.Input[str] update_time: Update time stamp.
151
+ """
152
+ if create_time is not None:
153
+ pulumi.set(__self__, "create_time", create_time)
154
+ if data_sharing_with_google_setting_id is not None:
155
+ pulumi.set(__self__, "data_sharing_with_google_setting_id", data_sharing_with_google_setting_id)
156
+ if effective_labels is not None:
157
+ pulumi.set(__self__, "effective_labels", effective_labels)
158
+ if enable_preview_data_sharing is not None:
159
+ pulumi.set(__self__, "enable_preview_data_sharing", enable_preview_data_sharing)
160
+ if labels is not None:
161
+ pulumi.set(__self__, "labels", labels)
162
+ if location is not None:
163
+ pulumi.set(__self__, "location", location)
164
+ if name is not None:
165
+ pulumi.set(__self__, "name", name)
166
+ if project is not None:
167
+ pulumi.set(__self__, "project", project)
168
+ if pulumi_labels is not None:
169
+ pulumi.set(__self__, "pulumi_labels", pulumi_labels)
170
+ if update_time is not None:
171
+ pulumi.set(__self__, "update_time", update_time)
172
+
173
+ @property
174
+ @pulumi.getter(name="createTime")
175
+ def create_time(self) -> Optional[pulumi.Input[str]]:
176
+ """
177
+ Create time stamp.
178
+ """
179
+ return pulumi.get(self, "create_time")
180
+
181
+ @create_time.setter
182
+ def create_time(self, value: Optional[pulumi.Input[str]]):
183
+ pulumi.set(self, "create_time", value)
184
+
185
+ @property
186
+ @pulumi.getter(name="dataSharingWithGoogleSettingId")
187
+ def data_sharing_with_google_setting_id(self) -> Optional[pulumi.Input[str]]:
188
+ """
189
+ Id of the Data Sharing With Google Setting.
190
+
191
+
192
+ - - -
193
+ """
194
+ return pulumi.get(self, "data_sharing_with_google_setting_id")
195
+
196
+ @data_sharing_with_google_setting_id.setter
197
+ def data_sharing_with_google_setting_id(self, value: Optional[pulumi.Input[str]]):
198
+ pulumi.set(self, "data_sharing_with_google_setting_id", value)
199
+
200
+ @property
201
+ @pulumi.getter(name="effectiveLabels")
202
+ def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
203
+ """
204
+ All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
205
+ """
206
+ return pulumi.get(self, "effective_labels")
207
+
208
+ @effective_labels.setter
209
+ def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
210
+ pulumi.set(self, "effective_labels", value)
211
+
212
+ @property
213
+ @pulumi.getter(name="enablePreviewDataSharing")
214
+ def enable_preview_data_sharing(self) -> Optional[pulumi.Input[bool]]:
215
+ """
216
+ Whether preview data sharing should be enabled.
217
+ """
218
+ return pulumi.get(self, "enable_preview_data_sharing")
219
+
220
+ @enable_preview_data_sharing.setter
221
+ def enable_preview_data_sharing(self, value: Optional[pulumi.Input[bool]]):
222
+ pulumi.set(self, "enable_preview_data_sharing", value)
223
+
224
+ @property
225
+ @pulumi.getter
226
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
227
+ """
228
+ Labels as key value pairs.
229
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
230
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
231
+ """
232
+ return pulumi.get(self, "labels")
233
+
234
+ @labels.setter
235
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
236
+ pulumi.set(self, "labels", value)
237
+
238
+ @property
239
+ @pulumi.getter
240
+ def location(self) -> Optional[pulumi.Input[str]]:
241
+ """
242
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
243
+ """
244
+ return pulumi.get(self, "location")
245
+
246
+ @location.setter
247
+ def location(self, value: Optional[pulumi.Input[str]]):
248
+ pulumi.set(self, "location", value)
249
+
250
+ @property
251
+ @pulumi.getter
252
+ def name(self) -> Optional[pulumi.Input[str]]:
253
+ """
254
+ Identifier. Name of the resource.
255
+ Format:projects/{project}/locations/{location}/dataSharingWithGoogleSettings/{dataSharingWithGoogleSetting}
256
+ """
257
+ return pulumi.get(self, "name")
258
+
259
+ @name.setter
260
+ def name(self, value: Optional[pulumi.Input[str]]):
261
+ pulumi.set(self, "name", value)
262
+
263
+ @property
264
+ @pulumi.getter
265
+ def project(self) -> Optional[pulumi.Input[str]]:
266
+ """
267
+ The ID of the project in which the resource belongs.
268
+ If it is not provided, the provider project is used.
269
+ """
270
+ return pulumi.get(self, "project")
271
+
272
+ @project.setter
273
+ def project(self, value: Optional[pulumi.Input[str]]):
274
+ pulumi.set(self, "project", value)
275
+
276
+ @property
277
+ @pulumi.getter(name="pulumiLabels")
278
+ def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
279
+ """
280
+ The combination of labels configured directly on the resource
281
+ and default labels configured on the provider.
282
+ """
283
+ return pulumi.get(self, "pulumi_labels")
284
+
285
+ @pulumi_labels.setter
286
+ def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
287
+ pulumi.set(self, "pulumi_labels", value)
288
+
289
+ @property
290
+ @pulumi.getter(name="updateTime")
291
+ def update_time(self) -> Optional[pulumi.Input[str]]:
292
+ """
293
+ Update time stamp.
294
+ """
295
+ return pulumi.get(self, "update_time")
296
+
297
+ @update_time.setter
298
+ def update_time(self, value: Optional[pulumi.Input[str]]):
299
+ pulumi.set(self, "update_time", value)
300
+
301
+
302
+ class DataSharingWithGoogleSetting(pulumi.CustomResource):
303
+ @overload
304
+ def __init__(__self__,
305
+ resource_name: str,
306
+ opts: Optional[pulumi.ResourceOptions] = None,
307
+ data_sharing_with_google_setting_id: Optional[pulumi.Input[str]] = None,
308
+ enable_preview_data_sharing: Optional[pulumi.Input[bool]] = None,
309
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
310
+ location: Optional[pulumi.Input[str]] = None,
311
+ project: Optional[pulumi.Input[str]] = None,
312
+ __props__=None):
313
+ """
314
+ The resource for managing DataSharingWithGoogle settings for Admin Control.
315
+
316
+ ## Example Usage
317
+
318
+ ### Gemini Data Sharing With Google Setting Basic
319
+
320
+ ```python
321
+ import pulumi
322
+ import pulumi_gcp as gcp
323
+
324
+ example = gcp.gemini.DataSharingWithGoogleSetting("example",
325
+ data_sharing_with_google_setting_id="ls1-tf",
326
+ location="global",
327
+ enable_preview_data_sharing=True)
328
+ ```
329
+
330
+ ## Import
331
+
332
+ DataSharingWithGoogleSetting can be imported using any of these accepted formats:
333
+
334
+ * `projects/{{project}}/locations/{{location}}/dataSharingWithGoogleSettings/{{data_sharing_with_google_setting_id}}`
335
+
336
+ * `{{project}}/{{location}}/{{data_sharing_with_google_setting_id}}`
337
+
338
+ * `{{location}}/{{data_sharing_with_google_setting_id}}`
339
+
340
+ When using the `pulumi import` command, DataSharingWithGoogleSetting can be imported using one of the formats above. For example:
341
+
342
+ ```sh
343
+ $ pulumi import gcp:gemini/dataSharingWithGoogleSetting:DataSharingWithGoogleSetting default projects/{{project}}/locations/{{location}}/dataSharingWithGoogleSettings/{{data_sharing_with_google_setting_id}}
344
+ ```
345
+
346
+ ```sh
347
+ $ pulumi import gcp:gemini/dataSharingWithGoogleSetting:DataSharingWithGoogleSetting default {{project}}/{{location}}/{{data_sharing_with_google_setting_id}}
348
+ ```
349
+
350
+ ```sh
351
+ $ pulumi import gcp:gemini/dataSharingWithGoogleSetting:DataSharingWithGoogleSetting default {{location}}/{{data_sharing_with_google_setting_id}}
352
+ ```
353
+
354
+ :param str resource_name: The name of the resource.
355
+ :param pulumi.ResourceOptions opts: Options for the resource.
356
+ :param pulumi.Input[str] data_sharing_with_google_setting_id: Id of the Data Sharing With Google Setting.
357
+
358
+
359
+ - - -
360
+ :param pulumi.Input[bool] enable_preview_data_sharing: Whether preview data sharing should be enabled.
361
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
362
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
363
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
364
+ :param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
365
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
366
+ If it is not provided, the provider project is used.
367
+ """
368
+ ...
369
+ @overload
370
+ def __init__(__self__,
371
+ resource_name: str,
372
+ args: DataSharingWithGoogleSettingArgs,
373
+ opts: Optional[pulumi.ResourceOptions] = None):
374
+ """
375
+ The resource for managing DataSharingWithGoogle settings for Admin Control.
376
+
377
+ ## Example Usage
378
+
379
+ ### Gemini Data Sharing With Google Setting Basic
380
+
381
+ ```python
382
+ import pulumi
383
+ import pulumi_gcp as gcp
384
+
385
+ example = gcp.gemini.DataSharingWithGoogleSetting("example",
386
+ data_sharing_with_google_setting_id="ls1-tf",
387
+ location="global",
388
+ enable_preview_data_sharing=True)
389
+ ```
390
+
391
+ ## Import
392
+
393
+ DataSharingWithGoogleSetting can be imported using any of these accepted formats:
394
+
395
+ * `projects/{{project}}/locations/{{location}}/dataSharingWithGoogleSettings/{{data_sharing_with_google_setting_id}}`
396
+
397
+ * `{{project}}/{{location}}/{{data_sharing_with_google_setting_id}}`
398
+
399
+ * `{{location}}/{{data_sharing_with_google_setting_id}}`
400
+
401
+ When using the `pulumi import` command, DataSharingWithGoogleSetting can be imported using one of the formats above. For example:
402
+
403
+ ```sh
404
+ $ pulumi import gcp:gemini/dataSharingWithGoogleSetting:DataSharingWithGoogleSetting default projects/{{project}}/locations/{{location}}/dataSharingWithGoogleSettings/{{data_sharing_with_google_setting_id}}
405
+ ```
406
+
407
+ ```sh
408
+ $ pulumi import gcp:gemini/dataSharingWithGoogleSetting:DataSharingWithGoogleSetting default {{project}}/{{location}}/{{data_sharing_with_google_setting_id}}
409
+ ```
410
+
411
+ ```sh
412
+ $ pulumi import gcp:gemini/dataSharingWithGoogleSetting:DataSharingWithGoogleSetting default {{location}}/{{data_sharing_with_google_setting_id}}
413
+ ```
414
+
415
+ :param str resource_name: The name of the resource.
416
+ :param DataSharingWithGoogleSettingArgs args: The arguments to use to populate this resource's properties.
417
+ :param pulumi.ResourceOptions opts: Options for the resource.
418
+ """
419
+ ...
420
+ def __init__(__self__, resource_name: str, *args, **kwargs):
421
+ resource_args, opts = _utilities.get_resource_args_opts(DataSharingWithGoogleSettingArgs, pulumi.ResourceOptions, *args, **kwargs)
422
+ if resource_args is not None:
423
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
424
+ else:
425
+ __self__._internal_init(resource_name, *args, **kwargs)
426
+
427
+ def _internal_init(__self__,
428
+ resource_name: str,
429
+ opts: Optional[pulumi.ResourceOptions] = None,
430
+ data_sharing_with_google_setting_id: Optional[pulumi.Input[str]] = None,
431
+ enable_preview_data_sharing: Optional[pulumi.Input[bool]] = None,
432
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
433
+ location: Optional[pulumi.Input[str]] = None,
434
+ project: Optional[pulumi.Input[str]] = None,
435
+ __props__=None):
436
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
437
+ if not isinstance(opts, pulumi.ResourceOptions):
438
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
439
+ if opts.id is None:
440
+ if __props__ is not None:
441
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
442
+ __props__ = DataSharingWithGoogleSettingArgs.__new__(DataSharingWithGoogleSettingArgs)
443
+
444
+ if data_sharing_with_google_setting_id is None and not opts.urn:
445
+ raise TypeError("Missing required property 'data_sharing_with_google_setting_id'")
446
+ __props__.__dict__["data_sharing_with_google_setting_id"] = data_sharing_with_google_setting_id
447
+ __props__.__dict__["enable_preview_data_sharing"] = enable_preview_data_sharing
448
+ __props__.__dict__["labels"] = labels
449
+ __props__.__dict__["location"] = location
450
+ __props__.__dict__["project"] = project
451
+ __props__.__dict__["create_time"] = None
452
+ __props__.__dict__["effective_labels"] = None
453
+ __props__.__dict__["name"] = None
454
+ __props__.__dict__["pulumi_labels"] = None
455
+ __props__.__dict__["update_time"] = None
456
+ secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["effectiveLabels", "pulumiLabels"])
457
+ opts = pulumi.ResourceOptions.merge(opts, secret_opts)
458
+ super(DataSharingWithGoogleSetting, __self__).__init__(
459
+ 'gcp:gemini/dataSharingWithGoogleSetting:DataSharingWithGoogleSetting',
460
+ resource_name,
461
+ __props__,
462
+ opts)
463
+
464
+ @staticmethod
465
+ def get(resource_name: str,
466
+ id: pulumi.Input[str],
467
+ opts: Optional[pulumi.ResourceOptions] = None,
468
+ create_time: Optional[pulumi.Input[str]] = None,
469
+ data_sharing_with_google_setting_id: Optional[pulumi.Input[str]] = None,
470
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
471
+ enable_preview_data_sharing: Optional[pulumi.Input[bool]] = None,
472
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
473
+ location: Optional[pulumi.Input[str]] = None,
474
+ name: Optional[pulumi.Input[str]] = None,
475
+ project: Optional[pulumi.Input[str]] = None,
476
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
477
+ update_time: Optional[pulumi.Input[str]] = None) -> 'DataSharingWithGoogleSetting':
478
+ """
479
+ Get an existing DataSharingWithGoogleSetting resource's state with the given name, id, and optional extra
480
+ properties used to qualify the lookup.
481
+
482
+ :param str resource_name: The unique name of the resulting resource.
483
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
484
+ :param pulumi.ResourceOptions opts: Options for the resource.
485
+ :param pulumi.Input[str] create_time: Create time stamp.
486
+ :param pulumi.Input[str] data_sharing_with_google_setting_id: Id of the Data Sharing With Google Setting.
487
+
488
+
489
+ - - -
490
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
491
+ :param pulumi.Input[bool] enable_preview_data_sharing: Whether preview data sharing should be enabled.
492
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
493
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
494
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
495
+ :param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
496
+ :param pulumi.Input[str] name: Identifier. Name of the resource.
497
+ Format:projects/{project}/locations/{location}/dataSharingWithGoogleSettings/{dataSharingWithGoogleSetting}
498
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
499
+ If it is not provided, the provider project is used.
500
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
501
+ and default labels configured on the provider.
502
+ :param pulumi.Input[str] update_time: Update time stamp.
503
+ """
504
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
505
+
506
+ __props__ = _DataSharingWithGoogleSettingState.__new__(_DataSharingWithGoogleSettingState)
507
+
508
+ __props__.__dict__["create_time"] = create_time
509
+ __props__.__dict__["data_sharing_with_google_setting_id"] = data_sharing_with_google_setting_id
510
+ __props__.__dict__["effective_labels"] = effective_labels
511
+ __props__.__dict__["enable_preview_data_sharing"] = enable_preview_data_sharing
512
+ __props__.__dict__["labels"] = labels
513
+ __props__.__dict__["location"] = location
514
+ __props__.__dict__["name"] = name
515
+ __props__.__dict__["project"] = project
516
+ __props__.__dict__["pulumi_labels"] = pulumi_labels
517
+ __props__.__dict__["update_time"] = update_time
518
+ return DataSharingWithGoogleSetting(resource_name, opts=opts, __props__=__props__)
519
+
520
+ @property
521
+ @pulumi.getter(name="createTime")
522
+ def create_time(self) -> pulumi.Output[str]:
523
+ """
524
+ Create time stamp.
525
+ """
526
+ return pulumi.get(self, "create_time")
527
+
528
+ @property
529
+ @pulumi.getter(name="dataSharingWithGoogleSettingId")
530
+ def data_sharing_with_google_setting_id(self) -> pulumi.Output[str]:
531
+ """
532
+ Id of the Data Sharing With Google Setting.
533
+
534
+
535
+ - - -
536
+ """
537
+ return pulumi.get(self, "data_sharing_with_google_setting_id")
538
+
539
+ @property
540
+ @pulumi.getter(name="effectiveLabels")
541
+ def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
542
+ """
543
+ All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
544
+ """
545
+ return pulumi.get(self, "effective_labels")
546
+
547
+ @property
548
+ @pulumi.getter(name="enablePreviewDataSharing")
549
+ def enable_preview_data_sharing(self) -> pulumi.Output[Optional[bool]]:
550
+ """
551
+ Whether preview data sharing should be enabled.
552
+ """
553
+ return pulumi.get(self, "enable_preview_data_sharing")
554
+
555
+ @property
556
+ @pulumi.getter
557
+ def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
558
+ """
559
+ Labels as key value pairs.
560
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
561
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
562
+ """
563
+ return pulumi.get(self, "labels")
564
+
565
+ @property
566
+ @pulumi.getter
567
+ def location(self) -> pulumi.Output[Optional[str]]:
568
+ """
569
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
570
+ """
571
+ return pulumi.get(self, "location")
572
+
573
+ @property
574
+ @pulumi.getter
575
+ def name(self) -> pulumi.Output[str]:
576
+ """
577
+ Identifier. Name of the resource.
578
+ Format:projects/{project}/locations/{location}/dataSharingWithGoogleSettings/{dataSharingWithGoogleSetting}
579
+ """
580
+ return pulumi.get(self, "name")
581
+
582
+ @property
583
+ @pulumi.getter
584
+ def project(self) -> pulumi.Output[str]:
585
+ """
586
+ The ID of the project in which the resource belongs.
587
+ If it is not provided, the provider project is used.
588
+ """
589
+ return pulumi.get(self, "project")
590
+
591
+ @property
592
+ @pulumi.getter(name="pulumiLabels")
593
+ def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
594
+ """
595
+ The combination of labels configured directly on the resource
596
+ and default labels configured on the provider.
597
+ """
598
+ return pulumi.get(self, "pulumi_labels")
599
+
600
+ @property
601
+ @pulumi.getter(name="updateTime")
602
+ def update_time(self) -> pulumi.Output[str]:
603
+ """
604
+ Update time stamp.
605
+ """
606
+ return pulumi.get(self, "update_time")
607
+