pulumi-gcp 8.1.0__py3-none-any.whl → 8.1.0a1726293903__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.
Files changed (101) hide show
  1. pulumi_gcp/__init__.py +0 -24
  2. pulumi_gcp/alloydb/_inputs.py +0 -94
  3. pulumi_gcp/alloydb/cluster.py +1 -94
  4. pulumi_gcp/alloydb/outputs.py +0 -79
  5. pulumi_gcp/assuredworkloads/workload.py +16 -135
  6. pulumi_gcp/backupdisasterrecovery/__init__.py +0 -1
  7. pulumi_gcp/bigquery/_inputs.py +0 -33
  8. pulumi_gcp/bigquery/data_transfer_config.py +6 -134
  9. pulumi_gcp/bigquery/outputs.py +0 -36
  10. pulumi_gcp/bigqueryanalyticshub/_inputs.py +7 -169
  11. pulumi_gcp/bigqueryanalyticshub/data_exchange.py +3 -96
  12. pulumi_gcp/bigqueryanalyticshub/listing.py +0 -114
  13. pulumi_gcp/bigqueryanalyticshub/outputs.py +5 -138
  14. pulumi_gcp/bigtable/_inputs.py +1 -21
  15. pulumi_gcp/bigtable/outputs.py +1 -13
  16. pulumi_gcp/bigtable/table.py +0 -34
  17. pulumi_gcp/certificateauthority/authority.py +7 -14
  18. pulumi_gcp/certificatemanager/__init__.py +0 -1
  19. pulumi_gcp/certificatemanager/certificate.py +0 -28
  20. pulumi_gcp/certificatemanager/outputs.py +0 -322
  21. pulumi_gcp/cloudbuild/_inputs.py +6 -6
  22. pulumi_gcp/cloudbuild/outputs.py +4 -4
  23. pulumi_gcp/cloudrun/_inputs.py +12 -6
  24. pulumi_gcp/cloudrun/outputs.py +16 -8
  25. pulumi_gcp/cloudrunv2/_inputs.py +15 -72
  26. pulumi_gcp/cloudrunv2/outputs.py +16 -82
  27. pulumi_gcp/cloudrunv2/service.py +4 -50
  28. pulumi_gcp/cloudtasks/_inputs.py +0 -630
  29. pulumi_gcp/cloudtasks/outputs.py +0 -479
  30. pulumi_gcp/cloudtasks/queue.py +0 -238
  31. pulumi_gcp/compute/_inputs.py +9 -129
  32. pulumi_gcp/compute/get_instance.py +1 -1
  33. pulumi_gcp/compute/health_check.py +0 -114
  34. pulumi_gcp/compute/instance.py +4 -86
  35. pulumi_gcp/compute/instance_template.py +0 -66
  36. pulumi_gcp/compute/interconnect.py +21 -28
  37. pulumi_gcp/compute/node_template.py +0 -93
  38. pulumi_gcp/compute/outputs.py +6 -108
  39. pulumi_gcp/compute/target_https_proxy.py +0 -28
  40. pulumi_gcp/container/_inputs.py +3 -140
  41. pulumi_gcp/container/attached_cluster.py +7 -7
  42. pulumi_gcp/container/outputs.py +2 -174
  43. pulumi_gcp/databasemigrationservice/_inputs.py +148 -176
  44. pulumi_gcp/databasemigrationservice/connection_profile.py +0 -206
  45. pulumi_gcp/databasemigrationservice/outputs.py +87 -109
  46. pulumi_gcp/dataloss/_inputs.py +1 -353
  47. pulumi_gcp/dataloss/outputs.py +3 -274
  48. pulumi_gcp/dataproc/_inputs.py +27 -27
  49. pulumi_gcp/dataproc/outputs.py +18 -18
  50. pulumi_gcp/datastream/_inputs.py +1 -69
  51. pulumi_gcp/datastream/outputs.py +2 -44
  52. pulumi_gcp/datastream/stream.py +7 -194
  53. pulumi_gcp/discoveryengine/_inputs.py +0 -188
  54. pulumi_gcp/discoveryengine/data_store.py +14 -14
  55. pulumi_gcp/discoveryengine/outputs.py +1 -153
  56. pulumi_gcp/firebase/database_instance.py +7 -7
  57. pulumi_gcp/gkehub/_inputs.py +1 -25
  58. pulumi_gcp/gkehub/feature_membership.py +6 -12
  59. pulumi_gcp/gkehub/outputs.py +1 -17
  60. pulumi_gcp/iam/_inputs.py +0 -196
  61. pulumi_gcp/iam/get_workload_identity_pool_provider.py +3 -13
  62. pulumi_gcp/iam/outputs.py +0 -295
  63. pulumi_gcp/iam/workload_identity_pool_provider.py +3 -164
  64. pulumi_gcp/kms/__init__.py +0 -2
  65. pulumi_gcp/kms/autokey_config.py +2 -10
  66. pulumi_gcp/kms/outputs.py +0 -164
  67. pulumi_gcp/netapp/active_directory.py +6 -6
  68. pulumi_gcp/netapp/backup.py +6 -6
  69. pulumi_gcp/netapp/backup_policy.py +6 -6
  70. pulumi_gcp/netapp/backup_vault.py +6 -6
  71. pulumi_gcp/netapp/storage_pool.py +4 -4
  72. pulumi_gcp/netapp/volume.py +0 -7
  73. pulumi_gcp/networkconnectivity/_inputs.py +1 -21
  74. pulumi_gcp/networkconnectivity/outputs.py +1 -15
  75. pulumi_gcp/networkconnectivity/spoke.py +0 -8
  76. pulumi_gcp/networksecurity/client_tls_policy.py +22 -24
  77. pulumi_gcp/networksecurity/server_tls_policy.py +32 -20
  78. pulumi_gcp/organizations/get_project.py +3 -13
  79. pulumi_gcp/organizations/project.py +3 -88
  80. pulumi_gcp/parallelstore/instance.py +121 -121
  81. pulumi_gcp/projects/iam_member_remove.py +0 -26
  82. pulumi_gcp/projects/usage_export_bucket.py +0 -38
  83. pulumi_gcp/pubsub/_inputs.py +0 -40
  84. pulumi_gcp/pubsub/outputs.py +1 -51
  85. pulumi_gcp/pubsub/subscription.py +0 -6
  86. pulumi_gcp/pulumi-plugin.json +1 -1
  87. pulumi_gcp/redis/_inputs.py +0 -419
  88. pulumi_gcp/redis/cluster.py +0 -123
  89. pulumi_gcp/redis/outputs.py +0 -315
  90. pulumi_gcp/securitycenter/__init__.py +0 -2
  91. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +4 -4
  92. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/METADATA +1 -1
  93. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/RECORD +95 -101
  94. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/WHEEL +1 -1
  95. pulumi_gcp/backupdisasterrecovery/backup_vault.py +0 -1203
  96. pulumi_gcp/certificatemanager/get_certificates.py +0 -150
  97. pulumi_gcp/kms/get_crypto_key_latest_version.py +0 -222
  98. pulumi_gcp/kms/get_crypto_key_versions.py +0 -175
  99. pulumi_gcp/securitycenter/v2_folder_scc_big_query_export.py +0 -857
  100. pulumi_gcp/securitycenter/v2_project_scc_big_query_export.py +0 -796
  101. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/top_level.txt +0 -0
@@ -25,7 +25,6 @@ class ClusterArgs:
25
25
  shard_count: pulumi.Input[int],
26
26
  authorization_mode: Optional[pulumi.Input[str]] = None,
27
27
  deletion_protection_enabled: Optional[pulumi.Input[bool]] = None,
28
- maintenance_policy: Optional[pulumi.Input['ClusterMaintenancePolicyArgs']] = None,
29
28
  name: Optional[pulumi.Input[str]] = None,
30
29
  node_type: Optional[pulumi.Input[str]] = None,
31
30
  project: Optional[pulumi.Input[str]] = None,
@@ -46,7 +45,6 @@ class ClusterArgs:
46
45
  "AUTH_MODE_DISABLED"]
47
46
  :param pulumi.Input[bool] deletion_protection_enabled: Optional. Indicates if the cluster is deletion protected or not. If the value if set to true, any delete cluster
48
47
  operation will fail. Default value is true.
49
- :param pulumi.Input['ClusterMaintenancePolicyArgs'] maintenance_policy: Maintenance policy for a cluster
50
48
  :param pulumi.Input[str] name: Unique name of the resource in this scope including project and location using the form:
51
49
  projects/{projectId}/locations/{locationId}/clusters/{clusterId}
52
50
  :param pulumi.Input[str] node_type: The nodeType for the Redis cluster. If not provided, REDIS_HIGHMEM_MEDIUM will be used as default Possible values:
@@ -67,8 +65,6 @@ class ClusterArgs:
67
65
  pulumi.set(__self__, "authorization_mode", authorization_mode)
68
66
  if deletion_protection_enabled is not None:
69
67
  pulumi.set(__self__, "deletion_protection_enabled", deletion_protection_enabled)
70
- if maintenance_policy is not None:
71
- pulumi.set(__self__, "maintenance_policy", maintenance_policy)
72
68
  if name is not None:
73
69
  pulumi.set(__self__, "name", name)
74
70
  if node_type is not None:
@@ -140,18 +136,6 @@ class ClusterArgs:
140
136
  def deletion_protection_enabled(self, value: Optional[pulumi.Input[bool]]):
141
137
  pulumi.set(self, "deletion_protection_enabled", value)
142
138
 
143
- @property
144
- @pulumi.getter(name="maintenancePolicy")
145
- def maintenance_policy(self) -> Optional[pulumi.Input['ClusterMaintenancePolicyArgs']]:
146
- """
147
- Maintenance policy for a cluster
148
- """
149
- return pulumi.get(self, "maintenance_policy")
150
-
151
- @maintenance_policy.setter
152
- def maintenance_policy(self, value: Optional[pulumi.Input['ClusterMaintenancePolicyArgs']]):
153
- pulumi.set(self, "maintenance_policy", value)
154
-
155
139
  @property
156
140
  @pulumi.getter
157
141
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -259,8 +243,6 @@ class _ClusterState:
259
243
  create_time: Optional[pulumi.Input[str]] = None,
260
244
  deletion_protection_enabled: Optional[pulumi.Input[bool]] = None,
261
245
  discovery_endpoints: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterDiscoveryEndpointArgs']]]] = None,
262
- maintenance_policy: Optional[pulumi.Input['ClusterMaintenancePolicyArgs']] = None,
263
- maintenance_schedules: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterMaintenanceScheduleArgs']]]] = None,
264
246
  name: Optional[pulumi.Input[str]] = None,
265
247
  node_type: Optional[pulumi.Input[str]] = None,
266
248
  precise_size_gb: Optional[pulumi.Input[float]] = None,
@@ -291,9 +273,6 @@ class _ClusterState:
291
273
  for Redis clients to connect to the cluster.
292
274
  Currently only one endpoint is supported.
293
275
  Structure is documented below.
294
- :param pulumi.Input['ClusterMaintenancePolicyArgs'] maintenance_policy: Maintenance policy for a cluster
295
- :param pulumi.Input[Sequence[pulumi.Input['ClusterMaintenanceScheduleArgs']]] maintenance_schedules: Upcoming maintenance schedule.
296
- Structure is documented below.
297
276
  :param pulumi.Input[str] name: Unique name of the resource in this scope including project and location using the form:
298
277
  projects/{projectId}/locations/{locationId}/clusters/{clusterId}
299
278
  :param pulumi.Input[str] node_type: The nodeType for the Redis cluster. If not provided, REDIS_HIGHMEM_MEDIUM will be used as default Possible values:
@@ -329,10 +308,6 @@ class _ClusterState:
329
308
  pulumi.set(__self__, "deletion_protection_enabled", deletion_protection_enabled)
330
309
  if discovery_endpoints is not None:
331
310
  pulumi.set(__self__, "discovery_endpoints", discovery_endpoints)
332
- if maintenance_policy is not None:
333
- pulumi.set(__self__, "maintenance_policy", maintenance_policy)
334
- if maintenance_schedules is not None:
335
- pulumi.set(__self__, "maintenance_schedules", maintenance_schedules)
336
311
  if name is not None:
337
312
  pulumi.set(__self__, "name", name)
338
313
  if node_type is not None:
@@ -422,31 +397,6 @@ class _ClusterState:
422
397
  def discovery_endpoints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterDiscoveryEndpointArgs']]]]):
423
398
  pulumi.set(self, "discovery_endpoints", value)
424
399
 
425
- @property
426
- @pulumi.getter(name="maintenancePolicy")
427
- def maintenance_policy(self) -> Optional[pulumi.Input['ClusterMaintenancePolicyArgs']]:
428
- """
429
- Maintenance policy for a cluster
430
- """
431
- return pulumi.get(self, "maintenance_policy")
432
-
433
- @maintenance_policy.setter
434
- def maintenance_policy(self, value: Optional[pulumi.Input['ClusterMaintenancePolicyArgs']]):
435
- pulumi.set(self, "maintenance_policy", value)
436
-
437
- @property
438
- @pulumi.getter(name="maintenanceSchedules")
439
- def maintenance_schedules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClusterMaintenanceScheduleArgs']]]]:
440
- """
441
- Upcoming maintenance schedule.
442
- Structure is documented below.
443
- """
444
- return pulumi.get(self, "maintenance_schedules")
445
-
446
- @maintenance_schedules.setter
447
- def maintenance_schedules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterMaintenanceScheduleArgs']]]]):
448
- pulumi.set(self, "maintenance_schedules", value)
449
-
450
400
  @property
451
401
  @pulumi.getter
452
402
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -655,7 +605,6 @@ class Cluster(pulumi.CustomResource):
655
605
  opts: Optional[pulumi.ResourceOptions] = None,
656
606
  authorization_mode: Optional[pulumi.Input[str]] = None,
657
607
  deletion_protection_enabled: Optional[pulumi.Input[bool]] = None,
658
- maintenance_policy: Optional[pulumi.Input[Union['ClusterMaintenancePolicyArgs', 'ClusterMaintenancePolicyArgsDict']]] = None,
659
608
  name: Optional[pulumi.Input[str]] = None,
660
609
  node_type: Optional[pulumi.Input[str]] = None,
661
610
  project: Optional[pulumi.Input[str]] = None,
@@ -719,17 +668,6 @@ class Cluster(pulumi.CustomResource):
719
668
  zone_distribution_config={
720
669
  "mode": "MULTI_ZONE",
721
670
  },
722
- maintenance_policy={
723
- "weekly_maintenance_windows": [{
724
- "day": "MONDAY",
725
- "start_time": {
726
- "hours": 1,
727
- "minutes": 0,
728
- "seconds": 0,
729
- "nanos": 0,
730
- },
731
- }],
732
- },
733
671
  opts = pulumi.ResourceOptions(depends_on=[default]))
734
672
  ```
735
673
  ### Redis Cluster Ha Single Zone
@@ -766,17 +704,6 @@ class Cluster(pulumi.CustomResource):
766
704
  "mode": "SINGLE_ZONE",
767
705
  "zone": "us-central1-f",
768
706
  },
769
- maintenance_policy={
770
- "weekly_maintenance_windows": [{
771
- "day": "MONDAY",
772
- "start_time": {
773
- "hours": 1,
774
- "minutes": 0,
775
- "seconds": 0,
776
- "nanos": 0,
777
- },
778
- }],
779
- },
780
707
  deletion_protection_enabled=True,
781
708
  opts = pulumi.ResourceOptions(depends_on=[default]))
782
709
  ```
@@ -818,7 +745,6 @@ class Cluster(pulumi.CustomResource):
818
745
  "AUTH_MODE_DISABLED"]
819
746
  :param pulumi.Input[bool] deletion_protection_enabled: Optional. Indicates if the cluster is deletion protected or not. If the value if set to true, any delete cluster
820
747
  operation will fail. Default value is true.
821
- :param pulumi.Input[Union['ClusterMaintenancePolicyArgs', 'ClusterMaintenancePolicyArgsDict']] maintenance_policy: Maintenance policy for a cluster
822
748
  :param pulumi.Input[str] name: Unique name of the resource in this scope including project and location using the form:
823
749
  projects/{projectId}/locations/{locationId}/clusters/{clusterId}
824
750
  :param pulumi.Input[str] node_type: The nodeType for the Redis cluster. If not provided, REDIS_HIGHMEM_MEDIUM will be used as default Possible values:
@@ -896,17 +822,6 @@ class Cluster(pulumi.CustomResource):
896
822
  zone_distribution_config={
897
823
  "mode": "MULTI_ZONE",
898
824
  },
899
- maintenance_policy={
900
- "weekly_maintenance_windows": [{
901
- "day": "MONDAY",
902
- "start_time": {
903
- "hours": 1,
904
- "minutes": 0,
905
- "seconds": 0,
906
- "nanos": 0,
907
- },
908
- }],
909
- },
910
825
  opts = pulumi.ResourceOptions(depends_on=[default]))
911
826
  ```
912
827
  ### Redis Cluster Ha Single Zone
@@ -943,17 +858,6 @@ class Cluster(pulumi.CustomResource):
943
858
  "mode": "SINGLE_ZONE",
944
859
  "zone": "us-central1-f",
945
860
  },
946
- maintenance_policy={
947
- "weekly_maintenance_windows": [{
948
- "day": "MONDAY",
949
- "start_time": {
950
- "hours": 1,
951
- "minutes": 0,
952
- "seconds": 0,
953
- "nanos": 0,
954
- },
955
- }],
956
- },
957
861
  deletion_protection_enabled=True,
958
862
  opts = pulumi.ResourceOptions(depends_on=[default]))
959
863
  ```
@@ -1005,7 +909,6 @@ class Cluster(pulumi.CustomResource):
1005
909
  opts: Optional[pulumi.ResourceOptions] = None,
1006
910
  authorization_mode: Optional[pulumi.Input[str]] = None,
1007
911
  deletion_protection_enabled: Optional[pulumi.Input[bool]] = None,
1008
- maintenance_policy: Optional[pulumi.Input[Union['ClusterMaintenancePolicyArgs', 'ClusterMaintenancePolicyArgsDict']]] = None,
1009
912
  name: Optional[pulumi.Input[str]] = None,
1010
913
  node_type: Optional[pulumi.Input[str]] = None,
1011
914
  project: Optional[pulumi.Input[str]] = None,
@@ -1027,7 +930,6 @@ class Cluster(pulumi.CustomResource):
1027
930
 
1028
931
  __props__.__dict__["authorization_mode"] = authorization_mode
1029
932
  __props__.__dict__["deletion_protection_enabled"] = deletion_protection_enabled
1030
- __props__.__dict__["maintenance_policy"] = maintenance_policy
1031
933
  __props__.__dict__["name"] = name
1032
934
  __props__.__dict__["node_type"] = node_type
1033
935
  __props__.__dict__["project"] = project
@@ -1044,7 +946,6 @@ class Cluster(pulumi.CustomResource):
1044
946
  __props__.__dict__["zone_distribution_config"] = zone_distribution_config
1045
947
  __props__.__dict__["create_time"] = None
1046
948
  __props__.__dict__["discovery_endpoints"] = None
1047
- __props__.__dict__["maintenance_schedules"] = None
1048
949
  __props__.__dict__["precise_size_gb"] = None
1049
950
  __props__.__dict__["psc_connections"] = None
1050
951
  __props__.__dict__["size_gb"] = None
@@ -1065,8 +966,6 @@ class Cluster(pulumi.CustomResource):
1065
966
  create_time: Optional[pulumi.Input[str]] = None,
1066
967
  deletion_protection_enabled: Optional[pulumi.Input[bool]] = None,
1067
968
  discovery_endpoints: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClusterDiscoveryEndpointArgs', 'ClusterDiscoveryEndpointArgsDict']]]]] = None,
1068
- maintenance_policy: Optional[pulumi.Input[Union['ClusterMaintenancePolicyArgs', 'ClusterMaintenancePolicyArgsDict']]] = None,
1069
- maintenance_schedules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClusterMaintenanceScheduleArgs', 'ClusterMaintenanceScheduleArgsDict']]]]] = None,
1070
969
  name: Optional[pulumi.Input[str]] = None,
1071
970
  node_type: Optional[pulumi.Input[str]] = None,
1072
971
  precise_size_gb: Optional[pulumi.Input[float]] = None,
@@ -1102,9 +1001,6 @@ class Cluster(pulumi.CustomResource):
1102
1001
  for Redis clients to connect to the cluster.
1103
1002
  Currently only one endpoint is supported.
1104
1003
  Structure is documented below.
1105
- :param pulumi.Input[Union['ClusterMaintenancePolicyArgs', 'ClusterMaintenancePolicyArgsDict']] maintenance_policy: Maintenance policy for a cluster
1106
- :param pulumi.Input[Sequence[pulumi.Input[Union['ClusterMaintenanceScheduleArgs', 'ClusterMaintenanceScheduleArgsDict']]]] maintenance_schedules: Upcoming maintenance schedule.
1107
- Structure is documented below.
1108
1004
  :param pulumi.Input[str] name: Unique name of the resource in this scope including project and location using the form:
1109
1005
  projects/{projectId}/locations/{locationId}/clusters/{clusterId}
1110
1006
  :param pulumi.Input[str] node_type: The nodeType for the Redis cluster. If not provided, REDIS_HIGHMEM_MEDIUM will be used as default Possible values:
@@ -1140,8 +1036,6 @@ class Cluster(pulumi.CustomResource):
1140
1036
  __props__.__dict__["create_time"] = create_time
1141
1037
  __props__.__dict__["deletion_protection_enabled"] = deletion_protection_enabled
1142
1038
  __props__.__dict__["discovery_endpoints"] = discovery_endpoints
1143
- __props__.__dict__["maintenance_policy"] = maintenance_policy
1144
- __props__.__dict__["maintenance_schedules"] = maintenance_schedules
1145
1039
  __props__.__dict__["name"] = name
1146
1040
  __props__.__dict__["node_type"] = node_type
1147
1041
  __props__.__dict__["precise_size_gb"] = precise_size_gb
@@ -1200,23 +1094,6 @@ class Cluster(pulumi.CustomResource):
1200
1094
  """
1201
1095
  return pulumi.get(self, "discovery_endpoints")
1202
1096
 
1203
- @property
1204
- @pulumi.getter(name="maintenancePolicy")
1205
- def maintenance_policy(self) -> pulumi.Output[Optional['outputs.ClusterMaintenancePolicy']]:
1206
- """
1207
- Maintenance policy for a cluster
1208
- """
1209
- return pulumi.get(self, "maintenance_policy")
1210
-
1211
- @property
1212
- @pulumi.getter(name="maintenanceSchedules")
1213
- def maintenance_schedules(self) -> pulumi.Output[Sequence['outputs.ClusterMaintenanceSchedule']]:
1214
- """
1215
- Upcoming maintenance schedule.
1216
- Structure is documented below.
1217
- """
1218
- return pulumi.get(self, "maintenance_schedules")
1219
-
1220
1097
  @property
1221
1098
  @pulumi.getter
1222
1099
  def name(self) -> pulumi.Output[str]:
@@ -18,10 +18,6 @@ from . import outputs
18
18
  __all__ = [
19
19
  'ClusterDiscoveryEndpoint',
20
20
  'ClusterDiscoveryEndpointPscConfig',
21
- 'ClusterMaintenancePolicy',
22
- 'ClusterMaintenancePolicyWeeklyMaintenanceWindow',
23
- 'ClusterMaintenancePolicyWeeklyMaintenanceWindowStartTime',
24
- 'ClusterMaintenanceSchedule',
25
21
  'ClusterPscConfig',
26
22
  'ClusterPscConnection',
27
23
  'ClusterStateInfo',
@@ -126,317 +122,6 @@ class ClusterDiscoveryEndpointPscConfig(dict):
126
122
  return pulumi.get(self, "network")
127
123
 
128
124
 
129
- @pulumi.output_type
130
- class ClusterMaintenancePolicy(dict):
131
- @staticmethod
132
- def __key_warning(key: str):
133
- suggest = None
134
- if key == "createTime":
135
- suggest = "create_time"
136
- elif key == "updateTime":
137
- suggest = "update_time"
138
- elif key == "weeklyMaintenanceWindows":
139
- suggest = "weekly_maintenance_windows"
140
-
141
- if suggest:
142
- pulumi.log.warn(f"Key '{key}' not found in ClusterMaintenancePolicy. Access the value via the '{suggest}' property getter instead.")
143
-
144
- def __getitem__(self, key: str) -> Any:
145
- ClusterMaintenancePolicy.__key_warning(key)
146
- return super().__getitem__(key)
147
-
148
- def get(self, key: str, default = None) -> Any:
149
- ClusterMaintenancePolicy.__key_warning(key)
150
- return super().get(key, default)
151
-
152
- def __init__(__self__, *,
153
- create_time: Optional[str] = None,
154
- update_time: Optional[str] = None,
155
- weekly_maintenance_windows: Optional[Sequence['outputs.ClusterMaintenancePolicyWeeklyMaintenanceWindow']] = None):
156
- """
157
- :param str create_time: (Output)
158
- Output only. The time when the policy was created.
159
- A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
160
- resolution and up to nine fractional digits.
161
- :param str update_time: (Output)
162
- Output only. The time when the policy was last updated.
163
- A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
164
- resolution and up to nine fractional digits.
165
- :param Sequence['ClusterMaintenancePolicyWeeklyMaintenanceWindowArgs'] weekly_maintenance_windows: Optional. Maintenance window that is applied to resources covered by this policy.
166
- Minimum 1. For the current version, the maximum number
167
- of weekly_window is expected to be one.
168
- Structure is documented below.
169
- """
170
- if create_time is not None:
171
- pulumi.set(__self__, "create_time", create_time)
172
- if update_time is not None:
173
- pulumi.set(__self__, "update_time", update_time)
174
- if weekly_maintenance_windows is not None:
175
- pulumi.set(__self__, "weekly_maintenance_windows", weekly_maintenance_windows)
176
-
177
- @property
178
- @pulumi.getter(name="createTime")
179
- def create_time(self) -> Optional[str]:
180
- """
181
- (Output)
182
- Output only. The time when the policy was created.
183
- A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
184
- resolution and up to nine fractional digits.
185
- """
186
- return pulumi.get(self, "create_time")
187
-
188
- @property
189
- @pulumi.getter(name="updateTime")
190
- def update_time(self) -> Optional[str]:
191
- """
192
- (Output)
193
- Output only. The time when the policy was last updated.
194
- A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
195
- resolution and up to nine fractional digits.
196
- """
197
- return pulumi.get(self, "update_time")
198
-
199
- @property
200
- @pulumi.getter(name="weeklyMaintenanceWindows")
201
- def weekly_maintenance_windows(self) -> Optional[Sequence['outputs.ClusterMaintenancePolicyWeeklyMaintenanceWindow']]:
202
- """
203
- Optional. Maintenance window that is applied to resources covered by this policy.
204
- Minimum 1. For the current version, the maximum number
205
- of weekly_window is expected to be one.
206
- Structure is documented below.
207
- """
208
- return pulumi.get(self, "weekly_maintenance_windows")
209
-
210
-
211
- @pulumi.output_type
212
- class ClusterMaintenancePolicyWeeklyMaintenanceWindow(dict):
213
- @staticmethod
214
- def __key_warning(key: str):
215
- suggest = None
216
- if key == "startTime":
217
- suggest = "start_time"
218
-
219
- if suggest:
220
- pulumi.log.warn(f"Key '{key}' not found in ClusterMaintenancePolicyWeeklyMaintenanceWindow. Access the value via the '{suggest}' property getter instead.")
221
-
222
- def __getitem__(self, key: str) -> Any:
223
- ClusterMaintenancePolicyWeeklyMaintenanceWindow.__key_warning(key)
224
- return super().__getitem__(key)
225
-
226
- def get(self, key: str, default = None) -> Any:
227
- ClusterMaintenancePolicyWeeklyMaintenanceWindow.__key_warning(key)
228
- return super().get(key, default)
229
-
230
- def __init__(__self__, *,
231
- day: str,
232
- start_time: 'outputs.ClusterMaintenancePolicyWeeklyMaintenanceWindowStartTime',
233
- duration: Optional[str] = None):
234
- """
235
- :param str day: Required. The day of week that maintenance updates occur.
236
- - DAY_OF_WEEK_UNSPECIFIED: The day of the week is unspecified.
237
- - MONDAY: Monday
238
- - TUESDAY: Tuesday
239
- - WEDNESDAY: Wednesday
240
- - THURSDAY: Thursday
241
- - FRIDAY: Friday
242
- - SATURDAY: Saturday
243
- - SUNDAY: Sunday
244
- Possible values are: `DAY_OF_WEEK_UNSPECIFIED`, `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`.
245
- :param 'ClusterMaintenancePolicyWeeklyMaintenanceWindowStartTimeArgs' start_time: Required. Start time of the window in UTC time.
246
- Structure is documented below.
247
- :param str duration: (Output)
248
- Output only. Duration of the maintenance window.
249
- The current window is fixed at 1 hour.
250
- A duration in seconds with up to nine fractional digits,
251
- terminated by 's'. Example: "3.5s".
252
- """
253
- pulumi.set(__self__, "day", day)
254
- pulumi.set(__self__, "start_time", start_time)
255
- if duration is not None:
256
- pulumi.set(__self__, "duration", duration)
257
-
258
- @property
259
- @pulumi.getter
260
- def day(self) -> str:
261
- """
262
- Required. The day of week that maintenance updates occur.
263
- - DAY_OF_WEEK_UNSPECIFIED: The day of the week is unspecified.
264
- - MONDAY: Monday
265
- - TUESDAY: Tuesday
266
- - WEDNESDAY: Wednesday
267
- - THURSDAY: Thursday
268
- - FRIDAY: Friday
269
- - SATURDAY: Saturday
270
- - SUNDAY: Sunday
271
- Possible values are: `DAY_OF_WEEK_UNSPECIFIED`, `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`.
272
- """
273
- return pulumi.get(self, "day")
274
-
275
- @property
276
- @pulumi.getter(name="startTime")
277
- def start_time(self) -> 'outputs.ClusterMaintenancePolicyWeeklyMaintenanceWindowStartTime':
278
- """
279
- Required. Start time of the window in UTC time.
280
- Structure is documented below.
281
- """
282
- return pulumi.get(self, "start_time")
283
-
284
- @property
285
- @pulumi.getter
286
- def duration(self) -> Optional[str]:
287
- """
288
- (Output)
289
- Output only. Duration of the maintenance window.
290
- The current window is fixed at 1 hour.
291
- A duration in seconds with up to nine fractional digits,
292
- terminated by 's'. Example: "3.5s".
293
- """
294
- return pulumi.get(self, "duration")
295
-
296
-
297
- @pulumi.output_type
298
- class ClusterMaintenancePolicyWeeklyMaintenanceWindowStartTime(dict):
299
- def __init__(__self__, *,
300
- hours: Optional[int] = None,
301
- minutes: Optional[int] = None,
302
- nanos: Optional[int] = None,
303
- seconds: Optional[int] = None):
304
- """
305
- :param int hours: Hours of day in 24 hour format. Should be from 0 to 23.
306
- An API may choose to allow the value "24:00:00" for scenarios like business closing time.
307
- :param int minutes: Minutes of hour of day. Must be from 0 to 59.
308
- :param int nanos: Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
309
- :param int seconds: Seconds of minutes of the time. Must normally be from 0 to 59.
310
- An API may allow the value 60 if it allows leap-seconds.
311
- """
312
- if hours is not None:
313
- pulumi.set(__self__, "hours", hours)
314
- if minutes is not None:
315
- pulumi.set(__self__, "minutes", minutes)
316
- if nanos is not None:
317
- pulumi.set(__self__, "nanos", nanos)
318
- if seconds is not None:
319
- pulumi.set(__self__, "seconds", seconds)
320
-
321
- @property
322
- @pulumi.getter
323
- def hours(self) -> Optional[int]:
324
- """
325
- Hours of day in 24 hour format. Should be from 0 to 23.
326
- An API may choose to allow the value "24:00:00" for scenarios like business closing time.
327
- """
328
- return pulumi.get(self, "hours")
329
-
330
- @property
331
- @pulumi.getter
332
- def minutes(self) -> Optional[int]:
333
- """
334
- Minutes of hour of day. Must be from 0 to 59.
335
- """
336
- return pulumi.get(self, "minutes")
337
-
338
- @property
339
- @pulumi.getter
340
- def nanos(self) -> Optional[int]:
341
- """
342
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
343
- """
344
- return pulumi.get(self, "nanos")
345
-
346
- @property
347
- @pulumi.getter
348
- def seconds(self) -> Optional[int]:
349
- """
350
- Seconds of minutes of the time. Must normally be from 0 to 59.
351
- An API may allow the value 60 if it allows leap-seconds.
352
- """
353
- return pulumi.get(self, "seconds")
354
-
355
-
356
- @pulumi.output_type
357
- class ClusterMaintenanceSchedule(dict):
358
- @staticmethod
359
- def __key_warning(key: str):
360
- suggest = None
361
- if key == "endTime":
362
- suggest = "end_time"
363
- elif key == "scheduleDeadlineTime":
364
- suggest = "schedule_deadline_time"
365
- elif key == "startTime":
366
- suggest = "start_time"
367
-
368
- if suggest:
369
- pulumi.log.warn(f"Key '{key}' not found in ClusterMaintenanceSchedule. Access the value via the '{suggest}' property getter instead.")
370
-
371
- def __getitem__(self, key: str) -> Any:
372
- ClusterMaintenanceSchedule.__key_warning(key)
373
- return super().__getitem__(key)
374
-
375
- def get(self, key: str, default = None) -> Any:
376
- ClusterMaintenanceSchedule.__key_warning(key)
377
- return super().get(key, default)
378
-
379
- def __init__(__self__, *,
380
- end_time: Optional[str] = None,
381
- schedule_deadline_time: Optional[str] = None,
382
- start_time: Optional[str] = None):
383
- """
384
- :param str end_time: (Output)
385
- Output only. The end time of any upcoming scheduled maintenance for this cluster.
386
- A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
387
- resolution and up to nine fractional digits.
388
- :param str schedule_deadline_time: (Output)
389
- Output only. The deadline that the maintenance schedule start time
390
- can not go beyond, including reschedule.
391
- A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
392
- resolution and up to nine fractional digits.
393
- :param str start_time: (Output)
394
- Output only. The start time of any upcoming scheduled maintenance for this cluster.
395
- A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
396
- resolution and up to nine fractional digits.
397
- """
398
- if end_time is not None:
399
- pulumi.set(__self__, "end_time", end_time)
400
- if schedule_deadline_time is not None:
401
- pulumi.set(__self__, "schedule_deadline_time", schedule_deadline_time)
402
- if start_time is not None:
403
- pulumi.set(__self__, "start_time", start_time)
404
-
405
- @property
406
- @pulumi.getter(name="endTime")
407
- def end_time(self) -> Optional[str]:
408
- """
409
- (Output)
410
- Output only. The end time of any upcoming scheduled maintenance for this cluster.
411
- A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
412
- resolution and up to nine fractional digits.
413
- """
414
- return pulumi.get(self, "end_time")
415
-
416
- @property
417
- @pulumi.getter(name="scheduleDeadlineTime")
418
- def schedule_deadline_time(self) -> Optional[str]:
419
- """
420
- (Output)
421
- Output only. The deadline that the maintenance schedule start time
422
- can not go beyond, including reschedule.
423
- A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
424
- resolution and up to nine fractional digits.
425
- """
426
- return pulumi.get(self, "schedule_deadline_time")
427
-
428
- @property
429
- @pulumi.getter(name="startTime")
430
- def start_time(self) -> Optional[str]:
431
- """
432
- (Output)
433
- Output only. The start time of any upcoming scheduled maintenance for this cluster.
434
- A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
435
- resolution and up to nine fractional digits.
436
- """
437
- return pulumi.get(self, "start_time")
438
-
439
-
440
125
  @pulumi.output_type
441
126
  class ClusterPscConfig(dict):
442
127
  def __init__(__self__, *,
@@ -28,7 +28,6 @@ from .source_iam_member import *
28
28
  from .source_iam_policy import *
29
29
  from .v2_folder_mute_config import *
30
30
  from .v2_folder_notification_config import *
31
- from .v2_folder_scc_big_query_export import *
32
31
  from .v2_organization_mute_config import *
33
32
  from .v2_organization_notification_config import *
34
33
  from .v2_organization_scc_big_query_exports import *
@@ -38,6 +37,5 @@ from .v2_organization_source_iam_member import *
38
37
  from .v2_organization_source_iam_policy import *
39
38
  from .v2_project_mute_config import *
40
39
  from .v2_project_notification_config import *
41
- from .v2_project_scc_big_query_export import *
42
40
  from ._inputs import *
43
41
  from . import outputs
@@ -468,7 +468,7 @@ class V2OrganizationSccBigQueryExports(pulumi.CustomResource):
468
468
  import pulumi_gcp as gcp
469
469
 
470
470
  default = gcp.bigquery.Dataset("default",
471
- dataset_id="",
471
+ dataset_id="my_dataset_id",
472
472
  friendly_name="test",
473
473
  description="This is a test description",
474
474
  location="US",
@@ -481,7 +481,7 @@ class V2OrganizationSccBigQueryExports(pulumi.CustomResource):
481
481
  name="my-export",
482
482
  big_query_export_id="my-export",
483
483
  organization="123456789",
484
- dataset=default.id,
484
+ dataset="my-dataset",
485
485
  location="global",
486
486
  description="Cloud Security Command Center Findings Big Query Export Config",
487
487
  filter="state=\\"ACTIVE\\" AND NOT mute=\\"MUTED\\"")
@@ -570,7 +570,7 @@ class V2OrganizationSccBigQueryExports(pulumi.CustomResource):
570
570
  import pulumi_gcp as gcp
571
571
 
572
572
  default = gcp.bigquery.Dataset("default",
573
- dataset_id="",
573
+ dataset_id="my_dataset_id",
574
574
  friendly_name="test",
575
575
  description="This is a test description",
576
576
  location="US",
@@ -583,7 +583,7 @@ class V2OrganizationSccBigQueryExports(pulumi.CustomResource):
583
583
  name="my-export",
584
584
  big_query_export_id="my-export",
585
585
  organization="123456789",
586
- dataset=default.id,
586
+ dataset="my-dataset",
587
587
  location="global",
588
588
  description="Cloud Security Command Center Findings Big Query Export Config",
589
589
  filter="state=\\"ACTIVE\\" AND NOT mute=\\"MUTED\\"")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_gcp
3
- Version: 8.1.0
3
+ Version: 8.1.0a1726293903
4
4
  Summary: A Pulumi package for creating and managing Google Cloud Platform resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io