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
@@ -0,0 +1,722 @@
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__ = ['LoggingSettingBindingArgs', 'LoggingSettingBinding']
18
+
19
+ @pulumi.input_type
20
+ class LoggingSettingBindingArgs:
21
+ def __init__(__self__, *,
22
+ logging_setting_id: pulumi.Input[str],
23
+ setting_binding_id: pulumi.Input[str],
24
+ target: pulumi.Input[str],
25
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
26
+ location: Optional[pulumi.Input[str]] = None,
27
+ product: Optional[pulumi.Input[str]] = None,
28
+ project: Optional[pulumi.Input[str]] = None):
29
+ """
30
+ The set of arguments for constructing a LoggingSettingBinding resource.
31
+ :param pulumi.Input[str] logging_setting_id: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
32
+ :param pulumi.Input[str] setting_binding_id: Id of the setting binding.
33
+
34
+
35
+ - - -
36
+ :param pulumi.Input[str] target: Target of the binding.
37
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
38
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
39
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
40
+ :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.
41
+ :param pulumi.Input[str] product: Product type of the setting binding.
42
+ Possible values are: `GEMINI_CLOUD_ASSIST`, `GEMINI_CODE_ASSIST`.
43
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
44
+ If it is not provided, the provider project is used.
45
+ """
46
+ pulumi.set(__self__, "logging_setting_id", logging_setting_id)
47
+ pulumi.set(__self__, "setting_binding_id", setting_binding_id)
48
+ pulumi.set(__self__, "target", target)
49
+ if labels is not None:
50
+ pulumi.set(__self__, "labels", labels)
51
+ if location is not None:
52
+ pulumi.set(__self__, "location", location)
53
+ if product is not None:
54
+ pulumi.set(__self__, "product", product)
55
+ if project is not None:
56
+ pulumi.set(__self__, "project", project)
57
+
58
+ @property
59
+ @pulumi.getter(name="loggingSettingId")
60
+ def logging_setting_id(self) -> pulumi.Input[str]:
61
+ """
62
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
63
+ """
64
+ return pulumi.get(self, "logging_setting_id")
65
+
66
+ @logging_setting_id.setter
67
+ def logging_setting_id(self, value: pulumi.Input[str]):
68
+ pulumi.set(self, "logging_setting_id", value)
69
+
70
+ @property
71
+ @pulumi.getter(name="settingBindingId")
72
+ def setting_binding_id(self) -> pulumi.Input[str]:
73
+ """
74
+ Id of the setting binding.
75
+
76
+
77
+ - - -
78
+ """
79
+ return pulumi.get(self, "setting_binding_id")
80
+
81
+ @setting_binding_id.setter
82
+ def setting_binding_id(self, value: pulumi.Input[str]):
83
+ pulumi.set(self, "setting_binding_id", value)
84
+
85
+ @property
86
+ @pulumi.getter
87
+ def target(self) -> pulumi.Input[str]:
88
+ """
89
+ Target of the binding.
90
+ """
91
+ return pulumi.get(self, "target")
92
+
93
+ @target.setter
94
+ def target(self, value: pulumi.Input[str]):
95
+ pulumi.set(self, "target", value)
96
+
97
+ @property
98
+ @pulumi.getter
99
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
100
+ """
101
+ Labels as key value pairs.
102
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
103
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
104
+ """
105
+ return pulumi.get(self, "labels")
106
+
107
+ @labels.setter
108
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
109
+ pulumi.set(self, "labels", value)
110
+
111
+ @property
112
+ @pulumi.getter
113
+ def location(self) -> Optional[pulumi.Input[str]]:
114
+ """
115
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
116
+ """
117
+ return pulumi.get(self, "location")
118
+
119
+ @location.setter
120
+ def location(self, value: Optional[pulumi.Input[str]]):
121
+ pulumi.set(self, "location", value)
122
+
123
+ @property
124
+ @pulumi.getter
125
+ def product(self) -> Optional[pulumi.Input[str]]:
126
+ """
127
+ Product type of the setting binding.
128
+ Possible values are: `GEMINI_CLOUD_ASSIST`, `GEMINI_CODE_ASSIST`.
129
+ """
130
+ return pulumi.get(self, "product")
131
+
132
+ @product.setter
133
+ def product(self, value: Optional[pulumi.Input[str]]):
134
+ pulumi.set(self, "product", value)
135
+
136
+ @property
137
+ @pulumi.getter
138
+ def project(self) -> Optional[pulumi.Input[str]]:
139
+ """
140
+ The ID of the project in which the resource belongs.
141
+ If it is not provided, the provider project is used.
142
+ """
143
+ return pulumi.get(self, "project")
144
+
145
+ @project.setter
146
+ def project(self, value: Optional[pulumi.Input[str]]):
147
+ pulumi.set(self, "project", value)
148
+
149
+
150
+ @pulumi.input_type
151
+ class _LoggingSettingBindingState:
152
+ def __init__(__self__, *,
153
+ create_time: Optional[pulumi.Input[str]] = None,
154
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
155
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
156
+ location: Optional[pulumi.Input[str]] = None,
157
+ logging_setting_id: Optional[pulumi.Input[str]] = None,
158
+ name: Optional[pulumi.Input[str]] = None,
159
+ product: Optional[pulumi.Input[str]] = None,
160
+ project: Optional[pulumi.Input[str]] = None,
161
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
162
+ setting_binding_id: Optional[pulumi.Input[str]] = None,
163
+ target: Optional[pulumi.Input[str]] = None,
164
+ update_time: Optional[pulumi.Input[str]] = None):
165
+ """
166
+ Input properties used for looking up and filtering LoggingSettingBinding resources.
167
+ :param pulumi.Input[str] create_time: Create time stamp.
168
+ :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.
169
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
170
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
171
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
172
+ :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.
173
+ :param pulumi.Input[str] logging_setting_id: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
174
+ :param pulumi.Input[str] name: Identifier. Name of the resource.
175
+ Format:projects/{project}/locations/{location}/loggingSettings/{setting}/settingBindings/{setting_binding}
176
+ :param pulumi.Input[str] product: Product type of the setting binding.
177
+ Possible values are: `GEMINI_CLOUD_ASSIST`, `GEMINI_CODE_ASSIST`.
178
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
179
+ If it is not provided, the provider project is used.
180
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
181
+ and default labels configured on the provider.
182
+ :param pulumi.Input[str] setting_binding_id: Id of the setting binding.
183
+
184
+
185
+ - - -
186
+ :param pulumi.Input[str] target: Target of the binding.
187
+ :param pulumi.Input[str] update_time: Update time stamp.
188
+ """
189
+ if create_time is not None:
190
+ pulumi.set(__self__, "create_time", create_time)
191
+ if effective_labels is not None:
192
+ pulumi.set(__self__, "effective_labels", effective_labels)
193
+ if labels is not None:
194
+ pulumi.set(__self__, "labels", labels)
195
+ if location is not None:
196
+ pulumi.set(__self__, "location", location)
197
+ if logging_setting_id is not None:
198
+ pulumi.set(__self__, "logging_setting_id", logging_setting_id)
199
+ if name is not None:
200
+ pulumi.set(__self__, "name", name)
201
+ if product is not None:
202
+ pulumi.set(__self__, "product", product)
203
+ if project is not None:
204
+ pulumi.set(__self__, "project", project)
205
+ if pulumi_labels is not None:
206
+ pulumi.set(__self__, "pulumi_labels", pulumi_labels)
207
+ if setting_binding_id is not None:
208
+ pulumi.set(__self__, "setting_binding_id", setting_binding_id)
209
+ if target is not None:
210
+ pulumi.set(__self__, "target", target)
211
+ if update_time is not None:
212
+ pulumi.set(__self__, "update_time", update_time)
213
+
214
+ @property
215
+ @pulumi.getter(name="createTime")
216
+ def create_time(self) -> Optional[pulumi.Input[str]]:
217
+ """
218
+ Create time stamp.
219
+ """
220
+ return pulumi.get(self, "create_time")
221
+
222
+ @create_time.setter
223
+ def create_time(self, value: Optional[pulumi.Input[str]]):
224
+ pulumi.set(self, "create_time", value)
225
+
226
+ @property
227
+ @pulumi.getter(name="effectiveLabels")
228
+ def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
229
+ """
230
+ All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
231
+ """
232
+ return pulumi.get(self, "effective_labels")
233
+
234
+ @effective_labels.setter
235
+ def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
236
+ pulumi.set(self, "effective_labels", value)
237
+
238
+ @property
239
+ @pulumi.getter
240
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
241
+ """
242
+ Labels as key value pairs.
243
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
244
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
245
+ """
246
+ return pulumi.get(self, "labels")
247
+
248
+ @labels.setter
249
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
250
+ pulumi.set(self, "labels", value)
251
+
252
+ @property
253
+ @pulumi.getter
254
+ def location(self) -> Optional[pulumi.Input[str]]:
255
+ """
256
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
257
+ """
258
+ return pulumi.get(self, "location")
259
+
260
+ @location.setter
261
+ def location(self, value: Optional[pulumi.Input[str]]):
262
+ pulumi.set(self, "location", value)
263
+
264
+ @property
265
+ @pulumi.getter(name="loggingSettingId")
266
+ def logging_setting_id(self) -> Optional[pulumi.Input[str]]:
267
+ """
268
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
269
+ """
270
+ return pulumi.get(self, "logging_setting_id")
271
+
272
+ @logging_setting_id.setter
273
+ def logging_setting_id(self, value: Optional[pulumi.Input[str]]):
274
+ pulumi.set(self, "logging_setting_id", value)
275
+
276
+ @property
277
+ @pulumi.getter
278
+ def name(self) -> Optional[pulumi.Input[str]]:
279
+ """
280
+ Identifier. Name of the resource.
281
+ Format:projects/{project}/locations/{location}/loggingSettings/{setting}/settingBindings/{setting_binding}
282
+ """
283
+ return pulumi.get(self, "name")
284
+
285
+ @name.setter
286
+ def name(self, value: Optional[pulumi.Input[str]]):
287
+ pulumi.set(self, "name", value)
288
+
289
+ @property
290
+ @pulumi.getter
291
+ def product(self) -> Optional[pulumi.Input[str]]:
292
+ """
293
+ Product type of the setting binding.
294
+ Possible values are: `GEMINI_CLOUD_ASSIST`, `GEMINI_CODE_ASSIST`.
295
+ """
296
+ return pulumi.get(self, "product")
297
+
298
+ @product.setter
299
+ def product(self, value: Optional[pulumi.Input[str]]):
300
+ pulumi.set(self, "product", value)
301
+
302
+ @property
303
+ @pulumi.getter
304
+ def project(self) -> Optional[pulumi.Input[str]]:
305
+ """
306
+ The ID of the project in which the resource belongs.
307
+ If it is not provided, the provider project is used.
308
+ """
309
+ return pulumi.get(self, "project")
310
+
311
+ @project.setter
312
+ def project(self, value: Optional[pulumi.Input[str]]):
313
+ pulumi.set(self, "project", value)
314
+
315
+ @property
316
+ @pulumi.getter(name="pulumiLabels")
317
+ def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
318
+ """
319
+ The combination of labels configured directly on the resource
320
+ and default labels configured on the provider.
321
+ """
322
+ return pulumi.get(self, "pulumi_labels")
323
+
324
+ @pulumi_labels.setter
325
+ def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
326
+ pulumi.set(self, "pulumi_labels", value)
327
+
328
+ @property
329
+ @pulumi.getter(name="settingBindingId")
330
+ def setting_binding_id(self) -> Optional[pulumi.Input[str]]:
331
+ """
332
+ Id of the setting binding.
333
+
334
+
335
+ - - -
336
+ """
337
+ return pulumi.get(self, "setting_binding_id")
338
+
339
+ @setting_binding_id.setter
340
+ def setting_binding_id(self, value: Optional[pulumi.Input[str]]):
341
+ pulumi.set(self, "setting_binding_id", value)
342
+
343
+ @property
344
+ @pulumi.getter
345
+ def target(self) -> Optional[pulumi.Input[str]]:
346
+ """
347
+ Target of the binding.
348
+ """
349
+ return pulumi.get(self, "target")
350
+
351
+ @target.setter
352
+ def target(self, value: Optional[pulumi.Input[str]]):
353
+ pulumi.set(self, "target", value)
354
+
355
+ @property
356
+ @pulumi.getter(name="updateTime")
357
+ def update_time(self) -> Optional[pulumi.Input[str]]:
358
+ """
359
+ Update time stamp.
360
+ """
361
+ return pulumi.get(self, "update_time")
362
+
363
+ @update_time.setter
364
+ def update_time(self, value: Optional[pulumi.Input[str]]):
365
+ pulumi.set(self, "update_time", value)
366
+
367
+
368
+ class LoggingSettingBinding(pulumi.CustomResource):
369
+ @overload
370
+ def __init__(__self__,
371
+ resource_name: str,
372
+ opts: Optional[pulumi.ResourceOptions] = None,
373
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
374
+ location: Optional[pulumi.Input[str]] = None,
375
+ logging_setting_id: Optional[pulumi.Input[str]] = None,
376
+ product: Optional[pulumi.Input[str]] = None,
377
+ project: Optional[pulumi.Input[str]] = None,
378
+ setting_binding_id: Optional[pulumi.Input[str]] = None,
379
+ target: Optional[pulumi.Input[str]] = None,
380
+ __props__=None):
381
+ """
382
+ ## Example Usage
383
+
384
+ ### Gemini Logging Setting Binding Basic
385
+
386
+ ```python
387
+ import pulumi
388
+ import pulumi_gcp as gcp
389
+
390
+ basic = gcp.gemini.LoggingSetting("basic",
391
+ logging_setting_id="ls-tf1",
392
+ location="global",
393
+ labels={
394
+ "my_key": "my_value",
395
+ },
396
+ log_prompts_and_responses=True)
397
+ example = gcp.gemini.LoggingSettingBinding("example",
398
+ logging_setting_id=basic.logging_setting_id,
399
+ setting_binding_id="ls-tf1b1",
400
+ location="global",
401
+ target="projects/980109375338")
402
+ ```
403
+
404
+ ## Import
405
+
406
+ LoggingSettingBinding can be imported using any of these accepted formats:
407
+
408
+ * `projects/{{project}}/locations/{{location}}/loggingSettings/{{logging_setting_id}}/settingBindings/{{setting_binding_id}}`
409
+
410
+ * `{{project}}/{{location}}/{{logging_setting_id}}/{{setting_binding_id}}`
411
+
412
+ * `{{location}}/{{logging_setting_id}}/{{setting_binding_id}}`
413
+
414
+ When using the `pulumi import` command, LoggingSettingBinding can be imported using one of the formats above. For example:
415
+
416
+ ```sh
417
+ $ pulumi import gcp:gemini/loggingSettingBinding:LoggingSettingBinding default projects/{{project}}/locations/{{location}}/loggingSettings/{{logging_setting_id}}/settingBindings/{{setting_binding_id}}
418
+ ```
419
+
420
+ ```sh
421
+ $ pulumi import gcp:gemini/loggingSettingBinding:LoggingSettingBinding default {{project}}/{{location}}/{{logging_setting_id}}/{{setting_binding_id}}
422
+ ```
423
+
424
+ ```sh
425
+ $ pulumi import gcp:gemini/loggingSettingBinding:LoggingSettingBinding default {{location}}/{{logging_setting_id}}/{{setting_binding_id}}
426
+ ```
427
+
428
+ :param str resource_name: The name of the resource.
429
+ :param pulumi.ResourceOptions opts: Options for the resource.
430
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
431
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
432
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
433
+ :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.
434
+ :param pulumi.Input[str] logging_setting_id: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
435
+ :param pulumi.Input[str] product: Product type of the setting binding.
436
+ Possible values are: `GEMINI_CLOUD_ASSIST`, `GEMINI_CODE_ASSIST`.
437
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
438
+ If it is not provided, the provider project is used.
439
+ :param pulumi.Input[str] setting_binding_id: Id of the setting binding.
440
+
441
+
442
+ - - -
443
+ :param pulumi.Input[str] target: Target of the binding.
444
+ """
445
+ ...
446
+ @overload
447
+ def __init__(__self__,
448
+ resource_name: str,
449
+ args: LoggingSettingBindingArgs,
450
+ opts: Optional[pulumi.ResourceOptions] = None):
451
+ """
452
+ ## Example Usage
453
+
454
+ ### Gemini Logging Setting Binding Basic
455
+
456
+ ```python
457
+ import pulumi
458
+ import pulumi_gcp as gcp
459
+
460
+ basic = gcp.gemini.LoggingSetting("basic",
461
+ logging_setting_id="ls-tf1",
462
+ location="global",
463
+ labels={
464
+ "my_key": "my_value",
465
+ },
466
+ log_prompts_and_responses=True)
467
+ example = gcp.gemini.LoggingSettingBinding("example",
468
+ logging_setting_id=basic.logging_setting_id,
469
+ setting_binding_id="ls-tf1b1",
470
+ location="global",
471
+ target="projects/980109375338")
472
+ ```
473
+
474
+ ## Import
475
+
476
+ LoggingSettingBinding can be imported using any of these accepted formats:
477
+
478
+ * `projects/{{project}}/locations/{{location}}/loggingSettings/{{logging_setting_id}}/settingBindings/{{setting_binding_id}}`
479
+
480
+ * `{{project}}/{{location}}/{{logging_setting_id}}/{{setting_binding_id}}`
481
+
482
+ * `{{location}}/{{logging_setting_id}}/{{setting_binding_id}}`
483
+
484
+ When using the `pulumi import` command, LoggingSettingBinding can be imported using one of the formats above. For example:
485
+
486
+ ```sh
487
+ $ pulumi import gcp:gemini/loggingSettingBinding:LoggingSettingBinding default projects/{{project}}/locations/{{location}}/loggingSettings/{{logging_setting_id}}/settingBindings/{{setting_binding_id}}
488
+ ```
489
+
490
+ ```sh
491
+ $ pulumi import gcp:gemini/loggingSettingBinding:LoggingSettingBinding default {{project}}/{{location}}/{{logging_setting_id}}/{{setting_binding_id}}
492
+ ```
493
+
494
+ ```sh
495
+ $ pulumi import gcp:gemini/loggingSettingBinding:LoggingSettingBinding default {{location}}/{{logging_setting_id}}/{{setting_binding_id}}
496
+ ```
497
+
498
+ :param str resource_name: The name of the resource.
499
+ :param LoggingSettingBindingArgs args: The arguments to use to populate this resource's properties.
500
+ :param pulumi.ResourceOptions opts: Options for the resource.
501
+ """
502
+ ...
503
+ def __init__(__self__, resource_name: str, *args, **kwargs):
504
+ resource_args, opts = _utilities.get_resource_args_opts(LoggingSettingBindingArgs, pulumi.ResourceOptions, *args, **kwargs)
505
+ if resource_args is not None:
506
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
507
+ else:
508
+ __self__._internal_init(resource_name, *args, **kwargs)
509
+
510
+ def _internal_init(__self__,
511
+ resource_name: str,
512
+ opts: Optional[pulumi.ResourceOptions] = None,
513
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
514
+ location: Optional[pulumi.Input[str]] = None,
515
+ logging_setting_id: Optional[pulumi.Input[str]] = None,
516
+ product: Optional[pulumi.Input[str]] = None,
517
+ project: Optional[pulumi.Input[str]] = None,
518
+ setting_binding_id: Optional[pulumi.Input[str]] = None,
519
+ target: Optional[pulumi.Input[str]] = None,
520
+ __props__=None):
521
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
522
+ if not isinstance(opts, pulumi.ResourceOptions):
523
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
524
+ if opts.id is None:
525
+ if __props__ is not None:
526
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
527
+ __props__ = LoggingSettingBindingArgs.__new__(LoggingSettingBindingArgs)
528
+
529
+ __props__.__dict__["labels"] = labels
530
+ __props__.__dict__["location"] = location
531
+ if logging_setting_id is None and not opts.urn:
532
+ raise TypeError("Missing required property 'logging_setting_id'")
533
+ __props__.__dict__["logging_setting_id"] = logging_setting_id
534
+ __props__.__dict__["product"] = product
535
+ __props__.__dict__["project"] = project
536
+ if setting_binding_id is None and not opts.urn:
537
+ raise TypeError("Missing required property 'setting_binding_id'")
538
+ __props__.__dict__["setting_binding_id"] = setting_binding_id
539
+ if target is None and not opts.urn:
540
+ raise TypeError("Missing required property 'target'")
541
+ __props__.__dict__["target"] = target
542
+ __props__.__dict__["create_time"] = None
543
+ __props__.__dict__["effective_labels"] = None
544
+ __props__.__dict__["name"] = None
545
+ __props__.__dict__["pulumi_labels"] = None
546
+ __props__.__dict__["update_time"] = None
547
+ secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["effectiveLabels", "pulumiLabels"])
548
+ opts = pulumi.ResourceOptions.merge(opts, secret_opts)
549
+ super(LoggingSettingBinding, __self__).__init__(
550
+ 'gcp:gemini/loggingSettingBinding:LoggingSettingBinding',
551
+ resource_name,
552
+ __props__,
553
+ opts)
554
+
555
+ @staticmethod
556
+ def get(resource_name: str,
557
+ id: pulumi.Input[str],
558
+ opts: Optional[pulumi.ResourceOptions] = None,
559
+ create_time: Optional[pulumi.Input[str]] = None,
560
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
561
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
562
+ location: Optional[pulumi.Input[str]] = None,
563
+ logging_setting_id: Optional[pulumi.Input[str]] = None,
564
+ name: Optional[pulumi.Input[str]] = None,
565
+ product: Optional[pulumi.Input[str]] = None,
566
+ project: Optional[pulumi.Input[str]] = None,
567
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
568
+ setting_binding_id: Optional[pulumi.Input[str]] = None,
569
+ target: Optional[pulumi.Input[str]] = None,
570
+ update_time: Optional[pulumi.Input[str]] = None) -> 'LoggingSettingBinding':
571
+ """
572
+ Get an existing LoggingSettingBinding resource's state with the given name, id, and optional extra
573
+ properties used to qualify the lookup.
574
+
575
+ :param str resource_name: The unique name of the resulting resource.
576
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
577
+ :param pulumi.ResourceOptions opts: Options for the resource.
578
+ :param pulumi.Input[str] create_time: Create time stamp.
579
+ :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.
580
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels as key value pairs.
581
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
582
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
583
+ :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.
584
+ :param pulumi.Input[str] logging_setting_id: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
585
+ :param pulumi.Input[str] name: Identifier. Name of the resource.
586
+ Format:projects/{project}/locations/{location}/loggingSettings/{setting}/settingBindings/{setting_binding}
587
+ :param pulumi.Input[str] product: Product type of the setting binding.
588
+ Possible values are: `GEMINI_CLOUD_ASSIST`, `GEMINI_CODE_ASSIST`.
589
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
590
+ If it is not provided, the provider project is used.
591
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
592
+ and default labels configured on the provider.
593
+ :param pulumi.Input[str] setting_binding_id: Id of the setting binding.
594
+
595
+
596
+ - - -
597
+ :param pulumi.Input[str] target: Target of the binding.
598
+ :param pulumi.Input[str] update_time: Update time stamp.
599
+ """
600
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
601
+
602
+ __props__ = _LoggingSettingBindingState.__new__(_LoggingSettingBindingState)
603
+
604
+ __props__.__dict__["create_time"] = create_time
605
+ __props__.__dict__["effective_labels"] = effective_labels
606
+ __props__.__dict__["labels"] = labels
607
+ __props__.__dict__["location"] = location
608
+ __props__.__dict__["logging_setting_id"] = logging_setting_id
609
+ __props__.__dict__["name"] = name
610
+ __props__.__dict__["product"] = product
611
+ __props__.__dict__["project"] = project
612
+ __props__.__dict__["pulumi_labels"] = pulumi_labels
613
+ __props__.__dict__["setting_binding_id"] = setting_binding_id
614
+ __props__.__dict__["target"] = target
615
+ __props__.__dict__["update_time"] = update_time
616
+ return LoggingSettingBinding(resource_name, opts=opts, __props__=__props__)
617
+
618
+ @property
619
+ @pulumi.getter(name="createTime")
620
+ def create_time(self) -> pulumi.Output[str]:
621
+ """
622
+ Create time stamp.
623
+ """
624
+ return pulumi.get(self, "create_time")
625
+
626
+ @property
627
+ @pulumi.getter(name="effectiveLabels")
628
+ def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
629
+ """
630
+ All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
631
+ """
632
+ return pulumi.get(self, "effective_labels")
633
+
634
+ @property
635
+ @pulumi.getter
636
+ def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
637
+ """
638
+ Labels as key value pairs.
639
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
640
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
641
+ """
642
+ return pulumi.get(self, "labels")
643
+
644
+ @property
645
+ @pulumi.getter
646
+ def location(self) -> pulumi.Output[Optional[str]]:
647
+ """
648
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
649
+ """
650
+ return pulumi.get(self, "location")
651
+
652
+ @property
653
+ @pulumi.getter(name="loggingSettingId")
654
+ def logging_setting_id(self) -> pulumi.Output[str]:
655
+ """
656
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
657
+ """
658
+ return pulumi.get(self, "logging_setting_id")
659
+
660
+ @property
661
+ @pulumi.getter
662
+ def name(self) -> pulumi.Output[str]:
663
+ """
664
+ Identifier. Name of the resource.
665
+ Format:projects/{project}/locations/{location}/loggingSettings/{setting}/settingBindings/{setting_binding}
666
+ """
667
+ return pulumi.get(self, "name")
668
+
669
+ @property
670
+ @pulumi.getter
671
+ def product(self) -> pulumi.Output[Optional[str]]:
672
+ """
673
+ Product type of the setting binding.
674
+ Possible values are: `GEMINI_CLOUD_ASSIST`, `GEMINI_CODE_ASSIST`.
675
+ """
676
+ return pulumi.get(self, "product")
677
+
678
+ @property
679
+ @pulumi.getter
680
+ def project(self) -> pulumi.Output[str]:
681
+ """
682
+ The ID of the project in which the resource belongs.
683
+ If it is not provided, the provider project is used.
684
+ """
685
+ return pulumi.get(self, "project")
686
+
687
+ @property
688
+ @pulumi.getter(name="pulumiLabels")
689
+ def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
690
+ """
691
+ The combination of labels configured directly on the resource
692
+ and default labels configured on the provider.
693
+ """
694
+ return pulumi.get(self, "pulumi_labels")
695
+
696
+ @property
697
+ @pulumi.getter(name="settingBindingId")
698
+ def setting_binding_id(self) -> pulumi.Output[str]:
699
+ """
700
+ Id of the setting binding.
701
+
702
+
703
+ - - -
704
+ """
705
+ return pulumi.get(self, "setting_binding_id")
706
+
707
+ @property
708
+ @pulumi.getter
709
+ def target(self) -> pulumi.Output[str]:
710
+ """
711
+ Target of the binding.
712
+ """
713
+ return pulumi.get(self, "target")
714
+
715
+ @property
716
+ @pulumi.getter(name="updateTime")
717
+ def update_time(self) -> pulumi.Output[str]:
718
+ """
719
+ Update time stamp.
720
+ """
721
+ return pulumi.get(self, "update_time")
722
+