pulumi-gcp 8.24.0a1743057423__py3-none-any.whl → 8.25.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 +131 -0
- pulumi_gcp/_inputs.py +48 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +324 -12
- pulumi_gcp/accesscontextmanager/outputs.py +204 -12
- pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/_inputs.py +58 -0
- pulumi_gcp/apigee/dns_zone.py +491 -0
- pulumi_gcp/apigee/outputs.py +53 -0
- pulumi_gcp/bigquery/_inputs.py +158 -0
- pulumi_gcp/bigquery/outputs.py +115 -0
- pulumi_gcp/bigquery/reservation.py +189 -1
- pulumi_gcp/bigquery/reservation_assignment.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +11 -7
- pulumi_gcp/bigtable/table.py +8 -8
- pulumi_gcp/chronicle/data_access_label.py +16 -0
- pulumi_gcp/chronicle/data_access_scope.py +16 -0
- pulumi_gcp/chronicle/reference_list.py +16 -0
- pulumi_gcp/chronicle/retrohunt.py +16 -0
- pulumi_gcp/chronicle/rule.py +16 -0
- pulumi_gcp/chronicle/rule_deployment.py +16 -0
- pulumi_gcp/chronicle/watchlist.py +16 -0
- pulumi_gcp/cloudfunctionsv2/_inputs.py +20 -0
- pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
- pulumi_gcp/cloudrunv2/_inputs.py +20 -0
- pulumi_gcp/cloudrunv2/outputs.py +25 -0
- pulumi_gcp/cloudrunv2/service.py +14 -14
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +2627 -61
- pulumi_gcp/compute/backend_service.py +121 -3
- pulumi_gcp/compute/get_backend_service.py +15 -4
- pulumi_gcp/compute/get_images.py +172 -0
- pulumi_gcp/compute/get_instance.py +12 -1
- pulumi_gcp/compute/get_region_backend_service.py +482 -0
- pulumi_gcp/compute/get_resource_policy.py +15 -4
- pulumi_gcp/compute/get_router.py +12 -1
- pulumi_gcp/compute/get_subnetwork.py +43 -1
- pulumi_gcp/compute/image.py +54 -0
- pulumi_gcp/compute/instance.py +47 -0
- pulumi_gcp/compute/instance_from_machine_image.py +94 -0
- pulumi_gcp/compute/instance_from_template.py +47 -0
- pulumi_gcp/compute/interconnect.py +14 -7
- pulumi_gcp/compute/outputs.py +4522 -391
- pulumi_gcp/compute/public_delegated_prefix.py +69 -15
- pulumi_gcp/compute/resource_policy.py +169 -3
- pulumi_gcp/compute/router.py +54 -0
- pulumi_gcp/compute/router_route_policy.py +16 -0
- pulumi_gcp/compute/subnetwork.py +35 -5
- pulumi_gcp/config/__init__.pyi +8 -0
- pulumi_gcp/config/outputs.py +27 -0
- pulumi_gcp/config/vars.py +16 -0
- pulumi_gcp/container/_inputs.py +274 -13
- pulumi_gcp/container/cluster.py +101 -0
- pulumi_gcp/container/get_cluster.py +23 -1
- pulumi_gcp/container/get_registry_image.py +4 -0
- pulumi_gcp/container/get_registry_repository.py +4 -0
- pulumi_gcp/container/outputs.py +305 -10
- pulumi_gcp/container/registry.py +4 -0
- pulumi_gcp/datafusion/instance.py +68 -0
- pulumi_gcp/dataproc/__init__.py +8 -0
- pulumi_gcp/dataproc/_inputs.py +219 -0
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +193 -0
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +210 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +848 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +848 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +687 -0
- pulumi_gcp/dataproc/metastore_federation.py +38 -2
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +895 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +895 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +734 -0
- pulumi_gcp/dataproc/outputs.py +139 -0
- pulumi_gcp/datastream/_inputs.py +311 -94
- pulumi_gcp/datastream/connection_profile.py +40 -0
- pulumi_gcp/datastream/outputs.py +244 -51
- pulumi_gcp/datastream/stream.py +216 -0
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/sitemap.py +504 -0
- pulumi_gcp/eventarc/__init__.py +1 -0
- pulumi_gcp/eventarc/enrollment.py +980 -0
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/_inputs.py +484 -0
- pulumi_gcp/firebase/app_hosting_build.py +1232 -0
- pulumi_gcp/firebase/outputs.py +333 -0
- pulumi_gcp/identityplatform/_inputs.py +91 -0
- pulumi_gcp/identityplatform/outputs.py +73 -0
- pulumi_gcp/identityplatform/tenant.py +56 -0
- pulumi_gcp/lustre/__init__.py +8 -0
- pulumi_gcp/lustre/instance.py +983 -0
- pulumi_gcp/managedkafka/cluster.py +2 -2
- pulumi_gcp/memorystore/__init__.py +1 -0
- pulumi_gcp/memorystore/_inputs.py +1252 -7
- pulumi_gcp/memorystore/get_instance.py +45 -1
- pulumi_gcp/memorystore/instance.py +481 -30
- pulumi_gcp/memorystore/instance_desired_user_created_endpoints.py +843 -0
- pulumi_gcp/memorystore/outputs.py +1440 -15
- pulumi_gcp/networkmanagement/_inputs.py +422 -91
- pulumi_gcp/networkmanagement/connectivity_test.py +233 -211
- pulumi_gcp/networkmanagement/outputs.py +280 -61
- pulumi_gcp/networksecurity/_inputs.py +891 -26
- pulumi_gcp/networksecurity/intercept_deployment_group.py +44 -16
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +90 -36
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +53 -8
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +44 -16
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +94 -36
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +53 -8
- pulumi_gcp/networksecurity/outputs.py +531 -1
- pulumi_gcp/networksecurity/security_profile.py +8 -0
- pulumi_gcp/organizations/__init__.py +2 -0
- pulumi_gcp/organizations/get_iam_custom_role.py +198 -0
- pulumi_gcp/organizations/get_iam_custom_roles.py +164 -0
- pulumi_gcp/organizations/outputs.py +96 -0
- pulumi_gcp/osconfig/__init__.py +1 -0
- pulumi_gcp/osconfig/_inputs.py +5413 -0
- pulumi_gcp/osconfig/outputs.py +3962 -0
- pulumi_gcp/osconfig/v2_policy_orchestrator.py +971 -0
- pulumi_gcp/parametermanager/get_parameter.py +16 -1
- pulumi_gcp/parametermanager/get_parameter_version.py +19 -1
- pulumi_gcp/parametermanager/get_parameter_version_render.py +4 -0
- pulumi_gcp/parametermanager/get_parameters.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +8 -0
- pulumi_gcp/parametermanager/get_regional_parameters.py +4 -0
- pulumi_gcp/parametermanager/outputs.py +11 -0
- pulumi_gcp/parametermanager/parameter.py +88 -0
- pulumi_gcp/parametermanager/parameter_version.py +74 -0
- pulumi_gcp/parametermanager/regional_parameter.py +12 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +12 -0
- pulumi_gcp/provider.py +75 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +136 -0
- pulumi_gcp/redis/cluster.py +54 -0
- pulumi_gcp/redis/outputs.py +114 -0
- pulumi_gcp/secretmanager/regional_secret_version.py +0 -16
- pulumi_gcp/storage/__init__.py +6 -0
- pulumi_gcp/storage/_inputs.py +1322 -0
- pulumi_gcp/storage/bucket.py +7 -7
- pulumi_gcp/storage/control_folder_intelligence_config.py +420 -0
- pulumi_gcp/storage/control_organization_intelligence_config.py +420 -0
- pulumi_gcp/storage/control_project_intelligence_config.py +408 -0
- pulumi_gcp/storage/get_bucket_object_content.py +16 -1
- pulumi_gcp/storage/get_control_folder_intelligence_config.py +160 -0
- pulumi_gcp/storage/get_control_organization_intelligence_config.py +160 -0
- pulumi_gcp/storage/get_control_project_intelligence_config.py +160 -0
- pulumi_gcp/storage/outputs.py +1553 -17
- pulumi_gcp/workbench/instance.py +14 -2
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/RECORD +150 -124
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/subnetwork.py
CHANGED
@@ -55,10 +55,13 @@ class SubnetworkArgs:
|
|
55
55
|
:param pulumi.Input[str] description: An optional description of this resource. Provide this property when
|
56
56
|
you create the resource. This field can be set only at resource
|
57
57
|
creation time.
|
58
|
-
:param pulumi.Input[bool] enable_flow_logs:
|
58
|
+
:param pulumi.Input[bool] enable_flow_logs: (Optional, Deprecated)
|
59
|
+
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
59
60
|
it will not appear in get listings. If not set the default behavior is determined by the
|
60
61
|
org policy, if there is no org policy specified, then it will default to disabled.
|
61
62
|
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
63
|
+
|
64
|
+
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
62
65
|
:param pulumi.Input[str] external_ipv6_prefix: The range of external IPv6 addresses that are owned by this subnetwork.
|
63
66
|
:param pulumi.Input[str] ip_cidr_range: The range of internal addresses that are owned by this subnetwork.
|
64
67
|
Provide this property when you create the subnetwork. For example,
|
@@ -132,6 +135,9 @@ class SubnetworkArgs:
|
|
132
135
|
pulumi.set(__self__, "allow_subnet_cidr_routes_overlap", allow_subnet_cidr_routes_overlap)
|
133
136
|
if description is not None:
|
134
137
|
pulumi.set(__self__, "description", description)
|
138
|
+
if enable_flow_logs is not None:
|
139
|
+
warnings.warn("""This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""", DeprecationWarning)
|
140
|
+
pulumi.log.warn("""enable_flow_logs is deprecated: This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""")
|
135
141
|
if enable_flow_logs is not None:
|
136
142
|
pulumi.set(__self__, "enable_flow_logs", enable_flow_logs)
|
137
143
|
if external_ipv6_prefix is not None:
|
@@ -214,12 +220,16 @@ class SubnetworkArgs:
|
|
214
220
|
|
215
221
|
@property
|
216
222
|
@pulumi.getter(name="enableFlowLogs")
|
223
|
+
@_utilities.deprecated("""This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""")
|
217
224
|
def enable_flow_logs(self) -> Optional[pulumi.Input[bool]]:
|
218
225
|
"""
|
226
|
+
(Optional, Deprecated)
|
219
227
|
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
220
228
|
it will not appear in get listings. If not set the default behavior is determined by the
|
221
229
|
org policy, if there is no org policy specified, then it will default to disabled.
|
222
230
|
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
231
|
+
|
232
|
+
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
223
233
|
"""
|
224
234
|
return pulumi.get(self, "enable_flow_logs")
|
225
235
|
|
@@ -513,10 +523,13 @@ class _SubnetworkState:
|
|
513
523
|
:param pulumi.Input[str] description: An optional description of this resource. Provide this property when
|
514
524
|
you create the resource. This field can be set only at resource
|
515
525
|
creation time.
|
516
|
-
:param pulumi.Input[bool] enable_flow_logs:
|
526
|
+
:param pulumi.Input[bool] enable_flow_logs: (Optional, Deprecated)
|
527
|
+
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
517
528
|
it will not appear in get listings. If not set the default behavior is determined by the
|
518
529
|
org policy, if there is no org policy specified, then it will default to disabled.
|
519
530
|
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
531
|
+
|
532
|
+
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
520
533
|
:param pulumi.Input[str] external_ipv6_prefix: The range of external IPv6 addresses that are owned by this subnetwork.
|
521
534
|
:param pulumi.Input[str] fingerprint: Fingerprint of this resource. This field is used internally during updates of this resource.
|
522
535
|
:param pulumi.Input[str] gateway_address: The gateway address for default routes to reach destination addresses
|
@@ -612,6 +625,9 @@ class _SubnetworkState:
|
|
612
625
|
pulumi.set(__self__, "creation_timestamp", creation_timestamp)
|
613
626
|
if description is not None:
|
614
627
|
pulumi.set(__self__, "description", description)
|
628
|
+
if enable_flow_logs is not None:
|
629
|
+
warnings.warn("""This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""", DeprecationWarning)
|
630
|
+
pulumi.log.warn("""enable_flow_logs is deprecated: This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""")
|
615
631
|
if enable_flow_logs is not None:
|
616
632
|
pulumi.set(__self__, "enable_flow_logs", enable_flow_logs)
|
617
633
|
if external_ipv6_prefix is not None:
|
@@ -711,12 +727,16 @@ class _SubnetworkState:
|
|
711
727
|
|
712
728
|
@property
|
713
729
|
@pulumi.getter(name="enableFlowLogs")
|
730
|
+
@_utilities.deprecated("""This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""")
|
714
731
|
def enable_flow_logs(self) -> Optional[pulumi.Input[bool]]:
|
715
732
|
"""
|
733
|
+
(Optional, Deprecated)
|
716
734
|
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
717
735
|
it will not appear in get listings. If not set the default behavior is determined by the
|
718
736
|
org policy, if there is no org policy specified, then it will default to disabled.
|
719
737
|
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
738
|
+
|
739
|
+
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
720
740
|
"""
|
721
741
|
return pulumi.get(self, "enable_flow_logs")
|
722
742
|
|
@@ -1366,10 +1386,13 @@ class Subnetwork(pulumi.CustomResource):
|
|
1366
1386
|
:param pulumi.Input[str] description: An optional description of this resource. Provide this property when
|
1367
1387
|
you create the resource. This field can be set only at resource
|
1368
1388
|
creation time.
|
1369
|
-
:param pulumi.Input[bool] enable_flow_logs:
|
1389
|
+
:param pulumi.Input[bool] enable_flow_logs: (Optional, Deprecated)
|
1390
|
+
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
1370
1391
|
it will not appear in get listings. If not set the default behavior is determined by the
|
1371
1392
|
org policy, if there is no org policy specified, then it will default to disabled.
|
1372
1393
|
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
1394
|
+
|
1395
|
+
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
1373
1396
|
:param pulumi.Input[str] external_ipv6_prefix: The range of external IPv6 addresses that are owned by this subnetwork.
|
1374
1397
|
:param pulumi.Input[str] ip_cidr_range: The range of internal addresses that are owned by this subnetwork.
|
1375
1398
|
Provide this property when you create the subnetwork. For example,
|
@@ -1820,10 +1843,13 @@ class Subnetwork(pulumi.CustomResource):
|
|
1820
1843
|
:param pulumi.Input[str] description: An optional description of this resource. Provide this property when
|
1821
1844
|
you create the resource. This field can be set only at resource
|
1822
1845
|
creation time.
|
1823
|
-
:param pulumi.Input[bool] enable_flow_logs:
|
1846
|
+
:param pulumi.Input[bool] enable_flow_logs: (Optional, Deprecated)
|
1847
|
+
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
1824
1848
|
it will not appear in get listings. If not set the default behavior is determined by the
|
1825
1849
|
org policy, if there is no org policy specified, then it will default to disabled.
|
1826
1850
|
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
1851
|
+
|
1852
|
+
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
1827
1853
|
:param pulumi.Input[str] external_ipv6_prefix: The range of external IPv6 addresses that are owned by this subnetwork.
|
1828
1854
|
:param pulumi.Input[str] fingerprint: Fingerprint of this resource. This field is used internally during updates of this resource.
|
1829
1855
|
:param pulumi.Input[str] gateway_address: The gateway address for default routes to reach destination addresses
|
@@ -1979,12 +2005,16 @@ class Subnetwork(pulumi.CustomResource):
|
|
1979
2005
|
|
1980
2006
|
@property
|
1981
2007
|
@pulumi.getter(name="enableFlowLogs")
|
2008
|
+
@_utilities.deprecated("""This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""")
|
1982
2009
|
def enable_flow_logs(self) -> pulumi.Output[bool]:
|
1983
2010
|
"""
|
2011
|
+
(Optional, Deprecated)
|
1984
2012
|
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
1985
2013
|
it will not appear in get listings. If not set the default behavior is determined by the
|
1986
2014
|
org policy, if there is no org policy specified, then it will default to disabled.
|
1987
2015
|
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
2016
|
+
|
2017
|
+
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
1988
2018
|
"""
|
1989
2019
|
return pulumi.get(self, "enable_flow_logs")
|
1990
2020
|
|
@@ -2083,7 +2113,7 @@ class Subnetwork(pulumi.CustomResource):
|
|
2083
2113
|
|
2084
2114
|
@property
|
2085
2115
|
@pulumi.getter(name="logConfig")
|
2086
|
-
def log_config(self) -> pulumi.Output['outputs.SubnetworkLogConfig']:
|
2116
|
+
def log_config(self) -> pulumi.Output[Optional['outputs.SubnetworkLogConfig']]:
|
2087
2117
|
"""
|
2088
2118
|
This field denotes the VPC flow logging options for this subnetwork. If
|
2089
2119
|
logging is enabled, logs are exported to Cloud Logging. Flow logging
|
pulumi_gcp/config/__init__.pyi
CHANGED
@@ -185,6 +185,8 @@ essentialContactsCustomEndpoint: Optional[str]
|
|
185
185
|
|
186
186
|
eventarcCustomEndpoint: Optional[str]
|
187
187
|
|
188
|
+
externalCredentials: Optional[str]
|
189
|
+
|
188
190
|
filestoreCustomEndpoint: Optional[str]
|
189
191
|
|
190
192
|
firebaseAppCheckCustomEndpoint: Optional[str]
|
@@ -253,6 +255,8 @@ loggingCustomEndpoint: Optional[str]
|
|
253
255
|
|
254
256
|
lookerCustomEndpoint: Optional[str]
|
255
257
|
|
258
|
+
lustreCustomEndpoint: Optional[str]
|
259
|
+
|
256
260
|
managedKafkaCustomEndpoint: Optional[str]
|
257
261
|
|
258
262
|
memcacheCustomEndpoint: Optional[str]
|
@@ -283,6 +287,8 @@ orgPolicyCustomEndpoint: Optional[str]
|
|
283
287
|
|
284
288
|
osConfigCustomEndpoint: Optional[str]
|
285
289
|
|
290
|
+
osConfigV2CustomEndpoint: Optional[str]
|
291
|
+
|
286
292
|
osLoginCustomEndpoint: Optional[str]
|
287
293
|
|
288
294
|
parallelstoreCustomEndpoint: Optional[str]
|
@@ -359,6 +365,8 @@ spannerCustomEndpoint: Optional[str]
|
|
359
365
|
|
360
366
|
sqlCustomEndpoint: Optional[str]
|
361
367
|
|
368
|
+
storageControlCustomEndpoint: Optional[str]
|
369
|
+
|
362
370
|
storageCustomEndpoint: Optional[str]
|
363
371
|
|
364
372
|
storageInsightsCustomEndpoint: Optional[str]
|
pulumi_gcp/config/outputs.py
CHANGED
@@ -16,6 +16,7 @@ from .. import _utilities
|
|
16
16
|
|
17
17
|
__all__ = [
|
18
18
|
'Batching',
|
19
|
+
'ExternalCredentials',
|
19
20
|
]
|
20
21
|
|
21
22
|
@pulumi.output_type
|
@@ -39,3 +40,29 @@ class Batching(dict):
|
|
39
40
|
return pulumi.get(self, "send_after")
|
40
41
|
|
41
42
|
|
43
|
+
@pulumi.output_type
|
44
|
+
class ExternalCredentials(dict):
|
45
|
+
def __init__(__self__, *,
|
46
|
+
audience: str,
|
47
|
+
identity_token: str,
|
48
|
+
service_account_email: str):
|
49
|
+
pulumi.set(__self__, "audience", audience)
|
50
|
+
pulumi.set(__self__, "identity_token", identity_token)
|
51
|
+
pulumi.set(__self__, "service_account_email", service_account_email)
|
52
|
+
|
53
|
+
@property
|
54
|
+
@pulumi.getter
|
55
|
+
def audience(self) -> str:
|
56
|
+
return pulumi.get(self, "audience")
|
57
|
+
|
58
|
+
@property
|
59
|
+
@pulumi.getter(name="identityToken")
|
60
|
+
def identity_token(self) -> str:
|
61
|
+
return pulumi.get(self, "identity_token")
|
62
|
+
|
63
|
+
@property
|
64
|
+
@pulumi.getter(name="serviceAccountEmail")
|
65
|
+
def service_account_email(self) -> str:
|
66
|
+
return pulumi.get(self, "service_account_email")
|
67
|
+
|
68
|
+
|
pulumi_gcp/config/vars.py
CHANGED
@@ -361,6 +361,10 @@ class _ExportableConfig(types.ModuleType):
|
|
361
361
|
def eventarc_custom_endpoint(self) -> Optional[str]:
|
362
362
|
return __config__.get('eventarcCustomEndpoint')
|
363
363
|
|
364
|
+
@property
|
365
|
+
def external_credentials(self) -> Optional[str]:
|
366
|
+
return __config__.get('externalCredentials')
|
367
|
+
|
364
368
|
@property
|
365
369
|
def filestore_custom_endpoint(self) -> Optional[str]:
|
366
370
|
return __config__.get('filestoreCustomEndpoint')
|
@@ -497,6 +501,10 @@ class _ExportableConfig(types.ModuleType):
|
|
497
501
|
def looker_custom_endpoint(self) -> Optional[str]:
|
498
502
|
return __config__.get('lookerCustomEndpoint')
|
499
503
|
|
504
|
+
@property
|
505
|
+
def lustre_custom_endpoint(self) -> Optional[str]:
|
506
|
+
return __config__.get('lustreCustomEndpoint')
|
507
|
+
|
500
508
|
@property
|
501
509
|
def managed_kafka_custom_endpoint(self) -> Optional[str]:
|
502
510
|
return __config__.get('managedKafkaCustomEndpoint')
|
@@ -557,6 +565,10 @@ class _ExportableConfig(types.ModuleType):
|
|
557
565
|
def os_config_custom_endpoint(self) -> Optional[str]:
|
558
566
|
return __config__.get('osConfigCustomEndpoint')
|
559
567
|
|
568
|
+
@property
|
569
|
+
def os_config_v2_custom_endpoint(self) -> Optional[str]:
|
570
|
+
return __config__.get('osConfigV2CustomEndpoint')
|
571
|
+
|
560
572
|
@property
|
561
573
|
def os_login_custom_endpoint(self) -> Optional[str]:
|
562
574
|
return __config__.get('osLoginCustomEndpoint')
|
@@ -709,6 +721,10 @@ class _ExportableConfig(types.ModuleType):
|
|
709
721
|
def sql_custom_endpoint(self) -> Optional[str]:
|
710
722
|
return __config__.get('sqlCustomEndpoint')
|
711
723
|
|
724
|
+
@property
|
725
|
+
def storage_control_custom_endpoint(self) -> Optional[str]:
|
726
|
+
return __config__.get('storageControlCustomEndpoint')
|
727
|
+
|
712
728
|
@property
|
713
729
|
def storage_custom_endpoint(self) -> Optional[str]:
|
714
730
|
return __config__.get('storageCustomEndpoint')
|