pulumi-gcp 8.3.0a1726834947__py3-none-any.whl → 8.3.0a1727226164__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 (76) hide show
  1. pulumi_gcp/__init__.py +120 -0
  2. pulumi_gcp/alloydb/_inputs.py +20 -0
  3. pulumi_gcp/alloydb/instance.py +36 -0
  4. pulumi_gcp/alloydb/outputs.py +14 -0
  5. pulumi_gcp/compute/__init__.py +1 -0
  6. pulumi_gcp/compute/_inputs.py +1400 -0
  7. pulumi_gcp/compute/attached_disk.py +103 -0
  8. pulumi_gcp/compute/backend_service.py +29 -22
  9. pulumi_gcp/compute/firewall_policy_with_rules.py +769 -0
  10. pulumi_gcp/compute/outputs.py +1019 -0
  11. pulumi_gcp/compute/region_backend_service.py +29 -22
  12. pulumi_gcp/compute/router_nat.py +27 -66
  13. pulumi_gcp/config/__init__.pyi +2 -0
  14. pulumi_gcp/config/vars.py +4 -0
  15. pulumi_gcp/container/_inputs.py +72 -99
  16. pulumi_gcp/container/outputs.py +53 -70
  17. pulumi_gcp/databasemigrationservice/__init__.py +1 -0
  18. pulumi_gcp/databasemigrationservice/_inputs.py +362 -0
  19. pulumi_gcp/databasemigrationservice/migration_job.py +1739 -0
  20. pulumi_gcp/databasemigrationservice/outputs.py +268 -0
  21. pulumi_gcp/dataproc/get_metastore_service.py +11 -1
  22. pulumi_gcp/dataproc/metastore_service.py +93 -0
  23. pulumi_gcp/developerconnect/_inputs.py +42 -39
  24. pulumi_gcp/developerconnect/connection.py +86 -83
  25. pulumi_gcp/developerconnect/outputs.py +28 -26
  26. pulumi_gcp/discoveryengine/__init__.py +1 -0
  27. pulumi_gcp/discoveryengine/_inputs.py +131 -0
  28. pulumi_gcp/discoveryengine/outputs.py +131 -0
  29. pulumi_gcp/discoveryengine/target_site.py +870 -0
  30. pulumi_gcp/dns/managed_zone.py +1 -1
  31. pulumi_gcp/filestore/get_instance.py +21 -1
  32. pulumi_gcp/filestore/instance.py +94 -0
  33. pulumi_gcp/gkehub/feature_membership.py +140 -62
  34. pulumi_gcp/healthcare/__init__.py +1 -0
  35. pulumi_gcp/healthcare/_inputs.py +39 -0
  36. pulumi_gcp/healthcare/outputs.py +40 -0
  37. pulumi_gcp/healthcare/workspace.py +465 -0
  38. pulumi_gcp/looker/instance.py +81 -0
  39. pulumi_gcp/netapp/_inputs.py +63 -0
  40. pulumi_gcp/netapp/outputs.py +57 -0
  41. pulumi_gcp/netapp/storage_pool.py +54 -0
  42. pulumi_gcp/netapp/volume.py +82 -0
  43. pulumi_gcp/provider.py +20 -0
  44. pulumi_gcp/pubsub/subscription.py +43 -7
  45. pulumi_gcp/pulumi-plugin.json +1 -1
  46. pulumi_gcp/secretmanager/__init__.py +8 -0
  47. pulumi_gcp/secretmanager/_inputs.py +308 -0
  48. pulumi_gcp/secretmanager/get_regional_secret.py +279 -0
  49. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +173 -0
  50. pulumi_gcp/secretmanager/get_regional_secret_version.py +241 -0
  51. pulumi_gcp/secretmanager/outputs.py +336 -0
  52. pulumi_gcp/secretmanager/regional_secret.py +1433 -0
  53. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +1082 -0
  54. pulumi_gcp/secretmanager/regional_secret_iam_member.py +1082 -0
  55. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +901 -0
  56. pulumi_gcp/secretmanager/regional_secret_version.py +753 -0
  57. pulumi_gcp/securitycenter/__init__.py +4 -0
  58. pulumi_gcp/securitycenter/folder_scc_big_query_export.py +795 -0
  59. pulumi_gcp/securitycenter/organization_scc_big_query_export.py +738 -0
  60. pulumi_gcp/securitycenter/project_scc_big_query_export.py +749 -0
  61. pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +862 -0
  62. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +6 -2
  63. pulumi_gcp/siteverification/__init__.py +3 -0
  64. pulumi_gcp/siteverification/_inputs.py +85 -0
  65. pulumi_gcp/siteverification/outputs.py +57 -0
  66. pulumi_gcp/siteverification/web_resource.py +398 -0
  67. pulumi_gcp/spanner/__init__.py +1 -0
  68. pulumi_gcp/spanner/_inputs.py +129 -0
  69. pulumi_gcp/spanner/backup_schedule.py +748 -0
  70. pulumi_gcp/spanner/get_instance.py +11 -1
  71. pulumi_gcp/spanner/instance.py +56 -0
  72. pulumi_gcp/spanner/outputs.py +93 -0
  73. {pulumi_gcp-8.3.0a1726834947.dist-info → pulumi_gcp-8.3.0a1727226164.dist-info}/METADATA +1 -1
  74. {pulumi_gcp-8.3.0a1726834947.dist-info → pulumi_gcp-8.3.0a1727226164.dist-info}/RECORD +76 -56
  75. {pulumi_gcp-8.3.0a1726834947.dist-info → pulumi_gcp-8.3.0a1727226164.dist-info}/WHEEL +0 -0
  76. {pulumi_gcp-8.3.0a1726834947.dist-info → pulumi_gcp-8.3.0a1727226164.dist-info}/top_level.txt +0 -0
@@ -106,7 +106,7 @@ class SubscriptionArgs:
106
106
  retain_acked_messages is true, then this also configures the retention
107
107
  of acknowledged messages, and thus configures how far back in time a
108
108
  subscriptions.seek can be done. Defaults to 7 days. Cannot be more
109
- than 7 days (`"604800s"`) or less than 10 minutes (`"600s"`).
109
+ than 31 days (`"2678400s"`) or less than 10 minutes (`"600s"`).
110
110
  A duration in seconds with up to nine fractional digits, terminated
111
111
  by 's'. Example: `"600.5s"`.
112
112
  :param pulumi.Input[str] name: Name of the subscription.
@@ -338,7 +338,7 @@ class SubscriptionArgs:
338
338
  retain_acked_messages is true, then this also configures the retention
339
339
  of acknowledged messages, and thus configures how far back in time a
340
340
  subscriptions.seek can be done. Defaults to 7 days. Cannot be more
341
- than 7 days (`"604800s"`) or less than 10 minutes (`"600s"`).
341
+ than 31 days (`"2678400s"`) or less than 10 minutes (`"600s"`).
342
342
  A duration in seconds with up to nine fractional digits, terminated
343
343
  by 's'. Example: `"600.5s"`.
344
344
  """
@@ -504,7 +504,7 @@ class _SubscriptionState:
504
504
  retain_acked_messages is true, then this also configures the retention
505
505
  of acknowledged messages, and thus configures how far back in time a
506
506
  subscriptions.seek can be done. Defaults to 7 days. Cannot be more
507
- than 7 days (`"604800s"`) or less than 10 minutes (`"600s"`).
507
+ than 31 days (`"2678400s"`) or less than 10 minutes (`"600s"`).
508
508
  A duration in seconds with up to nine fractional digits, terminated
509
509
  by 's'. Example: `"600.5s"`.
510
510
  :param pulumi.Input[str] name: Name of the subscription.
@@ -744,7 +744,7 @@ class _SubscriptionState:
744
744
  retain_acked_messages is true, then this also configures the retention
745
745
  of acknowledged messages, and thus configures how far back in time a
746
746
  subscriptions.seek can be done. Defaults to 7 days. Cannot be more
747
- than 7 days (`"604800s"`) or less than 10 minutes (`"600s"`).
747
+ than 31 days (`"2678400s"`) or less than 10 minutes (`"600s"`).
748
748
  A duration in seconds with up to nine fractional digits, terminated
749
749
  by 's'. Example: `"600.5s"`.
750
750
  """
@@ -937,6 +937,24 @@ class Subscription(pulumi.CustomResource):
937
937
  },
938
938
  enable_message_ordering=False)
939
939
  ```
940
+ ### Pubsub Subscription Pull Filter
941
+
942
+ ```python
943
+ import pulumi
944
+ import pulumi_gcp as gcp
945
+
946
+ example = gcp.pubsub.Topic("example", name="example-topic")
947
+ example_subscription = gcp.pubsub.Subscription("example",
948
+ name="example-subscription",
949
+ topic=example.id,
950
+ labels={
951
+ "foo": "bar",
952
+ },
953
+ filter=\"\"\" attributes.foo = "foo"
954
+ AND attributes.bar = "bar"
955
+ \"\"\",
956
+ ack_deadline_seconds=20)
957
+ ```
940
958
  ### Pubsub Subscription Dead Letter
941
959
 
942
960
  ```python
@@ -1292,7 +1310,7 @@ class Subscription(pulumi.CustomResource):
1292
1310
  retain_acked_messages is true, then this also configures the retention
1293
1311
  of acknowledged messages, and thus configures how far back in time a
1294
1312
  subscriptions.seek can be done. Defaults to 7 days. Cannot be more
1295
- than 7 days (`"604800s"`) or less than 10 minutes (`"600s"`).
1313
+ than 31 days (`"2678400s"`) or less than 10 minutes (`"600s"`).
1296
1314
  A duration in seconds with up to nine fractional digits, terminated
1297
1315
  by 's'. Example: `"600.5s"`.
1298
1316
  :param pulumi.Input[str] name: Name of the subscription.
@@ -1383,6 +1401,24 @@ class Subscription(pulumi.CustomResource):
1383
1401
  },
1384
1402
  enable_message_ordering=False)
1385
1403
  ```
1404
+ ### Pubsub Subscription Pull Filter
1405
+
1406
+ ```python
1407
+ import pulumi
1408
+ import pulumi_gcp as gcp
1409
+
1410
+ example = gcp.pubsub.Topic("example", name="example-topic")
1411
+ example_subscription = gcp.pubsub.Subscription("example",
1412
+ name="example-subscription",
1413
+ topic=example.id,
1414
+ labels={
1415
+ "foo": "bar",
1416
+ },
1417
+ filter=\"\"\" attributes.foo = "foo"
1418
+ AND attributes.bar = "bar"
1419
+ \"\"\",
1420
+ ack_deadline_seconds=20)
1421
+ ```
1386
1422
  ### Pubsub Subscription Dead Letter
1387
1423
 
1388
1424
  ```python
@@ -1834,7 +1870,7 @@ class Subscription(pulumi.CustomResource):
1834
1870
  retain_acked_messages is true, then this also configures the retention
1835
1871
  of acknowledged messages, and thus configures how far back in time a
1836
1872
  subscriptions.seek can be done. Defaults to 7 days. Cannot be more
1837
- than 7 days (`"604800s"`) or less than 10 minutes (`"600s"`).
1873
+ than 31 days (`"2678400s"`) or less than 10 minutes (`"600s"`).
1838
1874
  A duration in seconds with up to nine fractional digits, terminated
1839
1875
  by 's'. Example: `"600.5s"`.
1840
1876
  :param pulumi.Input[str] name: Name of the subscription.
@@ -2021,7 +2057,7 @@ class Subscription(pulumi.CustomResource):
2021
2057
  retain_acked_messages is true, then this also configures the retention
2022
2058
  of acknowledged messages, and thus configures how far back in time a
2023
2059
  subscriptions.seek can be done. Defaults to 7 days. Cannot be more
2024
- than 7 days (`"604800s"`) or less than 10 minutes (`"600s"`).
2060
+ than 31 days (`"2678400s"`) or less than 10 minutes (`"600s"`).
2025
2061
  A duration in seconds with up to nine fractional digits, terminated
2026
2062
  by 's'. Example: `"600.5s"`.
2027
2063
  """
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "gcp",
4
- "version": "8.3.0-alpha.1726834947"
4
+ "version": "8.3.0-alpha.1727226164"
5
5
  }
@@ -5,11 +5,19 @@
5
5
  from .. import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
+ from .get_regional_secret import *
9
+ from .get_regional_secret_iam_policy import *
10
+ from .get_regional_secret_version import *
8
11
  from .get_secret import *
9
12
  from .get_secret_iam_policy import *
10
13
  from .get_secret_version import *
11
14
  from .get_secret_version_access import *
12
15
  from .get_secrets import *
16
+ from .regional_secret import *
17
+ from .regional_secret_iam_binding import *
18
+ from .regional_secret_iam_member import *
19
+ from .regional_secret_iam_policy import *
20
+ from .regional_secret_version import *
13
21
  from .secret import *
14
22
  from .secret_iam_binding import *
15
23
  from .secret_iam_member import *
@@ -15,6 +15,18 @@ else:
15
15
  from .. import _utilities
16
16
 
17
17
  __all__ = [
18
+ 'RegionalSecretCustomerManagedEncryptionArgs',
19
+ 'RegionalSecretCustomerManagedEncryptionArgsDict',
20
+ 'RegionalSecretIamBindingConditionArgs',
21
+ 'RegionalSecretIamBindingConditionArgsDict',
22
+ 'RegionalSecretIamMemberConditionArgs',
23
+ 'RegionalSecretIamMemberConditionArgsDict',
24
+ 'RegionalSecretRotationArgs',
25
+ 'RegionalSecretRotationArgsDict',
26
+ 'RegionalSecretTopicArgs',
27
+ 'RegionalSecretTopicArgsDict',
28
+ 'RegionalSecretVersionCustomerManagedEncryptionArgs',
29
+ 'RegionalSecretVersionCustomerManagedEncryptionArgsDict',
18
30
  'SecretIamBindingConditionArgs',
19
31
  'SecretIamBindingConditionArgsDict',
20
32
  'SecretIamMemberConditionArgs',
@@ -39,6 +51,302 @@ __all__ = [
39
51
 
40
52
  MYPY = False
41
53
 
54
+ if not MYPY:
55
+ class RegionalSecretCustomerManagedEncryptionArgsDict(TypedDict):
56
+ kms_key_name: pulumi.Input[str]
57
+ """
58
+ The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
59
+ """
60
+ elif False:
61
+ RegionalSecretCustomerManagedEncryptionArgsDict: TypeAlias = Mapping[str, Any]
62
+
63
+ @pulumi.input_type
64
+ class RegionalSecretCustomerManagedEncryptionArgs:
65
+ def __init__(__self__, *,
66
+ kms_key_name: pulumi.Input[str]):
67
+ """
68
+ :param pulumi.Input[str] kms_key_name: The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
69
+ """
70
+ pulumi.set(__self__, "kms_key_name", kms_key_name)
71
+
72
+ @property
73
+ @pulumi.getter(name="kmsKeyName")
74
+ def kms_key_name(self) -> pulumi.Input[str]:
75
+ """
76
+ The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
77
+ """
78
+ return pulumi.get(self, "kms_key_name")
79
+
80
+ @kms_key_name.setter
81
+ def kms_key_name(self, value: pulumi.Input[str]):
82
+ pulumi.set(self, "kms_key_name", value)
83
+
84
+
85
+ if not MYPY:
86
+ class RegionalSecretIamBindingConditionArgsDict(TypedDict):
87
+ expression: pulumi.Input[str]
88
+ """
89
+ Textual representation of an expression in Common Expression Language syntax.
90
+ """
91
+ title: pulumi.Input[str]
92
+ """
93
+ A title for the expression, i.e. a short string describing its purpose.
94
+ """
95
+ description: NotRequired[pulumi.Input[str]]
96
+ elif False:
97
+ RegionalSecretIamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
98
+
99
+ @pulumi.input_type
100
+ class RegionalSecretIamBindingConditionArgs:
101
+ def __init__(__self__, *,
102
+ expression: pulumi.Input[str],
103
+ title: pulumi.Input[str],
104
+ description: Optional[pulumi.Input[str]] = None):
105
+ """
106
+ :param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
107
+ :param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
108
+ """
109
+ pulumi.set(__self__, "expression", expression)
110
+ pulumi.set(__self__, "title", title)
111
+ if description is not None:
112
+ pulumi.set(__self__, "description", description)
113
+
114
+ @property
115
+ @pulumi.getter
116
+ def expression(self) -> pulumi.Input[str]:
117
+ """
118
+ Textual representation of an expression in Common Expression Language syntax.
119
+ """
120
+ return pulumi.get(self, "expression")
121
+
122
+ @expression.setter
123
+ def expression(self, value: pulumi.Input[str]):
124
+ pulumi.set(self, "expression", value)
125
+
126
+ @property
127
+ @pulumi.getter
128
+ def title(self) -> pulumi.Input[str]:
129
+ """
130
+ A title for the expression, i.e. a short string describing its purpose.
131
+ """
132
+ return pulumi.get(self, "title")
133
+
134
+ @title.setter
135
+ def title(self, value: pulumi.Input[str]):
136
+ pulumi.set(self, "title", value)
137
+
138
+ @property
139
+ @pulumi.getter
140
+ def description(self) -> Optional[pulumi.Input[str]]:
141
+ return pulumi.get(self, "description")
142
+
143
+ @description.setter
144
+ def description(self, value: Optional[pulumi.Input[str]]):
145
+ pulumi.set(self, "description", value)
146
+
147
+
148
+ if not MYPY:
149
+ class RegionalSecretIamMemberConditionArgsDict(TypedDict):
150
+ expression: pulumi.Input[str]
151
+ """
152
+ Textual representation of an expression in Common Expression Language syntax.
153
+ """
154
+ title: pulumi.Input[str]
155
+ """
156
+ A title for the expression, i.e. a short string describing its purpose.
157
+ """
158
+ description: NotRequired[pulumi.Input[str]]
159
+ elif False:
160
+ RegionalSecretIamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
161
+
162
+ @pulumi.input_type
163
+ class RegionalSecretIamMemberConditionArgs:
164
+ def __init__(__self__, *,
165
+ expression: pulumi.Input[str],
166
+ title: pulumi.Input[str],
167
+ description: Optional[pulumi.Input[str]] = None):
168
+ """
169
+ :param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
170
+ :param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
171
+ """
172
+ pulumi.set(__self__, "expression", expression)
173
+ pulumi.set(__self__, "title", title)
174
+ if description is not None:
175
+ pulumi.set(__self__, "description", description)
176
+
177
+ @property
178
+ @pulumi.getter
179
+ def expression(self) -> pulumi.Input[str]:
180
+ """
181
+ Textual representation of an expression in Common Expression Language syntax.
182
+ """
183
+ return pulumi.get(self, "expression")
184
+
185
+ @expression.setter
186
+ def expression(self, value: pulumi.Input[str]):
187
+ pulumi.set(self, "expression", value)
188
+
189
+ @property
190
+ @pulumi.getter
191
+ def title(self) -> pulumi.Input[str]:
192
+ """
193
+ A title for the expression, i.e. a short string describing its purpose.
194
+ """
195
+ return pulumi.get(self, "title")
196
+
197
+ @title.setter
198
+ def title(self, value: pulumi.Input[str]):
199
+ pulumi.set(self, "title", value)
200
+
201
+ @property
202
+ @pulumi.getter
203
+ def description(self) -> Optional[pulumi.Input[str]]:
204
+ return pulumi.get(self, "description")
205
+
206
+ @description.setter
207
+ def description(self, value: Optional[pulumi.Input[str]]):
208
+ pulumi.set(self, "description", value)
209
+
210
+
211
+ if not MYPY:
212
+ class RegionalSecretRotationArgsDict(TypedDict):
213
+ next_rotation_time: NotRequired[pulumi.Input[str]]
214
+ """
215
+ Timestamp in UTC at which the Secret is scheduled to rotate.
216
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine
217
+ fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
218
+ """
219
+ rotation_period: NotRequired[pulumi.Input[str]]
220
+ """
221
+ The Duration between rotation notifications. Must be in seconds and at least 3600s (1h)
222
+ and at most 3153600000s (100 years). If rotationPeriod is set, `next_rotation_time` must
223
+ be set. `next_rotation_time` will be advanced by this period when the service
224
+ automatically sends rotation notifications.
225
+ """
226
+ elif False:
227
+ RegionalSecretRotationArgsDict: TypeAlias = Mapping[str, Any]
228
+
229
+ @pulumi.input_type
230
+ class RegionalSecretRotationArgs:
231
+ def __init__(__self__, *,
232
+ next_rotation_time: Optional[pulumi.Input[str]] = None,
233
+ rotation_period: Optional[pulumi.Input[str]] = None):
234
+ """
235
+ :param pulumi.Input[str] next_rotation_time: Timestamp in UTC at which the Secret is scheduled to rotate.
236
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine
237
+ fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
238
+ :param pulumi.Input[str] rotation_period: The Duration between rotation notifications. Must be in seconds and at least 3600s (1h)
239
+ and at most 3153600000s (100 years). If rotationPeriod is set, `next_rotation_time` must
240
+ be set. `next_rotation_time` will be advanced by this period when the service
241
+ automatically sends rotation notifications.
242
+ """
243
+ if next_rotation_time is not None:
244
+ pulumi.set(__self__, "next_rotation_time", next_rotation_time)
245
+ if rotation_period is not None:
246
+ pulumi.set(__self__, "rotation_period", rotation_period)
247
+
248
+ @property
249
+ @pulumi.getter(name="nextRotationTime")
250
+ def next_rotation_time(self) -> Optional[pulumi.Input[str]]:
251
+ """
252
+ Timestamp in UTC at which the Secret is scheduled to rotate.
253
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine
254
+ fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
255
+ """
256
+ return pulumi.get(self, "next_rotation_time")
257
+
258
+ @next_rotation_time.setter
259
+ def next_rotation_time(self, value: Optional[pulumi.Input[str]]):
260
+ pulumi.set(self, "next_rotation_time", value)
261
+
262
+ @property
263
+ @pulumi.getter(name="rotationPeriod")
264
+ def rotation_period(self) -> Optional[pulumi.Input[str]]:
265
+ """
266
+ The Duration between rotation notifications. Must be in seconds and at least 3600s (1h)
267
+ and at most 3153600000s (100 years). If rotationPeriod is set, `next_rotation_time` must
268
+ be set. `next_rotation_time` will be advanced by this period when the service
269
+ automatically sends rotation notifications.
270
+ """
271
+ return pulumi.get(self, "rotation_period")
272
+
273
+ @rotation_period.setter
274
+ def rotation_period(self, value: Optional[pulumi.Input[str]]):
275
+ pulumi.set(self, "rotation_period", value)
276
+
277
+
278
+ if not MYPY:
279
+ class RegionalSecretTopicArgsDict(TypedDict):
280
+ name: pulumi.Input[str]
281
+ """
282
+ The resource name of the Pub/Sub topic that will be published to, in the following format:
283
+ projects/*/topics/*. For publication to succeed, the Secret Manager Service
284
+ Agent service account must have pubsub.publisher permissions on the topic.
285
+ """
286
+ elif False:
287
+ RegionalSecretTopicArgsDict: TypeAlias = Mapping[str, Any]
288
+
289
+ @pulumi.input_type
290
+ class RegionalSecretTopicArgs:
291
+ def __init__(__self__, *,
292
+ name: pulumi.Input[str]):
293
+ """
294
+ :param pulumi.Input[str] name: The resource name of the Pub/Sub topic that will be published to, in the following format:
295
+ projects/*/topics/*. For publication to succeed, the Secret Manager Service
296
+ Agent service account must have pubsub.publisher permissions on the topic.
297
+ """
298
+ pulumi.set(__self__, "name", name)
299
+
300
+ @property
301
+ @pulumi.getter
302
+ def name(self) -> pulumi.Input[str]:
303
+ """
304
+ The resource name of the Pub/Sub topic that will be published to, in the following format:
305
+ projects/*/topics/*. For publication to succeed, the Secret Manager Service
306
+ Agent service account must have pubsub.publisher permissions on the topic.
307
+ """
308
+ return pulumi.get(self, "name")
309
+
310
+ @name.setter
311
+ def name(self, value: pulumi.Input[str]):
312
+ pulumi.set(self, "name", value)
313
+
314
+
315
+ if not MYPY:
316
+ class RegionalSecretVersionCustomerManagedEncryptionArgsDict(TypedDict):
317
+ kms_key_version_name: NotRequired[pulumi.Input[str]]
318
+ """
319
+ (Output)
320
+ The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
321
+ """
322
+ elif False:
323
+ RegionalSecretVersionCustomerManagedEncryptionArgsDict: TypeAlias = Mapping[str, Any]
324
+
325
+ @pulumi.input_type
326
+ class RegionalSecretVersionCustomerManagedEncryptionArgs:
327
+ def __init__(__self__, *,
328
+ kms_key_version_name: Optional[pulumi.Input[str]] = None):
329
+ """
330
+ :param pulumi.Input[str] kms_key_version_name: (Output)
331
+ The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
332
+ """
333
+ if kms_key_version_name is not None:
334
+ pulumi.set(__self__, "kms_key_version_name", kms_key_version_name)
335
+
336
+ @property
337
+ @pulumi.getter(name="kmsKeyVersionName")
338
+ def kms_key_version_name(self) -> Optional[pulumi.Input[str]]:
339
+ """
340
+ (Output)
341
+ The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
342
+ """
343
+ return pulumi.get(self, "kms_key_version_name")
344
+
345
+ @kms_key_version_name.setter
346
+ def kms_key_version_name(self, value: Optional[pulumi.Input[str]]):
347
+ pulumi.set(self, "kms_key_version_name", value)
348
+
349
+
42
350
  if not MYPY:
43
351
  class SecretIamBindingConditionArgsDict(TypedDict):
44
352
  expression: pulumi.Input[str]