pulumi-gcp 8.8.2a1731515595__py3-none-any.whl → 8.9.0a1731021465__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 +0 -64
- pulumi_gcp/activedirectory/domain.py +0 -24
- pulumi_gcp/apigee/__init__.py +0 -1
- pulumi_gcp/apigee/_inputs.py +0 -74
- pulumi_gcp/apigee/outputs.py +0 -65
- pulumi_gcp/applicationintegration/auth_config.py +0 -24
- pulumi_gcp/backupdisasterrecovery/__init__.py +0 -4
- pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -533
- pulumi_gcp/backupdisasterrecovery/backup_vault.py +6 -146
- pulumi_gcp/backupdisasterrecovery/outputs.py +0 -702
- pulumi_gcp/bigquery/data_transfer_config.py +0 -24
- pulumi_gcp/cloudrunv2/_inputs.py +0 -46
- pulumi_gcp/cloudrunv2/job.py +2 -0
- pulumi_gcp/cloudrunv2/outputs.py +2 -60
- pulumi_gcp/cloudrunv2/service.py +2 -0
- pulumi_gcp/compute/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +255 -2162
- pulumi_gcp/compute/disk.py +7 -7
- pulumi_gcp/compute/firewall_policy_rule.py +54 -108
- pulumi_gcp/compute/get_region_instance_group_manager.py +1 -12
- pulumi_gcp/compute/health_check.py +42 -42
- pulumi_gcp/compute/network_firewall_policy_rule.py +4 -4
- pulumi_gcp/compute/network_firewall_policy_with_rules.py +10 -10
- pulumi_gcp/compute/node_template.py +0 -95
- pulumi_gcp/compute/outputs.py +213 -1639
- pulumi_gcp/compute/region_disk.py +7 -7
- pulumi_gcp/compute/region_health_check.py +42 -42
- pulumi_gcp/compute/region_instance_group_manager.py +14 -54
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +4 -4
- pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +10 -10
- pulumi_gcp/compute/region_security_policy.py +0 -120
- pulumi_gcp/compute/region_security_policy_rule.py +6 -6
- pulumi_gcp/compute/router_peer.py +35 -56
- pulumi_gcp/compute/security_scan_config.py +8 -8
- pulumi_gcp/config/__init__.pyi +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/container/_inputs.py +10 -345
- pulumi_gcp/container/cluster.py +0 -101
- pulumi_gcp/container/get_cluster.py +1 -23
- pulumi_gcp/container/outputs.py +8 -456
- pulumi_gcp/dataloss/prevention_discovery_config.py +7 -7
- pulumi_gcp/dataproc/__init__.py +0 -2
- pulumi_gcp/dataproc/_inputs.py +0 -101
- pulumi_gcp/dataproc/outputs.py +0 -94
- pulumi_gcp/edgecontainer/vpn_connection.py +4 -4
- pulumi_gcp/firebase/android_app.py +2 -2
- pulumi_gcp/firebase/apple_app.py +2 -2
- pulumi_gcp/firebase/web_app.py +2 -2
- pulumi_gcp/firestore/index.py +0 -44
- pulumi_gcp/gkeonprem/_inputs.py +15 -15
- pulumi_gcp/gkeonprem/outputs.py +10 -10
- pulumi_gcp/healthcare/dataset.py +7 -7
- pulumi_gcp/healthcare/dicom_store.py +7 -7
- pulumi_gcp/healthcare/fhir_store.py +7 -7
- pulumi_gcp/healthcare/hl7_store.py +14 -14
- pulumi_gcp/iam/__init__.py +0 -1
- pulumi_gcp/iam/_inputs.py +0 -161
- pulumi_gcp/iam/outputs.py +0 -114
- pulumi_gcp/logging/metric.py +2 -2
- pulumi_gcp/looker/_inputs.py +0 -6
- pulumi_gcp/looker/instance.py +321 -169
- pulumi_gcp/looker/outputs.py +0 -4
- pulumi_gcp/memorystore/instance.py +0 -4
- pulumi_gcp/monitoring/alert_policy.py +0 -24
- pulumi_gcp/monitoring/custom_service.py +0 -24
- pulumi_gcp/monitoring/group.py +0 -24
- pulumi_gcp/monitoring/metric_descriptor.py +0 -24
- pulumi_gcp/monitoring/slo.py +0 -24
- pulumi_gcp/monitoring/uptime_check_config.py +0 -24
- pulumi_gcp/networkmanagement/__init__.py +0 -1
- pulumi_gcp/osconfig/patch_deployment.py +8 -8
- pulumi_gcp/provider.py +0 -40
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +3 -3
- pulumi_gcp/redis/outputs.py +2 -2
- pulumi_gcp/securitycenter/notification_config.py +16 -4
- pulumi_gcp/securitycenter/project_notification_config.py +24 -0
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +16 -4
- pulumi_gcp/spanner/__init__.py +0 -1
- pulumi_gcp/spanner/_inputs.py +9 -9
- pulumi_gcp/spanner/get_instance.py +1 -12
- pulumi_gcp/spanner/instance.py +0 -70
- pulumi_gcp/spanner/outputs.py +12 -46
- pulumi_gcp/sql/_inputs.py +0 -26
- pulumi_gcp/sql/database_instance.py +11 -124
- pulumi_gcp/sql/get_database_instance.py +1 -12
- pulumi_gcp/sql/outputs.py +0 -51
- pulumi_gcp/storage/_inputs.py +3 -3
- pulumi_gcp/storage/outputs.py +2 -2
- pulumi_gcp/tags/tag_binding.py +4 -4
- pulumi_gcp/tags/tag_value.py +2 -2
- pulumi_gcp/transcoder/job.py +0 -24
- pulumi_gcp/vertex/_inputs.py +0 -184
- pulumi_gcp/vertex/ai_endpoint.py +8 -394
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/outputs.py +0 -166
- pulumi_gcp/workbench/instance.py +7 -21
- pulumi_gcp/workflows/workflow.py +0 -36
- pulumi_gcp/workstations/workstation_config.py +8 -8
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/RECORD +103 -114
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/WHEEL +1 -1
- pulumi_gcp/apigee/api.py +0 -456
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +0 -653
- pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +0 -766
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +0 -204
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +0 -243
- pulumi_gcp/compute/region_resize_request.py +0 -772
- pulumi_gcp/dataproc/gdc_application_environment.py +0 -931
- pulumi_gcp/dataproc/gdc_service_instance.py +0 -1022
- pulumi_gcp/iam/principal_access_boundary_policy.py +0 -679
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +0 -1358
- pulumi_gcp/spanner/get_database.py +0 -229
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/top_level.txt +0 -0
@@ -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_69391",
|
622
|
+
name="tf-test_8270",
|
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_69391",
|
1067
|
+
name="tf-test_8270",
|
1068
1068
|
org_id="123456789",
|
1069
1069
|
billing_account="000000-0000000-0000000-000000",
|
1070
1070
|
deletion_policy="DELETE")
|
pulumi_gcp/vertex/outputs.py
CHANGED
@@ -29,9 +29,6 @@ __all__ = [
|
|
29
29
|
'AiEndpointEncryptionSpec',
|
30
30
|
'AiEndpointIamBindingCondition',
|
31
31
|
'AiEndpointIamMemberCondition',
|
32
|
-
'AiEndpointPredictRequestResponseLoggingConfig',
|
33
|
-
'AiEndpointPredictRequestResponseLoggingConfigBigqueryDestination',
|
34
|
-
'AiEndpointPrivateServiceConnectConfig',
|
35
32
|
'AiFeatureGroupBigQuery',
|
36
33
|
'AiFeatureGroupBigQueryBigQuerySource',
|
37
34
|
'AiFeatureOnlineStoreBigtable',
|
@@ -970,169 +967,6 @@ class AiEndpointIamMemberCondition(dict):
|
|
970
967
|
return pulumi.get(self, "description")
|
971
968
|
|
972
969
|
|
973
|
-
@pulumi.output_type
|
974
|
-
class AiEndpointPredictRequestResponseLoggingConfig(dict):
|
975
|
-
@staticmethod
|
976
|
-
def __key_warning(key: str):
|
977
|
-
suggest = None
|
978
|
-
if key == "bigqueryDestination":
|
979
|
-
suggest = "bigquery_destination"
|
980
|
-
elif key == "samplingRate":
|
981
|
-
suggest = "sampling_rate"
|
982
|
-
|
983
|
-
if suggest:
|
984
|
-
pulumi.log.warn(f"Key '{key}' not found in AiEndpointPredictRequestResponseLoggingConfig. Access the value via the '{suggest}' property getter instead.")
|
985
|
-
|
986
|
-
def __getitem__(self, key: str) -> Any:
|
987
|
-
AiEndpointPredictRequestResponseLoggingConfig.__key_warning(key)
|
988
|
-
return super().__getitem__(key)
|
989
|
-
|
990
|
-
def get(self, key: str, default = None) -> Any:
|
991
|
-
AiEndpointPredictRequestResponseLoggingConfig.__key_warning(key)
|
992
|
-
return super().get(key, default)
|
993
|
-
|
994
|
-
def __init__(__self__, *,
|
995
|
-
bigquery_destination: Optional['outputs.AiEndpointPredictRequestResponseLoggingConfigBigqueryDestination'] = None,
|
996
|
-
enabled: Optional[bool] = None,
|
997
|
-
sampling_rate: Optional[float] = None):
|
998
|
-
"""
|
999
|
-
:param 'AiEndpointPredictRequestResponseLoggingConfigBigqueryDestinationArgs' bigquery_destination: BigQuery table for logging. If only given a project, a new dataset will be created with name `logging_<endpoint-display-name>_<endpoint-id>` where will be made BigQuery-dataset-name compatible (e.g. most special characters will become underscores). If no table name is given, a new table will be created with name `request_response_logging`
|
1000
|
-
Structure is documented below.
|
1001
|
-
:param bool enabled: If logging is enabled or not.
|
1002
|
-
:param float sampling_rate: Percentage of requests to be logged, expressed as a fraction in range(0,1]
|
1003
|
-
"""
|
1004
|
-
if bigquery_destination is not None:
|
1005
|
-
pulumi.set(__self__, "bigquery_destination", bigquery_destination)
|
1006
|
-
if enabled is not None:
|
1007
|
-
pulumi.set(__self__, "enabled", enabled)
|
1008
|
-
if sampling_rate is not None:
|
1009
|
-
pulumi.set(__self__, "sampling_rate", sampling_rate)
|
1010
|
-
|
1011
|
-
@property
|
1012
|
-
@pulumi.getter(name="bigqueryDestination")
|
1013
|
-
def bigquery_destination(self) -> Optional['outputs.AiEndpointPredictRequestResponseLoggingConfigBigqueryDestination']:
|
1014
|
-
"""
|
1015
|
-
BigQuery table for logging. If only given a project, a new dataset will be created with name `logging_<endpoint-display-name>_<endpoint-id>` where will be made BigQuery-dataset-name compatible (e.g. most special characters will become underscores). If no table name is given, a new table will be created with name `request_response_logging`
|
1016
|
-
Structure is documented below.
|
1017
|
-
"""
|
1018
|
-
return pulumi.get(self, "bigquery_destination")
|
1019
|
-
|
1020
|
-
@property
|
1021
|
-
@pulumi.getter
|
1022
|
-
def enabled(self) -> Optional[bool]:
|
1023
|
-
"""
|
1024
|
-
If logging is enabled or not.
|
1025
|
-
"""
|
1026
|
-
return pulumi.get(self, "enabled")
|
1027
|
-
|
1028
|
-
@property
|
1029
|
-
@pulumi.getter(name="samplingRate")
|
1030
|
-
def sampling_rate(self) -> Optional[float]:
|
1031
|
-
"""
|
1032
|
-
Percentage of requests to be logged, expressed as a fraction in range(0,1]
|
1033
|
-
"""
|
1034
|
-
return pulumi.get(self, "sampling_rate")
|
1035
|
-
|
1036
|
-
|
1037
|
-
@pulumi.output_type
|
1038
|
-
class AiEndpointPredictRequestResponseLoggingConfigBigqueryDestination(dict):
|
1039
|
-
@staticmethod
|
1040
|
-
def __key_warning(key: str):
|
1041
|
-
suggest = None
|
1042
|
-
if key == "outputUri":
|
1043
|
-
suggest = "output_uri"
|
1044
|
-
|
1045
|
-
if suggest:
|
1046
|
-
pulumi.log.warn(f"Key '{key}' not found in AiEndpointPredictRequestResponseLoggingConfigBigqueryDestination. Access the value via the '{suggest}' property getter instead.")
|
1047
|
-
|
1048
|
-
def __getitem__(self, key: str) -> Any:
|
1049
|
-
AiEndpointPredictRequestResponseLoggingConfigBigqueryDestination.__key_warning(key)
|
1050
|
-
return super().__getitem__(key)
|
1051
|
-
|
1052
|
-
def get(self, key: str, default = None) -> Any:
|
1053
|
-
AiEndpointPredictRequestResponseLoggingConfigBigqueryDestination.__key_warning(key)
|
1054
|
-
return super().get(key, default)
|
1055
|
-
|
1056
|
-
def __init__(__self__, *,
|
1057
|
-
output_uri: Optional[str] = None):
|
1058
|
-
"""
|
1059
|
-
:param str output_uri: BigQuery URI to a project or table, up to 2000 characters long. When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist. Accepted forms: - BigQuery path. For example: `bq://projectId` or `bq://projectId.bqDatasetId` or `bq://projectId.bqDatasetId.bqTableId`.
|
1060
|
-
"""
|
1061
|
-
if output_uri is not None:
|
1062
|
-
pulumi.set(__self__, "output_uri", output_uri)
|
1063
|
-
|
1064
|
-
@property
|
1065
|
-
@pulumi.getter(name="outputUri")
|
1066
|
-
def output_uri(self) -> Optional[str]:
|
1067
|
-
"""
|
1068
|
-
BigQuery URI to a project or table, up to 2000 characters long. When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist. Accepted forms: - BigQuery path. For example: `bq://projectId` or `bq://projectId.bqDatasetId` or `bq://projectId.bqDatasetId.bqTableId`.
|
1069
|
-
"""
|
1070
|
-
return pulumi.get(self, "output_uri")
|
1071
|
-
|
1072
|
-
|
1073
|
-
@pulumi.output_type
|
1074
|
-
class AiEndpointPrivateServiceConnectConfig(dict):
|
1075
|
-
@staticmethod
|
1076
|
-
def __key_warning(key: str):
|
1077
|
-
suggest = None
|
1078
|
-
if key == "enablePrivateServiceConnect":
|
1079
|
-
suggest = "enable_private_service_connect"
|
1080
|
-
elif key == "enableSecurePrivateServiceConnect":
|
1081
|
-
suggest = "enable_secure_private_service_connect"
|
1082
|
-
elif key == "projectAllowlists":
|
1083
|
-
suggest = "project_allowlists"
|
1084
|
-
|
1085
|
-
if suggest:
|
1086
|
-
pulumi.log.warn(f"Key '{key}' not found in AiEndpointPrivateServiceConnectConfig. Access the value via the '{suggest}' property getter instead.")
|
1087
|
-
|
1088
|
-
def __getitem__(self, key: str) -> Any:
|
1089
|
-
AiEndpointPrivateServiceConnectConfig.__key_warning(key)
|
1090
|
-
return super().__getitem__(key)
|
1091
|
-
|
1092
|
-
def get(self, key: str, default = None) -> Any:
|
1093
|
-
AiEndpointPrivateServiceConnectConfig.__key_warning(key)
|
1094
|
-
return super().get(key, default)
|
1095
|
-
|
1096
|
-
def __init__(__self__, *,
|
1097
|
-
enable_private_service_connect: bool,
|
1098
|
-
enable_secure_private_service_connect: Optional[bool] = None,
|
1099
|
-
project_allowlists: Optional[Sequence[str]] = None):
|
1100
|
-
"""
|
1101
|
-
:param bool enable_private_service_connect: Required. If true, expose the IndexEndpoint via private service connect.
|
1102
|
-
:param bool enable_secure_private_service_connect: If set to true, enable secure private service connect with IAM authorization. Otherwise, private service connect will be done without authorization. Note latency will be slightly increased if authorization is enabled.
|
1103
|
-
:param Sequence[str] project_allowlists: A list of Projects from which the forwarding rule will target the service attachment.
|
1104
|
-
"""
|
1105
|
-
pulumi.set(__self__, "enable_private_service_connect", enable_private_service_connect)
|
1106
|
-
if enable_secure_private_service_connect is not None:
|
1107
|
-
pulumi.set(__self__, "enable_secure_private_service_connect", enable_secure_private_service_connect)
|
1108
|
-
if project_allowlists is not None:
|
1109
|
-
pulumi.set(__self__, "project_allowlists", project_allowlists)
|
1110
|
-
|
1111
|
-
@property
|
1112
|
-
@pulumi.getter(name="enablePrivateServiceConnect")
|
1113
|
-
def enable_private_service_connect(self) -> bool:
|
1114
|
-
"""
|
1115
|
-
Required. If true, expose the IndexEndpoint via private service connect.
|
1116
|
-
"""
|
1117
|
-
return pulumi.get(self, "enable_private_service_connect")
|
1118
|
-
|
1119
|
-
@property
|
1120
|
-
@pulumi.getter(name="enableSecurePrivateServiceConnect")
|
1121
|
-
def enable_secure_private_service_connect(self) -> Optional[bool]:
|
1122
|
-
"""
|
1123
|
-
If set to true, enable secure private service connect with IAM authorization. Otherwise, private service connect will be done without authorization. Note latency will be slightly increased if authorization is enabled.
|
1124
|
-
"""
|
1125
|
-
return pulumi.get(self, "enable_secure_private_service_connect")
|
1126
|
-
|
1127
|
-
@property
|
1128
|
-
@pulumi.getter(name="projectAllowlists")
|
1129
|
-
def project_allowlists(self) -> Optional[Sequence[str]]:
|
1130
|
-
"""
|
1131
|
-
A list of Projects from which the forwarding rule will target the service attachment.
|
1132
|
-
"""
|
1133
|
-
return pulumi.get(self, "project_allowlists")
|
1134
|
-
|
1135
|
-
|
1136
970
|
@pulumi.output_type
|
1137
971
|
class AiFeatureGroupBigQuery(dict):
|
1138
972
|
@staticmethod
|
pulumi_gcp/workbench/instance.py
CHANGED
@@ -43,9 +43,7 @@ class InstanceArgs:
|
|
43
43
|
:param pulumi.Input[str] instance_id: Required. User-defined unique ID of this instance.
|
44
44
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] instance_owners: 'Optional. Input only. The owner of this instance after creation. Format:
|
45
45
|
`alias@example.com` Currently supports one owner only. If not specified, all of
|
46
|
-
the service account users of your VM instance''s service account can use the instance.
|
47
|
-
If specified, sets the access mode to `Single user`. For more details, see
|
48
|
-
https://cloud.google.com/vertex-ai/docs/workbench/instances/manage-access-jupyterlab'
|
46
|
+
the service account users of your VM instance''s service account can use the instance.'
|
49
47
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels to apply to this instance. These can be later modified
|
50
48
|
by the UpdateInstance method.
|
51
49
|
|
@@ -143,9 +141,7 @@ class InstanceArgs:
|
|
143
141
|
"""
|
144
142
|
'Optional. Input only. The owner of this instance after creation. Format:
|
145
143
|
`alias@example.com` Currently supports one owner only. If not specified, all of
|
146
|
-
the service account users of your VM instance''s service account can use the instance.
|
147
|
-
If specified, sets the access mode to `Single user`. For more details, see
|
148
|
-
https://cloud.google.com/vertex-ai/docs/workbench/instances/manage-access-jupyterlab'
|
144
|
+
the service account users of your VM instance''s service account can use the instance.'
|
149
145
|
"""
|
150
146
|
return pulumi.get(self, "instance_owners")
|
151
147
|
|
@@ -234,9 +230,7 @@ class _InstanceState:
|
|
234
230
|
:param pulumi.Input[str] instance_id: Required. User-defined unique ID of this instance.
|
235
231
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] instance_owners: 'Optional. Input only. The owner of this instance after creation. Format:
|
236
232
|
`alias@example.com` Currently supports one owner only. If not specified, all of
|
237
|
-
the service account users of your VM instance''s service account can use the instance.
|
238
|
-
If specified, sets the access mode to `Single user`. For more details, see
|
239
|
-
https://cloud.google.com/vertex-ai/docs/workbench/instances/manage-access-jupyterlab'
|
233
|
+
the service account users of your VM instance''s service account can use the instance.'
|
240
234
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels to apply to this instance. These can be later modified
|
241
235
|
by the UpdateInstance method.
|
242
236
|
|
@@ -416,9 +410,7 @@ class _InstanceState:
|
|
416
410
|
"""
|
417
411
|
'Optional. Input only. The owner of this instance after creation. Format:
|
418
412
|
`alias@example.com` Currently supports one owner only. If not specified, all of
|
419
|
-
the service account users of your VM instance''s service account can use the instance.
|
420
|
-
If specified, sets the access mode to `Single user`. For more details, see
|
421
|
-
https://cloud.google.com/vertex-ai/docs/workbench/instances/manage-access-jupyterlab'
|
413
|
+
the service account users of your VM instance''s service account can use the instance.'
|
422
414
|
"""
|
423
415
|
return pulumi.get(self, "instance_owners")
|
424
416
|
|
@@ -749,9 +741,7 @@ class Instance(pulumi.CustomResource):
|
|
749
741
|
:param pulumi.Input[str] instance_id: Required. User-defined unique ID of this instance.
|
750
742
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] instance_owners: 'Optional. Input only. The owner of this instance after creation. Format:
|
751
743
|
`alias@example.com` Currently supports one owner only. If not specified, all of
|
752
|
-
the service account users of your VM instance''s service account can use the instance.
|
753
|
-
If specified, sets the access mode to `Single user`. For more details, see
|
754
|
-
https://cloud.google.com/vertex-ai/docs/workbench/instances/manage-access-jupyterlab'
|
744
|
+
the service account users of your VM instance''s service account can use the instance.'
|
755
745
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels to apply to this instance. These can be later modified
|
756
746
|
by the UpdateInstance method.
|
757
747
|
|
@@ -1056,9 +1046,7 @@ class Instance(pulumi.CustomResource):
|
|
1056
1046
|
:param pulumi.Input[str] instance_id: Required. User-defined unique ID of this instance.
|
1057
1047
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] instance_owners: 'Optional. Input only. The owner of this instance after creation. Format:
|
1058
1048
|
`alias@example.com` Currently supports one owner only. If not specified, all of
|
1059
|
-
the service account users of your VM instance''s service account can use the instance.
|
1060
|
-
If specified, sets the access mode to `Single user`. For more details, see
|
1061
|
-
https://cloud.google.com/vertex-ai/docs/workbench/instances/manage-access-jupyterlab'
|
1049
|
+
the service account users of your VM instance''s service account can use the instance.'
|
1062
1050
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels to apply to this instance. These can be later modified
|
1063
1051
|
by the UpdateInstance method.
|
1064
1052
|
|
@@ -1188,9 +1176,7 @@ class Instance(pulumi.CustomResource):
|
|
1188
1176
|
"""
|
1189
1177
|
'Optional. Input only. The owner of this instance after creation. Format:
|
1190
1178
|
`alias@example.com` Currently supports one owner only. If not specified, all of
|
1191
|
-
the service account users of your VM instance''s service account can use the instance.
|
1192
|
-
If specified, sets the access mode to `Single user`. For more details, see
|
1193
|
-
https://cloud.google.com/vertex-ai/docs/workbench/instances/manage-access-jupyterlab'
|
1179
|
+
the service account users of your VM instance''s service account can use the instance.'
|
1194
1180
|
"""
|
1195
1181
|
return pulumi.get(self, "instance_owners")
|
1196
1182
|
|
pulumi_gcp/workflows/workflow.py
CHANGED
@@ -21,7 +21,6 @@ class WorkflowArgs:
|
|
21
21
|
def __init__(__self__, *,
|
22
22
|
call_log_level: Optional[pulumi.Input[str]] = None,
|
23
23
|
crypto_key_name: Optional[pulumi.Input[str]] = None,
|
24
|
-
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
25
24
|
description: Optional[pulumi.Input[str]] = None,
|
26
25
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
27
26
|
name: Optional[pulumi.Input[str]] = None,
|
@@ -64,8 +63,6 @@ class WorkflowArgs:
|
|
64
63
|
pulumi.set(__self__, "call_log_level", call_log_level)
|
65
64
|
if crypto_key_name is not None:
|
66
65
|
pulumi.set(__self__, "crypto_key_name", crypto_key_name)
|
67
|
-
if deletion_protection is not None:
|
68
|
-
pulumi.set(__self__, "deletion_protection", deletion_protection)
|
69
66
|
if description is not None:
|
70
67
|
pulumi.set(__self__, "description", description)
|
71
68
|
if labels is not None:
|
@@ -113,15 +110,6 @@ class WorkflowArgs:
|
|
113
110
|
def crypto_key_name(self, value: Optional[pulumi.Input[str]]):
|
114
111
|
pulumi.set(self, "crypto_key_name", value)
|
115
112
|
|
116
|
-
@property
|
117
|
-
@pulumi.getter(name="deletionProtection")
|
118
|
-
def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
|
119
|
-
return pulumi.get(self, "deletion_protection")
|
120
|
-
|
121
|
-
@deletion_protection.setter
|
122
|
-
def deletion_protection(self, value: Optional[pulumi.Input[bool]]):
|
123
|
-
pulumi.set(self, "deletion_protection", value)
|
124
|
-
|
125
113
|
@property
|
126
114
|
@pulumi.getter
|
127
115
|
def description(self) -> Optional[pulumi.Input[str]]:
|
@@ -248,7 +236,6 @@ class _WorkflowState:
|
|
248
236
|
call_log_level: Optional[pulumi.Input[str]] = None,
|
249
237
|
create_time: Optional[pulumi.Input[str]] = None,
|
250
238
|
crypto_key_name: Optional[pulumi.Input[str]] = None,
|
251
|
-
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
252
239
|
description: Optional[pulumi.Input[str]] = None,
|
253
240
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
254
241
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -305,8 +292,6 @@ class _WorkflowState:
|
|
305
292
|
pulumi.set(__self__, "create_time", create_time)
|
306
293
|
if crypto_key_name is not None:
|
307
294
|
pulumi.set(__self__, "crypto_key_name", crypto_key_name)
|
308
|
-
if deletion_protection is not None:
|
309
|
-
pulumi.set(__self__, "deletion_protection", deletion_protection)
|
310
295
|
if description is not None:
|
311
296
|
pulumi.set(__self__, "description", description)
|
312
297
|
if effective_labels is not None:
|
@@ -376,15 +361,6 @@ class _WorkflowState:
|
|
376
361
|
def crypto_key_name(self, value: Optional[pulumi.Input[str]]):
|
377
362
|
pulumi.set(self, "crypto_key_name", value)
|
378
363
|
|
379
|
-
@property
|
380
|
-
@pulumi.getter(name="deletionProtection")
|
381
|
-
def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
|
382
|
-
return pulumi.get(self, "deletion_protection")
|
383
|
-
|
384
|
-
@deletion_protection.setter
|
385
|
-
def deletion_protection(self, value: Optional[pulumi.Input[bool]]):
|
386
|
-
pulumi.set(self, "deletion_protection", value)
|
387
|
-
|
388
364
|
@property
|
389
365
|
@pulumi.getter
|
390
366
|
def description(self) -> Optional[pulumi.Input[str]]:
|
@@ -573,7 +549,6 @@ class Workflow(pulumi.CustomResource):
|
|
573
549
|
opts: Optional[pulumi.ResourceOptions] = None,
|
574
550
|
call_log_level: Optional[pulumi.Input[str]] = None,
|
575
551
|
crypto_key_name: Optional[pulumi.Input[str]] = None,
|
576
|
-
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
577
552
|
description: Optional[pulumi.Input[str]] = None,
|
578
553
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
579
554
|
name: Optional[pulumi.Input[str]] = None,
|
@@ -616,7 +591,6 @@ class Workflow(pulumi.CustomResource):
|
|
616
591
|
user_env_vars={
|
617
592
|
"url": "https://timeapi.io/api/Time/current/zone?timeZone=Europe/Amsterdam",
|
618
593
|
},
|
619
|
-
deletion_protection=False,
|
620
594
|
source_contents=\"\"\"# This is a sample workflow. You can replace it with your source code.
|
621
595
|
#
|
622
596
|
# This workflow does the following:
|
@@ -717,7 +691,6 @@ class Workflow(pulumi.CustomResource):
|
|
717
691
|
user_env_vars={
|
718
692
|
"url": "https://timeapi.io/api/Time/current/zone?timeZone=Europe/Amsterdam",
|
719
693
|
},
|
720
|
-
deletion_protection=False,
|
721
694
|
source_contents=\"\"\"# This is a sample workflow. You can replace it with your source code.
|
722
695
|
#
|
723
696
|
# This workflow does the following:
|
@@ -768,7 +741,6 @@ class Workflow(pulumi.CustomResource):
|
|
768
741
|
opts: Optional[pulumi.ResourceOptions] = None,
|
769
742
|
call_log_level: Optional[pulumi.Input[str]] = None,
|
770
743
|
crypto_key_name: Optional[pulumi.Input[str]] = None,
|
771
|
-
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
772
744
|
description: Optional[pulumi.Input[str]] = None,
|
773
745
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
774
746
|
name: Optional[pulumi.Input[str]] = None,
|
@@ -789,7 +761,6 @@ class Workflow(pulumi.CustomResource):
|
|
789
761
|
|
790
762
|
__props__.__dict__["call_log_level"] = call_log_level
|
791
763
|
__props__.__dict__["crypto_key_name"] = crypto_key_name
|
792
|
-
__props__.__dict__["deletion_protection"] = deletion_protection
|
793
764
|
__props__.__dict__["description"] = description
|
794
765
|
__props__.__dict__["labels"] = labels
|
795
766
|
__props__.__dict__["name"] = name
|
@@ -820,7 +791,6 @@ class Workflow(pulumi.CustomResource):
|
|
820
791
|
call_log_level: Optional[pulumi.Input[str]] = None,
|
821
792
|
create_time: Optional[pulumi.Input[str]] = None,
|
822
793
|
crypto_key_name: Optional[pulumi.Input[str]] = None,
|
823
|
-
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
824
794
|
description: Optional[pulumi.Input[str]] = None,
|
825
795
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
826
796
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -883,7 +853,6 @@ class Workflow(pulumi.CustomResource):
|
|
883
853
|
__props__.__dict__["call_log_level"] = call_log_level
|
884
854
|
__props__.__dict__["create_time"] = create_time
|
885
855
|
__props__.__dict__["crypto_key_name"] = crypto_key_name
|
886
|
-
__props__.__dict__["deletion_protection"] = deletion_protection
|
887
856
|
__props__.__dict__["description"] = description
|
888
857
|
__props__.__dict__["effective_labels"] = effective_labels
|
889
858
|
__props__.__dict__["labels"] = labels
|
@@ -928,11 +897,6 @@ class Workflow(pulumi.CustomResource):
|
|
928
897
|
"""
|
929
898
|
return pulumi.get(self, "crypto_key_name")
|
930
899
|
|
931
|
-
@property
|
932
|
-
@pulumi.getter(name="deletionProtection")
|
933
|
-
def deletion_protection(self) -> pulumi.Output[Optional[bool]]:
|
934
|
-
return pulumi.get(self, "deletion_protection")
|
935
|
-
|
936
900
|
@property
|
937
901
|
@pulumi.getter
|
938
902
|
def description(self) -> pulumi.Output[str]:
|
@@ -940,7 +940,7 @@ class WorkstationConfig(pulumi.CustomResource):
|
|
940
940
|
parent="organizations/123456789",
|
941
941
|
short_name="keyname")
|
942
942
|
tag_value1 = gcp.tags.TagValue("tag_value1",
|
943
|
-
parent=tag_key1.
|
943
|
+
parent=tag_key1.name.apply(lambda name: f"tagKeys/{name}"),
|
944
944
|
short_name="valuename")
|
945
945
|
default = gcp.compute.Network("default",
|
946
946
|
name="workstation-cluster",
|
@@ -985,10 +985,10 @@ class WorkstationConfig(pulumi.CustomResource):
|
|
985
985
|
"disable_public_ip_addresses": True,
|
986
986
|
"disable_ssh": False,
|
987
987
|
"vm_tags": pulumi.Output.all(
|
988
|
-
|
989
|
-
|
988
|
+
tagKey1Name=tag_key1.name,
|
989
|
+
tagValue1Name=tag_value1.name
|
990
990
|
).apply(lambda resolved_outputs: {
|
991
|
-
resolved_outputs['
|
991
|
+
f"tagKeys/{resolved_outputs['tagKey1Name']}": f"tagValues/{resolved_outputs['tagValue1Name']}",
|
992
992
|
})
|
993
993
|
,
|
994
994
|
},
|
@@ -1458,7 +1458,7 @@ class WorkstationConfig(pulumi.CustomResource):
|
|
1458
1458
|
parent="organizations/123456789",
|
1459
1459
|
short_name="keyname")
|
1460
1460
|
tag_value1 = gcp.tags.TagValue("tag_value1",
|
1461
|
-
parent=tag_key1.
|
1461
|
+
parent=tag_key1.name.apply(lambda name: f"tagKeys/{name}"),
|
1462
1462
|
short_name="valuename")
|
1463
1463
|
default = gcp.compute.Network("default",
|
1464
1464
|
name="workstation-cluster",
|
@@ -1503,10 +1503,10 @@ class WorkstationConfig(pulumi.CustomResource):
|
|
1503
1503
|
"disable_public_ip_addresses": True,
|
1504
1504
|
"disable_ssh": False,
|
1505
1505
|
"vm_tags": pulumi.Output.all(
|
1506
|
-
|
1507
|
-
|
1506
|
+
tagKey1Name=tag_key1.name,
|
1507
|
+
tagValue1Name=tag_value1.name
|
1508
1508
|
).apply(lambda resolved_outputs: {
|
1509
|
-
resolved_outputs['
|
1509
|
+
f"tagKeys/{resolved_outputs['tagKey1Name']}": f"tagValues/{resolved_outputs['tagValue1Name']}",
|
1510
1510
|
})
|
1511
1511
|
,
|
1512
1512
|
},
|