pulumi-gcp 8.18.0a1738650987__py3-none-any.whl → 8.19.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 +104 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
- pulumi_gcp/accesscontextmanager/outputs.py +186 -54
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
- pulumi_gcp/alloydb/user.py +10 -1
- pulumi_gcp/appengine/_inputs.py +3 -0
- pulumi_gcp/appengine/outputs.py +2 -0
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/beyondcorp/__init__.py +9 -0
- pulumi_gcp/beyondcorp/_inputs.py +319 -0
- pulumi_gcp/beyondcorp/application.py +604 -0
- pulumi_gcp/beyondcorp/application_iam_binding.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +868 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +174 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +180 -0
- pulumi_gcp/beyondcorp/outputs.py +187 -0
- pulumi_gcp/beyondcorp/security_gateway.py +52 -25
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +894 -0
- pulumi_gcp/bigquery/_inputs.py +33 -0
- pulumi_gcp/bigquery/dataset.py +7 -7
- pulumi_gcp/bigquery/outputs.py +36 -0
- pulumi_gcp/bigquery/table.py +61 -7
- pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -0
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +318 -0
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +808 -0
- pulumi_gcp/bigqueryanalyticshub/outputs.py +263 -0
- pulumi_gcp/certificateauthority/_inputs.py +54 -0
- pulumi_gcp/certificateauthority/authority.py +149 -3
- pulumi_gcp/certificateauthority/get_authority.py +15 -4
- pulumi_gcp/certificateauthority/outputs.py +81 -0
- pulumi_gcp/chronicle/retrohunt.py +0 -16
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +23 -23
- pulumi_gcp/cloudrunv2/_inputs.py +112 -0
- pulumi_gcp/cloudrunv2/outputs.py +144 -1
- pulumi_gcp/cloudrunv2/service.py +2 -0
- pulumi_gcp/colab/__init__.py +2 -0
- pulumi_gcp/colab/_inputs.py +655 -0
- pulumi_gcp/colab/notebook_execution.py +1259 -0
- pulumi_gcp/colab/outputs.py +512 -0
- pulumi_gcp/colab/runtime.py +266 -2
- pulumi_gcp/colab/runtime_template.py +79 -3
- pulumi_gcp/colab/schedule.py +1318 -0
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +213 -9
- pulumi_gcp/compute/firewall_policy.py +54 -43
- pulumi_gcp/compute/forwarding_rule.py +103 -0
- pulumi_gcp/compute/get_forwarding_rule.py +12 -1
- pulumi_gcp/compute/get_network.py +3 -3
- pulumi_gcp/compute/interconnect_attachment.py +12 -0
- pulumi_gcp/compute/network.py +7 -7
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
- pulumi_gcp/compute/outputs.py +193 -6
- pulumi_gcp/compute/public_advertised_prefix.py +35 -7
- pulumi_gcp/compute/public_delegated_prefix.py +171 -7
- pulumi_gcp/compute/region_resize_request.py +21 -22
- pulumi_gcp/compute/resize_request.py +22 -23
- pulumi_gcp/compute/router_peer.py +112 -0
- pulumi_gcp/compute/subnetwork.py +14 -7
- pulumi_gcp/container/_inputs.py +133 -21
- pulumi_gcp/container/outputs.py +154 -13
- pulumi_gcp/dataproc/_inputs.py +34 -0
- pulumi_gcp/dataproc/outputs.py +37 -0
- pulumi_gcp/dataproc/workflow_template.py +47 -0
- pulumi_gcp/datastream/connection_profile.py +120 -46
- pulumi_gcp/discoveryengine/chat_engine.py +7 -7
- pulumi_gcp/filestore/_inputs.py +222 -0
- pulumi_gcp/filestore/get_instance.py +23 -1
- pulumi_gcp/filestore/instance.py +86 -0
- pulumi_gcp/filestore/outputs.py +282 -0
- pulumi_gcp/firestore/field.py +60 -0
- pulumi_gcp/gemini/__init__.py +2 -0
- pulumi_gcp/gemini/logging_setting.py +671 -0
- pulumi_gcp/gemini/release_channel_setting.py +639 -0
- pulumi_gcp/gkehub/_inputs.py +20 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/outputs.py +26 -1
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/memorystore/_inputs.py +296 -0
- pulumi_gcp/memorystore/instance.py +32 -28
- pulumi_gcp/memorystore/outputs.py +224 -0
- pulumi_gcp/monitoring/_inputs.py +12 -9
- pulumi_gcp/monitoring/outputs.py +8 -6
- pulumi_gcp/netapp/storage_pool.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +76 -14
- pulumi_gcp/networkservices/_inputs.py +89 -0
- pulumi_gcp/networkservices/outputs.py +75 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/__init__.py +5 -0
- pulumi_gcp/parametermanager/get_parameter_version.py +216 -0
- pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
- pulumi_gcp/parametermanager/get_parameters.py +140 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +235 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
- pulumi_gcp/parametermanager/outputs.py +156 -0
- pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
- pulumi_gcp/pubsub/_inputs.py +264 -0
- pulumi_gcp/pubsub/outputs.py +353 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic.py +70 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/lien.py +12 -0
- pulumi_gcp/secretmanager/regional_secret.py +4 -0
- pulumi_gcp/secretmanager/regional_secret_version.py +12 -0
- pulumi_gcp/secretmanager/secret.py +4 -0
- pulumi_gcp/secretmanager/secret_version.py +12 -0
- pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
- pulumi_gcp/securesourcemanager/repository.py +4 -0
- pulumi_gcp/securityposture/posture.py +4 -0
- pulumi_gcp/securityposture/posture_deployment.py +4 -0
- pulumi_gcp/serviceaccount/get_s.py +98 -8
- pulumi_gcp/spanner/_inputs.py +68 -0
- pulumi_gcp/spanner/backup_schedule.py +70 -4
- pulumi_gcp/spanner/outputs.py +60 -0
- pulumi_gcp/storage/bucket_object.py +8 -0
- pulumi_gcp/storage/get_bucket_object_content.py +4 -4
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/workbench/instance.py +70 -2
- pulumi_gcp/workflows/workflow.py +175 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/RECORD +130 -110
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/spanner/outputs.py
CHANGED
@@ -16,6 +16,7 @@ from .. import _utilities
|
|
16
16
|
from . import outputs
|
17
17
|
|
18
18
|
__all__ = [
|
19
|
+
'BackupScheduleEncryptionConfig',
|
19
20
|
'BackupScheduleFullBackupSpec',
|
20
21
|
'BackupScheduleIncrementalBackupSpec',
|
21
22
|
'BackupScheduleSpec',
|
@@ -43,6 +44,65 @@ __all__ = [
|
|
43
44
|
'GetInstanceAutoscalingConfigAutoscalingTargetResult',
|
44
45
|
]
|
45
46
|
|
47
|
+
@pulumi.output_type
|
48
|
+
class BackupScheduleEncryptionConfig(dict):
|
49
|
+
@staticmethod
|
50
|
+
def __key_warning(key: str):
|
51
|
+
suggest = None
|
52
|
+
if key == "encryptionType":
|
53
|
+
suggest = "encryption_type"
|
54
|
+
elif key == "kmsKeyName":
|
55
|
+
suggest = "kms_key_name"
|
56
|
+
|
57
|
+
if suggest:
|
58
|
+
pulumi.log.warn(f"Key '{key}' not found in BackupScheduleEncryptionConfig. Access the value via the '{suggest}' property getter instead.")
|
59
|
+
|
60
|
+
def __getitem__(self, key: str) -> Any:
|
61
|
+
BackupScheduleEncryptionConfig.__key_warning(key)
|
62
|
+
return super().__getitem__(key)
|
63
|
+
|
64
|
+
def get(self, key: str, default = None) -> Any:
|
65
|
+
BackupScheduleEncryptionConfig.__key_warning(key)
|
66
|
+
return super().get(key, default)
|
67
|
+
|
68
|
+
def __init__(__self__, *,
|
69
|
+
encryption_type: str,
|
70
|
+
kms_key_name: Optional[str] = None):
|
71
|
+
"""
|
72
|
+
:param str encryption_type: The encryption type of backups created by the backup schedule.
|
73
|
+
Possible values are USE_DATABASE_ENCRYPTION, GOOGLE_DEFAULT_ENCRYPTION, or CUSTOMER_MANAGED_ENCRYPTION.
|
74
|
+
If you use CUSTOMER_MANAGED_ENCRYPTION, you must specify a kmsKeyName.
|
75
|
+
If your backup type is incremental-backup, the encryption type must be GOOGLE_DEFAULT_ENCRYPTION.
|
76
|
+
Possible values are: `USE_DATABASE_ENCRYPTION`, `GOOGLE_DEFAULT_ENCRYPTION`, `CUSTOMER_MANAGED_ENCRYPTION`.
|
77
|
+
:param str kms_key_name: The resource name of the Cloud KMS key to use for encryption.
|
78
|
+
Format: 'projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}'
|
79
|
+
"""
|
80
|
+
pulumi.set(__self__, "encryption_type", encryption_type)
|
81
|
+
if kms_key_name is not None:
|
82
|
+
pulumi.set(__self__, "kms_key_name", kms_key_name)
|
83
|
+
|
84
|
+
@property
|
85
|
+
@pulumi.getter(name="encryptionType")
|
86
|
+
def encryption_type(self) -> str:
|
87
|
+
"""
|
88
|
+
The encryption type of backups created by the backup schedule.
|
89
|
+
Possible values are USE_DATABASE_ENCRYPTION, GOOGLE_DEFAULT_ENCRYPTION, or CUSTOMER_MANAGED_ENCRYPTION.
|
90
|
+
If you use CUSTOMER_MANAGED_ENCRYPTION, you must specify a kmsKeyName.
|
91
|
+
If your backup type is incremental-backup, the encryption type must be GOOGLE_DEFAULT_ENCRYPTION.
|
92
|
+
Possible values are: `USE_DATABASE_ENCRYPTION`, `GOOGLE_DEFAULT_ENCRYPTION`, `CUSTOMER_MANAGED_ENCRYPTION`.
|
93
|
+
"""
|
94
|
+
return pulumi.get(self, "encryption_type")
|
95
|
+
|
96
|
+
@property
|
97
|
+
@pulumi.getter(name="kmsKeyName")
|
98
|
+
def kms_key_name(self) -> Optional[str]:
|
99
|
+
"""
|
100
|
+
The resource name of the Cloud KMS key to use for encryption.
|
101
|
+
Format: 'projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}'
|
102
|
+
"""
|
103
|
+
return pulumi.get(self, "kms_key_name")
|
104
|
+
|
105
|
+
|
46
106
|
@pulumi.output_type
|
47
107
|
class BackupScheduleFullBackupSpec(dict):
|
48
108
|
def __init__(__self__):
|
@@ -734,6 +734,10 @@ class BucketObject(pulumi.CustomResource):
|
|
734
734
|
and
|
735
735
|
[API](https://cloud.google.com/storage/docs/json_api/v1/objects).
|
736
736
|
|
737
|
+
A datasource can be used to retrieve the data of the stored object:
|
738
|
+
|
739
|
+
* `storage_get_bucket_object_content`: Retrieves the content within a specified bucket object in Google Cloud Storage Service (GCS)
|
740
|
+
|
737
741
|
## Example Usage
|
738
742
|
|
739
743
|
Example creating a public object in an existing `image-store` bucket.
|
@@ -806,6 +810,10 @@ class BucketObject(pulumi.CustomResource):
|
|
806
810
|
and
|
807
811
|
[API](https://cloud.google.com/storage/docs/json_api/v1/objects).
|
808
812
|
|
813
|
+
A datasource can be used to retrieve the data of the stored object:
|
814
|
+
|
815
|
+
* `storage_get_bucket_object_content`: Retrieves the content within a specified bucket object in Google Cloud Storage Service (GCS)
|
816
|
+
|
809
817
|
## Example Usage
|
810
818
|
|
811
819
|
Example creating a public object in an existing `image-store` bucket.
|
@@ -113,9 +113,9 @@ class GetBucketObjectContentResult:
|
|
113
113
|
|
114
114
|
@property
|
115
115
|
@pulumi.getter
|
116
|
-
def content(self) ->
|
116
|
+
def content(self) -> str:
|
117
117
|
"""
|
118
|
-
(Computed)
|
118
|
+
(Computed) The content of the object.
|
119
119
|
"""
|
120
120
|
return pulumi.get(self, "content")
|
121
121
|
|
@@ -287,7 +287,7 @@ def get_bucket_object_content(bucket: Optional[str] = None,
|
|
287
287
|
|
288
288
|
|
289
289
|
:param str bucket: The name of the containing bucket.
|
290
|
-
:param str content: (Computed)
|
290
|
+
:param str content: (Computed) The content of the object.
|
291
291
|
:param str name: The name of the object.
|
292
292
|
"""
|
293
293
|
__args__ = dict()
|
@@ -349,7 +349,7 @@ def get_bucket_object_content_output(bucket: Optional[pulumi.Input[str]] = None,
|
|
349
349
|
|
350
350
|
|
351
351
|
:param str bucket: The name of the containing bucket.
|
352
|
-
:param str content: (Computed)
|
352
|
+
:param str content: (Computed) The content of the object.
|
353
353
|
:param str name: The name of the object.
|
354
354
|
"""
|
355
355
|
__args__ = dict()
|
pulumi_gcp/vertex/ai_endpoint.py
CHANGED
@@ -730,7 +730,7 @@ class AiEndpoint(pulumi.CustomResource):
|
|
730
730
|
|
731
731
|
project = gcp.organizations.get_project()
|
732
732
|
endpoint = gcp.vertex.AiEndpoint("endpoint",
|
733
|
-
name="endpoint-
|
733
|
+
name="endpoint-name_9394",
|
734
734
|
display_name="sample-endpoint",
|
735
735
|
description="A sample vertex endpoint",
|
736
736
|
location="us-central1",
|
@@ -751,7 +751,7 @@ class AiEndpoint(pulumi.CustomResource):
|
|
751
751
|
import pulumi_gcp as gcp
|
752
752
|
|
753
753
|
endpoint = gcp.vertex.AiEndpoint("endpoint",
|
754
|
-
name="endpoint-
|
754
|
+
name="endpoint-name_11380",
|
755
755
|
display_name="sample-endpoint",
|
756
756
|
description="A sample vertex endpoint",
|
757
757
|
location="us-central1",
|
@@ -896,7 +896,7 @@ class AiEndpoint(pulumi.CustomResource):
|
|
896
896
|
|
897
897
|
project = gcp.organizations.get_project()
|
898
898
|
endpoint = gcp.vertex.AiEndpoint("endpoint",
|
899
|
-
name="endpoint-
|
899
|
+
name="endpoint-name_9394",
|
900
900
|
display_name="sample-endpoint",
|
901
901
|
description="A sample vertex endpoint",
|
902
902
|
location="us-central1",
|
@@ -917,7 +917,7 @@ class AiEndpoint(pulumi.CustomResource):
|
|
917
917
|
import pulumi_gcp as gcp
|
918
918
|
|
919
919
|
endpoint = gcp.vertex.AiEndpoint("endpoint",
|
920
|
-
name="endpoint-
|
920
|
+
name="endpoint-name_11380",
|
921
921
|
display_name="sample-endpoint",
|
922
922
|
description="A sample vertex endpoint",
|
923
923
|
location="us-central1",
|
@@ -618,8 +618,8 @@ class AiFeatureOnlineStoreFeatureview(pulumi.CustomResource):
|
|
618
618
|
|
619
619
|
test_project = gcp.organizations.get_project()
|
620
620
|
project = gcp.organizations.Project("project",
|
621
|
-
project_id="tf-
|
622
|
-
name="tf-
|
621
|
+
project_id="tf-test_35305",
|
622
|
+
name="tf-test_62793",
|
623
623
|
org_id="123456789",
|
624
624
|
billing_account="000000-0000000-0000000-000000",
|
625
625
|
deletion_policy="DELETE")
|
@@ -1063,8 +1063,8 @@ class AiFeatureOnlineStoreFeatureview(pulumi.CustomResource):
|
|
1063
1063
|
|
1064
1064
|
test_project = gcp.organizations.get_project()
|
1065
1065
|
project = gcp.organizations.Project("project",
|
1066
|
-
project_id="tf-
|
1067
|
-
name="tf-
|
1066
|
+
project_id="tf-test_35305",
|
1067
|
+
name="tf-test_62793",
|
1068
1068
|
org_id="123456789",
|
1069
1069
|
billing_account="000000-0000000-0000000-000000",
|
1070
1070
|
deletion_policy="DELETE")
|
pulumi_gcp/workbench/instance.py
CHANGED
@@ -24,6 +24,7 @@ class InstanceArgs:
|
|
24
24
|
location: pulumi.Input[str],
|
25
25
|
desired_state: Optional[pulumi.Input[str]] = None,
|
26
26
|
disable_proxy_access: Optional[pulumi.Input[bool]] = None,
|
27
|
+
enable_third_party_identity: Optional[pulumi.Input[bool]] = None,
|
27
28
|
gce_setup: Optional[pulumi.Input['InstanceGceSetupArgs']] = None,
|
28
29
|
instance_id: Optional[pulumi.Input[str]] = None,
|
29
30
|
instance_owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -38,6 +39,8 @@ class InstanceArgs:
|
|
38
39
|
- - -
|
39
40
|
:param pulumi.Input[str] desired_state: Desired state of the Workbench Instance. Set this field to `ACTIVE` to start the Instance, and `STOPPED` to stop the Instance.
|
40
41
|
:param pulumi.Input[bool] disable_proxy_access: Optional. If true, the workbench instance will not register with the proxy.
|
42
|
+
:param pulumi.Input[bool] enable_third_party_identity: Flag that specifies that a notebook can be accessed with third party
|
43
|
+
identity provider.
|
41
44
|
:param pulumi.Input['InstanceGceSetupArgs'] gce_setup: The definition of how to configure a VM instance outside of Resources and Identity.
|
42
45
|
Structure is documented below.
|
43
46
|
:param pulumi.Input[str] instance_id: Required. User-defined unique ID of this instance.
|
@@ -60,6 +63,8 @@ class InstanceArgs:
|
|
60
63
|
pulumi.set(__self__, "desired_state", desired_state)
|
61
64
|
if disable_proxy_access is not None:
|
62
65
|
pulumi.set(__self__, "disable_proxy_access", disable_proxy_access)
|
66
|
+
if enable_third_party_identity is not None:
|
67
|
+
pulumi.set(__self__, "enable_third_party_identity", enable_third_party_identity)
|
63
68
|
if gce_setup is not None:
|
64
69
|
pulumi.set(__self__, "gce_setup", gce_setup)
|
65
70
|
if instance_id is not None:
|
@@ -112,6 +117,19 @@ class InstanceArgs:
|
|
112
117
|
def disable_proxy_access(self, value: Optional[pulumi.Input[bool]]):
|
113
118
|
pulumi.set(self, "disable_proxy_access", value)
|
114
119
|
|
120
|
+
@property
|
121
|
+
@pulumi.getter(name="enableThirdPartyIdentity")
|
122
|
+
def enable_third_party_identity(self) -> Optional[pulumi.Input[bool]]:
|
123
|
+
"""
|
124
|
+
Flag that specifies that a notebook can be accessed with third party
|
125
|
+
identity provider.
|
126
|
+
"""
|
127
|
+
return pulumi.get(self, "enable_third_party_identity")
|
128
|
+
|
129
|
+
@enable_third_party_identity.setter
|
130
|
+
def enable_third_party_identity(self, value: Optional[pulumi.Input[bool]]):
|
131
|
+
pulumi.set(self, "enable_third_party_identity", value)
|
132
|
+
|
115
133
|
@property
|
116
134
|
@pulumi.getter(name="gceSetup")
|
117
135
|
def gce_setup(self) -> Optional[pulumi.Input['InstanceGceSetupArgs']]:
|
@@ -203,6 +221,7 @@ class _InstanceState:
|
|
203
221
|
desired_state: Optional[pulumi.Input[str]] = None,
|
204
222
|
disable_proxy_access: Optional[pulumi.Input[bool]] = None,
|
205
223
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
224
|
+
enable_third_party_identity: Optional[pulumi.Input[bool]] = None,
|
206
225
|
gce_setup: Optional[pulumi.Input['InstanceGceSetupArgs']] = None,
|
207
226
|
health_infos: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceHealthInfoArgs']]]] = None,
|
208
227
|
health_state: Optional[pulumi.Input[str]] = None,
|
@@ -225,6 +244,8 @@ class _InstanceState:
|
|
225
244
|
:param pulumi.Input[str] desired_state: Desired state of the Workbench Instance. Set this field to `ACTIVE` to start the Instance, and `STOPPED` to stop the Instance.
|
226
245
|
:param pulumi.Input[bool] disable_proxy_access: Optional. If true, the workbench instance will not register with the proxy.
|
227
246
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
247
|
+
:param pulumi.Input[bool] enable_third_party_identity: Flag that specifies that a notebook can be accessed with third party
|
248
|
+
identity provider.
|
228
249
|
:param pulumi.Input['InstanceGceSetupArgs'] gce_setup: The definition of how to configure a VM instance outside of Resources and Identity.
|
229
250
|
Structure is documented below.
|
230
251
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceHealthInfoArgs']]] health_infos: 'Output only. Additional information about instance health. Example:
|
@@ -269,6 +290,8 @@ class _InstanceState:
|
|
269
290
|
pulumi.set(__self__, "disable_proxy_access", disable_proxy_access)
|
270
291
|
if effective_labels is not None:
|
271
292
|
pulumi.set(__self__, "effective_labels", effective_labels)
|
293
|
+
if enable_third_party_identity is not None:
|
294
|
+
pulumi.set(__self__, "enable_third_party_identity", enable_third_party_identity)
|
272
295
|
if gce_setup is not None:
|
273
296
|
pulumi.set(__self__, "gce_setup", gce_setup)
|
274
297
|
if health_infos is not None:
|
@@ -359,6 +382,19 @@ class _InstanceState:
|
|
359
382
|
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
360
383
|
pulumi.set(self, "effective_labels", value)
|
361
384
|
|
385
|
+
@property
|
386
|
+
@pulumi.getter(name="enableThirdPartyIdentity")
|
387
|
+
def enable_third_party_identity(self) -> Optional[pulumi.Input[bool]]:
|
388
|
+
"""
|
389
|
+
Flag that specifies that a notebook can be accessed with third party
|
390
|
+
identity provider.
|
391
|
+
"""
|
392
|
+
return pulumi.get(self, "enable_third_party_identity")
|
393
|
+
|
394
|
+
@enable_third_party_identity.setter
|
395
|
+
def enable_third_party_identity(self, value: Optional[pulumi.Input[bool]]):
|
396
|
+
pulumi.set(self, "enable_third_party_identity", value)
|
397
|
+
|
362
398
|
@property
|
363
399
|
@pulumi.getter(name="gceSetup")
|
364
400
|
def gce_setup(self) -> Optional[pulumi.Input['InstanceGceSetupArgs']]:
|
@@ -554,6 +590,7 @@ class Instance(pulumi.CustomResource):
|
|
554
590
|
opts: Optional[pulumi.ResourceOptions] = None,
|
555
591
|
desired_state: Optional[pulumi.Input[str]] = None,
|
556
592
|
disable_proxy_access: Optional[pulumi.Input[bool]] = None,
|
593
|
+
enable_third_party_identity: Optional[pulumi.Input[bool]] = None,
|
557
594
|
gce_setup: Optional[pulumi.Input[Union['InstanceGceSetupArgs', 'InstanceGceSetupArgsDict']]] = None,
|
558
595
|
instance_id: Optional[pulumi.Input[str]] = None,
|
559
596
|
instance_owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -565,6 +602,12 @@ class Instance(pulumi.CustomResource):
|
|
565
602
|
"""
|
566
603
|
A Workbench instance.
|
567
604
|
|
605
|
+
To get more information about Instance, see:
|
606
|
+
|
607
|
+
* [API documentation](https://cloud.google.com/vertex-ai/docs/workbench/reference/rest/v2/projects.locations.instances)
|
608
|
+
* How-to Guides
|
609
|
+
* [Official Documentation](https://cloud.google.com/vertex-ai/docs/workbench/instances/introduction)
|
610
|
+
|
568
611
|
## Example Usage
|
569
612
|
|
570
613
|
### Workbench Instance Basic
|
@@ -713,7 +756,8 @@ class Instance(pulumi.CustomResource):
|
|
713
756
|
labels={
|
714
757
|
"k": "val",
|
715
758
|
},
|
716
|
-
desired_state="ACTIVE"
|
759
|
+
desired_state="ACTIVE",
|
760
|
+
enable_third_party_identity=True)
|
717
761
|
```
|
718
762
|
|
719
763
|
## Import
|
@@ -744,6 +788,8 @@ class Instance(pulumi.CustomResource):
|
|
744
788
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
745
789
|
:param pulumi.Input[str] desired_state: Desired state of the Workbench Instance. Set this field to `ACTIVE` to start the Instance, and `STOPPED` to stop the Instance.
|
746
790
|
:param pulumi.Input[bool] disable_proxy_access: Optional. If true, the workbench instance will not register with the proxy.
|
791
|
+
:param pulumi.Input[bool] enable_third_party_identity: Flag that specifies that a notebook can be accessed with third party
|
792
|
+
identity provider.
|
747
793
|
:param pulumi.Input[Union['InstanceGceSetupArgs', 'InstanceGceSetupArgsDict']] gce_setup: The definition of how to configure a VM instance outside of Resources and Identity.
|
748
794
|
Structure is documented below.
|
749
795
|
:param pulumi.Input[str] instance_id: Required. User-defined unique ID of this instance.
|
@@ -774,6 +820,12 @@ class Instance(pulumi.CustomResource):
|
|
774
820
|
"""
|
775
821
|
A Workbench instance.
|
776
822
|
|
823
|
+
To get more information about Instance, see:
|
824
|
+
|
825
|
+
* [API documentation](https://cloud.google.com/vertex-ai/docs/workbench/reference/rest/v2/projects.locations.instances)
|
826
|
+
* How-to Guides
|
827
|
+
* [Official Documentation](https://cloud.google.com/vertex-ai/docs/workbench/instances/introduction)
|
828
|
+
|
777
829
|
## Example Usage
|
778
830
|
|
779
831
|
### Workbench Instance Basic
|
@@ -922,7 +974,8 @@ class Instance(pulumi.CustomResource):
|
|
922
974
|
labels={
|
923
975
|
"k": "val",
|
924
976
|
},
|
925
|
-
desired_state="ACTIVE"
|
977
|
+
desired_state="ACTIVE",
|
978
|
+
enable_third_party_identity=True)
|
926
979
|
```
|
927
980
|
|
928
981
|
## Import
|
@@ -966,6 +1019,7 @@ class Instance(pulumi.CustomResource):
|
|
966
1019
|
opts: Optional[pulumi.ResourceOptions] = None,
|
967
1020
|
desired_state: Optional[pulumi.Input[str]] = None,
|
968
1021
|
disable_proxy_access: Optional[pulumi.Input[bool]] = None,
|
1022
|
+
enable_third_party_identity: Optional[pulumi.Input[bool]] = None,
|
969
1023
|
gce_setup: Optional[pulumi.Input[Union['InstanceGceSetupArgs', 'InstanceGceSetupArgsDict']]] = None,
|
970
1024
|
instance_id: Optional[pulumi.Input[str]] = None,
|
971
1025
|
instance_owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -984,6 +1038,7 @@ class Instance(pulumi.CustomResource):
|
|
984
1038
|
|
985
1039
|
__props__.__dict__["desired_state"] = desired_state
|
986
1040
|
__props__.__dict__["disable_proxy_access"] = disable_proxy_access
|
1041
|
+
__props__.__dict__["enable_third_party_identity"] = enable_third_party_identity
|
987
1042
|
__props__.__dict__["gce_setup"] = gce_setup
|
988
1043
|
__props__.__dict__["instance_id"] = instance_id
|
989
1044
|
__props__.__dict__["instance_owners"] = instance_owners
|
@@ -1020,6 +1075,7 @@ class Instance(pulumi.CustomResource):
|
|
1020
1075
|
desired_state: Optional[pulumi.Input[str]] = None,
|
1021
1076
|
disable_proxy_access: Optional[pulumi.Input[bool]] = None,
|
1022
1077
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1078
|
+
enable_third_party_identity: Optional[pulumi.Input[bool]] = None,
|
1023
1079
|
gce_setup: Optional[pulumi.Input[Union['InstanceGceSetupArgs', 'InstanceGceSetupArgsDict']]] = None,
|
1024
1080
|
health_infos: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceHealthInfoArgs', 'InstanceHealthInfoArgsDict']]]]] = None,
|
1025
1081
|
health_state: Optional[pulumi.Input[str]] = None,
|
@@ -1047,6 +1103,8 @@ class Instance(pulumi.CustomResource):
|
|
1047
1103
|
:param pulumi.Input[str] desired_state: Desired state of the Workbench Instance. Set this field to `ACTIVE` to start the Instance, and `STOPPED` to stop the Instance.
|
1048
1104
|
:param pulumi.Input[bool] disable_proxy_access: Optional. If true, the workbench instance will not register with the proxy.
|
1049
1105
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
1106
|
+
:param pulumi.Input[bool] enable_third_party_identity: Flag that specifies that a notebook can be accessed with third party
|
1107
|
+
identity provider.
|
1050
1108
|
:param pulumi.Input[Union['InstanceGceSetupArgs', 'InstanceGceSetupArgsDict']] gce_setup: The definition of how to configure a VM instance outside of Resources and Identity.
|
1051
1109
|
Structure is documented below.
|
1052
1110
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceHealthInfoArgs', 'InstanceHealthInfoArgsDict']]]] health_infos: 'Output only. Additional information about instance health. Example:
|
@@ -1090,6 +1148,7 @@ class Instance(pulumi.CustomResource):
|
|
1090
1148
|
__props__.__dict__["desired_state"] = desired_state
|
1091
1149
|
__props__.__dict__["disable_proxy_access"] = disable_proxy_access
|
1092
1150
|
__props__.__dict__["effective_labels"] = effective_labels
|
1151
|
+
__props__.__dict__["enable_third_party_identity"] = enable_third_party_identity
|
1093
1152
|
__props__.__dict__["gce_setup"] = gce_setup
|
1094
1153
|
__props__.__dict__["health_infos"] = health_infos
|
1095
1154
|
__props__.__dict__["health_state"] = health_state
|
@@ -1147,6 +1206,15 @@ class Instance(pulumi.CustomResource):
|
|
1147
1206
|
"""
|
1148
1207
|
return pulumi.get(self, "effective_labels")
|
1149
1208
|
|
1209
|
+
@property
|
1210
|
+
@pulumi.getter(name="enableThirdPartyIdentity")
|
1211
|
+
def enable_third_party_identity(self) -> pulumi.Output[Optional[bool]]:
|
1212
|
+
"""
|
1213
|
+
Flag that specifies that a notebook can be accessed with third party
|
1214
|
+
identity provider.
|
1215
|
+
"""
|
1216
|
+
return pulumi.get(self, "enable_third_party_identity")
|
1217
|
+
|
1150
1218
|
@property
|
1151
1219
|
@pulumi.getter(name="gceSetup")
|
1152
1220
|
def gce_setup(self) -> pulumi.Output['outputs.InstanceGceSetup']:
|