pulumi-gcp 8.26.0a1744267117__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.
- pulumi_gcp/__init__.py +128 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +117 -0
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +81 -26
- pulumi_gcp/accesscontextmanager/outputs.py +95 -0
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/control_plane_access.py +419 -0
- pulumi_gcp/bigquery/_inputs.py +87 -30
- pulumi_gcp/bigquery/outputs.py +58 -20
- pulumi_gcp/bigquery/table.py +28 -14
- pulumi_gcp/clouddeploy/__init__.py +1 -0
- pulumi_gcp/clouddeploy/_inputs.py +2876 -1314
- pulumi_gcp/clouddeploy/automation.py +64 -2
- pulumi_gcp/clouddeploy/deploy_policy.py +1179 -0
- pulumi_gcp/clouddeploy/outputs.py +1130 -5
- pulumi_gcp/cloudrun/service.py +46 -0
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/service.py +87 -2
- pulumi_gcp/compute/_inputs.py +448 -1
- pulumi_gcp/compute/image.py +183 -0
- pulumi_gcp/compute/outputs.py +387 -3
- pulumi_gcp/compute/region_backend_service.py +6 -2
- pulumi_gcp/compute/resource_policy.py +30 -0
- pulumi_gcp/compute/snapshot.py +6 -0
- pulumi_gcp/databasemigrationservice/_inputs.py +27 -24
- pulumi_gcp/databasemigrationservice/connection_profile.py +168 -0
- pulumi_gcp/databasemigrationservice/migration_job.py +6 -0
- pulumi_gcp/databasemigrationservice/outputs.py +18 -15
- pulumi_gcp/datastream/_inputs.py +506 -0
- pulumi_gcp/datastream/outputs.py +376 -0
- pulumi_gcp/datastream/stream.py +0 -2
- pulumi_gcp/developerconnect/__init__.py +1 -0
- pulumi_gcp/developerconnect/_inputs.py +77 -0
- pulumi_gcp/developerconnect/account_connector.py +866 -0
- pulumi_gcp/developerconnect/outputs.py +64 -0
- pulumi_gcp/firebase/hosting_version.py +34 -14
- pulumi_gcp/firestore/database.py +82 -0
- pulumi_gcp/firestore/index.py +263 -7
- pulumi_gcp/folder/__init__.py +1 -0
- pulumi_gcp/folder/service_identity.py +314 -0
- pulumi_gcp/gemini/__init__.py +2 -0
- pulumi_gcp/gemini/_inputs.py +176 -0
- pulumi_gcp/gemini/code_tools_setting.py +601 -0
- pulumi_gcp/gemini/code_tools_setting_binding.py +753 -0
- pulumi_gcp/gemini/outputs.py +124 -0
- pulumi_gcp/gkeonprem/v_mware_cluster.py +49 -0
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +28 -0
- pulumi_gcp/managedkafka/_inputs.py +6 -6
- pulumi_gcp/managedkafka/connect_cluster.py +84 -40
- pulumi_gcp/managedkafka/connector.py +98 -44
- pulumi_gcp/managedkafka/outputs.py +4 -4
- pulumi_gcp/memorystore/_inputs.py +205 -0
- pulumi_gcp/memorystore/get_instance.py +45 -1
- pulumi_gcp/memorystore/instance.py +194 -0
- pulumi_gcp/memorystore/outputs.py +270 -0
- pulumi_gcp/ml/engine_model.py +0 -22
- pulumi_gcp/monitoring/_inputs.py +37 -19
- pulumi_gcp/monitoring/outputs.py +39 -11
- pulumi_gcp/monitoring/uptime_check_config.py +8 -0
- pulumi_gcp/netapp/_inputs.py +92 -6
- pulumi_gcp/netapp/outputs.py +77 -4
- pulumi_gcp/netapp/volume_replication.py +12 -2
- pulumi_gcp/networkconnectivity/service_connection_policy.py +4 -2
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/osconfig/__init__.py +1 -0
- pulumi_gcp/osconfig/_inputs.py +5439 -0
- pulumi_gcp/osconfig/outputs.py +3978 -0
- pulumi_gcp/osconfig/v2_policy_orchestrator.py +8 -0
- pulumi_gcp/osconfig/v2_policy_orchestrator_for_organization.py +1055 -0
- pulumi_gcp/parametermanager/get_regional_parameter.py +12 -1
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +15 -1
- pulumi_gcp/parametermanager/outputs.py +11 -0
- pulumi_gcp/parametermanager/regional_parameter.py +78 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +66 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +69 -0
- pulumi_gcp/redis/cluster.py +140 -0
- pulumi_gcp/redis/outputs.py +40 -0
- pulumi_gcp/spanner/database.py +0 -34
- pulumi_gcp/storage/_inputs.py +111 -0
- pulumi_gcp/storage/bucket_object.py +28 -0
- pulumi_gcp/storage/control_folder_intelligence_config.py +32 -0
- pulumi_gcp/storage/control_organization_intelligence_config.py +32 -0
- pulumi_gcp/storage/control_project_intelligence_config.py +32 -0
- pulumi_gcp/storage/get_bucket_object.py +12 -1
- pulumi_gcp/storage/get_bucket_object_content.py +12 -1
- pulumi_gcp/storage/get_control_folder_intelligence_config.py +12 -1
- pulumi_gcp/storage/get_control_organization_intelligence_config.py +12 -1
- pulumi_gcp/storage/get_control_project_intelligence_config.py +12 -1
- pulumi_gcp/storage/outputs.py +174 -0
- pulumi_gcp/vertex/__init__.py +12 -0
- pulumi_gcp/vertex/_inputs.py +294 -0
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_group.py +1 -1
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +583 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +583 -0
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +422 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +26 -27
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +614 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +614 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +453 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +583 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +583 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +422 -0
- pulumi_gcp/vertex/get_ai_feature_group_iam_policy.py +177 -0
- pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +194 -0
- pulumi_gcp/vertex/get_ai_feature_online_store_iam_policy.py +177 -0
- pulumi_gcp/vertex/outputs.py +168 -0
- pulumi_gcp/workbench/_inputs.py +60 -0
- pulumi_gcp/workbench/instance.py +48 -0
- pulumi_gcp/workbench/outputs.py +55 -0
- {pulumi_gcp-8.26.0a1744267117.dist-info → pulumi_gcp-8.27.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.26.0a1744267117.dist-info → pulumi_gcp-8.27.0.dist-info}/RECORD +116 -97
- {pulumi_gcp-8.26.0a1744267117.dist-info → pulumi_gcp-8.27.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.26.0a1744267117.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')))
|
pulumi_gcp/vertex/outputs.py
CHANGED
@@ -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__):
|
pulumi_gcp/workbench/_inputs.py
CHANGED
@@ -22,6 +22,8 @@ __all__ = [
|
|
22
22
|
'InstanceGceSetupAcceleratorConfigArgsDict',
|
23
23
|
'InstanceGceSetupBootDiskArgs',
|
24
24
|
'InstanceGceSetupBootDiskArgsDict',
|
25
|
+
'InstanceGceSetupConfidentialInstanceConfigArgs',
|
26
|
+
'InstanceGceSetupConfidentialInstanceConfigArgsDict',
|
25
27
|
'InstanceGceSetupContainerImageArgs',
|
26
28
|
'InstanceGceSetupContainerImageArgsDict',
|
27
29
|
'InstanceGceSetupDataDisksArgs',
|
@@ -62,6 +64,11 @@ if not MYPY:
|
|
62
64
|
The definition of a boot disk.
|
63
65
|
Structure is documented below.
|
64
66
|
"""
|
67
|
+
confidential_instance_config: NotRequired[pulumi.Input['InstanceGceSetupConfidentialInstanceConfigArgsDict']]
|
68
|
+
"""
|
69
|
+
Confidential instance configuration.
|
70
|
+
Structure is documented below.
|
71
|
+
"""
|
65
72
|
container_image: NotRequired[pulumi.Input['InstanceGceSetupContainerImageArgsDict']]
|
66
73
|
"""
|
67
74
|
Use a container image to start the workbench instance.
|
@@ -125,6 +132,7 @@ class InstanceGceSetupArgs:
|
|
125
132
|
def __init__(__self__, *,
|
126
133
|
accelerator_configs: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceGceSetupAcceleratorConfigArgs']]]] = None,
|
127
134
|
boot_disk: Optional[pulumi.Input['InstanceGceSetupBootDiskArgs']] = None,
|
135
|
+
confidential_instance_config: Optional[pulumi.Input['InstanceGceSetupConfidentialInstanceConfigArgs']] = None,
|
128
136
|
container_image: Optional[pulumi.Input['InstanceGceSetupContainerImageArgs']] = None,
|
129
137
|
data_disks: Optional[pulumi.Input['InstanceGceSetupDataDisksArgs']] = None,
|
130
138
|
disable_public_ip: Optional[pulumi.Input[builtins.bool]] = None,
|
@@ -143,6 +151,8 @@ class InstanceGceSetupArgs:
|
|
143
151
|
Structure is documented below.
|
144
152
|
:param pulumi.Input['InstanceGceSetupBootDiskArgs'] boot_disk: The definition of a boot disk.
|
145
153
|
Structure is documented below.
|
154
|
+
:param pulumi.Input['InstanceGceSetupConfidentialInstanceConfigArgs'] confidential_instance_config: Confidential instance configuration.
|
155
|
+
Structure is documented below.
|
146
156
|
:param pulumi.Input['InstanceGceSetupContainerImageArgs'] container_image: Use a container image to start the workbench instance.
|
147
157
|
Structure is documented below.
|
148
158
|
:param pulumi.Input['InstanceGceSetupDataDisksArgs'] data_disks: Data disks attached to the VM instance. Currently supports only one data disk.
|
@@ -170,6 +180,8 @@ class InstanceGceSetupArgs:
|
|
170
180
|
pulumi.set(__self__, "accelerator_configs", accelerator_configs)
|
171
181
|
if boot_disk is not None:
|
172
182
|
pulumi.set(__self__, "boot_disk", boot_disk)
|
183
|
+
if confidential_instance_config is not None:
|
184
|
+
pulumi.set(__self__, "confidential_instance_config", confidential_instance_config)
|
173
185
|
if container_image is not None:
|
174
186
|
pulumi.set(__self__, "container_image", container_image)
|
175
187
|
if data_disks is not None:
|
@@ -221,6 +233,19 @@ class InstanceGceSetupArgs:
|
|
221
233
|
def boot_disk(self, value: Optional[pulumi.Input['InstanceGceSetupBootDiskArgs']]):
|
222
234
|
pulumi.set(self, "boot_disk", value)
|
223
235
|
|
236
|
+
@property
|
237
|
+
@pulumi.getter(name="confidentialInstanceConfig")
|
238
|
+
def confidential_instance_config(self) -> Optional[pulumi.Input['InstanceGceSetupConfidentialInstanceConfigArgs']]:
|
239
|
+
"""
|
240
|
+
Confidential instance configuration.
|
241
|
+
Structure is documented below.
|
242
|
+
"""
|
243
|
+
return pulumi.get(self, "confidential_instance_config")
|
244
|
+
|
245
|
+
@confidential_instance_config.setter
|
246
|
+
def confidential_instance_config(self, value: Optional[pulumi.Input['InstanceGceSetupConfidentialInstanceConfigArgs']]):
|
247
|
+
pulumi.set(self, "confidential_instance_config", value)
|
248
|
+
|
224
249
|
@property
|
225
250
|
@pulumi.getter(name="containerImage")
|
226
251
|
def container_image(self) -> Optional[pulumi.Input['InstanceGceSetupContainerImageArgs']]:
|
@@ -533,6 +558,41 @@ class InstanceGceSetupBootDiskArgs:
|
|
533
558
|
pulumi.set(self, "kms_key", value)
|
534
559
|
|
535
560
|
|
561
|
+
if not MYPY:
|
562
|
+
class InstanceGceSetupConfidentialInstanceConfigArgsDict(TypedDict):
|
563
|
+
confidential_instance_type: NotRequired[pulumi.Input[builtins.str]]
|
564
|
+
"""
|
565
|
+
Defines the type of technology used by the confidential instance.
|
566
|
+
Possible values are: `SEV`.
|
567
|
+
"""
|
568
|
+
elif False:
|
569
|
+
InstanceGceSetupConfidentialInstanceConfigArgsDict: TypeAlias = Mapping[str, Any]
|
570
|
+
|
571
|
+
@pulumi.input_type
|
572
|
+
class InstanceGceSetupConfidentialInstanceConfigArgs:
|
573
|
+
def __init__(__self__, *,
|
574
|
+
confidential_instance_type: Optional[pulumi.Input[builtins.str]] = None):
|
575
|
+
"""
|
576
|
+
:param pulumi.Input[builtins.str] confidential_instance_type: Defines the type of technology used by the confidential instance.
|
577
|
+
Possible values are: `SEV`.
|
578
|
+
"""
|
579
|
+
if confidential_instance_type is not None:
|
580
|
+
pulumi.set(__self__, "confidential_instance_type", confidential_instance_type)
|
581
|
+
|
582
|
+
@property
|
583
|
+
@pulumi.getter(name="confidentialInstanceType")
|
584
|
+
def confidential_instance_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
585
|
+
"""
|
586
|
+
Defines the type of technology used by the confidential instance.
|
587
|
+
Possible values are: `SEV`.
|
588
|
+
"""
|
589
|
+
return pulumi.get(self, "confidential_instance_type")
|
590
|
+
|
591
|
+
@confidential_instance_type.setter
|
592
|
+
def confidential_instance_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
593
|
+
pulumi.set(self, "confidential_instance_type", value)
|
594
|
+
|
595
|
+
|
536
596
|
if not MYPY:
|
537
597
|
class InstanceGceSetupContainerImageArgsDict(TypedDict):
|
538
598
|
repository: pulumi.Input[builtins.str]
|