pulumi-gcp 8.26.0a1744288859__py3-none-any.whl → 8.27.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 (76) hide show
  1. pulumi_gcp/__init__.py +80 -0
  2. pulumi_gcp/bigquery/_inputs.py +87 -30
  3. pulumi_gcp/bigquery/outputs.py +58 -20
  4. pulumi_gcp/bigquery/table.py +28 -14
  5. pulumi_gcp/cloudrun/service.py +46 -0
  6. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  7. pulumi_gcp/cloudrunv2/service.py +85 -0
  8. pulumi_gcp/compute/_inputs.py +428 -1
  9. pulumi_gcp/compute/image.py +183 -0
  10. pulumi_gcp/compute/outputs.py +362 -3
  11. pulumi_gcp/compute/region_backend_service.py +6 -2
  12. pulumi_gcp/compute/snapshot.py +6 -0
  13. pulumi_gcp/databasemigrationservice/_inputs.py +27 -24
  14. pulumi_gcp/databasemigrationservice/connection_profile.py +168 -0
  15. pulumi_gcp/databasemigrationservice/migration_job.py +6 -0
  16. pulumi_gcp/databasemigrationservice/outputs.py +18 -15
  17. pulumi_gcp/developerconnect/__init__.py +1 -0
  18. pulumi_gcp/developerconnect/_inputs.py +77 -0
  19. pulumi_gcp/developerconnect/account_connector.py +866 -0
  20. pulumi_gcp/developerconnect/outputs.py +64 -0
  21. pulumi_gcp/firestore/database.py +82 -0
  22. pulumi_gcp/firestore/index.py +263 -7
  23. pulumi_gcp/folder/service_identity.py +0 -26
  24. pulumi_gcp/managedkafka/_inputs.py +6 -6
  25. pulumi_gcp/managedkafka/connect_cluster.py +84 -40
  26. pulumi_gcp/managedkafka/connector.py +98 -44
  27. pulumi_gcp/managedkafka/outputs.py +4 -4
  28. pulumi_gcp/memorystore/_inputs.py +69 -0
  29. pulumi_gcp/memorystore/get_instance.py +34 -1
  30. pulumi_gcp/memorystore/instance.py +140 -0
  31. pulumi_gcp/memorystore/outputs.py +80 -0
  32. pulumi_gcp/ml/engine_model.py +0 -22
  33. pulumi_gcp/monitoring/_inputs.py +37 -19
  34. pulumi_gcp/monitoring/outputs.py +39 -11
  35. pulumi_gcp/monitoring/uptime_check_config.py +8 -0
  36. pulumi_gcp/netapp/_inputs.py +3 -3
  37. pulumi_gcp/netapp/outputs.py +2 -2
  38. pulumi_gcp/networkconnectivity/spoke.py +14 -14
  39. pulumi_gcp/orgpolicy/policy.py +2 -2
  40. pulumi_gcp/osconfig/v2_policy_orchestrator.py +8 -0
  41. pulumi_gcp/osconfig/v2_policy_orchestrator_for_organization.py +8 -0
  42. pulumi_gcp/pubsub/subscription.py +6 -6
  43. pulumi_gcp/pulumi-plugin.json +1 -1
  44. pulumi_gcp/redis/_inputs.py +69 -0
  45. pulumi_gcp/redis/cluster.py +140 -0
  46. pulumi_gcp/redis/outputs.py +40 -0
  47. pulumi_gcp/storage/_inputs.py +111 -0
  48. pulumi_gcp/storage/control_folder_intelligence_config.py +32 -0
  49. pulumi_gcp/storage/control_organization_intelligence_config.py +32 -0
  50. pulumi_gcp/storage/control_project_intelligence_config.py +32 -0
  51. pulumi_gcp/storage/get_control_folder_intelligence_config.py +12 -1
  52. pulumi_gcp/storage/get_control_organization_intelligence_config.py +12 -1
  53. pulumi_gcp/storage/get_control_project_intelligence_config.py +12 -1
  54. pulumi_gcp/storage/outputs.py +174 -0
  55. pulumi_gcp/vertex/__init__.py +12 -0
  56. pulumi_gcp/vertex/_inputs.py +294 -0
  57. pulumi_gcp/vertex/ai_endpoint.py +4 -4
  58. pulumi_gcp/vertex/ai_feature_group.py +1 -1
  59. pulumi_gcp/vertex/ai_feature_group_iam_binding.py +583 -0
  60. pulumi_gcp/vertex/ai_feature_group_iam_member.py +583 -0
  61. pulumi_gcp/vertex/ai_feature_group_iam_policy.py +422 -0
  62. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +26 -27
  63. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +614 -0
  64. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +614 -0
  65. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +453 -0
  66. pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +583 -0
  67. pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +583 -0
  68. pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +422 -0
  69. pulumi_gcp/vertex/get_ai_feature_group_iam_policy.py +177 -0
  70. pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +194 -0
  71. pulumi_gcp/vertex/get_ai_feature_online_store_iam_policy.py +177 -0
  72. pulumi_gcp/vertex/outputs.py +168 -0
  73. {pulumi_gcp-8.26.0a1744288859.dist-info → pulumi_gcp-8.27.0.dist-info}/METADATA +1 -1
  74. {pulumi_gcp-8.26.0a1744288859.dist-info → pulumi_gcp-8.27.0.dist-info}/RECORD +76 -63
  75. {pulumi_gcp-8.26.0a1744288859.dist-info → pulumi_gcp-8.27.0.dist-info}/WHEEL +0 -0
  76. {pulumi_gcp-8.26.0a1744288859.dist-info → pulumi_gcp-8.27.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,194 @@
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 builtins
6
+ import copy
7
+ import warnings
8
+ import sys
9
+ import pulumi
10
+ import pulumi.runtime
11
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
12
+ if sys.version_info >= (3, 11):
13
+ from typing import NotRequired, TypedDict, TypeAlias
14
+ else:
15
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
16
+ from .. import _utilities
17
+
18
+ __all__ = [
19
+ 'GetAiFeatureOnlineStoreFeatureviewIamPolicyResult',
20
+ 'AwaitableGetAiFeatureOnlineStoreFeatureviewIamPolicyResult',
21
+ 'get_ai_feature_online_store_featureview_iam_policy',
22
+ 'get_ai_feature_online_store_featureview_iam_policy_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetAiFeatureOnlineStoreFeatureviewIamPolicyResult:
27
+ """
28
+ A collection of values returned by getAiFeatureOnlineStoreFeatureviewIamPolicy.
29
+ """
30
+ def __init__(__self__, etag=None, feature_online_store=None, feature_view=None, id=None, policy_data=None, project=None, region=None):
31
+ if etag and not isinstance(etag, str):
32
+ raise TypeError("Expected argument 'etag' to be a str")
33
+ pulumi.set(__self__, "etag", etag)
34
+ if feature_online_store and not isinstance(feature_online_store, str):
35
+ raise TypeError("Expected argument 'feature_online_store' to be a str")
36
+ pulumi.set(__self__, "feature_online_store", feature_online_store)
37
+ if feature_view and not isinstance(feature_view, str):
38
+ raise TypeError("Expected argument 'feature_view' to be a str")
39
+ pulumi.set(__self__, "feature_view", feature_view)
40
+ if id and not isinstance(id, str):
41
+ raise TypeError("Expected argument 'id' to be a str")
42
+ pulumi.set(__self__, "id", id)
43
+ if policy_data and not isinstance(policy_data, str):
44
+ raise TypeError("Expected argument 'policy_data' to be a str")
45
+ pulumi.set(__self__, "policy_data", policy_data)
46
+ if project and not isinstance(project, str):
47
+ raise TypeError("Expected argument 'project' to be a str")
48
+ pulumi.set(__self__, "project", project)
49
+ if region and not isinstance(region, str):
50
+ raise TypeError("Expected argument 'region' to be a str")
51
+ pulumi.set(__self__, "region", region)
52
+
53
+ @property
54
+ @pulumi.getter
55
+ def etag(self) -> builtins.str:
56
+ """
57
+ (Computed) The etag of the IAM policy.
58
+ """
59
+ return pulumi.get(self, "etag")
60
+
61
+ @property
62
+ @pulumi.getter(name="featureOnlineStore")
63
+ def feature_online_store(self) -> builtins.str:
64
+ return pulumi.get(self, "feature_online_store")
65
+
66
+ @property
67
+ @pulumi.getter(name="featureView")
68
+ def feature_view(self) -> builtins.str:
69
+ return pulumi.get(self, "feature_view")
70
+
71
+ @property
72
+ @pulumi.getter
73
+ def id(self) -> builtins.str:
74
+ """
75
+ The provider-assigned unique ID for this managed resource.
76
+ """
77
+ return pulumi.get(self, "id")
78
+
79
+ @property
80
+ @pulumi.getter(name="policyData")
81
+ def policy_data(self) -> builtins.str:
82
+ """
83
+ (Required only by `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`) The policy data generated by
84
+ a `organizations_get_iam_policy` data source.
85
+ """
86
+ return pulumi.get(self, "policy_data")
87
+
88
+ @property
89
+ @pulumi.getter
90
+ def project(self) -> builtins.str:
91
+ return pulumi.get(self, "project")
92
+
93
+ @property
94
+ @pulumi.getter
95
+ def region(self) -> builtins.str:
96
+ return pulumi.get(self, "region")
97
+
98
+
99
+ class AwaitableGetAiFeatureOnlineStoreFeatureviewIamPolicyResult(GetAiFeatureOnlineStoreFeatureviewIamPolicyResult):
100
+ # pylint: disable=using-constant-test
101
+ def __await__(self):
102
+ if False:
103
+ yield self
104
+ return GetAiFeatureOnlineStoreFeatureviewIamPolicyResult(
105
+ etag=self.etag,
106
+ feature_online_store=self.feature_online_store,
107
+ feature_view=self.feature_view,
108
+ id=self.id,
109
+ policy_data=self.policy_data,
110
+ project=self.project,
111
+ region=self.region)
112
+
113
+
114
+ def get_ai_feature_online_store_featureview_iam_policy(feature_online_store: Optional[builtins.str] = None,
115
+ feature_view: Optional[builtins.str] = None,
116
+ project: Optional[builtins.str] = None,
117
+ region: Optional[builtins.str] = None,
118
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAiFeatureOnlineStoreFeatureviewIamPolicyResult:
119
+ """
120
+ ## Example Usage
121
+
122
+ ```python
123
+ import pulumi
124
+ import pulumi_gcp as gcp
125
+
126
+ policy = gcp.vertex.get_ai_feature_online_store_featureview_iam_policy(region=featureview["region"],
127
+ feature_online_store=featureview["featureOnlineStore"],
128
+ feature_view=featureview["name"])
129
+ ```
130
+
131
+
132
+ :param builtins.str feature_view: Used to find the parent resource to bind the IAM policy to
133
+ :param builtins.str project: The ID of the project in which the resource belongs.
134
+ If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
135
+ :param builtins.str region: The region for the resource. It should be the same as the featureonlinestore region. Used to find the parent resource to bind the IAM policy to. If not specified,
136
+ the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
137
+ region is specified, it is taken from the provider configuration.
138
+ """
139
+ __args__ = dict()
140
+ __args__['featureOnlineStore'] = feature_online_store
141
+ __args__['featureView'] = feature_view
142
+ __args__['project'] = project
143
+ __args__['region'] = region
144
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
145
+ __ret__ = pulumi.runtime.invoke('gcp:vertex/getAiFeatureOnlineStoreFeatureviewIamPolicy:getAiFeatureOnlineStoreFeatureviewIamPolicy', __args__, opts=opts, typ=GetAiFeatureOnlineStoreFeatureviewIamPolicyResult).value
146
+
147
+ return AwaitableGetAiFeatureOnlineStoreFeatureviewIamPolicyResult(
148
+ etag=pulumi.get(__ret__, 'etag'),
149
+ feature_online_store=pulumi.get(__ret__, 'feature_online_store'),
150
+ feature_view=pulumi.get(__ret__, 'feature_view'),
151
+ id=pulumi.get(__ret__, 'id'),
152
+ policy_data=pulumi.get(__ret__, 'policy_data'),
153
+ project=pulumi.get(__ret__, 'project'),
154
+ region=pulumi.get(__ret__, 'region'))
155
+ def get_ai_feature_online_store_featureview_iam_policy_output(feature_online_store: Optional[pulumi.Input[builtins.str]] = None,
156
+ feature_view: Optional[pulumi.Input[builtins.str]] = None,
157
+ project: Optional[pulumi.Input[Optional[builtins.str]]] = None,
158
+ region: Optional[pulumi.Input[Optional[builtins.str]]] = None,
159
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAiFeatureOnlineStoreFeatureviewIamPolicyResult]:
160
+ """
161
+ ## Example Usage
162
+
163
+ ```python
164
+ import pulumi
165
+ import pulumi_gcp as gcp
166
+
167
+ policy = gcp.vertex.get_ai_feature_online_store_featureview_iam_policy(region=featureview["region"],
168
+ feature_online_store=featureview["featureOnlineStore"],
169
+ feature_view=featureview["name"])
170
+ ```
171
+
172
+
173
+ :param builtins.str feature_view: Used to find the parent resource to bind the IAM policy to
174
+ :param builtins.str project: The ID of the project in which the resource belongs.
175
+ If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
176
+ :param builtins.str region: The region for the resource. It should be the same as the featureonlinestore region. Used to find the parent resource to bind the IAM policy to. If not specified,
177
+ the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
178
+ region is specified, it is taken from the provider configuration.
179
+ """
180
+ __args__ = dict()
181
+ __args__['featureOnlineStore'] = feature_online_store
182
+ __args__['featureView'] = feature_view
183
+ __args__['project'] = project
184
+ __args__['region'] = region
185
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
186
+ __ret__ = pulumi.runtime.invoke_output('gcp:vertex/getAiFeatureOnlineStoreFeatureviewIamPolicy:getAiFeatureOnlineStoreFeatureviewIamPolicy', __args__, opts=opts, typ=GetAiFeatureOnlineStoreFeatureviewIamPolicyResult)
187
+ return __ret__.apply(lambda __response__: GetAiFeatureOnlineStoreFeatureviewIamPolicyResult(
188
+ etag=pulumi.get(__response__, 'etag'),
189
+ feature_online_store=pulumi.get(__response__, 'feature_online_store'),
190
+ feature_view=pulumi.get(__response__, 'feature_view'),
191
+ id=pulumi.get(__response__, 'id'),
192
+ policy_data=pulumi.get(__response__, 'policy_data'),
193
+ project=pulumi.get(__response__, 'project'),
194
+ region=pulumi.get(__response__, 'region')))
@@ -0,0 +1,177 @@
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 builtins
6
+ import copy
7
+ import warnings
8
+ import sys
9
+ import pulumi
10
+ import pulumi.runtime
11
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
12
+ if sys.version_info >= (3, 11):
13
+ from typing import NotRequired, TypedDict, TypeAlias
14
+ else:
15
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
16
+ from .. import _utilities
17
+
18
+ __all__ = [
19
+ 'GetAiFeatureOnlineStoreIamPolicyResult',
20
+ 'AwaitableGetAiFeatureOnlineStoreIamPolicyResult',
21
+ 'get_ai_feature_online_store_iam_policy',
22
+ 'get_ai_feature_online_store_iam_policy_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetAiFeatureOnlineStoreIamPolicyResult:
27
+ """
28
+ A collection of values returned by getAiFeatureOnlineStoreIamPolicy.
29
+ """
30
+ def __init__(__self__, etag=None, feature_online_store=None, id=None, policy_data=None, project=None, region=None):
31
+ if etag and not isinstance(etag, str):
32
+ raise TypeError("Expected argument 'etag' to be a str")
33
+ pulumi.set(__self__, "etag", etag)
34
+ if feature_online_store and not isinstance(feature_online_store, str):
35
+ raise TypeError("Expected argument 'feature_online_store' to be a str")
36
+ pulumi.set(__self__, "feature_online_store", feature_online_store)
37
+ if id and not isinstance(id, str):
38
+ raise TypeError("Expected argument 'id' to be a str")
39
+ pulumi.set(__self__, "id", id)
40
+ if policy_data and not isinstance(policy_data, str):
41
+ raise TypeError("Expected argument 'policy_data' to be a str")
42
+ pulumi.set(__self__, "policy_data", policy_data)
43
+ if project and not isinstance(project, str):
44
+ raise TypeError("Expected argument 'project' to be a str")
45
+ pulumi.set(__self__, "project", project)
46
+ if region and not isinstance(region, str):
47
+ raise TypeError("Expected argument 'region' to be a str")
48
+ pulumi.set(__self__, "region", region)
49
+
50
+ @property
51
+ @pulumi.getter
52
+ def etag(self) -> builtins.str:
53
+ """
54
+ (Computed) The etag of the IAM policy.
55
+ """
56
+ return pulumi.get(self, "etag")
57
+
58
+ @property
59
+ @pulumi.getter(name="featureOnlineStore")
60
+ def feature_online_store(self) -> builtins.str:
61
+ return pulumi.get(self, "feature_online_store")
62
+
63
+ @property
64
+ @pulumi.getter
65
+ def id(self) -> builtins.str:
66
+ """
67
+ The provider-assigned unique ID for this managed resource.
68
+ """
69
+ return pulumi.get(self, "id")
70
+
71
+ @property
72
+ @pulumi.getter(name="policyData")
73
+ def policy_data(self) -> builtins.str:
74
+ """
75
+ (Required only by `vertex.AiFeatureOnlineStoreIamPolicy`) The policy data generated by
76
+ a `organizations_get_iam_policy` data source.
77
+ """
78
+ return pulumi.get(self, "policy_data")
79
+
80
+ @property
81
+ @pulumi.getter
82
+ def project(self) -> builtins.str:
83
+ return pulumi.get(self, "project")
84
+
85
+ @property
86
+ @pulumi.getter
87
+ def region(self) -> builtins.str:
88
+ return pulumi.get(self, "region")
89
+
90
+
91
+ class AwaitableGetAiFeatureOnlineStoreIamPolicyResult(GetAiFeatureOnlineStoreIamPolicyResult):
92
+ # pylint: disable=using-constant-test
93
+ def __await__(self):
94
+ if False:
95
+ yield self
96
+ return GetAiFeatureOnlineStoreIamPolicyResult(
97
+ etag=self.etag,
98
+ feature_online_store=self.feature_online_store,
99
+ id=self.id,
100
+ policy_data=self.policy_data,
101
+ project=self.project,
102
+ region=self.region)
103
+
104
+
105
+ def get_ai_feature_online_store_iam_policy(feature_online_store: Optional[builtins.str] = None,
106
+ project: Optional[builtins.str] = None,
107
+ region: Optional[builtins.str] = None,
108
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAiFeatureOnlineStoreIamPolicyResult:
109
+ """
110
+ ## Example Usage
111
+
112
+ ```python
113
+ import pulumi
114
+ import pulumi_gcp as gcp
115
+
116
+ policy = gcp.vertex.get_ai_feature_online_store_iam_policy(region=feature_online_store["region"],
117
+ feature_online_store=feature_online_store["name"])
118
+ ```
119
+
120
+
121
+ :param builtins.str feature_online_store: Used to find the parent resource to bind the IAM policy to
122
+ :param builtins.str project: The ID of the project in which the resource belongs.
123
+ If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
124
+ :param builtins.str region: The region of feature online store. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
125
+ the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
126
+ region is specified, it is taken from the provider configuration.
127
+ """
128
+ __args__ = dict()
129
+ __args__['featureOnlineStore'] = feature_online_store
130
+ __args__['project'] = project
131
+ __args__['region'] = region
132
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
133
+ __ret__ = pulumi.runtime.invoke('gcp:vertex/getAiFeatureOnlineStoreIamPolicy:getAiFeatureOnlineStoreIamPolicy', __args__, opts=opts, typ=GetAiFeatureOnlineStoreIamPolicyResult).value
134
+
135
+ return AwaitableGetAiFeatureOnlineStoreIamPolicyResult(
136
+ etag=pulumi.get(__ret__, 'etag'),
137
+ feature_online_store=pulumi.get(__ret__, 'feature_online_store'),
138
+ id=pulumi.get(__ret__, 'id'),
139
+ policy_data=pulumi.get(__ret__, 'policy_data'),
140
+ project=pulumi.get(__ret__, 'project'),
141
+ region=pulumi.get(__ret__, 'region'))
142
+ def get_ai_feature_online_store_iam_policy_output(feature_online_store: Optional[pulumi.Input[builtins.str]] = None,
143
+ project: Optional[pulumi.Input[Optional[builtins.str]]] = None,
144
+ region: Optional[pulumi.Input[Optional[builtins.str]]] = None,
145
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAiFeatureOnlineStoreIamPolicyResult]:
146
+ """
147
+ ## Example Usage
148
+
149
+ ```python
150
+ import pulumi
151
+ import pulumi_gcp as gcp
152
+
153
+ policy = gcp.vertex.get_ai_feature_online_store_iam_policy(region=feature_online_store["region"],
154
+ feature_online_store=feature_online_store["name"])
155
+ ```
156
+
157
+
158
+ :param builtins.str feature_online_store: Used to find the parent resource to bind the IAM policy to
159
+ :param builtins.str project: The ID of the project in which the resource belongs.
160
+ If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
161
+ :param builtins.str region: The region of feature online store. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
162
+ the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
163
+ region is specified, it is taken from the provider configuration.
164
+ """
165
+ __args__ = dict()
166
+ __args__['featureOnlineStore'] = feature_online_store
167
+ __args__['project'] = project
168
+ __args__['region'] = region
169
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
170
+ __ret__ = pulumi.runtime.invoke_output('gcp:vertex/getAiFeatureOnlineStoreIamPolicy:getAiFeatureOnlineStoreIamPolicy', __args__, opts=opts, typ=GetAiFeatureOnlineStoreIamPolicyResult)
171
+ return __ret__.apply(lambda __response__: GetAiFeatureOnlineStoreIamPolicyResult(
172
+ etag=pulumi.get(__response__, 'etag'),
173
+ feature_online_store=pulumi.get(__response__, 'feature_online_store'),
174
+ id=pulumi.get(__response__, 'id'),
175
+ policy_data=pulumi.get(__response__, 'policy_data'),
176
+ project=pulumi.get(__response__, 'project'),
177
+ region=pulumi.get(__response__, 'region')))
@@ -35,6 +35,8 @@ __all__ = [
35
35
  'AiEndpointPrivateServiceConnectConfig',
36
36
  'AiFeatureGroupBigQuery',
37
37
  'AiFeatureGroupBigQueryBigQuerySource',
38
+ 'AiFeatureGroupIamBindingCondition',
39
+ 'AiFeatureGroupIamMemberCondition',
38
40
  'AiFeatureOnlineStoreBigtable',
39
41
  'AiFeatureOnlineStoreBigtableAutoScaling',
40
42
  'AiFeatureOnlineStoreDedicatedServingEndpoint',
@@ -43,10 +45,14 @@ __all__ = [
43
45
  'AiFeatureOnlineStoreFeatureviewBigQuerySource',
44
46
  'AiFeatureOnlineStoreFeatureviewFeatureRegistrySource',
45
47
  'AiFeatureOnlineStoreFeatureviewFeatureRegistrySourceFeatureGroup',
48
+ 'AiFeatureOnlineStoreFeatureviewIamBindingCondition',
49
+ 'AiFeatureOnlineStoreFeatureviewIamMemberCondition',
46
50
  'AiFeatureOnlineStoreFeatureviewSyncConfig',
47
51
  'AiFeatureOnlineStoreFeatureviewVectorSearchConfig',
48
52
  'AiFeatureOnlineStoreFeatureviewVectorSearchConfigBruteForceConfig',
49
53
  'AiFeatureOnlineStoreFeatureviewVectorSearchConfigTreeAhConfig',
54
+ 'AiFeatureOnlineStoreIamBindingCondition',
55
+ 'AiFeatureOnlineStoreIamMemberCondition',
50
56
  'AiFeatureOnlineStoreOptimized',
51
57
  'AiFeatureStoreEncryptionSpec',
52
58
  'AiFeatureStoreEntityTypeIamBindingCondition',
@@ -1220,6 +1226,60 @@ class AiFeatureGroupBigQueryBigQuerySource(dict):
1220
1226
  return pulumi.get(self, "input_uri")
1221
1227
 
1222
1228
 
1229
+ @pulumi.output_type
1230
+ class AiFeatureGroupIamBindingCondition(dict):
1231
+ def __init__(__self__, *,
1232
+ expression: builtins.str,
1233
+ title: builtins.str,
1234
+ description: Optional[builtins.str] = None):
1235
+ pulumi.set(__self__, "expression", expression)
1236
+ pulumi.set(__self__, "title", title)
1237
+ if description is not None:
1238
+ pulumi.set(__self__, "description", description)
1239
+
1240
+ @property
1241
+ @pulumi.getter
1242
+ def expression(self) -> builtins.str:
1243
+ return pulumi.get(self, "expression")
1244
+
1245
+ @property
1246
+ @pulumi.getter
1247
+ def title(self) -> builtins.str:
1248
+ return pulumi.get(self, "title")
1249
+
1250
+ @property
1251
+ @pulumi.getter
1252
+ def description(self) -> Optional[builtins.str]:
1253
+ return pulumi.get(self, "description")
1254
+
1255
+
1256
+ @pulumi.output_type
1257
+ class AiFeatureGroupIamMemberCondition(dict):
1258
+ def __init__(__self__, *,
1259
+ expression: builtins.str,
1260
+ title: builtins.str,
1261
+ description: Optional[builtins.str] = None):
1262
+ pulumi.set(__self__, "expression", expression)
1263
+ pulumi.set(__self__, "title", title)
1264
+ if description is not None:
1265
+ pulumi.set(__self__, "description", description)
1266
+
1267
+ @property
1268
+ @pulumi.getter
1269
+ def expression(self) -> builtins.str:
1270
+ return pulumi.get(self, "expression")
1271
+
1272
+ @property
1273
+ @pulumi.getter
1274
+ def title(self) -> builtins.str:
1275
+ return pulumi.get(self, "title")
1276
+
1277
+ @property
1278
+ @pulumi.getter
1279
+ def description(self) -> Optional[builtins.str]:
1280
+ return pulumi.get(self, "description")
1281
+
1282
+
1223
1283
  @pulumi.output_type
1224
1284
  class AiFeatureOnlineStoreBigtable(dict):
1225
1285
  @staticmethod
@@ -1602,6 +1662,60 @@ class AiFeatureOnlineStoreFeatureviewFeatureRegistrySourceFeatureGroup(dict):
1602
1662
  return pulumi.get(self, "feature_ids")
1603
1663
 
1604
1664
 
1665
+ @pulumi.output_type
1666
+ class AiFeatureOnlineStoreFeatureviewIamBindingCondition(dict):
1667
+ def __init__(__self__, *,
1668
+ expression: builtins.str,
1669
+ title: builtins.str,
1670
+ description: Optional[builtins.str] = None):
1671
+ pulumi.set(__self__, "expression", expression)
1672
+ pulumi.set(__self__, "title", title)
1673
+ if description is not None:
1674
+ pulumi.set(__self__, "description", description)
1675
+
1676
+ @property
1677
+ @pulumi.getter
1678
+ def expression(self) -> builtins.str:
1679
+ return pulumi.get(self, "expression")
1680
+
1681
+ @property
1682
+ @pulumi.getter
1683
+ def title(self) -> builtins.str:
1684
+ return pulumi.get(self, "title")
1685
+
1686
+ @property
1687
+ @pulumi.getter
1688
+ def description(self) -> Optional[builtins.str]:
1689
+ return pulumi.get(self, "description")
1690
+
1691
+
1692
+ @pulumi.output_type
1693
+ class AiFeatureOnlineStoreFeatureviewIamMemberCondition(dict):
1694
+ def __init__(__self__, *,
1695
+ expression: builtins.str,
1696
+ title: builtins.str,
1697
+ description: Optional[builtins.str] = None):
1698
+ pulumi.set(__self__, "expression", expression)
1699
+ pulumi.set(__self__, "title", title)
1700
+ if description is not None:
1701
+ pulumi.set(__self__, "description", description)
1702
+
1703
+ @property
1704
+ @pulumi.getter
1705
+ def expression(self) -> builtins.str:
1706
+ return pulumi.get(self, "expression")
1707
+
1708
+ @property
1709
+ @pulumi.getter
1710
+ def title(self) -> builtins.str:
1711
+ return pulumi.get(self, "title")
1712
+
1713
+ @property
1714
+ @pulumi.getter
1715
+ def description(self) -> Optional[builtins.str]:
1716
+ return pulumi.get(self, "description")
1717
+
1718
+
1605
1719
  @pulumi.output_type
1606
1720
  class AiFeatureOnlineStoreFeatureviewSyncConfig(dict):
1607
1721
  def __init__(__self__, *,
@@ -1790,6 +1904,60 @@ class AiFeatureOnlineStoreFeatureviewVectorSearchConfigTreeAhConfig(dict):
1790
1904
  return pulumi.get(self, "leaf_node_embedding_count")
1791
1905
 
1792
1906
 
1907
+ @pulumi.output_type
1908
+ class AiFeatureOnlineStoreIamBindingCondition(dict):
1909
+ def __init__(__self__, *,
1910
+ expression: builtins.str,
1911
+ title: builtins.str,
1912
+ description: Optional[builtins.str] = None):
1913
+ pulumi.set(__self__, "expression", expression)
1914
+ pulumi.set(__self__, "title", title)
1915
+ if description is not None:
1916
+ pulumi.set(__self__, "description", description)
1917
+
1918
+ @property
1919
+ @pulumi.getter
1920
+ def expression(self) -> builtins.str:
1921
+ return pulumi.get(self, "expression")
1922
+
1923
+ @property
1924
+ @pulumi.getter
1925
+ def title(self) -> builtins.str:
1926
+ return pulumi.get(self, "title")
1927
+
1928
+ @property
1929
+ @pulumi.getter
1930
+ def description(self) -> Optional[builtins.str]:
1931
+ return pulumi.get(self, "description")
1932
+
1933
+
1934
+ @pulumi.output_type
1935
+ class AiFeatureOnlineStoreIamMemberCondition(dict):
1936
+ def __init__(__self__, *,
1937
+ expression: builtins.str,
1938
+ title: builtins.str,
1939
+ description: Optional[builtins.str] = None):
1940
+ pulumi.set(__self__, "expression", expression)
1941
+ pulumi.set(__self__, "title", title)
1942
+ if description is not None:
1943
+ pulumi.set(__self__, "description", description)
1944
+
1945
+ @property
1946
+ @pulumi.getter
1947
+ def expression(self) -> builtins.str:
1948
+ return pulumi.get(self, "expression")
1949
+
1950
+ @property
1951
+ @pulumi.getter
1952
+ def title(self) -> builtins.str:
1953
+ return pulumi.get(self, "title")
1954
+
1955
+ @property
1956
+ @pulumi.getter
1957
+ def description(self) -> Optional[builtins.str]:
1958
+ return pulumi.get(self, "description")
1959
+
1960
+
1793
1961
  @pulumi.output_type
1794
1962
  class AiFeatureOnlineStoreOptimized(dict):
1795
1963
  def __init__(__self__):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_gcp
3
- Version: 8.26.0a1744288859
3
+ Version: 8.27.0
4
4
  Summary: A Pulumi package for creating and managing Google Cloud Platform resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io