pulumi-gcp 8.18.0a1738650987__py3-none-any.whl → 8.19.0a1738736844__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 +24 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
- pulumi_gcp/alloydb/user.py +10 -1
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/beyondcorp/__init__.py +4 -0
- pulumi_gcp/beyondcorp/_inputs.py +130 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +180 -0
- pulumi_gcp/beyondcorp/outputs.py +76 -0
- pulumi_gcp/beyondcorp/security_gateway.py +52 -25
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +894 -0
- pulumi_gcp/bigquery/_inputs.py +33 -0
- pulumi_gcp/bigquery/dataset.py +7 -7
- pulumi_gcp/bigquery/outputs.py +36 -0
- pulumi_gcp/bigquery/table.py +61 -7
- pulumi_gcp/chronicle/retrohunt.py +0 -16
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +23 -23
- pulumi_gcp/compute/_inputs.py +9 -9
- pulumi_gcp/compute/get_network.py +3 -3
- pulumi_gcp/compute/network.py +7 -7
- pulumi_gcp/compute/outputs.py +6 -6
- pulumi_gcp/compute/router_peer.py +112 -0
- pulumi_gcp/container/_inputs.py +79 -20
- pulumi_gcp/container/outputs.py +75 -12
- pulumi_gcp/dataproc/_inputs.py +34 -0
- pulumi_gcp/dataproc/outputs.py +37 -0
- pulumi_gcp/dataproc/workflow_template.py +47 -0
- pulumi_gcp/firestore/field.py +60 -0
- pulumi_gcp/gkehub/_inputs.py +20 -0
- 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/outputs.py +26 -1
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/netapp/storage_pool.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +76 -14
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/__init__.py +3 -0
- pulumi_gcp/parametermanager/get_parameter_version.py +216 -0
- pulumi_gcp/parametermanager/get_parameters.py +140 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +235 -0
- pulumi_gcp/parametermanager/outputs.py +156 -0
- pulumi_gcp/pubsub/_inputs.py +264 -0
- pulumi_gcp/pubsub/outputs.py +353 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic.py +70 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/lien.py +12 -0
- pulumi_gcp/secretmanager/regional_secret.py +4 -0
- pulumi_gcp/secretmanager/regional_secret_version.py +12 -0
- pulumi_gcp/secretmanager/secret.py +4 -0
- pulumi_gcp/secretmanager/secret_version.py +12 -0
- pulumi_gcp/securityposture/posture.py +4 -0
- pulumi_gcp/securityposture/posture_deployment.py +4 -0
- pulumi_gcp/serviceaccount/get_s.py +98 -8
- pulumi_gcp/spanner/_inputs.py +68 -0
- pulumi_gcp/spanner/backup_schedule.py +70 -4
- pulumi_gcp/spanner/outputs.py +60 -0
- pulumi_gcp/storage/get_bucket_object_content.py +4 -4
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/workflows/workflow.py +175 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0a1738736844.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0a1738736844.dist-info}/RECORD +69 -62
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0a1738736844.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0a1738736844.dist-info}/top_level.txt +0 -0
pulumi_gcp/pubsub/outputs.py
CHANGED
@@ -38,11 +38,13 @@ __all__ = [
|
|
38
38
|
'TopicIAMMemberCondition',
|
39
39
|
'TopicIngestionDataSourceSettings',
|
40
40
|
'TopicIngestionDataSourceSettingsAwsKinesis',
|
41
|
+
'TopicIngestionDataSourceSettingsAwsMsk',
|
41
42
|
'TopicIngestionDataSourceSettingsAzureEventHubs',
|
42
43
|
'TopicIngestionDataSourceSettingsCloudStorage',
|
43
44
|
'TopicIngestionDataSourceSettingsCloudStorageAvroFormat',
|
44
45
|
'TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormat',
|
45
46
|
'TopicIngestionDataSourceSettingsCloudStorageTextFormat',
|
47
|
+
'TopicIngestionDataSourceSettingsConfluentCloud',
|
46
48
|
'TopicIngestionDataSourceSettingsPlatformLogsSettings',
|
47
49
|
'TopicMessageStoragePolicy',
|
48
50
|
'TopicSchemaSettings',
|
@@ -57,11 +59,13 @@ __all__ = [
|
|
57
59
|
'GetSubscriptionRetryPolicyResult',
|
58
60
|
'GetTopicIngestionDataSourceSettingResult',
|
59
61
|
'GetTopicIngestionDataSourceSettingAwsKineseResult',
|
62
|
+
'GetTopicIngestionDataSourceSettingAwsMskResult',
|
60
63
|
'GetTopicIngestionDataSourceSettingAzureEventHubResult',
|
61
64
|
'GetTopicIngestionDataSourceSettingCloudStorageResult',
|
62
65
|
'GetTopicIngestionDataSourceSettingCloudStorageAvroFormatResult',
|
63
66
|
'GetTopicIngestionDataSourceSettingCloudStoragePubsubAvroFormatResult',
|
64
67
|
'GetTopicIngestionDataSourceSettingCloudStorageTextFormatResult',
|
68
|
+
'GetTopicIngestionDataSourceSettingConfluentCloudResult',
|
65
69
|
'GetTopicIngestionDataSourceSettingPlatformLogsSettingResult',
|
66
70
|
'GetTopicMessageStoragePolicyResult',
|
67
71
|
'GetTopicSchemaSettingResult',
|
@@ -1167,10 +1171,14 @@ class TopicIngestionDataSourceSettings(dict):
|
|
1167
1171
|
suggest = None
|
1168
1172
|
if key == "awsKinesis":
|
1169
1173
|
suggest = "aws_kinesis"
|
1174
|
+
elif key == "awsMsk":
|
1175
|
+
suggest = "aws_msk"
|
1170
1176
|
elif key == "azureEventHubs":
|
1171
1177
|
suggest = "azure_event_hubs"
|
1172
1178
|
elif key == "cloudStorage":
|
1173
1179
|
suggest = "cloud_storage"
|
1180
|
+
elif key == "confluentCloud":
|
1181
|
+
suggest = "confluent_cloud"
|
1174
1182
|
elif key == "platformLogsSettings":
|
1175
1183
|
suggest = "platform_logs_settings"
|
1176
1184
|
|
@@ -1187,26 +1195,36 @@ class TopicIngestionDataSourceSettings(dict):
|
|
1187
1195
|
|
1188
1196
|
def __init__(__self__, *,
|
1189
1197
|
aws_kinesis: Optional['outputs.TopicIngestionDataSourceSettingsAwsKinesis'] = None,
|
1198
|
+
aws_msk: Optional['outputs.TopicIngestionDataSourceSettingsAwsMsk'] = None,
|
1190
1199
|
azure_event_hubs: Optional['outputs.TopicIngestionDataSourceSettingsAzureEventHubs'] = None,
|
1191
1200
|
cloud_storage: Optional['outputs.TopicIngestionDataSourceSettingsCloudStorage'] = None,
|
1201
|
+
confluent_cloud: Optional['outputs.TopicIngestionDataSourceSettingsConfluentCloud'] = None,
|
1192
1202
|
platform_logs_settings: Optional['outputs.TopicIngestionDataSourceSettingsPlatformLogsSettings'] = None):
|
1193
1203
|
"""
|
1194
1204
|
:param 'TopicIngestionDataSourceSettingsAwsKinesisArgs' aws_kinesis: Settings for ingestion from Amazon Kinesis Data Streams.
|
1195
1205
|
Structure is documented below.
|
1206
|
+
:param 'TopicIngestionDataSourceSettingsAwsMskArgs' aws_msk: Settings for ingestion from Amazon Managed Streaming for Apache Kafka.
|
1207
|
+
Structure is documented below.
|
1196
1208
|
:param 'TopicIngestionDataSourceSettingsAzureEventHubsArgs' azure_event_hubs: Settings for ingestion from Azure Event Hubs.
|
1197
1209
|
Structure is documented below.
|
1198
1210
|
:param 'TopicIngestionDataSourceSettingsCloudStorageArgs' cloud_storage: Settings for ingestion from Cloud Storage.
|
1199
1211
|
Structure is documented below.
|
1212
|
+
:param 'TopicIngestionDataSourceSettingsConfluentCloudArgs' confluent_cloud: Settings for ingestion from Confluent Cloud.
|
1213
|
+
Structure is documented below.
|
1200
1214
|
:param 'TopicIngestionDataSourceSettingsPlatformLogsSettingsArgs' platform_logs_settings: Settings for Platform Logs regarding ingestion to Pub/Sub. If unset,
|
1201
1215
|
no Platform Logs will be generated.'
|
1202
1216
|
Structure is documented below.
|
1203
1217
|
"""
|
1204
1218
|
if aws_kinesis is not None:
|
1205
1219
|
pulumi.set(__self__, "aws_kinesis", aws_kinesis)
|
1220
|
+
if aws_msk is not None:
|
1221
|
+
pulumi.set(__self__, "aws_msk", aws_msk)
|
1206
1222
|
if azure_event_hubs is not None:
|
1207
1223
|
pulumi.set(__self__, "azure_event_hubs", azure_event_hubs)
|
1208
1224
|
if cloud_storage is not None:
|
1209
1225
|
pulumi.set(__self__, "cloud_storage", cloud_storage)
|
1226
|
+
if confluent_cloud is not None:
|
1227
|
+
pulumi.set(__self__, "confluent_cloud", confluent_cloud)
|
1210
1228
|
if platform_logs_settings is not None:
|
1211
1229
|
pulumi.set(__self__, "platform_logs_settings", platform_logs_settings)
|
1212
1230
|
|
@@ -1219,6 +1237,15 @@ class TopicIngestionDataSourceSettings(dict):
|
|
1219
1237
|
"""
|
1220
1238
|
return pulumi.get(self, "aws_kinesis")
|
1221
1239
|
|
1240
|
+
@property
|
1241
|
+
@pulumi.getter(name="awsMsk")
|
1242
|
+
def aws_msk(self) -> Optional['outputs.TopicIngestionDataSourceSettingsAwsMsk']:
|
1243
|
+
"""
|
1244
|
+
Settings for ingestion from Amazon Managed Streaming for Apache Kafka.
|
1245
|
+
Structure is documented below.
|
1246
|
+
"""
|
1247
|
+
return pulumi.get(self, "aws_msk")
|
1248
|
+
|
1222
1249
|
@property
|
1223
1250
|
@pulumi.getter(name="azureEventHubs")
|
1224
1251
|
def azure_event_hubs(self) -> Optional['outputs.TopicIngestionDataSourceSettingsAzureEventHubs']:
|
@@ -1237,6 +1264,15 @@ class TopicIngestionDataSourceSettings(dict):
|
|
1237
1264
|
"""
|
1238
1265
|
return pulumi.get(self, "cloud_storage")
|
1239
1266
|
|
1267
|
+
@property
|
1268
|
+
@pulumi.getter(name="confluentCloud")
|
1269
|
+
def confluent_cloud(self) -> Optional['outputs.TopicIngestionDataSourceSettingsConfluentCloud']:
|
1270
|
+
"""
|
1271
|
+
Settings for ingestion from Confluent Cloud.
|
1272
|
+
Structure is documented below.
|
1273
|
+
"""
|
1274
|
+
return pulumi.get(self, "confluent_cloud")
|
1275
|
+
|
1240
1276
|
@property
|
1241
1277
|
@pulumi.getter(name="platformLogsSettings")
|
1242
1278
|
def platform_logs_settings(self) -> Optional['outputs.TopicIngestionDataSourceSettingsPlatformLogsSettings']:
|
@@ -1336,6 +1372,88 @@ class TopicIngestionDataSourceSettingsAwsKinesis(dict):
|
|
1336
1372
|
return pulumi.get(self, "stream_arn")
|
1337
1373
|
|
1338
1374
|
|
1375
|
+
@pulumi.output_type
|
1376
|
+
class TopicIngestionDataSourceSettingsAwsMsk(dict):
|
1377
|
+
@staticmethod
|
1378
|
+
def __key_warning(key: str):
|
1379
|
+
suggest = None
|
1380
|
+
if key == "awsRoleArn":
|
1381
|
+
suggest = "aws_role_arn"
|
1382
|
+
elif key == "clusterArn":
|
1383
|
+
suggest = "cluster_arn"
|
1384
|
+
elif key == "gcpServiceAccount":
|
1385
|
+
suggest = "gcp_service_account"
|
1386
|
+
|
1387
|
+
if suggest:
|
1388
|
+
pulumi.log.warn(f"Key '{key}' not found in TopicIngestionDataSourceSettingsAwsMsk. Access the value via the '{suggest}' property getter instead.")
|
1389
|
+
|
1390
|
+
def __getitem__(self, key: str) -> Any:
|
1391
|
+
TopicIngestionDataSourceSettingsAwsMsk.__key_warning(key)
|
1392
|
+
return super().__getitem__(key)
|
1393
|
+
|
1394
|
+
def get(self, key: str, default = None) -> Any:
|
1395
|
+
TopicIngestionDataSourceSettingsAwsMsk.__key_warning(key)
|
1396
|
+
return super().get(key, default)
|
1397
|
+
|
1398
|
+
def __init__(__self__, *,
|
1399
|
+
aws_role_arn: str,
|
1400
|
+
cluster_arn: str,
|
1401
|
+
gcp_service_account: str,
|
1402
|
+
topic: str):
|
1403
|
+
"""
|
1404
|
+
:param str aws_role_arn: AWS role ARN to be used for Federated Identity authentication with
|
1405
|
+
MSK. Check the Pub/Sub docs for how to set up this role and the
|
1406
|
+
required permissions that need to be attached to it.
|
1407
|
+
:param str cluster_arn: ARN that uniquely identifies the MSK cluster.
|
1408
|
+
:param str gcp_service_account: The GCP service account to be used for Federated Identity authentication
|
1409
|
+
with MSK (via a `AssumeRoleWithWebIdentity` call for the provided
|
1410
|
+
role). The `awsRoleArn` must be set up with `accounts.google.com:sub`
|
1411
|
+
equals to this service account number.
|
1412
|
+
:param str topic: The name of the MSK topic that Pub/Sub will import from.
|
1413
|
+
"""
|
1414
|
+
pulumi.set(__self__, "aws_role_arn", aws_role_arn)
|
1415
|
+
pulumi.set(__self__, "cluster_arn", cluster_arn)
|
1416
|
+
pulumi.set(__self__, "gcp_service_account", gcp_service_account)
|
1417
|
+
pulumi.set(__self__, "topic", topic)
|
1418
|
+
|
1419
|
+
@property
|
1420
|
+
@pulumi.getter(name="awsRoleArn")
|
1421
|
+
def aws_role_arn(self) -> str:
|
1422
|
+
"""
|
1423
|
+
AWS role ARN to be used for Federated Identity authentication with
|
1424
|
+
MSK. Check the Pub/Sub docs for how to set up this role and the
|
1425
|
+
required permissions that need to be attached to it.
|
1426
|
+
"""
|
1427
|
+
return pulumi.get(self, "aws_role_arn")
|
1428
|
+
|
1429
|
+
@property
|
1430
|
+
@pulumi.getter(name="clusterArn")
|
1431
|
+
def cluster_arn(self) -> str:
|
1432
|
+
"""
|
1433
|
+
ARN that uniquely identifies the MSK cluster.
|
1434
|
+
"""
|
1435
|
+
return pulumi.get(self, "cluster_arn")
|
1436
|
+
|
1437
|
+
@property
|
1438
|
+
@pulumi.getter(name="gcpServiceAccount")
|
1439
|
+
def gcp_service_account(self) -> str:
|
1440
|
+
"""
|
1441
|
+
The GCP service account to be used for Federated Identity authentication
|
1442
|
+
with MSK (via a `AssumeRoleWithWebIdentity` call for the provided
|
1443
|
+
role). The `awsRoleArn` must be set up with `accounts.google.com:sub`
|
1444
|
+
equals to this service account number.
|
1445
|
+
"""
|
1446
|
+
return pulumi.get(self, "gcp_service_account")
|
1447
|
+
|
1448
|
+
@property
|
1449
|
+
@pulumi.getter
|
1450
|
+
def topic(self) -> str:
|
1451
|
+
"""
|
1452
|
+
The name of the MSK topic that Pub/Sub will import from.
|
1453
|
+
"""
|
1454
|
+
return pulumi.get(self, "topic")
|
1455
|
+
|
1456
|
+
|
1339
1457
|
@pulumi.output_type
|
1340
1458
|
class TopicIngestionDataSourceSettingsAzureEventHubs(dict):
|
1341
1459
|
@staticmethod
|
@@ -1622,6 +1740,94 @@ class TopicIngestionDataSourceSettingsCloudStorageTextFormat(dict):
|
|
1622
1740
|
return pulumi.get(self, "delimiter")
|
1623
1741
|
|
1624
1742
|
|
1743
|
+
@pulumi.output_type
|
1744
|
+
class TopicIngestionDataSourceSettingsConfluentCloud(dict):
|
1745
|
+
@staticmethod
|
1746
|
+
def __key_warning(key: str):
|
1747
|
+
suggest = None
|
1748
|
+
if key == "bootstrapServer":
|
1749
|
+
suggest = "bootstrap_server"
|
1750
|
+
elif key == "gcpServiceAccount":
|
1751
|
+
suggest = "gcp_service_account"
|
1752
|
+
elif key == "identityPoolId":
|
1753
|
+
suggest = "identity_pool_id"
|
1754
|
+
elif key == "clusterId":
|
1755
|
+
suggest = "cluster_id"
|
1756
|
+
|
1757
|
+
if suggest:
|
1758
|
+
pulumi.log.warn(f"Key '{key}' not found in TopicIngestionDataSourceSettingsConfluentCloud. Access the value via the '{suggest}' property getter instead.")
|
1759
|
+
|
1760
|
+
def __getitem__(self, key: str) -> Any:
|
1761
|
+
TopicIngestionDataSourceSettingsConfluentCloud.__key_warning(key)
|
1762
|
+
return super().__getitem__(key)
|
1763
|
+
|
1764
|
+
def get(self, key: str, default = None) -> Any:
|
1765
|
+
TopicIngestionDataSourceSettingsConfluentCloud.__key_warning(key)
|
1766
|
+
return super().get(key, default)
|
1767
|
+
|
1768
|
+
def __init__(__self__, *,
|
1769
|
+
bootstrap_server: str,
|
1770
|
+
gcp_service_account: str,
|
1771
|
+
identity_pool_id: str,
|
1772
|
+
topic: str,
|
1773
|
+
cluster_id: Optional[str] = None):
|
1774
|
+
"""
|
1775
|
+
:param str bootstrap_server: The Confluent Cloud bootstrap server. The format is url:port.
|
1776
|
+
:param str gcp_service_account: The GCP service account to be used for Federated Identity authentication
|
1777
|
+
with Confluent Cloud.
|
1778
|
+
:param str identity_pool_id: Identity pool ID to be used for Federated Identity authentication with Confluent Cloud.
|
1779
|
+
:param str topic: Name of the Confluent Cloud topic that Pub/Sub will import from.
|
1780
|
+
:param str cluster_id: The Confluent Cloud cluster ID.
|
1781
|
+
"""
|
1782
|
+
pulumi.set(__self__, "bootstrap_server", bootstrap_server)
|
1783
|
+
pulumi.set(__self__, "gcp_service_account", gcp_service_account)
|
1784
|
+
pulumi.set(__self__, "identity_pool_id", identity_pool_id)
|
1785
|
+
pulumi.set(__self__, "topic", topic)
|
1786
|
+
if cluster_id is not None:
|
1787
|
+
pulumi.set(__self__, "cluster_id", cluster_id)
|
1788
|
+
|
1789
|
+
@property
|
1790
|
+
@pulumi.getter(name="bootstrapServer")
|
1791
|
+
def bootstrap_server(self) -> str:
|
1792
|
+
"""
|
1793
|
+
The Confluent Cloud bootstrap server. The format is url:port.
|
1794
|
+
"""
|
1795
|
+
return pulumi.get(self, "bootstrap_server")
|
1796
|
+
|
1797
|
+
@property
|
1798
|
+
@pulumi.getter(name="gcpServiceAccount")
|
1799
|
+
def gcp_service_account(self) -> str:
|
1800
|
+
"""
|
1801
|
+
The GCP service account to be used for Federated Identity authentication
|
1802
|
+
with Confluent Cloud.
|
1803
|
+
"""
|
1804
|
+
return pulumi.get(self, "gcp_service_account")
|
1805
|
+
|
1806
|
+
@property
|
1807
|
+
@pulumi.getter(name="identityPoolId")
|
1808
|
+
def identity_pool_id(self) -> str:
|
1809
|
+
"""
|
1810
|
+
Identity pool ID to be used for Federated Identity authentication with Confluent Cloud.
|
1811
|
+
"""
|
1812
|
+
return pulumi.get(self, "identity_pool_id")
|
1813
|
+
|
1814
|
+
@property
|
1815
|
+
@pulumi.getter
|
1816
|
+
def topic(self) -> str:
|
1817
|
+
"""
|
1818
|
+
Name of the Confluent Cloud topic that Pub/Sub will import from.
|
1819
|
+
"""
|
1820
|
+
return pulumi.get(self, "topic")
|
1821
|
+
|
1822
|
+
@property
|
1823
|
+
@pulumi.getter(name="clusterId")
|
1824
|
+
def cluster_id(self) -> Optional[str]:
|
1825
|
+
"""
|
1826
|
+
The Confluent Cloud cluster ID.
|
1827
|
+
"""
|
1828
|
+
return pulumi.get(self, "cluster_id")
|
1829
|
+
|
1830
|
+
|
1625
1831
|
@pulumi.output_type
|
1626
1832
|
class TopicIngestionDataSourceSettingsPlatformLogsSettings(dict):
|
1627
1833
|
def __init__(__self__, *,
|
@@ -2299,19 +2505,25 @@ class GetSubscriptionRetryPolicyResult(dict):
|
|
2299
2505
|
class GetTopicIngestionDataSourceSettingResult(dict):
|
2300
2506
|
def __init__(__self__, *,
|
2301
2507
|
aws_kineses: Sequence['outputs.GetTopicIngestionDataSourceSettingAwsKineseResult'],
|
2508
|
+
aws_msks: Sequence['outputs.GetTopicIngestionDataSourceSettingAwsMskResult'],
|
2302
2509
|
azure_event_hubs: Sequence['outputs.GetTopicIngestionDataSourceSettingAzureEventHubResult'],
|
2303
2510
|
cloud_storages: Sequence['outputs.GetTopicIngestionDataSourceSettingCloudStorageResult'],
|
2511
|
+
confluent_clouds: Sequence['outputs.GetTopicIngestionDataSourceSettingConfluentCloudResult'],
|
2304
2512
|
platform_logs_settings: Sequence['outputs.GetTopicIngestionDataSourceSettingPlatformLogsSettingResult']):
|
2305
2513
|
"""
|
2306
2514
|
:param Sequence['GetTopicIngestionDataSourceSettingAwsKineseArgs'] aws_kineses: Settings for ingestion from Amazon Kinesis Data Streams.
|
2515
|
+
:param Sequence['GetTopicIngestionDataSourceSettingAwsMskArgs'] aws_msks: Settings for ingestion from Amazon Managed Streaming for Apache Kafka.
|
2307
2516
|
:param Sequence['GetTopicIngestionDataSourceSettingAzureEventHubArgs'] azure_event_hubs: Settings for ingestion from Azure Event Hubs.
|
2308
2517
|
:param Sequence['GetTopicIngestionDataSourceSettingCloudStorageArgs'] cloud_storages: Settings for ingestion from Cloud Storage.
|
2518
|
+
:param Sequence['GetTopicIngestionDataSourceSettingConfluentCloudArgs'] confluent_clouds: Settings for ingestion from Confluent Cloud.
|
2309
2519
|
:param Sequence['GetTopicIngestionDataSourceSettingPlatformLogsSettingArgs'] platform_logs_settings: Settings for Platform Logs regarding ingestion to Pub/Sub. If unset,
|
2310
2520
|
no Platform Logs will be generated.'
|
2311
2521
|
"""
|
2312
2522
|
pulumi.set(__self__, "aws_kineses", aws_kineses)
|
2523
|
+
pulumi.set(__self__, "aws_msks", aws_msks)
|
2313
2524
|
pulumi.set(__self__, "azure_event_hubs", azure_event_hubs)
|
2314
2525
|
pulumi.set(__self__, "cloud_storages", cloud_storages)
|
2526
|
+
pulumi.set(__self__, "confluent_clouds", confluent_clouds)
|
2315
2527
|
pulumi.set(__self__, "platform_logs_settings", platform_logs_settings)
|
2316
2528
|
|
2317
2529
|
@property
|
@@ -2322,6 +2534,14 @@ class GetTopicIngestionDataSourceSettingResult(dict):
|
|
2322
2534
|
"""
|
2323
2535
|
return pulumi.get(self, "aws_kineses")
|
2324
2536
|
|
2537
|
+
@property
|
2538
|
+
@pulumi.getter(name="awsMsks")
|
2539
|
+
def aws_msks(self) -> Sequence['outputs.GetTopicIngestionDataSourceSettingAwsMskResult']:
|
2540
|
+
"""
|
2541
|
+
Settings for ingestion from Amazon Managed Streaming for Apache Kafka.
|
2542
|
+
"""
|
2543
|
+
return pulumi.get(self, "aws_msks")
|
2544
|
+
|
2325
2545
|
@property
|
2326
2546
|
@pulumi.getter(name="azureEventHubs")
|
2327
2547
|
def azure_event_hubs(self) -> Sequence['outputs.GetTopicIngestionDataSourceSettingAzureEventHubResult']:
|
@@ -2338,6 +2558,14 @@ class GetTopicIngestionDataSourceSettingResult(dict):
|
|
2338
2558
|
"""
|
2339
2559
|
return pulumi.get(self, "cloud_storages")
|
2340
2560
|
|
2561
|
+
@property
|
2562
|
+
@pulumi.getter(name="confluentClouds")
|
2563
|
+
def confluent_clouds(self) -> Sequence['outputs.GetTopicIngestionDataSourceSettingConfluentCloudResult']:
|
2564
|
+
"""
|
2565
|
+
Settings for ingestion from Confluent Cloud.
|
2566
|
+
"""
|
2567
|
+
return pulumi.get(self, "confluent_clouds")
|
2568
|
+
|
2341
2569
|
@property
|
2342
2570
|
@pulumi.getter(name="platformLogsSettings")
|
2343
2571
|
def platform_logs_settings(self) -> Sequence['outputs.GetTopicIngestionDataSourceSettingPlatformLogsSettingResult']:
|
@@ -2413,6 +2641,67 @@ class GetTopicIngestionDataSourceSettingAwsKineseResult(dict):
|
|
2413
2641
|
return pulumi.get(self, "stream_arn")
|
2414
2642
|
|
2415
2643
|
|
2644
|
+
@pulumi.output_type
|
2645
|
+
class GetTopicIngestionDataSourceSettingAwsMskResult(dict):
|
2646
|
+
def __init__(__self__, *,
|
2647
|
+
aws_role_arn: str,
|
2648
|
+
cluster_arn: str,
|
2649
|
+
gcp_service_account: str,
|
2650
|
+
topic: str):
|
2651
|
+
"""
|
2652
|
+
:param str aws_role_arn: AWS role ARN to be used for Federated Identity authentication with
|
2653
|
+
MSK. Check the Pub/Sub docs for how to set up this role and the
|
2654
|
+
required permissions that need to be attached to it.
|
2655
|
+
:param str cluster_arn: ARN that uniquely identifies the MSK cluster.
|
2656
|
+
:param str gcp_service_account: The GCP service account to be used for Federated Identity authentication
|
2657
|
+
with MSK (via a 'AssumeRoleWithWebIdentity' call for the provided
|
2658
|
+
role). The 'awsRoleArn' must be set up with 'accounts.google.com:sub'
|
2659
|
+
equals to this service account number.
|
2660
|
+
:param str topic: The name of the MSK topic that Pub/Sub will import from.
|
2661
|
+
"""
|
2662
|
+
pulumi.set(__self__, "aws_role_arn", aws_role_arn)
|
2663
|
+
pulumi.set(__self__, "cluster_arn", cluster_arn)
|
2664
|
+
pulumi.set(__self__, "gcp_service_account", gcp_service_account)
|
2665
|
+
pulumi.set(__self__, "topic", topic)
|
2666
|
+
|
2667
|
+
@property
|
2668
|
+
@pulumi.getter(name="awsRoleArn")
|
2669
|
+
def aws_role_arn(self) -> str:
|
2670
|
+
"""
|
2671
|
+
AWS role ARN to be used for Federated Identity authentication with
|
2672
|
+
MSK. Check the Pub/Sub docs for how to set up this role and the
|
2673
|
+
required permissions that need to be attached to it.
|
2674
|
+
"""
|
2675
|
+
return pulumi.get(self, "aws_role_arn")
|
2676
|
+
|
2677
|
+
@property
|
2678
|
+
@pulumi.getter(name="clusterArn")
|
2679
|
+
def cluster_arn(self) -> str:
|
2680
|
+
"""
|
2681
|
+
ARN that uniquely identifies the MSK cluster.
|
2682
|
+
"""
|
2683
|
+
return pulumi.get(self, "cluster_arn")
|
2684
|
+
|
2685
|
+
@property
|
2686
|
+
@pulumi.getter(name="gcpServiceAccount")
|
2687
|
+
def gcp_service_account(self) -> str:
|
2688
|
+
"""
|
2689
|
+
The GCP service account to be used for Federated Identity authentication
|
2690
|
+
with MSK (via a 'AssumeRoleWithWebIdentity' call for the provided
|
2691
|
+
role). The 'awsRoleArn' must be set up with 'accounts.google.com:sub'
|
2692
|
+
equals to this service account number.
|
2693
|
+
"""
|
2694
|
+
return pulumi.get(self, "gcp_service_account")
|
2695
|
+
|
2696
|
+
@property
|
2697
|
+
@pulumi.getter
|
2698
|
+
def topic(self) -> str:
|
2699
|
+
"""
|
2700
|
+
The name of the MSK topic that Pub/Sub will import from.
|
2701
|
+
"""
|
2702
|
+
return pulumi.get(self, "topic")
|
2703
|
+
|
2704
|
+
|
2416
2705
|
@pulumi.output_type
|
2417
2706
|
class GetTopicIngestionDataSourceSettingAzureEventHubResult(dict):
|
2418
2707
|
def __init__(__self__, *,
|
@@ -2632,6 +2921,70 @@ class GetTopicIngestionDataSourceSettingCloudStorageTextFormatResult(dict):
|
|
2632
2921
|
return pulumi.get(self, "delimiter")
|
2633
2922
|
|
2634
2923
|
|
2924
|
+
@pulumi.output_type
|
2925
|
+
class GetTopicIngestionDataSourceSettingConfluentCloudResult(dict):
|
2926
|
+
def __init__(__self__, *,
|
2927
|
+
bootstrap_server: str,
|
2928
|
+
cluster_id: str,
|
2929
|
+
gcp_service_account: str,
|
2930
|
+
identity_pool_id: str,
|
2931
|
+
topic: str):
|
2932
|
+
"""
|
2933
|
+
:param str bootstrap_server: The Confluent Cloud bootstrap server. The format is url:port.
|
2934
|
+
:param str cluster_id: The Confluent Cloud cluster ID.
|
2935
|
+
:param str gcp_service_account: The GCP service account to be used for Federated Identity authentication
|
2936
|
+
with Confluent Cloud.
|
2937
|
+
:param str identity_pool_id: Identity pool ID to be used for Federated Identity authentication with Confluent Cloud.
|
2938
|
+
:param str topic: Name of the Confluent Cloud topic that Pub/Sub will import from.
|
2939
|
+
"""
|
2940
|
+
pulumi.set(__self__, "bootstrap_server", bootstrap_server)
|
2941
|
+
pulumi.set(__self__, "cluster_id", cluster_id)
|
2942
|
+
pulumi.set(__self__, "gcp_service_account", gcp_service_account)
|
2943
|
+
pulumi.set(__self__, "identity_pool_id", identity_pool_id)
|
2944
|
+
pulumi.set(__self__, "topic", topic)
|
2945
|
+
|
2946
|
+
@property
|
2947
|
+
@pulumi.getter(name="bootstrapServer")
|
2948
|
+
def bootstrap_server(self) -> str:
|
2949
|
+
"""
|
2950
|
+
The Confluent Cloud bootstrap server. The format is url:port.
|
2951
|
+
"""
|
2952
|
+
return pulumi.get(self, "bootstrap_server")
|
2953
|
+
|
2954
|
+
@property
|
2955
|
+
@pulumi.getter(name="clusterId")
|
2956
|
+
def cluster_id(self) -> str:
|
2957
|
+
"""
|
2958
|
+
The Confluent Cloud cluster ID.
|
2959
|
+
"""
|
2960
|
+
return pulumi.get(self, "cluster_id")
|
2961
|
+
|
2962
|
+
@property
|
2963
|
+
@pulumi.getter(name="gcpServiceAccount")
|
2964
|
+
def gcp_service_account(self) -> str:
|
2965
|
+
"""
|
2966
|
+
The GCP service account to be used for Federated Identity authentication
|
2967
|
+
with Confluent Cloud.
|
2968
|
+
"""
|
2969
|
+
return pulumi.get(self, "gcp_service_account")
|
2970
|
+
|
2971
|
+
@property
|
2972
|
+
@pulumi.getter(name="identityPoolId")
|
2973
|
+
def identity_pool_id(self) -> str:
|
2974
|
+
"""
|
2975
|
+
Identity pool ID to be used for Federated Identity authentication with Confluent Cloud.
|
2976
|
+
"""
|
2977
|
+
return pulumi.get(self, "identity_pool_id")
|
2978
|
+
|
2979
|
+
@property
|
2980
|
+
@pulumi.getter
|
2981
|
+
def topic(self) -> str:
|
2982
|
+
"""
|
2983
|
+
Name of the Confluent Cloud topic that Pub/Sub will import from.
|
2984
|
+
"""
|
2985
|
+
return pulumi.get(self, "topic")
|
2986
|
+
|
2987
|
+
|
2635
2988
|
@pulumi.output_type
|
2636
2989
|
class GetTopicIngestionDataSourceSettingPlatformLogsSettingResult(dict):
|
2637
2990
|
def __init__(__self__, *,
|
@@ -1113,7 +1113,7 @@ class Subscription(pulumi.CustomResource):
|
|
1113
1113
|
cloud_storage_config={
|
1114
1114
|
"bucket": example.name,
|
1115
1115
|
"filename_prefix": "pre-",
|
1116
|
-
"filename_suffix": "-
|
1116
|
+
"filename_suffix": "-_41150",
|
1117
1117
|
"filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
|
1118
1118
|
"max_bytes": 1000,
|
1119
1119
|
"max_duration": "300s",
|
@@ -1146,7 +1146,7 @@ class Subscription(pulumi.CustomResource):
|
|
1146
1146
|
cloud_storage_config={
|
1147
1147
|
"bucket": example.name,
|
1148
1148
|
"filename_prefix": "pre-",
|
1149
|
-
"filename_suffix": "-
|
1149
|
+
"filename_suffix": "-_89313",
|
1150
1150
|
"filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
|
1151
1151
|
"max_bytes": 1000,
|
1152
1152
|
"max_duration": "300s",
|
@@ -1185,7 +1185,7 @@ class Subscription(pulumi.CustomResource):
|
|
1185
1185
|
cloud_storage_config={
|
1186
1186
|
"bucket": example.name,
|
1187
1187
|
"filename_prefix": "pre-",
|
1188
|
-
"filename_suffix": "-
|
1188
|
+
"filename_suffix": "-_60646",
|
1189
1189
|
"filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
|
1190
1190
|
"max_bytes": 1000,
|
1191
1191
|
"max_duration": "300s",
|
@@ -1553,7 +1553,7 @@ class Subscription(pulumi.CustomResource):
|
|
1553
1553
|
cloud_storage_config={
|
1554
1554
|
"bucket": example.name,
|
1555
1555
|
"filename_prefix": "pre-",
|
1556
|
-
"filename_suffix": "-
|
1556
|
+
"filename_suffix": "-_41150",
|
1557
1557
|
"filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
|
1558
1558
|
"max_bytes": 1000,
|
1559
1559
|
"max_duration": "300s",
|
@@ -1586,7 +1586,7 @@ class Subscription(pulumi.CustomResource):
|
|
1586
1586
|
cloud_storage_config={
|
1587
1587
|
"bucket": example.name,
|
1588
1588
|
"filename_prefix": "pre-",
|
1589
|
-
"filename_suffix": "-
|
1589
|
+
"filename_suffix": "-_89313",
|
1590
1590
|
"filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
|
1591
1591
|
"max_bytes": 1000,
|
1592
1592
|
"max_duration": "300s",
|
@@ -1625,7 +1625,7 @@ class Subscription(pulumi.CustomResource):
|
|
1625
1625
|
cloud_storage_config={
|
1626
1626
|
"bucket": example.name,
|
1627
1627
|
"filename_prefix": "pre-",
|
1628
|
-
"filename_suffix": "-
|
1628
|
+
"filename_suffix": "-_60646",
|
1629
1629
|
"filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
|
1630
1630
|
"max_bytes": 1000,
|
1631
1631
|
"max_duration": "300s",
|
pulumi_gcp/pubsub/topic.py
CHANGED
@@ -577,6 +577,41 @@ class Topic(pulumi.CustomResource):
|
|
577
577
|
},
|
578
578
|
})
|
579
579
|
```
|
580
|
+
### Pubsub Topic Ingestion Aws Msk
|
581
|
+
|
582
|
+
```python
|
583
|
+
import pulumi
|
584
|
+
import pulumi_gcp as gcp
|
585
|
+
|
586
|
+
example = gcp.pubsub.Topic("example",
|
587
|
+
name="example-topic",
|
588
|
+
ingestion_data_source_settings={
|
589
|
+
"aws_msk": {
|
590
|
+
"cluster_arn": "arn:aws:kinesis:us-west-2:111111111111:stream/fake-stream-name",
|
591
|
+
"topic": "test-topic",
|
592
|
+
"aws_role_arn": "arn:aws:iam::111111111111:role/fake-role-name",
|
593
|
+
"gcp_service_account": "fake-service-account@fake-gcp-project.iam.gserviceaccount.com",
|
594
|
+
},
|
595
|
+
})
|
596
|
+
```
|
597
|
+
### Pubsub Topic Ingestion Confluent Cloud
|
598
|
+
|
599
|
+
```python
|
600
|
+
import pulumi
|
601
|
+
import pulumi_gcp as gcp
|
602
|
+
|
603
|
+
example = gcp.pubsub.Topic("example",
|
604
|
+
name="example-topic",
|
605
|
+
ingestion_data_source_settings={
|
606
|
+
"confluent_cloud": {
|
607
|
+
"bootstrap_server": "test.us-west2.gcp.confluent.cloud:1111",
|
608
|
+
"cluster_id": "1234",
|
609
|
+
"topic": "test-topic",
|
610
|
+
"identity_pool_id": "test-identity-pool-id",
|
611
|
+
"gcp_service_account": "fake-service-account@fake-gcp-project.iam.gserviceaccount.com",
|
612
|
+
},
|
613
|
+
})
|
614
|
+
```
|
580
615
|
|
581
616
|
## Import
|
582
617
|
|
@@ -789,6 +824,41 @@ class Topic(pulumi.CustomResource):
|
|
789
824
|
},
|
790
825
|
})
|
791
826
|
```
|
827
|
+
### Pubsub Topic Ingestion Aws Msk
|
828
|
+
|
829
|
+
```python
|
830
|
+
import pulumi
|
831
|
+
import pulumi_gcp as gcp
|
832
|
+
|
833
|
+
example = gcp.pubsub.Topic("example",
|
834
|
+
name="example-topic",
|
835
|
+
ingestion_data_source_settings={
|
836
|
+
"aws_msk": {
|
837
|
+
"cluster_arn": "arn:aws:kinesis:us-west-2:111111111111:stream/fake-stream-name",
|
838
|
+
"topic": "test-topic",
|
839
|
+
"aws_role_arn": "arn:aws:iam::111111111111:role/fake-role-name",
|
840
|
+
"gcp_service_account": "fake-service-account@fake-gcp-project.iam.gserviceaccount.com",
|
841
|
+
},
|
842
|
+
})
|
843
|
+
```
|
844
|
+
### Pubsub Topic Ingestion Confluent Cloud
|
845
|
+
|
846
|
+
```python
|
847
|
+
import pulumi
|
848
|
+
import pulumi_gcp as gcp
|
849
|
+
|
850
|
+
example = gcp.pubsub.Topic("example",
|
851
|
+
name="example-topic",
|
852
|
+
ingestion_data_source_settings={
|
853
|
+
"confluent_cloud": {
|
854
|
+
"bootstrap_server": "test.us-west2.gcp.confluent.cloud:1111",
|
855
|
+
"cluster_id": "1234",
|
856
|
+
"topic": "test-topic",
|
857
|
+
"identity_pool_id": "test-identity-pool-id",
|
858
|
+
"gcp_service_account": "fake-service-account@fake-gcp-project.iam.gserviceaccount.com",
|
859
|
+
},
|
860
|
+
})
|
861
|
+
```
|
792
862
|
|
793
863
|
## Import
|
794
864
|
|
pulumi_gcp/pulumi-plugin.json
CHANGED
@@ -253,6 +253,12 @@ class Lien(pulumi.CustomResource):
|
|
253
253
|
"""
|
254
254
|
A Lien represents an encumbrance on the actions that can be performed on a resource.
|
255
255
|
|
256
|
+
To get more information about Lien, see:
|
257
|
+
|
258
|
+
* [API documentation](https://cloud.google.com/resource-manager/reference/rest)
|
259
|
+
* How-to Guides
|
260
|
+
* [Create a Lien](https://cloud.google.com/resource-manager/docs/project-liens)
|
261
|
+
|
256
262
|
## Example Usage
|
257
263
|
|
258
264
|
### Resource Manager Lien
|
@@ -313,6 +319,12 @@ class Lien(pulumi.CustomResource):
|
|
313
319
|
"""
|
314
320
|
A Lien represents an encumbrance on the actions that can be performed on a resource.
|
315
321
|
|
322
|
+
To get more information about Lien, see:
|
323
|
+
|
324
|
+
* [API documentation](https://cloud.google.com/resource-manager/reference/rest)
|
325
|
+
* How-to Guides
|
326
|
+
* [Create a Lien](https://cloud.google.com/resource-manager/docs/project-liens)
|
327
|
+
|
316
328
|
## Example Usage
|
317
329
|
|
318
330
|
### Resource Manager Lien
|
@@ -704,6 +704,8 @@ class RegionalSecret(pulumi.CustomResource):
|
|
704
704
|
To get more information about RegionalSecret, see:
|
705
705
|
|
706
706
|
* [API documentation](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.locations.secrets)
|
707
|
+
* How-to Guides
|
708
|
+
* [Create and deploy a Regional Secret](https://cloud.google.com/secret-manager/regional-secrets/create-regional-secret)
|
707
709
|
|
708
710
|
## Example Usage
|
709
711
|
|
@@ -923,6 +925,8 @@ class RegionalSecret(pulumi.CustomResource):
|
|
923
925
|
To get more information about RegionalSecret, see:
|
924
926
|
|
925
927
|
* [API documentation](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.locations.secrets)
|
928
|
+
* How-to Guides
|
929
|
+
* [Create and deploy a Regional Secret](https://cloud.google.com/secret-manager/regional-secrets/create-regional-secret)
|
926
930
|
|
927
931
|
## Example Usage
|
928
932
|
|