pulumi-gcp 8.42.0a1758133038__py3-none-any.whl → 9.0.0__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 (271) hide show
  1. pulumi_gcp/__init__.py +83 -48
  2. pulumi_gcp/activedirectory/peering.py +16 -0
  3. pulumi_gcp/alloydb/backup.py +8 -4
  4. pulumi_gcp/alloydb/cluster.py +56 -10
  5. pulumi_gcp/alloydb/get_cluster.py +12 -1
  6. pulumi_gcp/alloydb/instance.py +10 -4
  7. pulumi_gcp/alloydb/user.py +8 -4
  8. pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
  9. pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
  10. pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
  11. pulumi_gcp/apigateway/api_iam_binding.py +4 -4
  12. pulumi_gcp/apigateway/api_iam_member.py +4 -4
  13. pulumi_gcp/apigateway/api_iam_policy.py +4 -4
  14. pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
  15. pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
  16. pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
  17. pulumi_gcp/apigee/_inputs.py +151 -108
  18. pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
  19. pulumi_gcp/apigee/outputs.py +92 -88
  20. pulumi_gcp/artifactregistry/__init__.py +2 -0
  21. pulumi_gcp/artifactregistry/_inputs.py +0 -12
  22. pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
  23. pulumi_gcp/artifactregistry/get_python_package.py +237 -0
  24. pulumi_gcp/artifactregistry/get_repository.py +12 -1
  25. pulumi_gcp/artifactregistry/outputs.py +8 -16
  26. pulumi_gcp/artifactregistry/repository.py +28 -0
  27. pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
  28. pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
  29. pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
  30. pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
  31. pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
  32. pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
  33. pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
  34. pulumi_gcp/beyondcorp/__init__.py +0 -5
  35. pulumi_gcp/beyondcorp/_inputs.py +0 -312
  36. pulumi_gcp/beyondcorp/outputs.py +0 -200
  37. pulumi_gcp/bigquery/_inputs.py +114 -4
  38. pulumi_gcp/bigquery/app_profile.py +3 -5
  39. pulumi_gcp/bigquery/outputs.py +75 -5
  40. pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
  41. pulumi_gcp/bigtable/app_profile.py +1 -1
  42. pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
  43. pulumi_gcp/bigtable/table_iam_binding.py +43 -43
  44. pulumi_gcp/bigtable/table_iam_member.py +43 -43
  45. pulumi_gcp/bigtable/table_iam_policy.py +43 -43
  46. pulumi_gcp/billing/_inputs.py +0 -6
  47. pulumi_gcp/billing/outputs.py +0 -4
  48. pulumi_gcp/certificatemanager/__init__.py +1 -0
  49. pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
  50. pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
  51. pulumi_gcp/certificatemanager/outputs.py +41 -0
  52. pulumi_gcp/chronicle/_inputs.py +6 -5
  53. pulumi_gcp/chronicle/outputs.py +4 -3
  54. pulumi_gcp/chronicle/reference_list.py +53 -5
  55. pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
  56. pulumi_gcp/cloudbuild/_inputs.py +309 -45
  57. pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
  58. pulumi_gcp/cloudbuild/get_trigger.py +12 -1
  59. pulumi_gcp/cloudbuild/outputs.py +380 -30
  60. pulumi_gcp/cloudbuild/trigger.py +160 -2
  61. pulumi_gcp/cloudbuild/worker_pool.py +2 -6
  62. pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
  63. pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
  64. pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
  65. pulumi_gcp/cloudrunv2/_inputs.py +80 -26
  66. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  67. pulumi_gcp/cloudrunv2/outputs.py +109 -30
  68. pulumi_gcp/cloudrunv2/service.py +72 -12
  69. pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
  70. pulumi_gcp/cloudtasks/queue.py +98 -2
  71. pulumi_gcp/colab/_inputs.py +1 -114
  72. pulumi_gcp/colab/outputs.py +1 -106
  73. pulumi_gcp/compute/_inputs.py +884 -24
  74. pulumi_gcp/compute/backend_bucket.py +68 -0
  75. pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
  76. pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
  77. pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
  78. pulumi_gcp/compute/backend_service.py +54 -0
  79. pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
  80. pulumi_gcp/compute/backend_service_iam_member.py +464 -0
  81. pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
  82. pulumi_gcp/compute/cross_site_network.py +16 -0
  83. pulumi_gcp/compute/future_reservation.py +32 -0
  84. pulumi_gcp/compute/get_backend_bucket.py +12 -1
  85. pulumi_gcp/compute/get_backend_service.py +12 -1
  86. pulumi_gcp/compute/get_region_backend_service.py +12 -1
  87. pulumi_gcp/compute/get_resource_policy.py +2 -20
  88. pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
  89. pulumi_gcp/compute/machine_image_iam_member.py +8 -4
  90. pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
  91. pulumi_gcp/compute/network_edge_security_service.py +16 -0
  92. pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
  93. pulumi_gcp/compute/network_peering_routes_config.py +0 -100
  94. pulumi_gcp/compute/organization_security_policy.py +83 -51
  95. pulumi_gcp/compute/outputs.py +799 -16
  96. pulumi_gcp/compute/packet_mirroring.py +6 -0
  97. pulumi_gcp/compute/preview_feature.py +16 -0
  98. pulumi_gcp/compute/public_delegated_prefix.py +42 -0
  99. pulumi_gcp/compute/region_backend_service.py +54 -0
  100. pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
  101. pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
  102. pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
  103. pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
  104. pulumi_gcp/compute/region_resize_request.py +24 -0
  105. pulumi_gcp/compute/region_url_map.py +75 -0
  106. pulumi_gcp/compute/subnetwork.py +0 -98
  107. pulumi_gcp/compute/wire_group.py +16 -0
  108. pulumi_gcp/config/__init__.pyi +2 -2
  109. pulumi_gcp/config/vars.py +4 -4
  110. pulumi_gcp/container/_inputs.py +466 -18
  111. pulumi_gcp/container/cluster.py +16 -7
  112. pulumi_gcp/container/outputs.py +448 -15
  113. pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
  114. pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
  115. pulumi_gcp/dataflow/flex_template_job.py +10 -0
  116. pulumi_gcp/dataform/repository.py +16 -0
  117. pulumi_gcp/dataform/repository_release_config.py +16 -0
  118. pulumi_gcp/dataform/repository_workflow_config.py +16 -0
  119. pulumi_gcp/diagflow/_inputs.py +152 -0
  120. pulumi_gcp/diagflow/cx_agent.py +425 -0
  121. pulumi_gcp/diagflow/outputs.py +143 -0
  122. pulumi_gcp/discoveryengine/__init__.py +1 -0
  123. pulumi_gcp/discoveryengine/_inputs.py +94 -0
  124. pulumi_gcp/discoveryengine/acl_config.py +393 -0
  125. pulumi_gcp/discoveryengine/outputs.py +92 -0
  126. pulumi_gcp/firebase/android_app.py +16 -0
  127. pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
  128. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
  129. pulumi_gcp/firebase/app_check_service_config.py +6 -12
  130. pulumi_gcp/firebase/app_hosting_backend.py +4 -8
  131. pulumi_gcp/firebase/app_hosting_build.py +4 -8
  132. pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
  133. pulumi_gcp/firebase/apple_app.py +16 -0
  134. pulumi_gcp/firebase/data_connect_service.py +4 -8
  135. pulumi_gcp/firebase/database_instance.py +20 -8
  136. pulumi_gcp/firebase/extensions_instance.py +12 -0
  137. pulumi_gcp/firebase/get_android_app.py +4 -2
  138. pulumi_gcp/firebase/get_apple_app.py +4 -2
  139. pulumi_gcp/firebase/get_apple_app_config.py +16 -2
  140. pulumi_gcp/firebase/get_hosting_channel.py +4 -2
  141. pulumi_gcp/firebase/hosting_channel.py +20 -0
  142. pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
  143. pulumi_gcp/firebase/hosting_release.py +16 -0
  144. pulumi_gcp/firebase/hosting_site.py +16 -0
  145. pulumi_gcp/firebase/hosting_version.py +16 -0
  146. pulumi_gcp/firebase/storage_bucket.py +18 -0
  147. pulumi_gcp/firestore/index.py +118 -3
  148. pulumi_gcp/folder/service_identity.py +26 -0
  149. pulumi_gcp/gkehub/_inputs.py +0 -60
  150. pulumi_gcp/gkehub/get_membership.py +1 -12
  151. pulumi_gcp/gkehub/membership.py +0 -70
  152. pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
  153. pulumi_gcp/gkehub/outputs.py +0 -36
  154. pulumi_gcp/healthcare/_inputs.py +205 -0
  155. pulumi_gcp/healthcare/fhir_store.py +128 -0
  156. pulumi_gcp/healthcare/outputs.py +163 -0
  157. pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
  158. pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
  159. pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
  160. pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
  161. pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
  162. pulumi_gcp/iap/__init__.py +8 -0
  163. pulumi_gcp/iap/_inputs.py +260 -0
  164. pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
  165. pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
  166. pulumi_gcp/iap/outputs.py +152 -0
  167. pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_forwarding_rule_service_iam_binding.py} +233 -315
  168. pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_forwarding_rule_service_iam_member.py} +233 -315
  169. pulumi_gcp/{beyondcorp/application_iam_policy.py → iap/web_forwarding_rule_service_iam_policy.py} +212 -294
  170. pulumi_gcp/iap/web_region_forwarding_rule_service_iam_binding.py +1091 -0
  171. pulumi_gcp/iap/web_region_forwarding_rule_service_iam_member.py +1091 -0
  172. pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
  173. pulumi_gcp/kms/autokey_config.py +0 -2
  174. pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
  175. pulumi_gcp/kms/key_handle.py +0 -2
  176. pulumi_gcp/logging/organization_sink.py +7 -7
  177. pulumi_gcp/managedkafka/connect_cluster.py +4 -0
  178. pulumi_gcp/managedkafka/connector.py +4 -0
  179. pulumi_gcp/memorystore/get_instance.py +1 -12
  180. pulumi_gcp/memorystore/instance.py +14 -84
  181. pulumi_gcp/netapp/storage_pool.py +91 -2
  182. pulumi_gcp/netapp/volume.py +47 -0
  183. pulumi_gcp/networkmanagement/__init__.py +1 -0
  184. pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
  185. pulumi_gcp/networksecurity/authorization_policy.py +12 -0
  186. pulumi_gcp/networkservices/gateway.py +7 -7
  187. pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
  188. pulumi_gcp/networkservices/service_lb_policies.py +12 -0
  189. pulumi_gcp/notebooks/__init__.py +0 -1
  190. pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
  191. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
  192. pulumi_gcp/projects/service.py +2 -11
  193. pulumi_gcp/provider.py +20 -20
  194. pulumi_gcp/pulumi-plugin.json +1 -1
  195. pulumi_gcp/redis/cluster.py +0 -70
  196. pulumi_gcp/redis/get_cluster.py +1 -12
  197. pulumi_gcp/resourcemanager/capability.py +16 -0
  198. pulumi_gcp/runtimeconfig/config.py +16 -0
  199. pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
  200. pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
  201. pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
  202. pulumi_gcp/runtimeconfig/variable.py +10 -0
  203. pulumi_gcp/saasruntime/__init__.py +12 -0
  204. pulumi_gcp/saasruntime/_inputs.py +513 -0
  205. pulumi_gcp/saasruntime/outputs.py +431 -0
  206. pulumi_gcp/saasruntime/saa_s.py +819 -0
  207. pulumi_gcp/saasruntime/unit_kind.py +1024 -0
  208. pulumi_gcp/securesourcemanager/_inputs.py +20 -19
  209. pulumi_gcp/securesourcemanager/instance.py +7 -7
  210. pulumi_gcp/securesourcemanager/outputs.py +15 -14
  211. pulumi_gcp/securesourcemanager/repository.py +7 -7
  212. pulumi_gcp/serviceaccount/get_account_key.py +1 -21
  213. pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
  214. pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
  215. pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
  216. pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
  217. pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
  218. pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
  219. pulumi_gcp/sql/_inputs.py +135 -1
  220. pulumi_gcp/sql/database_instance.py +94 -0
  221. pulumi_gcp/sql/get_database_instance.py +23 -1
  222. pulumi_gcp/sql/outputs.py +276 -3
  223. pulumi_gcp/sql/user.py +61 -0
  224. pulumi_gcp/storage/_inputs.py +253 -7
  225. pulumi_gcp/storage/bucket_object.py +0 -9
  226. pulumi_gcp/storage/outputs.py +198 -8
  227. pulumi_gcp/storage/transfer_job.py +47 -0
  228. pulumi_gcp/tpu/__init__.py +0 -2
  229. pulumi_gcp/tpu/_inputs.py +0 -93
  230. pulumi_gcp/tpu/outputs.py +0 -72
  231. pulumi_gcp/tpu/v2_queued_resource.py +16 -0
  232. pulumi_gcp/tpu/v2_vm.py +16 -0
  233. pulumi_gcp/vertex/_inputs.py +8 -9
  234. pulumi_gcp/vertex/ai_endpoint.py +2 -4
  235. pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
  236. pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
  237. pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
  238. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
  239. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
  240. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
  241. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
  242. pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
  243. pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
  244. pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
  245. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
  246. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
  247. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
  248. pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
  249. pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
  250. pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
  251. pulumi_gcp/vertex/ai_index.py +24 -23
  252. pulumi_gcp/vertex/ai_metadata_store.py +16 -0
  253. pulumi_gcp/vertex/outputs.py +7 -8
  254. pulumi_gcp/workstations/workstation.py +16 -0
  255. pulumi_gcp/workstations/workstation_cluster.py +16 -0
  256. pulumi_gcp/workstations/workstation_config.py +16 -0
  257. pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
  258. pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
  259. pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
  260. pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
  261. pulumi_gcp/workstations/workstation_iam_member.py +272 -0
  262. pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
  263. {pulumi_gcp-8.42.0a1758133038.dist-info → pulumi_gcp-9.0.0.dist-info}/METADATA +1 -1
  264. {pulumi_gcp-8.42.0a1758133038.dist-info → pulumi_gcp-9.0.0.dist-info}/RECORD +266 -255
  265. pulumi_gcp/beyondcorp/application.py +0 -746
  266. pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
  267. pulumi_gcp/notebooks/location.py +0 -285
  268. pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
  269. pulumi_gcp/tpu/node.py +0 -1062
  270. {pulumi_gcp-8.42.0a1758133038.dist-info → pulumi_gcp-9.0.0.dist-info}/WHEEL +0 -0
  271. {pulumi_gcp-8.42.0a1758133038.dist-info → pulumi_gcp-9.0.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1024 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import builtins as _builtins
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
+ from . import outputs
17
+ from ._inputs import *
18
+
19
+ __all__ = ['UnitKindArgs', 'UnitKind']
20
+
21
+ @pulumi.input_type
22
+ class UnitKindArgs:
23
+ def __init__(__self__, *,
24
+ location: pulumi.Input[_builtins.str],
25
+ saas: pulumi.Input[_builtins.str],
26
+ unit_kind_id: pulumi.Input[_builtins.str],
27
+ annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
28
+ dependencies: Optional[pulumi.Input[Sequence[pulumi.Input['UnitKindDependencyArgs']]]] = None,
29
+ input_variable_mappings: Optional[pulumi.Input[Sequence[pulumi.Input['UnitKindInputVariableMappingArgs']]]] = None,
30
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
31
+ output_variable_mappings: Optional[pulumi.Input[Sequence[pulumi.Input['UnitKindOutputVariableMappingArgs']]]] = None,
32
+ project: Optional[pulumi.Input[_builtins.str]] = None):
33
+ """
34
+ The set of arguments for constructing a UnitKind resource.
35
+ :param pulumi.Input[_builtins.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.
36
+ :param pulumi.Input[_builtins.str] saas: A reference to the Saas that defines the product (managed service) that
37
+ the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime
38
+ common data model. Immutable once set.
39
+ :param pulumi.Input[_builtins.str] unit_kind_id: The ID value for the new unit kind.
40
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Annotations is an unstructured key-value map stored with a resource that
41
+ may be set by external tools to store and retrieve arbitrary metadata.
42
+ They are not queryable and should be preserved when modifying objects.
43
+ More info: https://kubernetes.io/docs/user-guide/annotations
44
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
45
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
46
+ :param pulumi.Input[Sequence[pulumi.Input['UnitKindDependencyArgs']]] dependencies: List of other unit kinds that this release will depend on. Dependencies
47
+ will be automatically provisioned if not found. Maximum 10.
48
+ Structure is documented below.
49
+ :param pulumi.Input[Sequence[pulumi.Input['UnitKindInputVariableMappingArgs']]] input_variable_mappings: List of inputVariables for this release that will either be retrieved from
50
+ a dependency’s outputVariables, or will be passed on to a dependency’s
51
+ inputVariables. Maximum 100.
52
+ Structure is documented below.
53
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The labels on the resource, which can be used for categorization.
54
+ similar to Kubernetes resource labels.
55
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
56
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
57
+ :param pulumi.Input[Sequence[pulumi.Input['UnitKindOutputVariableMappingArgs']]] output_variable_mappings: List of outputVariables for this unit kind will be passed to this unit's
58
+ outputVariables. Maximum 100.
59
+ Structure is documented below.
60
+ :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
61
+ If it is not provided, the provider project is used.
62
+ """
63
+ pulumi.set(__self__, "location", location)
64
+ pulumi.set(__self__, "saas", saas)
65
+ pulumi.set(__self__, "unit_kind_id", unit_kind_id)
66
+ if annotations is not None:
67
+ pulumi.set(__self__, "annotations", annotations)
68
+ if dependencies is not None:
69
+ pulumi.set(__self__, "dependencies", dependencies)
70
+ if input_variable_mappings is not None:
71
+ pulumi.set(__self__, "input_variable_mappings", input_variable_mappings)
72
+ if labels is not None:
73
+ pulumi.set(__self__, "labels", labels)
74
+ if output_variable_mappings is not None:
75
+ pulumi.set(__self__, "output_variable_mappings", output_variable_mappings)
76
+ if project is not None:
77
+ pulumi.set(__self__, "project", project)
78
+
79
+ @_builtins.property
80
+ @pulumi.getter
81
+ def location(self) -> pulumi.Input[_builtins.str]:
82
+ """
83
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
84
+ """
85
+ return pulumi.get(self, "location")
86
+
87
+ @location.setter
88
+ def location(self, value: pulumi.Input[_builtins.str]):
89
+ pulumi.set(self, "location", value)
90
+
91
+ @_builtins.property
92
+ @pulumi.getter
93
+ def saas(self) -> pulumi.Input[_builtins.str]:
94
+ """
95
+ A reference to the Saas that defines the product (managed service) that
96
+ the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime
97
+ common data model. Immutable once set.
98
+ """
99
+ return pulumi.get(self, "saas")
100
+
101
+ @saas.setter
102
+ def saas(self, value: pulumi.Input[_builtins.str]):
103
+ pulumi.set(self, "saas", value)
104
+
105
+ @_builtins.property
106
+ @pulumi.getter(name="unitKindId")
107
+ def unit_kind_id(self) -> pulumi.Input[_builtins.str]:
108
+ """
109
+ The ID value for the new unit kind.
110
+ """
111
+ return pulumi.get(self, "unit_kind_id")
112
+
113
+ @unit_kind_id.setter
114
+ def unit_kind_id(self, value: pulumi.Input[_builtins.str]):
115
+ pulumi.set(self, "unit_kind_id", value)
116
+
117
+ @_builtins.property
118
+ @pulumi.getter
119
+ def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
120
+ """
121
+ Annotations is an unstructured key-value map stored with a resource that
122
+ may be set by external tools to store and retrieve arbitrary metadata.
123
+ They are not queryable and should be preserved when modifying objects.
124
+ More info: https://kubernetes.io/docs/user-guide/annotations
125
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
126
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
127
+ """
128
+ return pulumi.get(self, "annotations")
129
+
130
+ @annotations.setter
131
+ def annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
132
+ pulumi.set(self, "annotations", value)
133
+
134
+ @_builtins.property
135
+ @pulumi.getter
136
+ def dependencies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UnitKindDependencyArgs']]]]:
137
+ """
138
+ List of other unit kinds that this release will depend on. Dependencies
139
+ will be automatically provisioned if not found. Maximum 10.
140
+ Structure is documented below.
141
+ """
142
+ return pulumi.get(self, "dependencies")
143
+
144
+ @dependencies.setter
145
+ def dependencies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['UnitKindDependencyArgs']]]]):
146
+ pulumi.set(self, "dependencies", value)
147
+
148
+ @_builtins.property
149
+ @pulumi.getter(name="inputVariableMappings")
150
+ def input_variable_mappings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UnitKindInputVariableMappingArgs']]]]:
151
+ """
152
+ List of inputVariables for this release that will either be retrieved from
153
+ a dependency’s outputVariables, or will be passed on to a dependency’s
154
+ inputVariables. Maximum 100.
155
+ Structure is documented below.
156
+ """
157
+ return pulumi.get(self, "input_variable_mappings")
158
+
159
+ @input_variable_mappings.setter
160
+ def input_variable_mappings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['UnitKindInputVariableMappingArgs']]]]):
161
+ pulumi.set(self, "input_variable_mappings", value)
162
+
163
+ @_builtins.property
164
+ @pulumi.getter
165
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
166
+ """
167
+ The labels on the resource, which can be used for categorization.
168
+ similar to Kubernetes resource labels.
169
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
170
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
171
+ """
172
+ return pulumi.get(self, "labels")
173
+
174
+ @labels.setter
175
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
176
+ pulumi.set(self, "labels", value)
177
+
178
+ @_builtins.property
179
+ @pulumi.getter(name="outputVariableMappings")
180
+ def output_variable_mappings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UnitKindOutputVariableMappingArgs']]]]:
181
+ """
182
+ List of outputVariables for this unit kind will be passed to this unit's
183
+ outputVariables. Maximum 100.
184
+ Structure is documented below.
185
+ """
186
+ return pulumi.get(self, "output_variable_mappings")
187
+
188
+ @output_variable_mappings.setter
189
+ def output_variable_mappings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['UnitKindOutputVariableMappingArgs']]]]):
190
+ pulumi.set(self, "output_variable_mappings", value)
191
+
192
+ @_builtins.property
193
+ @pulumi.getter
194
+ def project(self) -> Optional[pulumi.Input[_builtins.str]]:
195
+ """
196
+ The ID of the project in which the resource belongs.
197
+ If it is not provided, the provider project is used.
198
+ """
199
+ return pulumi.get(self, "project")
200
+
201
+ @project.setter
202
+ def project(self, value: Optional[pulumi.Input[_builtins.str]]):
203
+ pulumi.set(self, "project", value)
204
+
205
+
206
+ @pulumi.input_type
207
+ class _UnitKindState:
208
+ def __init__(__self__, *,
209
+ annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
210
+ create_time: Optional[pulumi.Input[_builtins.str]] = None,
211
+ dependencies: Optional[pulumi.Input[Sequence[pulumi.Input['UnitKindDependencyArgs']]]] = None,
212
+ effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
213
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
214
+ etag: Optional[pulumi.Input[_builtins.str]] = None,
215
+ input_variable_mappings: Optional[pulumi.Input[Sequence[pulumi.Input['UnitKindInputVariableMappingArgs']]]] = None,
216
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
217
+ location: Optional[pulumi.Input[_builtins.str]] = None,
218
+ name: Optional[pulumi.Input[_builtins.str]] = None,
219
+ output_variable_mappings: Optional[pulumi.Input[Sequence[pulumi.Input['UnitKindOutputVariableMappingArgs']]]] = None,
220
+ project: Optional[pulumi.Input[_builtins.str]] = None,
221
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
222
+ saas: Optional[pulumi.Input[_builtins.str]] = None,
223
+ uid: Optional[pulumi.Input[_builtins.str]] = None,
224
+ unit_kind_id: Optional[pulumi.Input[_builtins.str]] = None,
225
+ update_time: Optional[pulumi.Input[_builtins.str]] = None):
226
+ """
227
+ Input properties used for looking up and filtering UnitKind resources.
228
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Annotations is an unstructured key-value map stored with a resource that
229
+ may be set by external tools to store and retrieve arbitrary metadata.
230
+ They are not queryable and should be preserved when modifying objects.
231
+ More info: https://kubernetes.io/docs/user-guide/annotations
232
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
233
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
234
+ :param pulumi.Input[_builtins.str] create_time: The timestamp when the resource was created.
235
+ :param pulumi.Input[Sequence[pulumi.Input['UnitKindDependencyArgs']]] dependencies: List of other unit kinds that this release will depend on. Dependencies
236
+ will be automatically provisioned if not found. Maximum 10.
237
+ Structure is documented below.
238
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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.
239
+ :param pulumi.Input[_builtins.str] etag: An opaque value that uniquely identifies a version or
240
+ generation of a resource. It can be used to confirm that the client
241
+ and server agree on the ordering of a resource being written.
242
+ :param pulumi.Input[Sequence[pulumi.Input['UnitKindInputVariableMappingArgs']]] input_variable_mappings: List of inputVariables for this release that will either be retrieved from
243
+ a dependency’s outputVariables, or will be passed on to a dependency’s
244
+ inputVariables. Maximum 100.
245
+ Structure is documented below.
246
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The labels on the resource, which can be used for categorization.
247
+ similar to Kubernetes resource labels.
248
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
249
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
250
+ :param pulumi.Input[_builtins.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.
251
+ :param pulumi.Input[_builtins.str] name: Identifier. The resource name (full URI of the resource) following the standard naming
252
+ scheme:
253
+ "projects/{project}/locations/{location}/unitKinds/{unitKind}"
254
+ :param pulumi.Input[Sequence[pulumi.Input['UnitKindOutputVariableMappingArgs']]] output_variable_mappings: List of outputVariables for this unit kind will be passed to this unit's
255
+ outputVariables. Maximum 100.
256
+ Structure is documented below.
257
+ :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
258
+ If it is not provided, the provider project is used.
259
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource
260
+ and default labels configured on the provider.
261
+ :param pulumi.Input[_builtins.str] saas: A reference to the Saas that defines the product (managed service) that
262
+ the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime
263
+ common data model. Immutable once set.
264
+ :param pulumi.Input[_builtins.str] uid: The unique identifier of the resource. UID is unique in the time
265
+ and space for this resource within the scope of the service. It is
266
+ typically generated by the server on successful creation of a resource
267
+ and must not be changed. UID is used to uniquely identify resources
268
+ with resource name reuses. This should be a UUID4.
269
+ :param pulumi.Input[_builtins.str] unit_kind_id: The ID value for the new unit kind.
270
+ :param pulumi.Input[_builtins.str] update_time: The timestamp when the resource was last updated. Any
271
+ change to the resource made by users must refresh this value.
272
+ Changes to a resource made by the service should refresh this value.
273
+ """
274
+ if annotations is not None:
275
+ pulumi.set(__self__, "annotations", annotations)
276
+ if create_time is not None:
277
+ pulumi.set(__self__, "create_time", create_time)
278
+ if dependencies is not None:
279
+ pulumi.set(__self__, "dependencies", dependencies)
280
+ if effective_annotations is not None:
281
+ pulumi.set(__self__, "effective_annotations", effective_annotations)
282
+ if effective_labels is not None:
283
+ pulumi.set(__self__, "effective_labels", effective_labels)
284
+ if etag is not None:
285
+ pulumi.set(__self__, "etag", etag)
286
+ if input_variable_mappings is not None:
287
+ pulumi.set(__self__, "input_variable_mappings", input_variable_mappings)
288
+ if labels is not None:
289
+ pulumi.set(__self__, "labels", labels)
290
+ if location is not None:
291
+ pulumi.set(__self__, "location", location)
292
+ if name is not None:
293
+ pulumi.set(__self__, "name", name)
294
+ if output_variable_mappings is not None:
295
+ pulumi.set(__self__, "output_variable_mappings", output_variable_mappings)
296
+ if project is not None:
297
+ pulumi.set(__self__, "project", project)
298
+ if pulumi_labels is not None:
299
+ pulumi.set(__self__, "pulumi_labels", pulumi_labels)
300
+ if saas is not None:
301
+ pulumi.set(__self__, "saas", saas)
302
+ if uid is not None:
303
+ pulumi.set(__self__, "uid", uid)
304
+ if unit_kind_id is not None:
305
+ pulumi.set(__self__, "unit_kind_id", unit_kind_id)
306
+ if update_time is not None:
307
+ pulumi.set(__self__, "update_time", update_time)
308
+
309
+ @_builtins.property
310
+ @pulumi.getter
311
+ def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
312
+ """
313
+ Annotations is an unstructured key-value map stored with a resource that
314
+ may be set by external tools to store and retrieve arbitrary metadata.
315
+ They are not queryable and should be preserved when modifying objects.
316
+ More info: https://kubernetes.io/docs/user-guide/annotations
317
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
318
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
319
+ """
320
+ return pulumi.get(self, "annotations")
321
+
322
+ @annotations.setter
323
+ def annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
324
+ pulumi.set(self, "annotations", value)
325
+
326
+ @_builtins.property
327
+ @pulumi.getter(name="createTime")
328
+ def create_time(self) -> Optional[pulumi.Input[_builtins.str]]:
329
+ """
330
+ The timestamp when the resource was created.
331
+ """
332
+ return pulumi.get(self, "create_time")
333
+
334
+ @create_time.setter
335
+ def create_time(self, value: Optional[pulumi.Input[_builtins.str]]):
336
+ pulumi.set(self, "create_time", value)
337
+
338
+ @_builtins.property
339
+ @pulumi.getter
340
+ def dependencies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UnitKindDependencyArgs']]]]:
341
+ """
342
+ List of other unit kinds that this release will depend on. Dependencies
343
+ will be automatically provisioned if not found. Maximum 10.
344
+ Structure is documented below.
345
+ """
346
+ return pulumi.get(self, "dependencies")
347
+
348
+ @dependencies.setter
349
+ def dependencies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['UnitKindDependencyArgs']]]]):
350
+ pulumi.set(self, "dependencies", value)
351
+
352
+ @_builtins.property
353
+ @pulumi.getter(name="effectiveAnnotations")
354
+ def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
355
+ return pulumi.get(self, "effective_annotations")
356
+
357
+ @effective_annotations.setter
358
+ def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
359
+ pulumi.set(self, "effective_annotations", value)
360
+
361
+ @_builtins.property
362
+ @pulumi.getter(name="effectiveLabels")
363
+ def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
364
+ """
365
+ All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
366
+ """
367
+ return pulumi.get(self, "effective_labels")
368
+
369
+ @effective_labels.setter
370
+ def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
371
+ pulumi.set(self, "effective_labels", value)
372
+
373
+ @_builtins.property
374
+ @pulumi.getter
375
+ def etag(self) -> Optional[pulumi.Input[_builtins.str]]:
376
+ """
377
+ An opaque value that uniquely identifies a version or
378
+ generation of a resource. It can be used to confirm that the client
379
+ and server agree on the ordering of a resource being written.
380
+ """
381
+ return pulumi.get(self, "etag")
382
+
383
+ @etag.setter
384
+ def etag(self, value: Optional[pulumi.Input[_builtins.str]]):
385
+ pulumi.set(self, "etag", value)
386
+
387
+ @_builtins.property
388
+ @pulumi.getter(name="inputVariableMappings")
389
+ def input_variable_mappings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UnitKindInputVariableMappingArgs']]]]:
390
+ """
391
+ List of inputVariables for this release that will either be retrieved from
392
+ a dependency’s outputVariables, or will be passed on to a dependency’s
393
+ inputVariables. Maximum 100.
394
+ Structure is documented below.
395
+ """
396
+ return pulumi.get(self, "input_variable_mappings")
397
+
398
+ @input_variable_mappings.setter
399
+ def input_variable_mappings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['UnitKindInputVariableMappingArgs']]]]):
400
+ pulumi.set(self, "input_variable_mappings", value)
401
+
402
+ @_builtins.property
403
+ @pulumi.getter
404
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
405
+ """
406
+ The labels on the resource, which can be used for categorization.
407
+ similar to Kubernetes resource labels.
408
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
409
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
410
+ """
411
+ return pulumi.get(self, "labels")
412
+
413
+ @labels.setter
414
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
415
+ pulumi.set(self, "labels", value)
416
+
417
+ @_builtins.property
418
+ @pulumi.getter
419
+ def location(self) -> Optional[pulumi.Input[_builtins.str]]:
420
+ """
421
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
422
+ """
423
+ return pulumi.get(self, "location")
424
+
425
+ @location.setter
426
+ def location(self, value: Optional[pulumi.Input[_builtins.str]]):
427
+ pulumi.set(self, "location", value)
428
+
429
+ @_builtins.property
430
+ @pulumi.getter
431
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
432
+ """
433
+ Identifier. The resource name (full URI of the resource) following the standard naming
434
+ scheme:
435
+ "projects/{project}/locations/{location}/unitKinds/{unitKind}"
436
+ """
437
+ return pulumi.get(self, "name")
438
+
439
+ @name.setter
440
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
441
+ pulumi.set(self, "name", value)
442
+
443
+ @_builtins.property
444
+ @pulumi.getter(name="outputVariableMappings")
445
+ def output_variable_mappings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UnitKindOutputVariableMappingArgs']]]]:
446
+ """
447
+ List of outputVariables for this unit kind will be passed to this unit's
448
+ outputVariables. Maximum 100.
449
+ Structure is documented below.
450
+ """
451
+ return pulumi.get(self, "output_variable_mappings")
452
+
453
+ @output_variable_mappings.setter
454
+ def output_variable_mappings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['UnitKindOutputVariableMappingArgs']]]]):
455
+ pulumi.set(self, "output_variable_mappings", value)
456
+
457
+ @_builtins.property
458
+ @pulumi.getter
459
+ def project(self) -> Optional[pulumi.Input[_builtins.str]]:
460
+ """
461
+ The ID of the project in which the resource belongs.
462
+ If it is not provided, the provider project is used.
463
+ """
464
+ return pulumi.get(self, "project")
465
+
466
+ @project.setter
467
+ def project(self, value: Optional[pulumi.Input[_builtins.str]]):
468
+ pulumi.set(self, "project", value)
469
+
470
+ @_builtins.property
471
+ @pulumi.getter(name="pulumiLabels")
472
+ def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
473
+ """
474
+ The combination of labels configured directly on the resource
475
+ and default labels configured on the provider.
476
+ """
477
+ return pulumi.get(self, "pulumi_labels")
478
+
479
+ @pulumi_labels.setter
480
+ def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
481
+ pulumi.set(self, "pulumi_labels", value)
482
+
483
+ @_builtins.property
484
+ @pulumi.getter
485
+ def saas(self) -> Optional[pulumi.Input[_builtins.str]]:
486
+ """
487
+ A reference to the Saas that defines the product (managed service) that
488
+ the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime
489
+ common data model. Immutable once set.
490
+ """
491
+ return pulumi.get(self, "saas")
492
+
493
+ @saas.setter
494
+ def saas(self, value: Optional[pulumi.Input[_builtins.str]]):
495
+ pulumi.set(self, "saas", value)
496
+
497
+ @_builtins.property
498
+ @pulumi.getter
499
+ def uid(self) -> Optional[pulumi.Input[_builtins.str]]:
500
+ """
501
+ The unique identifier of the resource. UID is unique in the time
502
+ and space for this resource within the scope of the service. It is
503
+ typically generated by the server on successful creation of a resource
504
+ and must not be changed. UID is used to uniquely identify resources
505
+ with resource name reuses. This should be a UUID4.
506
+ """
507
+ return pulumi.get(self, "uid")
508
+
509
+ @uid.setter
510
+ def uid(self, value: Optional[pulumi.Input[_builtins.str]]):
511
+ pulumi.set(self, "uid", value)
512
+
513
+ @_builtins.property
514
+ @pulumi.getter(name="unitKindId")
515
+ def unit_kind_id(self) -> Optional[pulumi.Input[_builtins.str]]:
516
+ """
517
+ The ID value for the new unit kind.
518
+ """
519
+ return pulumi.get(self, "unit_kind_id")
520
+
521
+ @unit_kind_id.setter
522
+ def unit_kind_id(self, value: Optional[pulumi.Input[_builtins.str]]):
523
+ pulumi.set(self, "unit_kind_id", value)
524
+
525
+ @_builtins.property
526
+ @pulumi.getter(name="updateTime")
527
+ def update_time(self) -> Optional[pulumi.Input[_builtins.str]]:
528
+ """
529
+ The timestamp when the resource was last updated. Any
530
+ change to the resource made by users must refresh this value.
531
+ Changes to a resource made by the service should refresh this value.
532
+ """
533
+ return pulumi.get(self, "update_time")
534
+
535
+ @update_time.setter
536
+ def update_time(self, value: Optional[pulumi.Input[_builtins.str]]):
537
+ pulumi.set(self, "update_time", value)
538
+
539
+
540
+ @pulumi.type_token("gcp:saasruntime/unitKind:UnitKind")
541
+ class UnitKind(pulumi.CustomResource):
542
+ @overload
543
+ def __init__(__self__,
544
+ resource_name: str,
545
+ opts: Optional[pulumi.ResourceOptions] = None,
546
+ annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
547
+ dependencies: Optional[pulumi.Input[Sequence[pulumi.Input[Union['UnitKindDependencyArgs', 'UnitKindDependencyArgsDict']]]]] = None,
548
+ input_variable_mappings: Optional[pulumi.Input[Sequence[pulumi.Input[Union['UnitKindInputVariableMappingArgs', 'UnitKindInputVariableMappingArgsDict']]]]] = None,
549
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
550
+ location: Optional[pulumi.Input[_builtins.str]] = None,
551
+ output_variable_mappings: Optional[pulumi.Input[Sequence[pulumi.Input[Union['UnitKindOutputVariableMappingArgs', 'UnitKindOutputVariableMappingArgsDict']]]]] = None,
552
+ project: Optional[pulumi.Input[_builtins.str]] = None,
553
+ saas: Optional[pulumi.Input[_builtins.str]] = None,
554
+ unit_kind_id: Optional[pulumi.Input[_builtins.str]] = None,
555
+ __props__=None):
556
+ """
557
+ A UnitKind serves as a template or type definition for a group of Units. Units that belong to the same UnitKind are managed together, follow the same release model, and are typically updated together through rollouts.
558
+
559
+ ## Example Usage
560
+
561
+ ### Saas Runtime Unit Kind Basic
562
+
563
+ ```python
564
+ import pulumi
565
+ import pulumi_gcp as gcp
566
+
567
+ example_saas = gcp.saasruntime.SaaS("example_saas",
568
+ saas_id="example-saas",
569
+ location="global",
570
+ locations=[{
571
+ "name": "us-central1",
572
+ }])
573
+ cluster_unit_kind = gcp.saasruntime.UnitKind("cluster_unit_kind",
574
+ location="global",
575
+ unit_kind_id="cluster-unitkind",
576
+ saas=example_saas.id)
577
+ example = gcp.saasruntime.UnitKind("example",
578
+ location="global",
579
+ unit_kind_id="app-unitkind",
580
+ saas=example_saas.id,
581
+ dependencies=[{
582
+ "unit_kind": cluster_unit_kind.id,
583
+ "alias": "cluster",
584
+ }])
585
+ ```
586
+
587
+ ## Import
588
+
589
+ UnitKind can be imported using any of these accepted formats:
590
+
591
+ * `projects/{{project}}/locations/{{location}}/unitKinds/{{unit_kind_id}}`
592
+
593
+ * `{{project}}/{{location}}/{{unit_kind_id}}`
594
+
595
+ * `{{location}}/{{unit_kind_id}}`
596
+
597
+ When using the `pulumi import` command, UnitKind can be imported using one of the formats above. For example:
598
+
599
+ ```sh
600
+ $ pulumi import gcp:saasruntime/unitKind:UnitKind default projects/{{project}}/locations/{{location}}/unitKinds/{{unit_kind_id}}
601
+ ```
602
+
603
+ ```sh
604
+ $ pulumi import gcp:saasruntime/unitKind:UnitKind default {{project}}/{{location}}/{{unit_kind_id}}
605
+ ```
606
+
607
+ ```sh
608
+ $ pulumi import gcp:saasruntime/unitKind:UnitKind default {{location}}/{{unit_kind_id}}
609
+ ```
610
+
611
+ :param str resource_name: The name of the resource.
612
+ :param pulumi.ResourceOptions opts: Options for the resource.
613
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Annotations is an unstructured key-value map stored with a resource that
614
+ may be set by external tools to store and retrieve arbitrary metadata.
615
+ They are not queryable and should be preserved when modifying objects.
616
+ More info: https://kubernetes.io/docs/user-guide/annotations
617
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
618
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
619
+ :param pulumi.Input[Sequence[pulumi.Input[Union['UnitKindDependencyArgs', 'UnitKindDependencyArgsDict']]]] dependencies: List of other unit kinds that this release will depend on. Dependencies
620
+ will be automatically provisioned if not found. Maximum 10.
621
+ Structure is documented below.
622
+ :param pulumi.Input[Sequence[pulumi.Input[Union['UnitKindInputVariableMappingArgs', 'UnitKindInputVariableMappingArgsDict']]]] input_variable_mappings: List of inputVariables for this release that will either be retrieved from
623
+ a dependency’s outputVariables, or will be passed on to a dependency’s
624
+ inputVariables. Maximum 100.
625
+ Structure is documented below.
626
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The labels on the resource, which can be used for categorization.
627
+ similar to Kubernetes resource labels.
628
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
629
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
630
+ :param pulumi.Input[_builtins.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.
631
+ :param pulumi.Input[Sequence[pulumi.Input[Union['UnitKindOutputVariableMappingArgs', 'UnitKindOutputVariableMappingArgsDict']]]] output_variable_mappings: List of outputVariables for this unit kind will be passed to this unit's
632
+ outputVariables. Maximum 100.
633
+ Structure is documented below.
634
+ :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
635
+ If it is not provided, the provider project is used.
636
+ :param pulumi.Input[_builtins.str] saas: A reference to the Saas that defines the product (managed service) that
637
+ the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime
638
+ common data model. Immutable once set.
639
+ :param pulumi.Input[_builtins.str] unit_kind_id: The ID value for the new unit kind.
640
+ """
641
+ ...
642
+ @overload
643
+ def __init__(__self__,
644
+ resource_name: str,
645
+ args: UnitKindArgs,
646
+ opts: Optional[pulumi.ResourceOptions] = None):
647
+ """
648
+ A UnitKind serves as a template or type definition for a group of Units. Units that belong to the same UnitKind are managed together, follow the same release model, and are typically updated together through rollouts.
649
+
650
+ ## Example Usage
651
+
652
+ ### Saas Runtime Unit Kind Basic
653
+
654
+ ```python
655
+ import pulumi
656
+ import pulumi_gcp as gcp
657
+
658
+ example_saas = gcp.saasruntime.SaaS("example_saas",
659
+ saas_id="example-saas",
660
+ location="global",
661
+ locations=[{
662
+ "name": "us-central1",
663
+ }])
664
+ cluster_unit_kind = gcp.saasruntime.UnitKind("cluster_unit_kind",
665
+ location="global",
666
+ unit_kind_id="cluster-unitkind",
667
+ saas=example_saas.id)
668
+ example = gcp.saasruntime.UnitKind("example",
669
+ location="global",
670
+ unit_kind_id="app-unitkind",
671
+ saas=example_saas.id,
672
+ dependencies=[{
673
+ "unit_kind": cluster_unit_kind.id,
674
+ "alias": "cluster",
675
+ }])
676
+ ```
677
+
678
+ ## Import
679
+
680
+ UnitKind can be imported using any of these accepted formats:
681
+
682
+ * `projects/{{project}}/locations/{{location}}/unitKinds/{{unit_kind_id}}`
683
+
684
+ * `{{project}}/{{location}}/{{unit_kind_id}}`
685
+
686
+ * `{{location}}/{{unit_kind_id}}`
687
+
688
+ When using the `pulumi import` command, UnitKind can be imported using one of the formats above. For example:
689
+
690
+ ```sh
691
+ $ pulumi import gcp:saasruntime/unitKind:UnitKind default projects/{{project}}/locations/{{location}}/unitKinds/{{unit_kind_id}}
692
+ ```
693
+
694
+ ```sh
695
+ $ pulumi import gcp:saasruntime/unitKind:UnitKind default {{project}}/{{location}}/{{unit_kind_id}}
696
+ ```
697
+
698
+ ```sh
699
+ $ pulumi import gcp:saasruntime/unitKind:UnitKind default {{location}}/{{unit_kind_id}}
700
+ ```
701
+
702
+ :param str resource_name: The name of the resource.
703
+ :param UnitKindArgs args: The arguments to use to populate this resource's properties.
704
+ :param pulumi.ResourceOptions opts: Options for the resource.
705
+ """
706
+ ...
707
+ def __init__(__self__, resource_name: str, *args, **kwargs):
708
+ resource_args, opts = _utilities.get_resource_args_opts(UnitKindArgs, pulumi.ResourceOptions, *args, **kwargs)
709
+ if resource_args is not None:
710
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
711
+ else:
712
+ __self__._internal_init(resource_name, *args, **kwargs)
713
+
714
+ def _internal_init(__self__,
715
+ resource_name: str,
716
+ opts: Optional[pulumi.ResourceOptions] = None,
717
+ annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
718
+ dependencies: Optional[pulumi.Input[Sequence[pulumi.Input[Union['UnitKindDependencyArgs', 'UnitKindDependencyArgsDict']]]]] = None,
719
+ input_variable_mappings: Optional[pulumi.Input[Sequence[pulumi.Input[Union['UnitKindInputVariableMappingArgs', 'UnitKindInputVariableMappingArgsDict']]]]] = None,
720
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
721
+ location: Optional[pulumi.Input[_builtins.str]] = None,
722
+ output_variable_mappings: Optional[pulumi.Input[Sequence[pulumi.Input[Union['UnitKindOutputVariableMappingArgs', 'UnitKindOutputVariableMappingArgsDict']]]]] = None,
723
+ project: Optional[pulumi.Input[_builtins.str]] = None,
724
+ saas: Optional[pulumi.Input[_builtins.str]] = None,
725
+ unit_kind_id: Optional[pulumi.Input[_builtins.str]] = None,
726
+ __props__=None):
727
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
728
+ if not isinstance(opts, pulumi.ResourceOptions):
729
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
730
+ if opts.id is None:
731
+ if __props__ is not None:
732
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
733
+ __props__ = UnitKindArgs.__new__(UnitKindArgs)
734
+
735
+ __props__.__dict__["annotations"] = annotations
736
+ __props__.__dict__["dependencies"] = dependencies
737
+ __props__.__dict__["input_variable_mappings"] = input_variable_mappings
738
+ __props__.__dict__["labels"] = labels
739
+ if location is None and not opts.urn:
740
+ raise TypeError("Missing required property 'location'")
741
+ __props__.__dict__["location"] = location
742
+ __props__.__dict__["output_variable_mappings"] = output_variable_mappings
743
+ __props__.__dict__["project"] = project
744
+ if saas is None and not opts.urn:
745
+ raise TypeError("Missing required property 'saas'")
746
+ __props__.__dict__["saas"] = saas
747
+ if unit_kind_id is None and not opts.urn:
748
+ raise TypeError("Missing required property 'unit_kind_id'")
749
+ __props__.__dict__["unit_kind_id"] = unit_kind_id
750
+ __props__.__dict__["create_time"] = None
751
+ __props__.__dict__["effective_annotations"] = None
752
+ __props__.__dict__["effective_labels"] = None
753
+ __props__.__dict__["etag"] = None
754
+ __props__.__dict__["name"] = None
755
+ __props__.__dict__["pulumi_labels"] = None
756
+ __props__.__dict__["uid"] = None
757
+ __props__.__dict__["update_time"] = None
758
+ secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["effectiveLabels", "pulumiLabels"])
759
+ opts = pulumi.ResourceOptions.merge(opts, secret_opts)
760
+ super(UnitKind, __self__).__init__(
761
+ 'gcp:saasruntime/unitKind:UnitKind',
762
+ resource_name,
763
+ __props__,
764
+ opts)
765
+
766
+ @staticmethod
767
+ def get(resource_name: str,
768
+ id: pulumi.Input[str],
769
+ opts: Optional[pulumi.ResourceOptions] = None,
770
+ annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
771
+ create_time: Optional[pulumi.Input[_builtins.str]] = None,
772
+ dependencies: Optional[pulumi.Input[Sequence[pulumi.Input[Union['UnitKindDependencyArgs', 'UnitKindDependencyArgsDict']]]]] = None,
773
+ effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
774
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
775
+ etag: Optional[pulumi.Input[_builtins.str]] = None,
776
+ input_variable_mappings: Optional[pulumi.Input[Sequence[pulumi.Input[Union['UnitKindInputVariableMappingArgs', 'UnitKindInputVariableMappingArgsDict']]]]] = None,
777
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
778
+ location: Optional[pulumi.Input[_builtins.str]] = None,
779
+ name: Optional[pulumi.Input[_builtins.str]] = None,
780
+ output_variable_mappings: Optional[pulumi.Input[Sequence[pulumi.Input[Union['UnitKindOutputVariableMappingArgs', 'UnitKindOutputVariableMappingArgsDict']]]]] = None,
781
+ project: Optional[pulumi.Input[_builtins.str]] = None,
782
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
783
+ saas: Optional[pulumi.Input[_builtins.str]] = None,
784
+ uid: Optional[pulumi.Input[_builtins.str]] = None,
785
+ unit_kind_id: Optional[pulumi.Input[_builtins.str]] = None,
786
+ update_time: Optional[pulumi.Input[_builtins.str]] = None) -> 'UnitKind':
787
+ """
788
+ Get an existing UnitKind resource's state with the given name, id, and optional extra
789
+ properties used to qualify the lookup.
790
+
791
+ :param str resource_name: The unique name of the resulting resource.
792
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
793
+ :param pulumi.ResourceOptions opts: Options for the resource.
794
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Annotations is an unstructured key-value map stored with a resource that
795
+ may be set by external tools to store and retrieve arbitrary metadata.
796
+ They are not queryable and should be preserved when modifying objects.
797
+ More info: https://kubernetes.io/docs/user-guide/annotations
798
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
799
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
800
+ :param pulumi.Input[_builtins.str] create_time: The timestamp when the resource was created.
801
+ :param pulumi.Input[Sequence[pulumi.Input[Union['UnitKindDependencyArgs', 'UnitKindDependencyArgsDict']]]] dependencies: List of other unit kinds that this release will depend on. Dependencies
802
+ will be automatically provisioned if not found. Maximum 10.
803
+ Structure is documented below.
804
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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.
805
+ :param pulumi.Input[_builtins.str] etag: An opaque value that uniquely identifies a version or
806
+ generation of a resource. It can be used to confirm that the client
807
+ and server agree on the ordering of a resource being written.
808
+ :param pulumi.Input[Sequence[pulumi.Input[Union['UnitKindInputVariableMappingArgs', 'UnitKindInputVariableMappingArgsDict']]]] input_variable_mappings: List of inputVariables for this release that will either be retrieved from
809
+ a dependency’s outputVariables, or will be passed on to a dependency’s
810
+ inputVariables. Maximum 100.
811
+ Structure is documented below.
812
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The labels on the resource, which can be used for categorization.
813
+ similar to Kubernetes resource labels.
814
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
815
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
816
+ :param pulumi.Input[_builtins.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.
817
+ :param pulumi.Input[_builtins.str] name: Identifier. The resource name (full URI of the resource) following the standard naming
818
+ scheme:
819
+ "projects/{project}/locations/{location}/unitKinds/{unitKind}"
820
+ :param pulumi.Input[Sequence[pulumi.Input[Union['UnitKindOutputVariableMappingArgs', 'UnitKindOutputVariableMappingArgsDict']]]] output_variable_mappings: List of outputVariables for this unit kind will be passed to this unit's
821
+ outputVariables. Maximum 100.
822
+ Structure is documented below.
823
+ :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
824
+ If it is not provided, the provider project is used.
825
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource
826
+ and default labels configured on the provider.
827
+ :param pulumi.Input[_builtins.str] saas: A reference to the Saas that defines the product (managed service) that
828
+ the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime
829
+ common data model. Immutable once set.
830
+ :param pulumi.Input[_builtins.str] uid: The unique identifier of the resource. UID is unique in the time
831
+ and space for this resource within the scope of the service. It is
832
+ typically generated by the server on successful creation of a resource
833
+ and must not be changed. UID is used to uniquely identify resources
834
+ with resource name reuses. This should be a UUID4.
835
+ :param pulumi.Input[_builtins.str] unit_kind_id: The ID value for the new unit kind.
836
+ :param pulumi.Input[_builtins.str] update_time: The timestamp when the resource was last updated. Any
837
+ change to the resource made by users must refresh this value.
838
+ Changes to a resource made by the service should refresh this value.
839
+ """
840
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
841
+
842
+ __props__ = _UnitKindState.__new__(_UnitKindState)
843
+
844
+ __props__.__dict__["annotations"] = annotations
845
+ __props__.__dict__["create_time"] = create_time
846
+ __props__.__dict__["dependencies"] = dependencies
847
+ __props__.__dict__["effective_annotations"] = effective_annotations
848
+ __props__.__dict__["effective_labels"] = effective_labels
849
+ __props__.__dict__["etag"] = etag
850
+ __props__.__dict__["input_variable_mappings"] = input_variable_mappings
851
+ __props__.__dict__["labels"] = labels
852
+ __props__.__dict__["location"] = location
853
+ __props__.__dict__["name"] = name
854
+ __props__.__dict__["output_variable_mappings"] = output_variable_mappings
855
+ __props__.__dict__["project"] = project
856
+ __props__.__dict__["pulumi_labels"] = pulumi_labels
857
+ __props__.__dict__["saas"] = saas
858
+ __props__.__dict__["uid"] = uid
859
+ __props__.__dict__["unit_kind_id"] = unit_kind_id
860
+ __props__.__dict__["update_time"] = update_time
861
+ return UnitKind(resource_name, opts=opts, __props__=__props__)
862
+
863
+ @_builtins.property
864
+ @pulumi.getter
865
+ def annotations(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
866
+ """
867
+ Annotations is an unstructured key-value map stored with a resource that
868
+ may be set by external tools to store and retrieve arbitrary metadata.
869
+ They are not queryable and should be preserved when modifying objects.
870
+ More info: https://kubernetes.io/docs/user-guide/annotations
871
+ **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
872
+ Please refer to the field `effective_annotations` for all of the annotations present on the resource.
873
+ """
874
+ return pulumi.get(self, "annotations")
875
+
876
+ @_builtins.property
877
+ @pulumi.getter(name="createTime")
878
+ def create_time(self) -> pulumi.Output[_builtins.str]:
879
+ """
880
+ The timestamp when the resource was created.
881
+ """
882
+ return pulumi.get(self, "create_time")
883
+
884
+ @_builtins.property
885
+ @pulumi.getter
886
+ def dependencies(self) -> pulumi.Output[Optional[Sequence['outputs.UnitKindDependency']]]:
887
+ """
888
+ List of other unit kinds that this release will depend on. Dependencies
889
+ will be automatically provisioned if not found. Maximum 10.
890
+ Structure is documented below.
891
+ """
892
+ return pulumi.get(self, "dependencies")
893
+
894
+ @_builtins.property
895
+ @pulumi.getter(name="effectiveAnnotations")
896
+ def effective_annotations(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
897
+ return pulumi.get(self, "effective_annotations")
898
+
899
+ @_builtins.property
900
+ @pulumi.getter(name="effectiveLabels")
901
+ def effective_labels(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
902
+ """
903
+ All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
904
+ """
905
+ return pulumi.get(self, "effective_labels")
906
+
907
+ @_builtins.property
908
+ @pulumi.getter
909
+ def etag(self) -> pulumi.Output[_builtins.str]:
910
+ """
911
+ An opaque value that uniquely identifies a version or
912
+ generation of a resource. It can be used to confirm that the client
913
+ and server agree on the ordering of a resource being written.
914
+ """
915
+ return pulumi.get(self, "etag")
916
+
917
+ @_builtins.property
918
+ @pulumi.getter(name="inputVariableMappings")
919
+ def input_variable_mappings(self) -> pulumi.Output[Optional[Sequence['outputs.UnitKindInputVariableMapping']]]:
920
+ """
921
+ List of inputVariables for this release that will either be retrieved from
922
+ a dependency’s outputVariables, or will be passed on to a dependency’s
923
+ inputVariables. Maximum 100.
924
+ Structure is documented below.
925
+ """
926
+ return pulumi.get(self, "input_variable_mappings")
927
+
928
+ @_builtins.property
929
+ @pulumi.getter
930
+ def labels(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
931
+ """
932
+ The labels on the resource, which can be used for categorization.
933
+ similar to Kubernetes resource labels.
934
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
935
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
936
+ """
937
+ return pulumi.get(self, "labels")
938
+
939
+ @_builtins.property
940
+ @pulumi.getter
941
+ def location(self) -> pulumi.Output[_builtins.str]:
942
+ """
943
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
944
+ """
945
+ return pulumi.get(self, "location")
946
+
947
+ @_builtins.property
948
+ @pulumi.getter
949
+ def name(self) -> pulumi.Output[_builtins.str]:
950
+ """
951
+ Identifier. The resource name (full URI of the resource) following the standard naming
952
+ scheme:
953
+ "projects/{project}/locations/{location}/unitKinds/{unitKind}"
954
+ """
955
+ return pulumi.get(self, "name")
956
+
957
+ @_builtins.property
958
+ @pulumi.getter(name="outputVariableMappings")
959
+ def output_variable_mappings(self) -> pulumi.Output[Optional[Sequence['outputs.UnitKindOutputVariableMapping']]]:
960
+ """
961
+ List of outputVariables for this unit kind will be passed to this unit's
962
+ outputVariables. Maximum 100.
963
+ Structure is documented below.
964
+ """
965
+ return pulumi.get(self, "output_variable_mappings")
966
+
967
+ @_builtins.property
968
+ @pulumi.getter
969
+ def project(self) -> pulumi.Output[_builtins.str]:
970
+ """
971
+ The ID of the project in which the resource belongs.
972
+ If it is not provided, the provider project is used.
973
+ """
974
+ return pulumi.get(self, "project")
975
+
976
+ @_builtins.property
977
+ @pulumi.getter(name="pulumiLabels")
978
+ def pulumi_labels(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
979
+ """
980
+ The combination of labels configured directly on the resource
981
+ and default labels configured on the provider.
982
+ """
983
+ return pulumi.get(self, "pulumi_labels")
984
+
985
+ @_builtins.property
986
+ @pulumi.getter
987
+ def saas(self) -> pulumi.Output[_builtins.str]:
988
+ """
989
+ A reference to the Saas that defines the product (managed service) that
990
+ the producer wants to manage with SaaS Runtime. Part of the SaaS Runtime
991
+ common data model. Immutable once set.
992
+ """
993
+ return pulumi.get(self, "saas")
994
+
995
+ @_builtins.property
996
+ @pulumi.getter
997
+ def uid(self) -> pulumi.Output[_builtins.str]:
998
+ """
999
+ The unique identifier of the resource. UID is unique in the time
1000
+ and space for this resource within the scope of the service. It is
1001
+ typically generated by the server on successful creation of a resource
1002
+ and must not be changed. UID is used to uniquely identify resources
1003
+ with resource name reuses. This should be a UUID4.
1004
+ """
1005
+ return pulumi.get(self, "uid")
1006
+
1007
+ @_builtins.property
1008
+ @pulumi.getter(name="unitKindId")
1009
+ def unit_kind_id(self) -> pulumi.Output[_builtins.str]:
1010
+ """
1011
+ The ID value for the new unit kind.
1012
+ """
1013
+ return pulumi.get(self, "unit_kind_id")
1014
+
1015
+ @_builtins.property
1016
+ @pulumi.getter(name="updateTime")
1017
+ def update_time(self) -> pulumi.Output[_builtins.str]:
1018
+ """
1019
+ The timestamp when the resource was last updated. Any
1020
+ change to the resource made by users must refresh this value.
1021
+ Changes to a resource made by the service should refresh this value.
1022
+ """
1023
+ return pulumi.get(self, "update_time")
1024
+