pulumi-aiven 6.31.0a1736942712__py3-none-any.whl → 6.32.0__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.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/_inputs.py +358 -0
- pulumi_aiven/get_service_integration_endpoint.py +15 -1
- pulumi_aiven/organization_user_group_member.py +6 -4
- pulumi_aiven/outputs.py +470 -0
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/service_integration_endpoint.py +47 -0
- {pulumi_aiven-6.31.0a1736942712.dist-info → pulumi_aiven-6.32.0.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.31.0a1736942712.dist-info → pulumi_aiven-6.32.0.dist-info}/RECORD +10 -10
- {pulumi_aiven-6.31.0a1736942712.dist-info → pulumi_aiven-6.32.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.31.0a1736942712.dist-info → pulumi_aiven-6.32.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/pulumi-plugin.json
CHANGED
|
@@ -29,6 +29,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
29
29
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs']] = None,
|
|
30
30
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs']] = None,
|
|
31
31
|
external_aws_s3_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs']] = None,
|
|
32
|
+
external_azure_blob_storage_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs']] = None,
|
|
32
33
|
external_clickhouse_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointExternalClickhouseUserConfigArgs']] = None,
|
|
33
34
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs']] = None,
|
|
34
35
|
external_google_cloud_bigquery: Optional[pulumi.Input['ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs']] = None,
|
|
@@ -52,6 +53,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
52
53
|
:param pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs'] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
53
54
|
:param pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs'] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
54
55
|
:param pulumi.Input['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs'] external_aws_s3_user_config: ExternalAwsS3 user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
56
|
+
:param pulumi.Input['ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs'] external_azure_blob_storage_user_config: ExternalAzureBlobStorage user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
55
57
|
:param pulumi.Input['ServiceIntegrationEndpointExternalClickhouseUserConfigArgs'] external_clickhouse_user_config: ExternalClickhouse user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
56
58
|
:param pulumi.Input['ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs'] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
57
59
|
:param pulumi.Input['ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs'] external_google_cloud_bigquery: ExternalGoogleCloudBigquery user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
@@ -79,6 +81,8 @@ class ServiceIntegrationEndpointArgs:
|
|
|
79
81
|
pulumi.set(__self__, "external_aws_cloudwatch_metrics_user_config", external_aws_cloudwatch_metrics_user_config)
|
|
80
82
|
if external_aws_s3_user_config is not None:
|
|
81
83
|
pulumi.set(__self__, "external_aws_s3_user_config", external_aws_s3_user_config)
|
|
84
|
+
if external_azure_blob_storage_user_config is not None:
|
|
85
|
+
pulumi.set(__self__, "external_azure_blob_storage_user_config", external_azure_blob_storage_user_config)
|
|
82
86
|
if external_clickhouse_user_config is not None:
|
|
83
87
|
pulumi.set(__self__, "external_clickhouse_user_config", external_clickhouse_user_config)
|
|
84
88
|
if external_elasticsearch_logs_user_config is not None:
|
|
@@ -202,6 +206,18 @@ class ServiceIntegrationEndpointArgs:
|
|
|
202
206
|
def external_aws_s3_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs']]):
|
|
203
207
|
pulumi.set(self, "external_aws_s3_user_config", value)
|
|
204
208
|
|
|
209
|
+
@property
|
|
210
|
+
@pulumi.getter(name="externalAzureBlobStorageUserConfig")
|
|
211
|
+
def external_azure_blob_storage_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs']]:
|
|
212
|
+
"""
|
|
213
|
+
ExternalAzureBlobStorage user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
214
|
+
"""
|
|
215
|
+
return pulumi.get(self, "external_azure_blob_storage_user_config")
|
|
216
|
+
|
|
217
|
+
@external_azure_blob_storage_user_config.setter
|
|
218
|
+
def external_azure_blob_storage_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs']]):
|
|
219
|
+
pulumi.set(self, "external_azure_blob_storage_user_config", value)
|
|
220
|
+
|
|
205
221
|
@property
|
|
206
222
|
@pulumi.getter(name="externalClickhouseUserConfig")
|
|
207
223
|
def external_clickhouse_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalClickhouseUserConfigArgs']]:
|
|
@@ -370,6 +386,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
370
386
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs']] = None,
|
|
371
387
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs']] = None,
|
|
372
388
|
external_aws_s3_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs']] = None,
|
|
389
|
+
external_azure_blob_storage_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs']] = None,
|
|
373
390
|
external_clickhouse_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointExternalClickhouseUserConfigArgs']] = None,
|
|
374
391
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs']] = None,
|
|
375
392
|
external_google_cloud_bigquery: Optional[pulumi.Input['ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs']] = None,
|
|
@@ -394,6 +411,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
394
411
|
:param pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs'] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
395
412
|
:param pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs'] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
396
413
|
:param pulumi.Input['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs'] external_aws_s3_user_config: ExternalAwsS3 user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
414
|
+
:param pulumi.Input['ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs'] external_azure_blob_storage_user_config: ExternalAzureBlobStorage user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
397
415
|
:param pulumi.Input['ServiceIntegrationEndpointExternalClickhouseUserConfigArgs'] external_clickhouse_user_config: ExternalClickhouse user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
398
416
|
:param pulumi.Input['ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs'] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
399
417
|
:param pulumi.Input['ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs'] external_google_cloud_bigquery: ExternalGoogleCloudBigquery user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
@@ -425,6 +443,8 @@ class _ServiceIntegrationEndpointState:
|
|
|
425
443
|
pulumi.set(__self__, "external_aws_cloudwatch_metrics_user_config", external_aws_cloudwatch_metrics_user_config)
|
|
426
444
|
if external_aws_s3_user_config is not None:
|
|
427
445
|
pulumi.set(__self__, "external_aws_s3_user_config", external_aws_s3_user_config)
|
|
446
|
+
if external_azure_blob_storage_user_config is not None:
|
|
447
|
+
pulumi.set(__self__, "external_azure_blob_storage_user_config", external_azure_blob_storage_user_config)
|
|
428
448
|
if external_clickhouse_user_config is not None:
|
|
429
449
|
pulumi.set(__self__, "external_clickhouse_user_config", external_clickhouse_user_config)
|
|
430
450
|
if external_elasticsearch_logs_user_config is not None:
|
|
@@ -550,6 +570,18 @@ class _ServiceIntegrationEndpointState:
|
|
|
550
570
|
def external_aws_s3_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs']]):
|
|
551
571
|
pulumi.set(self, "external_aws_s3_user_config", value)
|
|
552
572
|
|
|
573
|
+
@property
|
|
574
|
+
@pulumi.getter(name="externalAzureBlobStorageUserConfig")
|
|
575
|
+
def external_azure_blob_storage_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs']]:
|
|
576
|
+
"""
|
|
577
|
+
ExternalAzureBlobStorage user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
578
|
+
"""
|
|
579
|
+
return pulumi.get(self, "external_azure_blob_storage_user_config")
|
|
580
|
+
|
|
581
|
+
@external_azure_blob_storage_user_config.setter
|
|
582
|
+
def external_azure_blob_storage_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs']]):
|
|
583
|
+
pulumi.set(self, "external_azure_blob_storage_user_config", value)
|
|
584
|
+
|
|
553
585
|
@property
|
|
554
586
|
@pulumi.getter(name="externalClickhouseUserConfig")
|
|
555
587
|
def external_clickhouse_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalClickhouseUserConfigArgs']]:
|
|
@@ -731,6 +763,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
731
763
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgsDict']]] = None,
|
|
732
764
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
|
|
733
765
|
external_aws_s3_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs', 'ServiceIntegrationEndpointExternalAwsS3UserConfigArgsDict']]] = None,
|
|
766
|
+
external_azure_blob_storage_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs', 'ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgsDict']]] = None,
|
|
734
767
|
external_clickhouse_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalClickhouseUserConfigArgs', 'ServiceIntegrationEndpointExternalClickhouseUserConfigArgsDict']]] = None,
|
|
735
768
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgsDict']]] = None,
|
|
736
769
|
external_google_cloud_bigquery: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs', 'ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgsDict']]] = None,
|
|
@@ -792,6 +825,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
792
825
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgsDict']] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
793
826
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgsDict']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
794
827
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs', 'ServiceIntegrationEndpointExternalAwsS3UserConfigArgsDict']] external_aws_s3_user_config: ExternalAwsS3 user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
828
|
+
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs', 'ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgsDict']] external_azure_blob_storage_user_config: ExternalAzureBlobStorage user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
795
829
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalClickhouseUserConfigArgs', 'ServiceIntegrationEndpointExternalClickhouseUserConfigArgsDict']] external_clickhouse_user_config: ExternalClickhouse user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
796
830
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgsDict']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
797
831
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs', 'ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgsDict']] external_google_cloud_bigquery: ExternalGoogleCloudBigquery user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
@@ -872,6 +906,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
872
906
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgsDict']]] = None,
|
|
873
907
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
|
|
874
908
|
external_aws_s3_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs', 'ServiceIntegrationEndpointExternalAwsS3UserConfigArgsDict']]] = None,
|
|
909
|
+
external_azure_blob_storage_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs', 'ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgsDict']]] = None,
|
|
875
910
|
external_clickhouse_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalClickhouseUserConfigArgs', 'ServiceIntegrationEndpointExternalClickhouseUserConfigArgsDict']]] = None,
|
|
876
911
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgsDict']]] = None,
|
|
877
912
|
external_google_cloud_bigquery: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs', 'ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgsDict']]] = None,
|
|
@@ -906,6 +941,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
906
941
|
__props__.__dict__["external_aws_cloudwatch_logs_user_config"] = external_aws_cloudwatch_logs_user_config
|
|
907
942
|
__props__.__dict__["external_aws_cloudwatch_metrics_user_config"] = external_aws_cloudwatch_metrics_user_config
|
|
908
943
|
__props__.__dict__["external_aws_s3_user_config"] = external_aws_s3_user_config
|
|
944
|
+
__props__.__dict__["external_azure_blob_storage_user_config"] = external_azure_blob_storage_user_config
|
|
909
945
|
__props__.__dict__["external_clickhouse_user_config"] = external_clickhouse_user_config
|
|
910
946
|
__props__.__dict__["external_elasticsearch_logs_user_config"] = external_elasticsearch_logs_user_config
|
|
911
947
|
__props__.__dict__["external_google_cloud_bigquery"] = external_google_cloud_bigquery
|
|
@@ -941,6 +977,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
941
977
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgsDict']]] = None,
|
|
942
978
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
|
|
943
979
|
external_aws_s3_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs', 'ServiceIntegrationEndpointExternalAwsS3UserConfigArgsDict']]] = None,
|
|
980
|
+
external_azure_blob_storage_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs', 'ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgsDict']]] = None,
|
|
944
981
|
external_clickhouse_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalClickhouseUserConfigArgs', 'ServiceIntegrationEndpointExternalClickhouseUserConfigArgsDict']]] = None,
|
|
945
982
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgsDict']]] = None,
|
|
946
983
|
external_google_cloud_bigquery: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs', 'ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgsDict']]] = None,
|
|
@@ -970,6 +1007,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
970
1007
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgsDict']] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
971
1008
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgsDict']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
972
1009
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs', 'ServiceIntegrationEndpointExternalAwsS3UserConfigArgsDict']] external_aws_s3_user_config: ExternalAwsS3 user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1010
|
+
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs', 'ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgsDict']] external_azure_blob_storage_user_config: ExternalAzureBlobStorage user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
973
1011
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalClickhouseUserConfigArgs', 'ServiceIntegrationEndpointExternalClickhouseUserConfigArgsDict']] external_clickhouse_user_config: ExternalClickhouse user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
974
1012
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgsDict']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
975
1013
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs', 'ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgsDict']] external_google_cloud_bigquery: ExternalGoogleCloudBigquery user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
@@ -997,6 +1035,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
997
1035
|
__props__.__dict__["external_aws_cloudwatch_logs_user_config"] = external_aws_cloudwatch_logs_user_config
|
|
998
1036
|
__props__.__dict__["external_aws_cloudwatch_metrics_user_config"] = external_aws_cloudwatch_metrics_user_config
|
|
999
1037
|
__props__.__dict__["external_aws_s3_user_config"] = external_aws_s3_user_config
|
|
1038
|
+
__props__.__dict__["external_azure_blob_storage_user_config"] = external_azure_blob_storage_user_config
|
|
1000
1039
|
__props__.__dict__["external_clickhouse_user_config"] = external_clickhouse_user_config
|
|
1001
1040
|
__props__.__dict__["external_elasticsearch_logs_user_config"] = external_elasticsearch_logs_user_config
|
|
1002
1041
|
__props__.__dict__["external_google_cloud_bigquery"] = external_google_cloud_bigquery
|
|
@@ -1077,6 +1116,14 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1077
1116
|
"""
|
|
1078
1117
|
return pulumi.get(self, "external_aws_s3_user_config")
|
|
1079
1118
|
|
|
1119
|
+
@property
|
|
1120
|
+
@pulumi.getter(name="externalAzureBlobStorageUserConfig")
|
|
1121
|
+
def external_azure_blob_storage_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointExternalAzureBlobStorageUserConfig']]:
|
|
1122
|
+
"""
|
|
1123
|
+
ExternalAzureBlobStorage user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1124
|
+
"""
|
|
1125
|
+
return pulumi.get(self, "external_azure_blob_storage_user_config")
|
|
1126
|
+
|
|
1080
1127
|
@property
|
|
1081
1128
|
@pulumi.getter(name="externalClickhouseUserConfig")
|
|
1082
1129
|
def external_clickhouse_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointExternalClickhouseUserConfig']]:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
pulumi_aiven/__init__.py,sha256=1y2jXfEdMhlk3JNrBchGGWA2QjrxeF65FSQQcanEaKs,19947
|
|
2
|
-
pulumi_aiven/_inputs.py,sha256=
|
|
2
|
+
pulumi_aiven/_inputs.py,sha256=T4sDw0iOdn98Egv_FH8z_Vhim1N8FG_qkhssBvYMIdA,1825643
|
|
3
3
|
pulumi_aiven/_utilities.py,sha256=-gxwnD6__OYdSf8jJgJijNuu-UHUwi5pJ1H7-eIHDhg,10504
|
|
4
4
|
pulumi_aiven/account.py,sha256=INnmCQlB-rYogssxx8zMP5hrPGS3DAr03GccSR_qSe8,17025
|
|
5
5
|
pulumi_aiven/account_authentication.py,sha256=6YMnR97tSsbDGTeC-4Z0WRG3PyRxeZZyi3o6X1BX3jg,37749
|
|
@@ -100,7 +100,7 @@ pulumi_aiven/get_redis.py,sha256=zlb0mLuZM8YAt3nLVboHaIdnBjP4J6DI9_Lt3VgPjrE,250
|
|
|
100
100
|
pulumi_aiven/get_redis_user.py,sha256=DGRj03Y2DKtq0KDwczZxXeL55qjUrPZ7kYdM3kImsPg,10955
|
|
101
101
|
pulumi_aiven/get_service_component.py,sha256=jEeTHWD9n_6AZRIOdaKELL6uJzfi5dgIfIoYOd9SnvY,12259
|
|
102
102
|
pulumi_aiven/get_service_integration.py,sha256=_BOv3_39LFOA0Vqdo0fzGQD1Vwyi-y86QhKqlBIUK9M,28827
|
|
103
|
-
pulumi_aiven/get_service_integration_endpoint.py,sha256=
|
|
103
|
+
pulumi_aiven/get_service_integration_endpoint.py,sha256=hKWnMt04ZaGVkc_Gi9UvL_R1oBnNDgDB_5RqHxl7_7g,27470
|
|
104
104
|
pulumi_aiven/get_thanos.py,sha256=LpoHyf088LoIyDtna4qItc0-zAcUgh2unGI5I_FYh9w,25112
|
|
105
105
|
pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=TJ1b7PCUf7KbiWquLmPVia2GcHwMHYEiTqA6H3yaAYk,10339
|
|
106
106
|
pulumi_aiven/get_valkey.py,sha256=t0U7txX80UCTkGPwEpJj2iqwVax4dR5H9hvdCwo7Hc8,25119
|
|
@@ -140,9 +140,9 @@ pulumi_aiven/organization_group_project.py,sha256=i12WSlmXak3pQsqWjr4LMawwxFTTQ-
|
|
|
140
140
|
pulumi_aiven/organization_permission.py,sha256=rpcVJPBcBDUMU02rhw3IYNU0thg3_M2y4TEwSJNOjl0,18103
|
|
141
141
|
pulumi_aiven/organization_user.py,sha256=4FHd1BCXslZnBdd9r_TpVaaLWdzTngJG5wFB695GnIc,15729
|
|
142
142
|
pulumi_aiven/organization_user_group.py,sha256=133e0-VfMmTnWDZPPnS4xzE-UU6R4PY4am7zMGMUrGo,14832
|
|
143
|
-
pulumi_aiven/organization_user_group_member.py,sha256=
|
|
143
|
+
pulumi_aiven/organization_user_group_member.py,sha256=zFrHP5w71oTTFUWi7BlCh9HzsXMzJTJ4JZdbo2wAHOg,15120
|
|
144
144
|
pulumi_aiven/organizational_unit.py,sha256=OnowaL-y9MDhQAQeTxuv9gmAC8iau2ZVnKCBdbNJfo8,11639
|
|
145
|
-
pulumi_aiven/outputs.py,sha256=
|
|
145
|
+
pulumi_aiven/outputs.py,sha256=HqJvmDfCKZI26Ve8Ty9y-CJIPBKVxn3Xz1ISfs_towk,2356135
|
|
146
146
|
pulumi_aiven/pg.py,sha256=BxqlB_ztH5jyvRw7QdQWPaxZ6QMnzPsYqBroLXFrAG0,80239
|
|
147
147
|
pulumi_aiven/pg_database.py,sha256=bnts8s-gR6mPTf5fHY3EVPRqiHhze8roG6V16h2-Llc,20153
|
|
148
148
|
pulumi_aiven/pg_user.py,sha256=__gTbX36EdjtCthLm09hZn2PRerlPt7jpRCQuzqJ4k0,22036
|
|
@@ -150,12 +150,12 @@ pulumi_aiven/project.py,sha256=xsogAQa9_PwhfTou7-e8ACsaaTqGmCh_S5rkCVKXNag,45569
|
|
|
150
150
|
pulumi_aiven/project_user.py,sha256=ameq39TTnBeTISrjanrvKn_cC4Sa6Q5135IX7MXSNL8,18166
|
|
151
151
|
pulumi_aiven/project_vpc.py,sha256=rcWiFl2dHdwrXFTZ2WYLpxiUZX-q9tPPZVUvl2bjWAQ,14082
|
|
152
152
|
pulumi_aiven/provider.py,sha256=N7Y-HFsoDOWeKC6iV1NEkU07Eg9ZV8d4FKFHKu5jHbY,5055
|
|
153
|
-
pulumi_aiven/pulumi-plugin.json,sha256=
|
|
153
|
+
pulumi_aiven/pulumi-plugin.json,sha256=zIM__yxA5C9hK-vixBZacvM_Kaj004612xLdKme1sSk,65
|
|
154
154
|
pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
155
155
|
pulumi_aiven/redis.py,sha256=BlfN_uoyo6neIEaS5gzPiJNkBueu08548uVJ9YimIPA,82140
|
|
156
156
|
pulumi_aiven/redis_user.py,sha256=WHnebXTj2UgkTtZf3I6-zqyNQtla131jHAnUJaF1DUA,29358
|
|
157
157
|
pulumi_aiven/service_integration.py,sha256=W12_WjK4tlj2uVmQfhvpqAFyON4gYtjZM8O3lWuUZtA,94185
|
|
158
|
-
pulumi_aiven/service_integration_endpoint.py,sha256=
|
|
158
|
+
pulumi_aiven/service_integration_endpoint.py,sha256=Y9xRRazb8JTmhYmkqMojixxpj2tEPGyn_leKhokxHBM,105386
|
|
159
159
|
pulumi_aiven/static_ip.py,sha256=gs5Ps9wcnK8ont6Ps0jZTMmkhNBNMXzOt4a3uF98p38,14102
|
|
160
160
|
pulumi_aiven/thanos.py,sha256=3CUGk9YtNfo740bis3bhI7CPyvTKDarqO8M6AS9gGMY,82423
|
|
161
161
|
pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=kM9Z__ia5sxeOhkLMhZVpcDB_QCkaEj-JWxnPL8ov68,22081
|
|
@@ -164,7 +164,7 @@ pulumi_aiven/valkey_user.py,sha256=fiaXYiB5NUMWh3Q3goGrGU6eYRU26z7BunaJiaxrPmY,3
|
|
|
164
164
|
pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
165
165
|
pulumi_aiven/config/__init__.pyi,sha256=6XkZH3EU98MVgoMLPFHFfEK17BQQzz0S0QFMh1FZrs0,639
|
|
166
166
|
pulumi_aiven/config/vars.py,sha256=jRqbkEfNSP8ga5cnbMhAzHUUb7ahIUROUqR5_KGkobM,832
|
|
167
|
-
pulumi_aiven-6.
|
|
168
|
-
pulumi_aiven-6.
|
|
169
|
-
pulumi_aiven-6.
|
|
170
|
-
pulumi_aiven-6.
|
|
167
|
+
pulumi_aiven-6.32.0.dist-info/METADATA,sha256=0819fYOEr09FZYTHjOagUCRg2Au22R1csORxmHWudO0,2584
|
|
168
|
+
pulumi_aiven-6.32.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
169
|
+
pulumi_aiven-6.32.0.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
|
|
170
|
+
pulumi_aiven-6.32.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|