pulumi-gcp 8.22.0a1741790977__py3-none-any.whl → 8.23.0a1741934088__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 +32 -0
- pulumi_gcp/alloydb/_inputs.py +66 -0
- pulumi_gcp/alloydb/outputs.py +95 -0
- pulumi_gcp/backupdisasterrecovery/_inputs.py +3 -3
- pulumi_gcp/backupdisasterrecovery/outputs.py +4 -4
- pulumi_gcp/certificatemanager/certificate.py +53 -7
- pulumi_gcp/certificatemanager/outputs.py +8 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +600 -17
- pulumi_gcp/compute/backend_service.py +195 -7
- pulumi_gcp/compute/disk.py +108 -0
- pulumi_gcp/compute/firewall_policy_association.py +28 -2
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/get_disk.py +23 -1
- pulumi_gcp/compute/get_region_disk.py +23 -1
- pulumi_gcp/compute/get_region_ssl_policy.py +203 -0
- pulumi_gcp/compute/outputs.py +623 -23
- pulumi_gcp/compute/region_backend_service.py +193 -7
- pulumi_gcp/compute/region_disk.py +114 -0
- pulumi_gcp/compute/shared_vpc_service_project.py +0 -4
- pulumi_gcp/compute/subnetwork.py +147 -0
- pulumi_gcp/container/_inputs.py +3 -3
- pulumi_gcp/container/outputs.py +4 -4
- pulumi_gcp/datastream/_inputs.py +273 -0
- pulumi_gcp/datastream/connection_profile.py +54 -2
- pulumi_gcp/datastream/outputs.py +224 -0
- pulumi_gcp/eventarc/__init__.py +1 -0
- pulumi_gcp/eventarc/_inputs.py +40 -0
- pulumi_gcp/eventarc/channel.py +85 -93
- pulumi_gcp/eventarc/google_api_source.py +997 -0
- pulumi_gcp/eventarc/outputs.py +41 -0
- pulumi_gcp/firebase/data_connect_service.py +40 -2
- pulumi_gcp/iam/__init__.py +2 -0
- pulumi_gcp/iam/_inputs.py +51 -18
- pulumi_gcp/iam/folders_policy_binding.py +10 -26
- pulumi_gcp/iam/oauth_client.py +979 -0
- pulumi_gcp/iam/oauth_client_credential.py +641 -0
- pulumi_gcp/iam/organizations_policy_binding.py +8 -24
- pulumi_gcp/iam/outputs.py +34 -12
- pulumi_gcp/iam/principal_access_boundary_policy.py +58 -22
- pulumi_gcp/iam/projects_policy_binding.py +8 -24
- pulumi_gcp/kms/crypto_key_version.py +14 -7
- pulumi_gcp/monitoring/_inputs.py +15 -18
- pulumi_gcp/monitoring/alert_policy.py +46 -0
- pulumi_gcp/monitoring/outputs.py +10 -12
- pulumi_gcp/networksecurity/__init__.py +1 -0
- pulumi_gcp/networksecurity/_inputs.py +30 -18
- pulumi_gcp/networksecurity/backend_authentication_config.py +847 -0
- pulumi_gcp/networksecurity/intercept_deployment.py +178 -94
- pulumi_gcp/networksecurity/intercept_deployment_group.py +161 -77
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +161 -66
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +137 -80
- pulumi_gcp/networksecurity/mirroring_deployment.py +178 -94
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +161 -77
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +161 -80
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +137 -105
- pulumi_gcp/networksecurity/outputs.py +20 -12
- pulumi_gcp/networkservices/endpoint_policy.py +12 -0
- pulumi_gcp/networkservices/grpc_route.py +12 -0
- pulumi_gcp/networkservices/http_route.py +16 -0
- pulumi_gcp/networkservices/mesh.py +16 -0
- pulumi_gcp/networkservices/service_binding.py +14 -0
- pulumi_gcp/networkservices/tcp_route.py +16 -0
- pulumi_gcp/networkservices/tls_route.py +12 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/tpu/_inputs.py +21 -1
- pulumi_gcp/tpu/outputs.py +13 -1
- pulumi_gcp/tpu/v2_vm.py +2 -0
- pulumi_gcp/vmwareengine/_inputs.py +6 -0
- pulumi_gcp/vmwareengine/outputs.py +8 -0
- pulumi_gcp/workstations/workstation_cluster.py +137 -1
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0a1741934088.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0a1741934088.dist-info}/RECORD +75 -70
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0a1741934088.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0a1741934088.dist-info}/top_level.txt +0 -0
pulumi_gcp/monitoring/outputs.py
CHANGED
@@ -1225,8 +1225,7 @@ class AlertPolicyConditionConditionSql(dict):
|
|
1225
1225
|
filter the input by time. A filter will automatically be applied
|
1226
1226
|
to filter the input so that the query receives all rows received
|
1227
1227
|
since the last time the query was run.
|
1228
|
-
:param 'AlertPolicyConditionConditionSqlBooleanTestArgs' boolean_test:
|
1229
|
-
query will start immediately.
|
1228
|
+
:param 'AlertPolicyConditionConditionSqlBooleanTestArgs' boolean_test: A test that uses an alerting result in a boolean column produced by the SQL query.
|
1230
1229
|
Structure is documented below.
|
1231
1230
|
:param 'AlertPolicyConditionConditionSqlDailyArgs' daily: Used to schedule the query to run every so many days.
|
1232
1231
|
Structure is documented below.
|
@@ -1234,7 +1233,7 @@ class AlertPolicyConditionConditionSql(dict):
|
|
1234
1233
|
Structure is documented below.
|
1235
1234
|
:param 'AlertPolicyConditionConditionSqlMinutesArgs' minutes: Used to schedule the query to run every so many minutes.
|
1236
1235
|
Structure is documented below.
|
1237
|
-
:param 'AlertPolicyConditionConditionSqlRowCountTestArgs' row_count_test:
|
1236
|
+
:param 'AlertPolicyConditionConditionSqlRowCountTestArgs' row_count_test: A test that checks if the number of rows in the result set violates some threshold.
|
1238
1237
|
Structure is documented below.
|
1239
1238
|
"""
|
1240
1239
|
pulumi.set(__self__, "query", query)
|
@@ -1265,8 +1264,7 @@ class AlertPolicyConditionConditionSql(dict):
|
|
1265
1264
|
@pulumi.getter(name="booleanTest")
|
1266
1265
|
def boolean_test(self) -> Optional['outputs.AlertPolicyConditionConditionSqlBooleanTest']:
|
1267
1266
|
"""
|
1268
|
-
|
1269
|
-
query will start immediately.
|
1267
|
+
A test that uses an alerting result in a boolean column produced by the SQL query.
|
1270
1268
|
Structure is documented below.
|
1271
1269
|
"""
|
1272
1270
|
return pulumi.get(self, "boolean_test")
|
@@ -1302,7 +1300,7 @@ class AlertPolicyConditionConditionSql(dict):
|
|
1302
1300
|
@pulumi.getter(name="rowCountTest")
|
1303
1301
|
def row_count_test(self) -> Optional['outputs.AlertPolicyConditionConditionSqlRowCountTest']:
|
1304
1302
|
"""
|
1305
|
-
|
1303
|
+
A test that checks if the number of rows in the result set violates some threshold.
|
1306
1304
|
Structure is documented below.
|
1307
1305
|
"""
|
1308
1306
|
return pulumi.get(self, "row_count_test")
|
@@ -1313,8 +1311,8 @@ class AlertPolicyConditionConditionSqlBooleanTest(dict):
|
|
1313
1311
|
def __init__(__self__, *,
|
1314
1312
|
column: str):
|
1315
1313
|
"""
|
1316
|
-
:param str column: The name of the column containing the boolean value. If the value
|
1317
|
-
|
1314
|
+
:param str column: The name of the column containing the boolean value. If the value in a row is
|
1315
|
+
NULL, that row is ignored.
|
1318
1316
|
|
1319
1317
|
- - -
|
1320
1318
|
"""
|
@@ -1324,8 +1322,8 @@ class AlertPolicyConditionConditionSqlBooleanTest(dict):
|
|
1324
1322
|
@pulumi.getter
|
1325
1323
|
def column(self) -> str:
|
1326
1324
|
"""
|
1327
|
-
The name of the column containing the boolean value. If the value
|
1328
|
-
|
1325
|
+
The name of the column containing the boolean value. If the value in a row is
|
1326
|
+
NULL, that row is ignored.
|
1329
1327
|
|
1330
1328
|
- - -
|
1331
1329
|
"""
|
@@ -1544,7 +1542,7 @@ class AlertPolicyConditionConditionSqlRowCountTest(dict):
|
|
1544
1542
|
right-hand side. Only COMPARISON_LT and
|
1545
1543
|
COMPARISON_GT are supported currently.
|
1546
1544
|
Possible values are: `COMPARISON_GT`, `COMPARISON_GE`, `COMPARISON_LT`, `COMPARISON_LE`, `COMPARISON_EQ`, `COMPARISON_NE`.
|
1547
|
-
:param int threshold:
|
1545
|
+
:param int threshold: The value against which to compare the row count.
|
1548
1546
|
"""
|
1549
1547
|
pulumi.set(__self__, "comparison", comparison)
|
1550
1548
|
pulumi.set(__self__, "threshold", threshold)
|
@@ -1569,7 +1567,7 @@ class AlertPolicyConditionConditionSqlRowCountTest(dict):
|
|
1569
1567
|
@pulumi.getter
|
1570
1568
|
def threshold(self) -> int:
|
1571
1569
|
"""
|
1572
|
-
|
1570
|
+
The value against which to compare the row count.
|
1573
1571
|
"""
|
1574
1572
|
return pulumi.get(self, "threshold")
|
1575
1573
|
|
@@ -11,6 +11,7 @@ from .address_group_iam_member import *
|
|
11
11
|
from .address_group_iam_policy import *
|
12
12
|
from .authorization_policy import *
|
13
13
|
from .authz_policy import *
|
14
|
+
from .backend_authentication_config import *
|
14
15
|
from .client_tls_policy import *
|
15
16
|
from .firewall_endpoint import *
|
16
17
|
from .firewall_endpoint_association import *
|
@@ -2547,7 +2547,9 @@ if not MYPY:
|
|
2547
2547
|
name: NotRequired[pulumi.Input[str]]
|
2548
2548
|
"""
|
2549
2549
|
(Output)
|
2550
|
-
|
2550
|
+
The connected endpoint group's resource name, for example:
|
2551
|
+
`projects/123456789/locations/global/interceptEndpointGroups/my-eg`.
|
2552
|
+
See https://google.aip.dev/124.
|
2551
2553
|
"""
|
2552
2554
|
elif False:
|
2553
2555
|
InterceptDeploymentGroupConnectedEndpointGroupArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -2558,7 +2560,9 @@ class InterceptDeploymentGroupConnectedEndpointGroupArgs:
|
|
2558
2560
|
name: Optional[pulumi.Input[str]] = None):
|
2559
2561
|
"""
|
2560
2562
|
:param pulumi.Input[str] name: (Output)
|
2561
|
-
|
2563
|
+
The connected endpoint group's resource name, for example:
|
2564
|
+
`projects/123456789/locations/global/interceptEndpointGroups/my-eg`.
|
2565
|
+
See https://google.aip.dev/124.
|
2562
2566
|
"""
|
2563
2567
|
if name is not None:
|
2564
2568
|
pulumi.set(__self__, "name", name)
|
@@ -2568,7 +2572,9 @@ class InterceptDeploymentGroupConnectedEndpointGroupArgs:
|
|
2568
2572
|
def name(self) -> Optional[pulumi.Input[str]]:
|
2569
2573
|
"""
|
2570
2574
|
(Output)
|
2571
|
-
|
2575
|
+
The connected endpoint group's resource name, for example:
|
2576
|
+
`projects/123456789/locations/global/interceptEndpointGroups/my-eg`.
|
2577
|
+
See https://google.aip.dev/124.
|
2572
2578
|
"""
|
2573
2579
|
return pulumi.get(self, "name")
|
2574
2580
|
|
@@ -2581,7 +2587,7 @@ if not MYPY:
|
|
2581
2587
|
class InterceptEndpointGroupAssociationLocationsDetailArgsDict(TypedDict):
|
2582
2588
|
location: NotRequired[pulumi.Input[str]]
|
2583
2589
|
"""
|
2584
|
-
The location of the
|
2590
|
+
The cloud location of the association, currently restricted to `global`.
|
2585
2591
|
|
2586
2592
|
|
2587
2593
|
- - -
|
@@ -2589,7 +2595,7 @@ if not MYPY:
|
|
2589
2595
|
state: NotRequired[pulumi.Input[str]]
|
2590
2596
|
"""
|
2591
2597
|
(Output)
|
2592
|
-
The
|
2598
|
+
The current state of the association in this location.
|
2593
2599
|
Possible values:
|
2594
2600
|
STATE_UNSPECIFIED
|
2595
2601
|
ACTIVE
|
@@ -2604,12 +2610,12 @@ class InterceptEndpointGroupAssociationLocationsDetailArgs:
|
|
2604
2610
|
location: Optional[pulumi.Input[str]] = None,
|
2605
2611
|
state: Optional[pulumi.Input[str]] = None):
|
2606
2612
|
"""
|
2607
|
-
:param pulumi.Input[str] location: The location of the
|
2613
|
+
:param pulumi.Input[str] location: The cloud location of the association, currently restricted to `global`.
|
2608
2614
|
|
2609
2615
|
|
2610
2616
|
- - -
|
2611
2617
|
:param pulumi.Input[str] state: (Output)
|
2612
|
-
The
|
2618
|
+
The current state of the association in this location.
|
2613
2619
|
Possible values:
|
2614
2620
|
STATE_UNSPECIFIED
|
2615
2621
|
ACTIVE
|
@@ -2624,7 +2630,7 @@ class InterceptEndpointGroupAssociationLocationsDetailArgs:
|
|
2624
2630
|
@pulumi.getter
|
2625
2631
|
def location(self) -> Optional[pulumi.Input[str]]:
|
2626
2632
|
"""
|
2627
|
-
The location of the
|
2633
|
+
The cloud location of the association, currently restricted to `global`.
|
2628
2634
|
|
2629
2635
|
|
2630
2636
|
- - -
|
@@ -2640,7 +2646,7 @@ class InterceptEndpointGroupAssociationLocationsDetailArgs:
|
|
2640
2646
|
def state(self) -> Optional[pulumi.Input[str]]:
|
2641
2647
|
"""
|
2642
2648
|
(Output)
|
2643
|
-
The
|
2649
|
+
The current state of the association in this location.
|
2644
2650
|
Possible values:
|
2645
2651
|
STATE_UNSPECIFIED
|
2646
2652
|
ACTIVE
|
@@ -2658,7 +2664,9 @@ if not MYPY:
|
|
2658
2664
|
name: NotRequired[pulumi.Input[str]]
|
2659
2665
|
"""
|
2660
2666
|
(Output)
|
2661
|
-
|
2667
|
+
The connected endpoint group's resource name, for example:
|
2668
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
2669
|
+
See https://google.aip.dev/124.
|
2662
2670
|
"""
|
2663
2671
|
elif False:
|
2664
2672
|
MirroringDeploymentGroupConnectedEndpointGroupArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -2669,7 +2677,9 @@ class MirroringDeploymentGroupConnectedEndpointGroupArgs:
|
|
2669
2677
|
name: Optional[pulumi.Input[str]] = None):
|
2670
2678
|
"""
|
2671
2679
|
:param pulumi.Input[str] name: (Output)
|
2672
|
-
|
2680
|
+
The connected endpoint group's resource name, for example:
|
2681
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
2682
|
+
See https://google.aip.dev/124.
|
2673
2683
|
"""
|
2674
2684
|
if name is not None:
|
2675
2685
|
pulumi.set(__self__, "name", name)
|
@@ -2679,7 +2689,9 @@ class MirroringDeploymentGroupConnectedEndpointGroupArgs:
|
|
2679
2689
|
def name(self) -> Optional[pulumi.Input[str]]:
|
2680
2690
|
"""
|
2681
2691
|
(Output)
|
2682
|
-
|
2692
|
+
The connected endpoint group's resource name, for example:
|
2693
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
2694
|
+
See https://google.aip.dev/124.
|
2683
2695
|
"""
|
2684
2696
|
return pulumi.get(self, "name")
|
2685
2697
|
|
@@ -2692,7 +2704,7 @@ if not MYPY:
|
|
2692
2704
|
class MirroringEndpointGroupAssociationLocationsDetailArgsDict(TypedDict):
|
2693
2705
|
location: NotRequired[pulumi.Input[str]]
|
2694
2706
|
"""
|
2695
|
-
|
2707
|
+
The cloud location of the association, currently restricted to `global`.
|
2696
2708
|
|
2697
2709
|
|
2698
2710
|
- - -
|
@@ -2700,7 +2712,7 @@ if not MYPY:
|
|
2700
2712
|
state: NotRequired[pulumi.Input[str]]
|
2701
2713
|
"""
|
2702
2714
|
(Output)
|
2703
|
-
|
2715
|
+
The current state of the association in this location.
|
2704
2716
|
Possible values:
|
2705
2717
|
STATE_UNSPECIFIED
|
2706
2718
|
ACTIVE
|
@@ -2715,12 +2727,12 @@ class MirroringEndpointGroupAssociationLocationsDetailArgs:
|
|
2715
2727
|
location: Optional[pulumi.Input[str]] = None,
|
2716
2728
|
state: Optional[pulumi.Input[str]] = None):
|
2717
2729
|
"""
|
2718
|
-
:param pulumi.Input[str] location:
|
2730
|
+
:param pulumi.Input[str] location: The cloud location of the association, currently restricted to `global`.
|
2719
2731
|
|
2720
2732
|
|
2721
2733
|
- - -
|
2722
2734
|
:param pulumi.Input[str] state: (Output)
|
2723
|
-
|
2735
|
+
The current state of the association in this location.
|
2724
2736
|
Possible values:
|
2725
2737
|
STATE_UNSPECIFIED
|
2726
2738
|
ACTIVE
|
@@ -2735,7 +2747,7 @@ class MirroringEndpointGroupAssociationLocationsDetailArgs:
|
|
2735
2747
|
@pulumi.getter
|
2736
2748
|
def location(self) -> Optional[pulumi.Input[str]]:
|
2737
2749
|
"""
|
2738
|
-
|
2750
|
+
The cloud location of the association, currently restricted to `global`.
|
2739
2751
|
|
2740
2752
|
|
2741
2753
|
- - -
|
@@ -2751,7 +2763,7 @@ class MirroringEndpointGroupAssociationLocationsDetailArgs:
|
|
2751
2763
|
def state(self) -> Optional[pulumi.Input[str]]:
|
2752
2764
|
"""
|
2753
2765
|
(Output)
|
2754
|
-
|
2766
|
+
The current state of the association in this location.
|
2755
2767
|
Possible values:
|
2756
2768
|
STATE_UNSPECIFIED
|
2757
2769
|
ACTIVE
|