pulumi-gcp 8.5.0__py3-none-any.whl → 8.5.0a1727969630__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +0 -24
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/bigtable/gc_policy.py +0 -7
- pulumi_gcp/compute/_inputs.py +15 -299
- pulumi_gcp/compute/backend_service.py +7 -111
- pulumi_gcp/compute/get_backend_service.py +1 -11
- pulumi_gcp/compute/network.py +0 -236
- pulumi_gcp/compute/outputs.py +14 -399
- pulumi_gcp/compute/region_backend_service.py +7 -115
- pulumi_gcp/compute/route.py +0 -92
- pulumi_gcp/compute/subnetwork.py +2 -2
- pulumi_gcp/container/_inputs.py +0 -94
- pulumi_gcp/container/aws_node_pool.py +0 -59
- pulumi_gcp/container/outputs.py +0 -79
- pulumi_gcp/dataproc/__init__.py +0 -1
- pulumi_gcp/dataproc/_inputs.py +0 -1394
- pulumi_gcp/dataproc/outputs.py +0 -1127
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/healthcare/__init__.py +0 -1
- pulumi_gcp/healthcare/_inputs.py +0 -538
- pulumi_gcp/healthcare/outputs.py +0 -467
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/logging/log_scope.py +7 -7
- pulumi_gcp/networkconnectivity/spoke.py +10 -10
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/pubsub/_inputs.py +1 -333
- pulumi_gcp/pubsub/outputs.py +2 -410
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic.py +0 -44
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/repository.py +2 -0
- pulumi_gcp/securityposture/posture.py +2 -0
- pulumi_gcp/securityposture/posture_deployment.py +2 -0
- pulumi_gcp/serviceusage/consumer_quota_override.py +2 -0
- pulumi_gcp/siteverification/__init__.py +0 -1
- pulumi_gcp/sourcerepo/get_repository.py +1 -11
- pulumi_gcp/sourcerepo/repository.py +0 -47
- pulumi_gcp/tags/tag_key.py +7 -7
- pulumi_gcp/tags/tag_value.py +7 -7
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- {pulumi_gcp-8.5.0.dist-info → pulumi_gcp-8.5.0a1727969630.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.5.0.dist-info → pulumi_gcp-8.5.0a1727969630.dist-info}/RECORD +49 -52
- pulumi_gcp/dataproc/batch.py +0 -1514
- pulumi_gcp/healthcare/pipeline_job.py +0 -1233
- pulumi_gcp/siteverification/owner.py +0 -398
- {pulumi_gcp-8.5.0.dist-info → pulumi_gcp-8.5.0a1727969630.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.5.0.dist-info → pulumi_gcp-8.5.0a1727969630.dist-info}/top_level.txt +0 -0
pulumi_gcp/pubsub/outputs.py
CHANGED
@@ -38,11 +38,6 @@ __all__ = [
|
|
38
38
|
'TopicIAMMemberCondition',
|
39
39
|
'TopicIngestionDataSourceSettings',
|
40
40
|
'TopicIngestionDataSourceSettingsAwsKinesis',
|
41
|
-
'TopicIngestionDataSourceSettingsCloudStorage',
|
42
|
-
'TopicIngestionDataSourceSettingsCloudStorageAvroFormat',
|
43
|
-
'TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormat',
|
44
|
-
'TopicIngestionDataSourceSettingsCloudStorageTextFormat',
|
45
|
-
'TopicIngestionDataSourceSettingsPlatformLogsSettings',
|
46
41
|
'TopicMessageStoragePolicy',
|
47
42
|
'TopicSchemaSettings',
|
48
43
|
'GetSubscriptionBigqueryConfigResult',
|
@@ -56,11 +51,6 @@ __all__ = [
|
|
56
51
|
'GetSubscriptionRetryPolicyResult',
|
57
52
|
'GetTopicIngestionDataSourceSettingResult',
|
58
53
|
'GetTopicIngestionDataSourceSettingAwsKineseResult',
|
59
|
-
'GetTopicIngestionDataSourceSettingCloudStorageResult',
|
60
|
-
'GetTopicIngestionDataSourceSettingCloudStorageAvroFormatResult',
|
61
|
-
'GetTopicIngestionDataSourceSettingCloudStoragePubsubAvroFormatResult',
|
62
|
-
'GetTopicIngestionDataSourceSettingCloudStorageTextFormatResult',
|
63
|
-
'GetTopicIngestionDataSourceSettingPlatformLogsSettingResult',
|
64
54
|
'GetTopicMessageStoragePolicyResult',
|
65
55
|
'GetTopicSchemaSettingResult',
|
66
56
|
]
|
@@ -1165,10 +1155,6 @@ class TopicIngestionDataSourceSettings(dict):
|
|
1165
1155
|
suggest = None
|
1166
1156
|
if key == "awsKinesis":
|
1167
1157
|
suggest = "aws_kinesis"
|
1168
|
-
elif key == "cloudStorage":
|
1169
|
-
suggest = "cloud_storage"
|
1170
|
-
elif key == "platformLogsSettings":
|
1171
|
-
suggest = "platform_logs_settings"
|
1172
1158
|
|
1173
1159
|
if suggest:
|
1174
1160
|
pulumi.log.warn(f"Key '{key}' not found in TopicIngestionDataSourceSettings. Access the value via the '{suggest}' property getter instead.")
|
@@ -1182,24 +1168,13 @@ class TopicIngestionDataSourceSettings(dict):
|
|
1182
1168
|
return super().get(key, default)
|
1183
1169
|
|
1184
1170
|
def __init__(__self__, *,
|
1185
|
-
aws_kinesis: Optional['outputs.TopicIngestionDataSourceSettingsAwsKinesis'] = None
|
1186
|
-
cloud_storage: Optional['outputs.TopicIngestionDataSourceSettingsCloudStorage'] = None,
|
1187
|
-
platform_logs_settings: Optional['outputs.TopicIngestionDataSourceSettingsPlatformLogsSettings'] = None):
|
1171
|
+
aws_kinesis: Optional['outputs.TopicIngestionDataSourceSettingsAwsKinesis'] = None):
|
1188
1172
|
"""
|
1189
1173
|
:param 'TopicIngestionDataSourceSettingsAwsKinesisArgs' aws_kinesis: Settings for ingestion from Amazon Kinesis Data Streams.
|
1190
1174
|
Structure is documented below.
|
1191
|
-
:param 'TopicIngestionDataSourceSettingsCloudStorageArgs' cloud_storage: Settings for ingestion from Cloud Storage.
|
1192
|
-
Structure is documented below.
|
1193
|
-
:param 'TopicIngestionDataSourceSettingsPlatformLogsSettingsArgs' platform_logs_settings: Settings for Platform Logs regarding ingestion to Pub/Sub. If unset,
|
1194
|
-
no Platform Logs will be generated.'
|
1195
|
-
Structure is documented below.
|
1196
1175
|
"""
|
1197
1176
|
if aws_kinesis is not None:
|
1198
1177
|
pulumi.set(__self__, "aws_kinesis", aws_kinesis)
|
1199
|
-
if cloud_storage is not None:
|
1200
|
-
pulumi.set(__self__, "cloud_storage", cloud_storage)
|
1201
|
-
if platform_logs_settings is not None:
|
1202
|
-
pulumi.set(__self__, "platform_logs_settings", platform_logs_settings)
|
1203
1178
|
|
1204
1179
|
@property
|
1205
1180
|
@pulumi.getter(name="awsKinesis")
|
@@ -1210,25 +1185,6 @@ class TopicIngestionDataSourceSettings(dict):
|
|
1210
1185
|
"""
|
1211
1186
|
return pulumi.get(self, "aws_kinesis")
|
1212
1187
|
|
1213
|
-
@property
|
1214
|
-
@pulumi.getter(name="cloudStorage")
|
1215
|
-
def cloud_storage(self) -> Optional['outputs.TopicIngestionDataSourceSettingsCloudStorage']:
|
1216
|
-
"""
|
1217
|
-
Settings for ingestion from Cloud Storage.
|
1218
|
-
Structure is documented below.
|
1219
|
-
"""
|
1220
|
-
return pulumi.get(self, "cloud_storage")
|
1221
|
-
|
1222
|
-
@property
|
1223
|
-
@pulumi.getter(name="platformLogsSettings")
|
1224
|
-
def platform_logs_settings(self) -> Optional['outputs.TopicIngestionDataSourceSettingsPlatformLogsSettings']:
|
1225
|
-
"""
|
1226
|
-
Settings for Platform Logs regarding ingestion to Pub/Sub. If unset,
|
1227
|
-
no Platform Logs will be generated.'
|
1228
|
-
Structure is documented below.
|
1229
|
-
"""
|
1230
|
-
return pulumi.get(self, "platform_logs_settings")
|
1231
|
-
|
1232
1188
|
|
1233
1189
|
@pulumi.output_type
|
1234
1190
|
class TopicIngestionDataSourceSettingsAwsKinesis(dict):
|
@@ -1318,195 +1274,6 @@ class TopicIngestionDataSourceSettingsAwsKinesis(dict):
|
|
1318
1274
|
return pulumi.get(self, "stream_arn")
|
1319
1275
|
|
1320
1276
|
|
1321
|
-
@pulumi.output_type
|
1322
|
-
class TopicIngestionDataSourceSettingsCloudStorage(dict):
|
1323
|
-
@staticmethod
|
1324
|
-
def __key_warning(key: str):
|
1325
|
-
suggest = None
|
1326
|
-
if key == "avroFormat":
|
1327
|
-
suggest = "avro_format"
|
1328
|
-
elif key == "matchGlob":
|
1329
|
-
suggest = "match_glob"
|
1330
|
-
elif key == "minimumObjectCreateTime":
|
1331
|
-
suggest = "minimum_object_create_time"
|
1332
|
-
elif key == "pubsubAvroFormat":
|
1333
|
-
suggest = "pubsub_avro_format"
|
1334
|
-
elif key == "textFormat":
|
1335
|
-
suggest = "text_format"
|
1336
|
-
|
1337
|
-
if suggest:
|
1338
|
-
pulumi.log.warn(f"Key '{key}' not found in TopicIngestionDataSourceSettingsCloudStorage. Access the value via the '{suggest}' property getter instead.")
|
1339
|
-
|
1340
|
-
def __getitem__(self, key: str) -> Any:
|
1341
|
-
TopicIngestionDataSourceSettingsCloudStorage.__key_warning(key)
|
1342
|
-
return super().__getitem__(key)
|
1343
|
-
|
1344
|
-
def get(self, key: str, default = None) -> Any:
|
1345
|
-
TopicIngestionDataSourceSettingsCloudStorage.__key_warning(key)
|
1346
|
-
return super().get(key, default)
|
1347
|
-
|
1348
|
-
def __init__(__self__, *,
|
1349
|
-
bucket: str,
|
1350
|
-
avro_format: Optional['outputs.TopicIngestionDataSourceSettingsCloudStorageAvroFormat'] = None,
|
1351
|
-
match_glob: Optional[str] = None,
|
1352
|
-
minimum_object_create_time: Optional[str] = None,
|
1353
|
-
pubsub_avro_format: Optional['outputs.TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormat'] = None,
|
1354
|
-
text_format: Optional['outputs.TopicIngestionDataSourceSettingsCloudStorageTextFormat'] = None):
|
1355
|
-
"""
|
1356
|
-
:param str bucket: Cloud Storage bucket. The bucket name must be without any
|
1357
|
-
prefix like "gs://". See the bucket naming requirements:
|
1358
|
-
https://cloud.google.com/storage/docs/buckets#naming.
|
1359
|
-
:param 'TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgs' avro_format: Configuration for reading Cloud Storage data in Avro binary format. The
|
1360
|
-
bytes of each object will be set to the `data` field of a Pub/Sub message.
|
1361
|
-
:param str match_glob: Glob pattern used to match objects that will be ingested. If unset, all
|
1362
|
-
objects will be ingested. See the supported patterns:
|
1363
|
-
https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
|
1364
|
-
:param str minimum_object_create_time: The timestamp set in RFC3339 text format. If set, only objects with a
|
1365
|
-
larger or equal timestamp will be ingested. Unset by default, meaning
|
1366
|
-
all objects will be ingested.
|
1367
|
-
:param 'TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgs' pubsub_avro_format: Configuration for reading Cloud Storage data written via Cloud Storage
|
1368
|
-
subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The
|
1369
|
-
data and attributes fields of the originally exported Pub/Sub message
|
1370
|
-
will be restored when publishing.
|
1371
|
-
:param 'TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs' text_format: Configuration for reading Cloud Storage data in text format. Each line of
|
1372
|
-
text as specified by the delimiter will be set to the `data` field of a
|
1373
|
-
Pub/Sub message.
|
1374
|
-
Structure is documented below.
|
1375
|
-
"""
|
1376
|
-
pulumi.set(__self__, "bucket", bucket)
|
1377
|
-
if avro_format is not None:
|
1378
|
-
pulumi.set(__self__, "avro_format", avro_format)
|
1379
|
-
if match_glob is not None:
|
1380
|
-
pulumi.set(__self__, "match_glob", match_glob)
|
1381
|
-
if minimum_object_create_time is not None:
|
1382
|
-
pulumi.set(__self__, "minimum_object_create_time", minimum_object_create_time)
|
1383
|
-
if pubsub_avro_format is not None:
|
1384
|
-
pulumi.set(__self__, "pubsub_avro_format", pubsub_avro_format)
|
1385
|
-
if text_format is not None:
|
1386
|
-
pulumi.set(__self__, "text_format", text_format)
|
1387
|
-
|
1388
|
-
@property
|
1389
|
-
@pulumi.getter
|
1390
|
-
def bucket(self) -> str:
|
1391
|
-
"""
|
1392
|
-
Cloud Storage bucket. The bucket name must be without any
|
1393
|
-
prefix like "gs://". See the bucket naming requirements:
|
1394
|
-
https://cloud.google.com/storage/docs/buckets#naming.
|
1395
|
-
"""
|
1396
|
-
return pulumi.get(self, "bucket")
|
1397
|
-
|
1398
|
-
@property
|
1399
|
-
@pulumi.getter(name="avroFormat")
|
1400
|
-
def avro_format(self) -> Optional['outputs.TopicIngestionDataSourceSettingsCloudStorageAvroFormat']:
|
1401
|
-
"""
|
1402
|
-
Configuration for reading Cloud Storage data in Avro binary format. The
|
1403
|
-
bytes of each object will be set to the `data` field of a Pub/Sub message.
|
1404
|
-
"""
|
1405
|
-
return pulumi.get(self, "avro_format")
|
1406
|
-
|
1407
|
-
@property
|
1408
|
-
@pulumi.getter(name="matchGlob")
|
1409
|
-
def match_glob(self) -> Optional[str]:
|
1410
|
-
"""
|
1411
|
-
Glob pattern used to match objects that will be ingested. If unset, all
|
1412
|
-
objects will be ingested. See the supported patterns:
|
1413
|
-
https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
|
1414
|
-
"""
|
1415
|
-
return pulumi.get(self, "match_glob")
|
1416
|
-
|
1417
|
-
@property
|
1418
|
-
@pulumi.getter(name="minimumObjectCreateTime")
|
1419
|
-
def minimum_object_create_time(self) -> Optional[str]:
|
1420
|
-
"""
|
1421
|
-
The timestamp set in RFC3339 text format. If set, only objects with a
|
1422
|
-
larger or equal timestamp will be ingested. Unset by default, meaning
|
1423
|
-
all objects will be ingested.
|
1424
|
-
"""
|
1425
|
-
return pulumi.get(self, "minimum_object_create_time")
|
1426
|
-
|
1427
|
-
@property
|
1428
|
-
@pulumi.getter(name="pubsubAvroFormat")
|
1429
|
-
def pubsub_avro_format(self) -> Optional['outputs.TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormat']:
|
1430
|
-
"""
|
1431
|
-
Configuration for reading Cloud Storage data written via Cloud Storage
|
1432
|
-
subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The
|
1433
|
-
data and attributes fields of the originally exported Pub/Sub message
|
1434
|
-
will be restored when publishing.
|
1435
|
-
"""
|
1436
|
-
return pulumi.get(self, "pubsub_avro_format")
|
1437
|
-
|
1438
|
-
@property
|
1439
|
-
@pulumi.getter(name="textFormat")
|
1440
|
-
def text_format(self) -> Optional['outputs.TopicIngestionDataSourceSettingsCloudStorageTextFormat']:
|
1441
|
-
"""
|
1442
|
-
Configuration for reading Cloud Storage data in text format. Each line of
|
1443
|
-
text as specified by the delimiter will be set to the `data` field of a
|
1444
|
-
Pub/Sub message.
|
1445
|
-
Structure is documented below.
|
1446
|
-
"""
|
1447
|
-
return pulumi.get(self, "text_format")
|
1448
|
-
|
1449
|
-
|
1450
|
-
@pulumi.output_type
|
1451
|
-
class TopicIngestionDataSourceSettingsCloudStorageAvroFormat(dict):
|
1452
|
-
def __init__(__self__):
|
1453
|
-
pass
|
1454
|
-
|
1455
|
-
|
1456
|
-
@pulumi.output_type
|
1457
|
-
class TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormat(dict):
|
1458
|
-
def __init__(__self__):
|
1459
|
-
pass
|
1460
|
-
|
1461
|
-
|
1462
|
-
@pulumi.output_type
|
1463
|
-
class TopicIngestionDataSourceSettingsCloudStorageTextFormat(dict):
|
1464
|
-
def __init__(__self__, *,
|
1465
|
-
delimiter: Optional[str] = None):
|
1466
|
-
"""
|
1467
|
-
:param str delimiter: The delimiter to use when using the 'text' format. Each line of text as
|
1468
|
-
specified by the delimiter will be set to the 'data' field of a Pub/Sub
|
1469
|
-
message. When unset, '\\n' is used.
|
1470
|
-
"""
|
1471
|
-
if delimiter is not None:
|
1472
|
-
pulumi.set(__self__, "delimiter", delimiter)
|
1473
|
-
|
1474
|
-
@property
|
1475
|
-
@pulumi.getter
|
1476
|
-
def delimiter(self) -> Optional[str]:
|
1477
|
-
"""
|
1478
|
-
The delimiter to use when using the 'text' format. Each line of text as
|
1479
|
-
specified by the delimiter will be set to the 'data' field of a Pub/Sub
|
1480
|
-
message. When unset, '\\n' is used.
|
1481
|
-
"""
|
1482
|
-
return pulumi.get(self, "delimiter")
|
1483
|
-
|
1484
|
-
|
1485
|
-
@pulumi.output_type
|
1486
|
-
class TopicIngestionDataSourceSettingsPlatformLogsSettings(dict):
|
1487
|
-
def __init__(__self__, *,
|
1488
|
-
severity: Optional[str] = None):
|
1489
|
-
"""
|
1490
|
-
:param str severity: The minimum severity level of Platform Logs that will be written. If unspecified,
|
1491
|
-
no Platform Logs will be written.
|
1492
|
-
Default value is `SEVERITY_UNSPECIFIED`.
|
1493
|
-
Possible values are: `SEVERITY_UNSPECIFIED`, `DISABLED`, `DEBUG`, `INFO`, `WARNING`, `ERROR`.
|
1494
|
-
"""
|
1495
|
-
if severity is not None:
|
1496
|
-
pulumi.set(__self__, "severity", severity)
|
1497
|
-
|
1498
|
-
@property
|
1499
|
-
@pulumi.getter
|
1500
|
-
def severity(self) -> Optional[str]:
|
1501
|
-
"""
|
1502
|
-
The minimum severity level of Platform Logs that will be written. If unspecified,
|
1503
|
-
no Platform Logs will be written.
|
1504
|
-
Default value is `SEVERITY_UNSPECIFIED`.
|
1505
|
-
Possible values are: `SEVERITY_UNSPECIFIED`, `DISABLED`, `DEBUG`, `INFO`, `WARNING`, `ERROR`.
|
1506
|
-
"""
|
1507
|
-
return pulumi.get(self, "severity")
|
1508
|
-
|
1509
|
-
|
1510
1277
|
@pulumi.output_type
|
1511
1278
|
class TopicMessageStoragePolicy(dict):
|
1512
1279
|
@staticmethod
|
@@ -2138,18 +1905,11 @@ class GetSubscriptionRetryPolicyResult(dict):
|
|
2138
1905
|
@pulumi.output_type
|
2139
1906
|
class GetTopicIngestionDataSourceSettingResult(dict):
|
2140
1907
|
def __init__(__self__, *,
|
2141
|
-
aws_kineses: Sequence['outputs.GetTopicIngestionDataSourceSettingAwsKineseResult']
|
2142
|
-
cloud_storages: Sequence['outputs.GetTopicIngestionDataSourceSettingCloudStorageResult'],
|
2143
|
-
platform_logs_settings: Sequence['outputs.GetTopicIngestionDataSourceSettingPlatformLogsSettingResult']):
|
1908
|
+
aws_kineses: Sequence['outputs.GetTopicIngestionDataSourceSettingAwsKineseResult']):
|
2144
1909
|
"""
|
2145
1910
|
:param Sequence['GetTopicIngestionDataSourceSettingAwsKineseArgs'] aws_kineses: Settings for ingestion from Amazon Kinesis Data Streams.
|
2146
|
-
:param Sequence['GetTopicIngestionDataSourceSettingCloudStorageArgs'] cloud_storages: Settings for ingestion from Cloud Storage.
|
2147
|
-
:param Sequence['GetTopicIngestionDataSourceSettingPlatformLogsSettingArgs'] platform_logs_settings: Settings for Platform Logs regarding ingestion to Pub/Sub. If unset,
|
2148
|
-
no Platform Logs will be generated.'
|
2149
1911
|
"""
|
2150
1912
|
pulumi.set(__self__, "aws_kineses", aws_kineses)
|
2151
|
-
pulumi.set(__self__, "cloud_storages", cloud_storages)
|
2152
|
-
pulumi.set(__self__, "platform_logs_settings", platform_logs_settings)
|
2153
1913
|
|
2154
1914
|
@property
|
2155
1915
|
@pulumi.getter(name="awsKineses")
|
@@ -2159,23 +1919,6 @@ class GetTopicIngestionDataSourceSettingResult(dict):
|
|
2159
1919
|
"""
|
2160
1920
|
return pulumi.get(self, "aws_kineses")
|
2161
1921
|
|
2162
|
-
@property
|
2163
|
-
@pulumi.getter(name="cloudStorages")
|
2164
|
-
def cloud_storages(self) -> Sequence['outputs.GetTopicIngestionDataSourceSettingCloudStorageResult']:
|
2165
|
-
"""
|
2166
|
-
Settings for ingestion from Cloud Storage.
|
2167
|
-
"""
|
2168
|
-
return pulumi.get(self, "cloud_storages")
|
2169
|
-
|
2170
|
-
@property
|
2171
|
-
@pulumi.getter(name="platformLogsSettings")
|
2172
|
-
def platform_logs_settings(self) -> Sequence['outputs.GetTopicIngestionDataSourceSettingPlatformLogsSettingResult']:
|
2173
|
-
"""
|
2174
|
-
Settings for Platform Logs regarding ingestion to Pub/Sub. If unset,
|
2175
|
-
no Platform Logs will be generated.'
|
2176
|
-
"""
|
2177
|
-
return pulumi.get(self, "platform_logs_settings")
|
2178
|
-
|
2179
1922
|
|
2180
1923
|
@pulumi.output_type
|
2181
1924
|
class GetTopicIngestionDataSourceSettingAwsKineseResult(dict):
|
@@ -2242,157 +1985,6 @@ class GetTopicIngestionDataSourceSettingAwsKineseResult(dict):
|
|
2242
1985
|
return pulumi.get(self, "stream_arn")
|
2243
1986
|
|
2244
1987
|
|
2245
|
-
@pulumi.output_type
|
2246
|
-
class GetTopicIngestionDataSourceSettingCloudStorageResult(dict):
|
2247
|
-
def __init__(__self__, *,
|
2248
|
-
avro_formats: Sequence['outputs.GetTopicIngestionDataSourceSettingCloudStorageAvroFormatResult'],
|
2249
|
-
bucket: str,
|
2250
|
-
match_glob: str,
|
2251
|
-
minimum_object_create_time: str,
|
2252
|
-
pubsub_avro_formats: Sequence['outputs.GetTopicIngestionDataSourceSettingCloudStoragePubsubAvroFormatResult'],
|
2253
|
-
text_formats: Sequence['outputs.GetTopicIngestionDataSourceSettingCloudStorageTextFormatResult']):
|
2254
|
-
"""
|
2255
|
-
:param Sequence['GetTopicIngestionDataSourceSettingCloudStorageAvroFormatArgs'] avro_formats: Configuration for reading Cloud Storage data in Avro binary format. The
|
2256
|
-
bytes of each object will be set to the 'data' field of a Pub/Sub message.
|
2257
|
-
:param str bucket: Cloud Storage bucket. The bucket name must be without any
|
2258
|
-
prefix like "gs://". See the bucket naming requirements:
|
2259
|
-
https://cloud.google.com/storage/docs/buckets#naming.
|
2260
|
-
:param str match_glob: Glob pattern used to match objects that will be ingested. If unset, all
|
2261
|
-
objects will be ingested. See the supported patterns:
|
2262
|
-
https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
|
2263
|
-
:param str minimum_object_create_time: The timestamp set in RFC3339 text format. If set, only objects with a
|
2264
|
-
larger or equal timestamp will be ingested. Unset by default, meaning
|
2265
|
-
all objects will be ingested.
|
2266
|
-
:param Sequence['GetTopicIngestionDataSourceSettingCloudStoragePubsubAvroFormatArgs'] pubsub_avro_formats: Configuration for reading Cloud Storage data written via Cloud Storage
|
2267
|
-
subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The
|
2268
|
-
data and attributes fields of the originally exported Pub/Sub message
|
2269
|
-
will be restored when publishing.
|
2270
|
-
:param Sequence['GetTopicIngestionDataSourceSettingCloudStorageTextFormatArgs'] text_formats: Configuration for reading Cloud Storage data in text format. Each line of
|
2271
|
-
text as specified by the delimiter will be set to the 'data' field of a
|
2272
|
-
Pub/Sub message.
|
2273
|
-
"""
|
2274
|
-
pulumi.set(__self__, "avro_formats", avro_formats)
|
2275
|
-
pulumi.set(__self__, "bucket", bucket)
|
2276
|
-
pulumi.set(__self__, "match_glob", match_glob)
|
2277
|
-
pulumi.set(__self__, "minimum_object_create_time", minimum_object_create_time)
|
2278
|
-
pulumi.set(__self__, "pubsub_avro_formats", pubsub_avro_formats)
|
2279
|
-
pulumi.set(__self__, "text_formats", text_formats)
|
2280
|
-
|
2281
|
-
@property
|
2282
|
-
@pulumi.getter(name="avroFormats")
|
2283
|
-
def avro_formats(self) -> Sequence['outputs.GetTopicIngestionDataSourceSettingCloudStorageAvroFormatResult']:
|
2284
|
-
"""
|
2285
|
-
Configuration for reading Cloud Storage data in Avro binary format. The
|
2286
|
-
bytes of each object will be set to the 'data' field of a Pub/Sub message.
|
2287
|
-
"""
|
2288
|
-
return pulumi.get(self, "avro_formats")
|
2289
|
-
|
2290
|
-
@property
|
2291
|
-
@pulumi.getter
|
2292
|
-
def bucket(self) -> str:
|
2293
|
-
"""
|
2294
|
-
Cloud Storage bucket. The bucket name must be without any
|
2295
|
-
prefix like "gs://". See the bucket naming requirements:
|
2296
|
-
https://cloud.google.com/storage/docs/buckets#naming.
|
2297
|
-
"""
|
2298
|
-
return pulumi.get(self, "bucket")
|
2299
|
-
|
2300
|
-
@property
|
2301
|
-
@pulumi.getter(name="matchGlob")
|
2302
|
-
def match_glob(self) -> str:
|
2303
|
-
"""
|
2304
|
-
Glob pattern used to match objects that will be ingested. If unset, all
|
2305
|
-
objects will be ingested. See the supported patterns:
|
2306
|
-
https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
|
2307
|
-
"""
|
2308
|
-
return pulumi.get(self, "match_glob")
|
2309
|
-
|
2310
|
-
@property
|
2311
|
-
@pulumi.getter(name="minimumObjectCreateTime")
|
2312
|
-
def minimum_object_create_time(self) -> str:
|
2313
|
-
"""
|
2314
|
-
The timestamp set in RFC3339 text format. If set, only objects with a
|
2315
|
-
larger or equal timestamp will be ingested. Unset by default, meaning
|
2316
|
-
all objects will be ingested.
|
2317
|
-
"""
|
2318
|
-
return pulumi.get(self, "minimum_object_create_time")
|
2319
|
-
|
2320
|
-
@property
|
2321
|
-
@pulumi.getter(name="pubsubAvroFormats")
|
2322
|
-
def pubsub_avro_formats(self) -> Sequence['outputs.GetTopicIngestionDataSourceSettingCloudStoragePubsubAvroFormatResult']:
|
2323
|
-
"""
|
2324
|
-
Configuration for reading Cloud Storage data written via Cloud Storage
|
2325
|
-
subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The
|
2326
|
-
data and attributes fields of the originally exported Pub/Sub message
|
2327
|
-
will be restored when publishing.
|
2328
|
-
"""
|
2329
|
-
return pulumi.get(self, "pubsub_avro_formats")
|
2330
|
-
|
2331
|
-
@property
|
2332
|
-
@pulumi.getter(name="textFormats")
|
2333
|
-
def text_formats(self) -> Sequence['outputs.GetTopicIngestionDataSourceSettingCloudStorageTextFormatResult']:
|
2334
|
-
"""
|
2335
|
-
Configuration for reading Cloud Storage data in text format. Each line of
|
2336
|
-
text as specified by the delimiter will be set to the 'data' field of a
|
2337
|
-
Pub/Sub message.
|
2338
|
-
"""
|
2339
|
-
return pulumi.get(self, "text_formats")
|
2340
|
-
|
2341
|
-
|
2342
|
-
@pulumi.output_type
|
2343
|
-
class GetTopicIngestionDataSourceSettingCloudStorageAvroFormatResult(dict):
|
2344
|
-
def __init__(__self__):
|
2345
|
-
pass
|
2346
|
-
|
2347
|
-
|
2348
|
-
@pulumi.output_type
|
2349
|
-
class GetTopicIngestionDataSourceSettingCloudStoragePubsubAvroFormatResult(dict):
|
2350
|
-
def __init__(__self__):
|
2351
|
-
pass
|
2352
|
-
|
2353
|
-
|
2354
|
-
@pulumi.output_type
|
2355
|
-
class GetTopicIngestionDataSourceSettingCloudStorageTextFormatResult(dict):
|
2356
|
-
def __init__(__self__, *,
|
2357
|
-
delimiter: str):
|
2358
|
-
"""
|
2359
|
-
:param str delimiter: The delimiter to use when using the 'text' format. Each line of text as
|
2360
|
-
specified by the delimiter will be set to the 'data' field of a Pub/Sub
|
2361
|
-
message. When unset, '\\n' is used.
|
2362
|
-
"""
|
2363
|
-
pulumi.set(__self__, "delimiter", delimiter)
|
2364
|
-
|
2365
|
-
@property
|
2366
|
-
@pulumi.getter
|
2367
|
-
def delimiter(self) -> str:
|
2368
|
-
"""
|
2369
|
-
The delimiter to use when using the 'text' format. Each line of text as
|
2370
|
-
specified by the delimiter will be set to the 'data' field of a Pub/Sub
|
2371
|
-
message. When unset, '\\n' is used.
|
2372
|
-
"""
|
2373
|
-
return pulumi.get(self, "delimiter")
|
2374
|
-
|
2375
|
-
|
2376
|
-
@pulumi.output_type
|
2377
|
-
class GetTopicIngestionDataSourceSettingPlatformLogsSettingResult(dict):
|
2378
|
-
def __init__(__self__, *,
|
2379
|
-
severity: str):
|
2380
|
-
"""
|
2381
|
-
:param str severity: The minimum severity level of Platform Logs that will be written. If unspecified,
|
2382
|
-
no Platform Logs will be written. Default value: "SEVERITY_UNSPECIFIED" Possible values: ["SEVERITY_UNSPECIFIED", "DISABLED", "DEBUG", "INFO", "WARNING", "ERROR"]
|
2383
|
-
"""
|
2384
|
-
pulumi.set(__self__, "severity", severity)
|
2385
|
-
|
2386
|
-
@property
|
2387
|
-
@pulumi.getter
|
2388
|
-
def severity(self) -> str:
|
2389
|
-
"""
|
2390
|
-
The minimum severity level of Platform Logs that will be written. If unspecified,
|
2391
|
-
no Platform Logs will be written. Default value: "SEVERITY_UNSPECIFIED" Possible values: ["SEVERITY_UNSPECIFIED", "DISABLED", "DEBUG", "INFO", "WARNING", "ERROR"]
|
2392
|
-
"""
|
2393
|
-
return pulumi.get(self, "severity")
|
2394
|
-
|
2395
|
-
|
2396
1988
|
@pulumi.output_type
|
2397
1989
|
class GetTopicMessageStoragePolicyResult(dict):
|
2398
1990
|
def __init__(__self__, *,
|
@@ -1137,7 +1137,7 @@ class Subscription(pulumi.CustomResource):
|
|
1137
1137
|
cloud_storage_config={
|
1138
1138
|
"bucket": example.name,
|
1139
1139
|
"filename_prefix": "pre-",
|
1140
|
-
"filename_suffix": "-
|
1140
|
+
"filename_suffix": "-_91980",
|
1141
1141
|
"filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
|
1142
1142
|
"max_bytes": 1000,
|
1143
1143
|
"max_duration": "300s",
|
@@ -1170,7 +1170,7 @@ class Subscription(pulumi.CustomResource):
|
|
1170
1170
|
cloud_storage_config={
|
1171
1171
|
"bucket": example.name,
|
1172
1172
|
"filename_prefix": "pre-",
|
1173
|
-
"filename_suffix": "-
|
1173
|
+
"filename_suffix": "-_37118",
|
1174
1174
|
"filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
|
1175
1175
|
"max_bytes": 1000,
|
1176
1176
|
"max_duration": "300s",
|
@@ -1209,7 +1209,7 @@ class Subscription(pulumi.CustomResource):
|
|
1209
1209
|
cloud_storage_config={
|
1210
1210
|
"bucket": example.name,
|
1211
1211
|
"filename_prefix": "pre-",
|
1212
|
-
"filename_suffix": "-
|
1212
|
+
"filename_suffix": "-_80332",
|
1213
1213
|
"filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
|
1214
1214
|
"max_bytes": 1000,
|
1215
1215
|
"max_duration": "300s",
|
@@ -1601,7 +1601,7 @@ class Subscription(pulumi.CustomResource):
|
|
1601
1601
|
cloud_storage_config={
|
1602
1602
|
"bucket": example.name,
|
1603
1603
|
"filename_prefix": "pre-",
|
1604
|
-
"filename_suffix": "-
|
1604
|
+
"filename_suffix": "-_91980",
|
1605
1605
|
"filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
|
1606
1606
|
"max_bytes": 1000,
|
1607
1607
|
"max_duration": "300s",
|
@@ -1634,7 +1634,7 @@ class Subscription(pulumi.CustomResource):
|
|
1634
1634
|
cloud_storage_config={
|
1635
1635
|
"bucket": example.name,
|
1636
1636
|
"filename_prefix": "pre-",
|
1637
|
-
"filename_suffix": "-
|
1637
|
+
"filename_suffix": "-_37118",
|
1638
1638
|
"filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
|
1639
1639
|
"max_bytes": 1000,
|
1640
1640
|
"max_duration": "300s",
|
@@ -1673,7 +1673,7 @@ class Subscription(pulumi.CustomResource):
|
|
1673
1673
|
cloud_storage_config={
|
1674
1674
|
"bucket": example.name,
|
1675
1675
|
"filename_prefix": "pre-",
|
1676
|
-
"filename_suffix": "-
|
1676
|
+
"filename_suffix": "-_80332",
|
1677
1677
|
"filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
|
1678
1678
|
"max_bytes": 1000,
|
1679
1679
|
"max_duration": "300s",
|
pulumi_gcp/pubsub/topic.py
CHANGED
@@ -534,28 +534,6 @@ class Topic(pulumi.CustomResource):
|
|
534
534
|
},
|
535
535
|
})
|
536
536
|
```
|
537
|
-
### Pubsub Topic Ingestion Cloud Storage
|
538
|
-
|
539
|
-
```python
|
540
|
-
import pulumi
|
541
|
-
import pulumi_gcp as gcp
|
542
|
-
|
543
|
-
example = gcp.pubsub.Topic("example",
|
544
|
-
name="example-topic",
|
545
|
-
ingestion_data_source_settings={
|
546
|
-
"cloud_storage": {
|
547
|
-
"bucket": "test-bucket",
|
548
|
-
"text_format": {
|
549
|
-
"delimiter": " ",
|
550
|
-
},
|
551
|
-
"minimum_object_create_time": "2024-01-01T00:00:00Z",
|
552
|
-
"match_glob": "foo/**",
|
553
|
-
},
|
554
|
-
"platform_logs_settings": {
|
555
|
-
"severity": "WARNING",
|
556
|
-
},
|
557
|
-
})
|
558
|
-
```
|
559
537
|
|
560
538
|
## Import
|
561
539
|
|
@@ -725,28 +703,6 @@ class Topic(pulumi.CustomResource):
|
|
725
703
|
},
|
726
704
|
})
|
727
705
|
```
|
728
|
-
### Pubsub Topic Ingestion Cloud Storage
|
729
|
-
|
730
|
-
```python
|
731
|
-
import pulumi
|
732
|
-
import pulumi_gcp as gcp
|
733
|
-
|
734
|
-
example = gcp.pubsub.Topic("example",
|
735
|
-
name="example-topic",
|
736
|
-
ingestion_data_source_settings={
|
737
|
-
"cloud_storage": {
|
738
|
-
"bucket": "test-bucket",
|
739
|
-
"text_format": {
|
740
|
-
"delimiter": " ",
|
741
|
-
},
|
742
|
-
"minimum_object_create_time": "2024-01-01T00:00:00Z",
|
743
|
-
"match_glob": "foo/**",
|
744
|
-
},
|
745
|
-
"platform_logs_settings": {
|
746
|
-
"severity": "WARNING",
|
747
|
-
},
|
748
|
-
})
|
749
|
-
```
|
750
706
|
|
751
707
|
## Import
|
752
708
|
|
pulumi_gcp/pulumi-plugin.json
CHANGED
@@ -341,6 +341,7 @@ class Repository(pulumi.CustomResource):
|
|
341
341
|
Repositories store source code. It supports all Git SCM client commands and has built-in pull requests and issue tracking. Both HTTPS and SSH authentication are supported.
|
342
342
|
|
343
343
|
To get more information about Repository, see:
|
344
|
+
|
344
345
|
* How-to Guides
|
345
346
|
* [Official Documentation](https://cloud.google.com/secure-source-manager/docs/overview)
|
346
347
|
|
@@ -436,6 +437,7 @@ class Repository(pulumi.CustomResource):
|
|
436
437
|
Repositories store source code. It supports all Git SCM client commands and has built-in pull requests and issue tracking. Both HTTPS and SSH authentication are supported.
|
437
438
|
|
438
439
|
To get more information about Repository, see:
|
440
|
+
|
439
441
|
* How-to Guides
|
440
442
|
* [Official Documentation](https://cloud.google.com/secure-source-manager/docs/overview)
|
441
443
|
|
@@ -348,6 +348,7 @@ class Posture(pulumi.CustomResource):
|
|
348
348
|
Every update to a deployed posture creates a new posture revision with an updated revision_id.
|
349
349
|
|
350
350
|
To get more information about Posture, see:
|
351
|
+
|
351
352
|
* How-to Guides
|
352
353
|
* [Create and deploy a posture](https://cloud.google.com/security-command-center/docs/how-to-use-security-posture)
|
353
354
|
|
@@ -499,6 +500,7 @@ class Posture(pulumi.CustomResource):
|
|
499
500
|
Every update to a deployed posture creates a new posture revision with an updated revision_id.
|
500
501
|
|
501
502
|
To get more information about Posture, see:
|
503
|
+
|
502
504
|
* How-to Guides
|
503
505
|
* [Create and deploy a posture](https://cloud.google.com/security-command-center/docs/how-to-use-security-posture)
|
504
506
|
|
@@ -459,6 +459,7 @@ class PostureDeployment(pulumi.CustomResource):
|
|
459
459
|
on a resource.
|
460
460
|
|
461
461
|
To get more information about PostureDeployment, see:
|
462
|
+
|
462
463
|
* How-to Guides
|
463
464
|
* [Create and deploy a posture](https://cloud.google.com/security-command-center/docs/how-to-use-security-posture)
|
464
465
|
|
@@ -505,6 +506,7 @@ class PostureDeployment(pulumi.CustomResource):
|
|
505
506
|
on a resource.
|
506
507
|
|
507
508
|
To get more information about PostureDeployment, see:
|
509
|
+
|
508
510
|
* How-to Guides
|
509
511
|
* [Create and deploy a posture](https://cloud.google.com/security-command-center/docs/how-to-use-security-posture)
|
510
512
|
|
@@ -315,6 +315,7 @@ class ConsumerQuotaOverride(pulumi.CustomResource):
|
|
315
315
|
producer overrides, or the default limit of the service.
|
316
316
|
|
317
317
|
To get more information about ConsumerQuotaOverride, see:
|
318
|
+
|
318
319
|
* How-to Guides
|
319
320
|
* [Managing Service Quota](https://cloud.google.com/service-usage/docs/manage-quota)
|
320
321
|
* [REST API documentation](https://cloud.google.com/service-usage/docs/reference/rest/v1beta1/services.consumerQuotaMetrics.limits.consumerOverrides)
|
@@ -441,6 +442,7 @@ class ConsumerQuotaOverride(pulumi.CustomResource):
|
|
441
442
|
producer overrides, or the default limit of the service.
|
442
443
|
|
443
444
|
To get more information about ConsumerQuotaOverride, see:
|
445
|
+
|
444
446
|
* How-to Guides
|
445
447
|
* [Managing Service Quota](https://cloud.google.com/service-usage/docs/manage-quota)
|
446
448
|
* [REST API documentation](https://cloud.google.com/service-usage/docs/reference/rest/v1beta1/services.consumerQuotaMetrics.limits.consumerOverrides)
|