pulumi-aiven 6.41.0a1753242343__py3-none-any.whl → 6.42.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/__init__.py +1 -1
- pulumi_aiven/_inputs.py +10923 -10764
- pulumi_aiven/account.py +89 -90
- pulumi_aiven/account_authentication.py +253 -254
- pulumi_aiven/account_team.py +62 -63
- pulumi_aiven/account_team_member.py +79 -80
- pulumi_aiven/account_team_project.py +69 -70
- pulumi_aiven/alloydbomni.py +319 -320
- pulumi_aiven/alloydbomni_database.py +86 -87
- pulumi_aiven/alloydbomni_user.py +113 -114
- pulumi_aiven/aws_org_vpc_peering_connection.py +113 -114
- pulumi_aiven/aws_privatelink.py +70 -71
- pulumi_aiven/aws_vpc_peering_connection.py +96 -97
- pulumi_aiven/azure_org_vpc_peering_connection.py +138 -139
- pulumi_aiven/azure_privatelink.py +88 -89
- pulumi_aiven/azure_privatelink_connection_approval.py +70 -71
- pulumi_aiven/azure_vpc_peering_connection.py +130 -131
- pulumi_aiven/billing_group.py +256 -257
- pulumi_aiven/cassandra.py +302 -303
- pulumi_aiven/cassandra_user.py +96 -97
- pulumi_aiven/clickhouse.py +302 -303
- pulumi_aiven/clickhouse_database.py +65 -66
- pulumi_aiven/clickhouse_grant.py +75 -76
- pulumi_aiven/clickhouse_role.py +52 -53
- pulumi_aiven/clickhouse_user.py +79 -80
- pulumi_aiven/config/__init__.py +1 -1
- pulumi_aiven/config/__init__.pyi +1 -2
- pulumi_aiven/config/vars.py +2 -3
- pulumi_aiven/connection_pool.py +129 -130
- pulumi_aiven/dragonfly.py +302 -303
- pulumi_aiven/flink.py +302 -303
- pulumi_aiven/flink_application.py +97 -98
- pulumi_aiven/flink_application_deployment.py +138 -139
- pulumi_aiven/flink_application_version.py +117 -118
- pulumi_aiven/flink_jar_application.py +101 -102
- pulumi_aiven/flink_jar_application_deployment.py +217 -218
- pulumi_aiven/flink_jar_application_version.py +116 -117
- pulumi_aiven/gcp_org_vpc_peering_connection.py +87 -88
- pulumi_aiven/gcp_privatelink.py +62 -63
- pulumi_aiven/gcp_privatelink_connection_approval.py +79 -80
- pulumi_aiven/gcp_vpc_peering_connection.py +79 -80
- pulumi_aiven/get_account.py +23 -24
- pulumi_aiven/get_account_authentication.py +46 -47
- pulumi_aiven/get_account_team.py +21 -22
- pulumi_aiven/get_account_team_member.py +27 -28
- pulumi_aiven/get_account_team_project.py +23 -24
- pulumi_aiven/get_alloydbomni.py +63 -64
- pulumi_aiven/get_alloydbomni_database.py +25 -26
- pulumi_aiven/get_alloydbomni_user.py +31 -32
- pulumi_aiven/get_aws_org_vpc_peering_connection.py +39 -40
- pulumi_aiven/get_aws_privatelink.py +21 -22
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -34
- pulumi_aiven/get_azure_org_vpc_peering_connection.py +41 -42
- pulumi_aiven/get_azure_privatelink.py +25 -26
- pulumi_aiven/get_azure_vpc_peering_connection.py +45 -46
- pulumi_aiven/get_billing_group.py +39 -40
- pulumi_aiven/get_cassanda.py +61 -62
- pulumi_aiven/get_cassandra.py +61 -62
- pulumi_aiven/get_cassandra_user.py +29 -30
- pulumi_aiven/get_clickhouse.py +61 -62
- pulumi_aiven/get_clickhouse_database.py +23 -24
- pulumi_aiven/get_clickhouse_user.py +27 -28
- pulumi_aiven/get_connection_pool.py +31 -32
- pulumi_aiven/get_dragonfly.py +61 -62
- pulumi_aiven/get_external_identity.py +27 -28
- pulumi_aiven/get_flink.py +61 -62
- pulumi_aiven/get_flink_application.py +31 -32
- pulumi_aiven/get_flink_application_version.py +39 -40
- pulumi_aiven/get_gcp_org_vpc_peering_connection.py +31 -32
- pulumi_aiven/get_gcp_privatelink.py +21 -22
- pulumi_aiven/get_gcp_vpc_peering_connection.py +27 -28
- pulumi_aiven/get_grafana.py +61 -62
- pulumi_aiven/get_influx_db.py +57 -58
- pulumi_aiven/get_influxdb_database.py +17 -18
- pulumi_aiven/get_influxdb_user.py +23 -24
- pulumi_aiven/get_kafka.py +65 -66
- pulumi_aiven/get_kafka_acl.py +35 -36
- pulumi_aiven/get_kafka_connect.py +60 -61
- pulumi_aiven/get_kafka_connector.py +36 -37
- pulumi_aiven/get_kafka_mirror_maker.py +60 -61
- pulumi_aiven/get_kafka_schema.py +29 -30
- pulumi_aiven/get_kafka_schema_configuration.py +25 -26
- pulumi_aiven/get_kafka_schema_registry_acl.py +35 -36
- pulumi_aiven/get_kafka_topic.py +33 -34
- pulumi_aiven/get_kafka_user.py +29 -30
- pulumi_aiven/get_m3_aggregator.py +61 -62
- pulumi_aiven/get_m3_db.py +61 -62
- pulumi_aiven/get_m3db_user.py +25 -26
- pulumi_aiven/get_mirror_maker_replication_flow.py +51 -52
- pulumi_aiven/get_my_sql.py +61 -62
- pulumi_aiven/get_mysql_database.py +23 -24
- pulumi_aiven/get_mysql_user.py +31 -32
- pulumi_aiven/get_open_search.py +61 -62
- pulumi_aiven/get_open_search_acl_config.py +19 -20
- pulumi_aiven/get_open_search_acl_rule.py +33 -34
- pulumi_aiven/get_opensearch_security_plugin_config.py +23 -24
- pulumi_aiven/get_opensearch_user.py +25 -26
- pulumi_aiven/get_organization.py +20 -21
- pulumi_aiven/get_organization_address.py +32 -33
- pulumi_aiven/get_organization_application_user.py +21 -22
- pulumi_aiven/get_organization_billing_group.py +34 -35
- pulumi_aiven/get_organization_billing_group_list.py +11 -12
- pulumi_aiven/get_organization_project.py +27 -28
- pulumi_aiven/get_organization_user.py +23 -24
- pulumi_aiven/get_organization_user_group.py +23 -24
- pulumi_aiven/get_organization_user_list.py +14 -15
- pulumi_aiven/get_organization_vpc.py +25 -26
- pulumi_aiven/get_organizational_unit.py +17 -18
- pulumi_aiven/get_pg.py +61 -62
- pulumi_aiven/get_pg_database.py +27 -28
- pulumi_aiven/get_pg_user.py +31 -32
- pulumi_aiven/get_project.py +34 -35
- pulumi_aiven/get_project_user.py +19 -20
- pulumi_aiven/get_project_vpc.py +25 -26
- pulumi_aiven/get_redis.py +61 -62
- pulumi_aiven/get_redis_user.py +33 -34
- pulumi_aiven/get_service_component.py +51 -52
- pulumi_aiven/get_service_integration.py +52 -53
- pulumi_aiven/get_service_integration_endpoint.py +38 -39
- pulumi_aiven/get_thanos.py +61 -62
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +31 -32
- pulumi_aiven/get_valkey.py +61 -62
- pulumi_aiven/get_valkey_user.py +33 -34
- pulumi_aiven/governance_access.py +84 -85
- pulumi_aiven/grafana.py +302 -303
- pulumi_aiven/influx_db.py +302 -303
- pulumi_aiven/influxdb_database.py +65 -66
- pulumi_aiven/influxdb_user.py +96 -97
- pulumi_aiven/kafka.py +336 -337
- pulumi_aiven/kafka_acl.py +95 -96
- pulumi_aiven/kafka_connect.py +299 -300
- pulumi_aiven/kafka_connector.py +125 -126
- pulumi_aiven/kafka_mirror_maker.py +299 -300
- pulumi_aiven/kafka_native_acl.py +154 -155
- pulumi_aiven/kafka_quota.py +120 -121
- pulumi_aiven/kafka_schema.py +112 -113
- pulumi_aiven/kafka_schema_configuration.py +52 -53
- pulumi_aiven/kafka_schema_registry_acl.py +95 -96
- pulumi_aiven/kafka_topic.py +139 -140
- pulumi_aiven/kafka_user.py +96 -97
- pulumi_aiven/m3_aggregator.py +311 -303
- pulumi_aiven/m3_db.py +311 -303
- pulumi_aiven/m3db_user.py +78 -79
- pulumi_aiven/mirror_maker_replication_flow.py +273 -274
- pulumi_aiven/my_sql.py +302 -303
- pulumi_aiven/mysql_database.py +65 -66
- pulumi_aiven/mysql_user.py +113 -114
- pulumi_aiven/open_search.py +302 -303
- pulumi_aiven/open_search_acl_config.py +69 -70
- pulumi_aiven/open_search_acl_rule.py +86 -87
- pulumi_aiven/opensearch_security_plugin_config.py +79 -80
- pulumi_aiven/opensearch_user.py +78 -79
- pulumi_aiven/organization.py +48 -49
- pulumi_aiven/organization_address.py +150 -151
- pulumi_aiven/organization_application_user.py +70 -71
- pulumi_aiven/organization_application_user_token.py +210 -211
- pulumi_aiven/organization_billing_group.py +183 -184
- pulumi_aiven/organization_group_project.py +55 -56
- pulumi_aiven/organization_permission.py +55 -56
- pulumi_aiven/organization_project.py +118 -119
- pulumi_aiven/organization_user.py +71 -72
- pulumi_aiven/organization_user_group.py +79 -80
- pulumi_aiven/organization_user_group_member.py +64 -65
- pulumi_aiven/organization_vpc.py +88 -89
- pulumi_aiven/organizational_unit.py +62 -63
- pulumi_aiven/outputs.py +14499 -14292
- pulumi_aiven/pg.py +302 -303
- pulumi_aiven/pg_database.py +99 -100
- pulumi_aiven/pg_user.py +113 -114
- pulumi_aiven/project.py +193 -194
- pulumi_aiven/project_user.py +61 -62
- pulumi_aiven/project_vpc.py +61 -62
- pulumi_aiven/provider.py +12 -13
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +302 -303
- pulumi_aiven/redis_user.py +146 -147
- pulumi_aiven/service_integration.py +191 -192
- pulumi_aiven/service_integration_endpoint.py +118 -119
- pulumi_aiven/static_ip.py +71 -72
- pulumi_aiven/thanos.py +302 -303
- pulumi_aiven/transit_gateway_vpc_attachment.py +113 -114
- pulumi_aiven/valkey.py +302 -303
- pulumi_aiven/valkey_user.py +146 -147
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.42.0.dist-info/RECORD +189 -0
- pulumi_aiven-6.41.0a1753242343.dist-info/RECORD +0 -189
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -22,9 +21,9 @@ __all__ = ['ServiceIntegrationEndpointArgs', 'ServiceIntegrationEndpoint']
|
|
|
22
21
|
@pulumi.input_type
|
|
23
22
|
class ServiceIntegrationEndpointArgs:
|
|
24
23
|
def __init__(__self__, *,
|
|
25
|
-
endpoint_name: pulumi.Input[
|
|
26
|
-
endpoint_type: pulumi.Input[
|
|
27
|
-
project: pulumi.Input[
|
|
24
|
+
endpoint_name: pulumi.Input[_builtins.str],
|
|
25
|
+
endpoint_type: pulumi.Input[_builtins.str],
|
|
26
|
+
project: pulumi.Input[_builtins.str],
|
|
28
27
|
autoscaler_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointAutoscalerUserConfigArgs']] = None,
|
|
29
28
|
datadog_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigArgs']] = None,
|
|
30
29
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs']] = None,
|
|
@@ -46,9 +45,9 @@ class ServiceIntegrationEndpointArgs:
|
|
|
46
45
|
rsyslog_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointRsyslogUserConfigArgs']] = None):
|
|
47
46
|
"""
|
|
48
47
|
The set of arguments for constructing a ServiceIntegrationEndpoint resource.
|
|
49
|
-
:param pulumi.Input[
|
|
50
|
-
:param pulumi.Input[
|
|
51
|
-
:param pulumi.Input[
|
|
48
|
+
:param pulumi.Input[_builtins.str] endpoint_name: Name of the service integration endpoint.
|
|
49
|
+
:param pulumi.Input[_builtins.str] endpoint_type: The type of service integration endpoint. The possible values are `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_azure_blob_storage`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
50
|
+
:param pulumi.Input[_builtins.str] project: Project the service integration endpoint is in.
|
|
52
51
|
:param pulumi.Input['ServiceIntegrationEndpointAutoscalerUserConfigArgs'] autoscaler_user_config: Autoscaler user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
53
52
|
:param pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigArgs'] datadog_user_config: Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
54
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
|
|
@@ -111,43 +110,43 @@ class ServiceIntegrationEndpointArgs:
|
|
|
111
110
|
if rsyslog_user_config is not None:
|
|
112
111
|
pulumi.set(__self__, "rsyslog_user_config", rsyslog_user_config)
|
|
113
112
|
|
|
114
|
-
@property
|
|
113
|
+
@_builtins.property
|
|
115
114
|
@pulumi.getter(name="endpointName")
|
|
116
|
-
def endpoint_name(self) -> pulumi.Input[
|
|
115
|
+
def endpoint_name(self) -> pulumi.Input[_builtins.str]:
|
|
117
116
|
"""
|
|
118
117
|
Name of the service integration endpoint.
|
|
119
118
|
"""
|
|
120
119
|
return pulumi.get(self, "endpoint_name")
|
|
121
120
|
|
|
122
121
|
@endpoint_name.setter
|
|
123
|
-
def endpoint_name(self, value: pulumi.Input[
|
|
122
|
+
def endpoint_name(self, value: pulumi.Input[_builtins.str]):
|
|
124
123
|
pulumi.set(self, "endpoint_name", value)
|
|
125
124
|
|
|
126
|
-
@property
|
|
125
|
+
@_builtins.property
|
|
127
126
|
@pulumi.getter(name="endpointType")
|
|
128
|
-
def endpoint_type(self) -> pulumi.Input[
|
|
127
|
+
def endpoint_type(self) -> pulumi.Input[_builtins.str]:
|
|
129
128
|
"""
|
|
130
129
|
The type of service integration endpoint. The possible values are `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_azure_blob_storage`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
131
130
|
"""
|
|
132
131
|
return pulumi.get(self, "endpoint_type")
|
|
133
132
|
|
|
134
133
|
@endpoint_type.setter
|
|
135
|
-
def endpoint_type(self, value: pulumi.Input[
|
|
134
|
+
def endpoint_type(self, value: pulumi.Input[_builtins.str]):
|
|
136
135
|
pulumi.set(self, "endpoint_type", value)
|
|
137
136
|
|
|
138
|
-
@property
|
|
137
|
+
@_builtins.property
|
|
139
138
|
@pulumi.getter
|
|
140
|
-
def project(self) -> pulumi.Input[
|
|
139
|
+
def project(self) -> pulumi.Input[_builtins.str]:
|
|
141
140
|
"""
|
|
142
141
|
Project the service integration endpoint is in.
|
|
143
142
|
"""
|
|
144
143
|
return pulumi.get(self, "project")
|
|
145
144
|
|
|
146
145
|
@project.setter
|
|
147
|
-
def project(self, value: pulumi.Input[
|
|
146
|
+
def project(self, value: pulumi.Input[_builtins.str]):
|
|
148
147
|
pulumi.set(self, "project", value)
|
|
149
148
|
|
|
150
|
-
@property
|
|
149
|
+
@_builtins.property
|
|
151
150
|
@pulumi.getter(name="autoscalerUserConfig")
|
|
152
151
|
def autoscaler_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointAutoscalerUserConfigArgs']]:
|
|
153
152
|
"""
|
|
@@ -159,7 +158,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
159
158
|
def autoscaler_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointAutoscalerUserConfigArgs']]):
|
|
160
159
|
pulumi.set(self, "autoscaler_user_config", value)
|
|
161
160
|
|
|
162
|
-
@property
|
|
161
|
+
@_builtins.property
|
|
163
162
|
@pulumi.getter(name="datadogUserConfig")
|
|
164
163
|
def datadog_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigArgs']]:
|
|
165
164
|
"""
|
|
@@ -171,7 +170,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
171
170
|
def datadog_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigArgs']]):
|
|
172
171
|
pulumi.set(self, "datadog_user_config", value)
|
|
173
172
|
|
|
174
|
-
@property
|
|
173
|
+
@_builtins.property
|
|
175
174
|
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfig")
|
|
176
175
|
def external_aws_cloudwatch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs']]:
|
|
177
176
|
"""
|
|
@@ -183,7 +182,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
183
182
|
def external_aws_cloudwatch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs']]):
|
|
184
183
|
pulumi.set(self, "external_aws_cloudwatch_logs_user_config", value)
|
|
185
184
|
|
|
186
|
-
@property
|
|
185
|
+
@_builtins.property
|
|
187
186
|
@pulumi.getter(name="externalAwsCloudwatchMetricsUserConfig")
|
|
188
187
|
def external_aws_cloudwatch_metrics_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs']]:
|
|
189
188
|
"""
|
|
@@ -195,7 +194,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
195
194
|
def external_aws_cloudwatch_metrics_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs']]):
|
|
196
195
|
pulumi.set(self, "external_aws_cloudwatch_metrics_user_config", value)
|
|
197
196
|
|
|
198
|
-
@property
|
|
197
|
+
@_builtins.property
|
|
199
198
|
@pulumi.getter(name="externalAwsS3UserConfig")
|
|
200
199
|
def external_aws_s3_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs']]:
|
|
201
200
|
"""
|
|
@@ -207,7 +206,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
207
206
|
def external_aws_s3_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs']]):
|
|
208
207
|
pulumi.set(self, "external_aws_s3_user_config", value)
|
|
209
208
|
|
|
210
|
-
@property
|
|
209
|
+
@_builtins.property
|
|
211
210
|
@pulumi.getter(name="externalAzureBlobStorageUserConfig")
|
|
212
211
|
def external_azure_blob_storage_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs']]:
|
|
213
212
|
"""
|
|
@@ -219,7 +218,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
219
218
|
def external_azure_blob_storage_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs']]):
|
|
220
219
|
pulumi.set(self, "external_azure_blob_storage_user_config", value)
|
|
221
220
|
|
|
222
|
-
@property
|
|
221
|
+
@_builtins.property
|
|
223
222
|
@pulumi.getter(name="externalClickhouseUserConfig")
|
|
224
223
|
def external_clickhouse_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalClickhouseUserConfigArgs']]:
|
|
225
224
|
"""
|
|
@@ -231,7 +230,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
231
230
|
def external_clickhouse_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalClickhouseUserConfigArgs']]):
|
|
232
231
|
pulumi.set(self, "external_clickhouse_user_config", value)
|
|
233
232
|
|
|
234
|
-
@property
|
|
233
|
+
@_builtins.property
|
|
235
234
|
@pulumi.getter(name="externalElasticsearchLogsUserConfig")
|
|
236
235
|
def external_elasticsearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs']]:
|
|
237
236
|
"""
|
|
@@ -243,7 +242,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
243
242
|
def external_elasticsearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs']]):
|
|
244
243
|
pulumi.set(self, "external_elasticsearch_logs_user_config", value)
|
|
245
244
|
|
|
246
|
-
@property
|
|
245
|
+
@_builtins.property
|
|
247
246
|
@pulumi.getter(name="externalGoogleCloudBigquery")
|
|
248
247
|
def external_google_cloud_bigquery(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs']]:
|
|
249
248
|
"""
|
|
@@ -255,7 +254,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
255
254
|
def external_google_cloud_bigquery(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs']]):
|
|
256
255
|
pulumi.set(self, "external_google_cloud_bigquery", value)
|
|
257
256
|
|
|
258
|
-
@property
|
|
257
|
+
@_builtins.property
|
|
259
258
|
@pulumi.getter(name="externalGoogleCloudLoggingUserConfig")
|
|
260
259
|
def external_google_cloud_logging_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfigArgs']]:
|
|
261
260
|
"""
|
|
@@ -267,7 +266,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
267
266
|
def external_google_cloud_logging_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfigArgs']]):
|
|
268
267
|
pulumi.set(self, "external_google_cloud_logging_user_config", value)
|
|
269
268
|
|
|
270
|
-
@property
|
|
269
|
+
@_builtins.property
|
|
271
270
|
@pulumi.getter(name="externalKafkaUserConfig")
|
|
272
271
|
def external_kafka_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalKafkaUserConfigArgs']]:
|
|
273
272
|
"""
|
|
@@ -279,7 +278,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
279
278
|
def external_kafka_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalKafkaUserConfigArgs']]):
|
|
280
279
|
pulumi.set(self, "external_kafka_user_config", value)
|
|
281
280
|
|
|
282
|
-
@property
|
|
281
|
+
@_builtins.property
|
|
283
282
|
@pulumi.getter(name="externalMysqlUserConfig")
|
|
284
283
|
def external_mysql_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalMysqlUserConfigArgs']]:
|
|
285
284
|
"""
|
|
@@ -291,7 +290,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
291
290
|
def external_mysql_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalMysqlUserConfigArgs']]):
|
|
292
291
|
pulumi.set(self, "external_mysql_user_config", value)
|
|
293
292
|
|
|
294
|
-
@property
|
|
293
|
+
@_builtins.property
|
|
295
294
|
@pulumi.getter(name="externalOpensearchLogsUserConfig")
|
|
296
295
|
def external_opensearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalOpensearchLogsUserConfigArgs']]:
|
|
297
296
|
"""
|
|
@@ -303,7 +302,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
303
302
|
def external_opensearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalOpensearchLogsUserConfigArgs']]):
|
|
304
303
|
pulumi.set(self, "external_opensearch_logs_user_config", value)
|
|
305
304
|
|
|
306
|
-
@property
|
|
305
|
+
@_builtins.property
|
|
307
306
|
@pulumi.getter(name="externalPostgresql")
|
|
308
307
|
def external_postgresql(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalPostgresqlArgs']]:
|
|
309
308
|
"""
|
|
@@ -315,7 +314,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
315
314
|
def external_postgresql(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalPostgresqlArgs']]):
|
|
316
315
|
pulumi.set(self, "external_postgresql", value)
|
|
317
316
|
|
|
318
|
-
@property
|
|
317
|
+
@_builtins.property
|
|
319
318
|
@pulumi.getter(name="externalPrometheusUserConfig")
|
|
320
319
|
def external_prometheus_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalPrometheusUserConfigArgs']]:
|
|
321
320
|
"""
|
|
@@ -327,7 +326,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
327
326
|
def external_prometheus_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalPrometheusUserConfigArgs']]):
|
|
328
327
|
pulumi.set(self, "external_prometheus_user_config", value)
|
|
329
328
|
|
|
330
|
-
@property
|
|
329
|
+
@_builtins.property
|
|
331
330
|
@pulumi.getter(name="externalSchemaRegistryUserConfig")
|
|
332
331
|
def external_schema_registry_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs']]:
|
|
333
332
|
"""
|
|
@@ -339,7 +338,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
339
338
|
def external_schema_registry_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs']]):
|
|
340
339
|
pulumi.set(self, "external_schema_registry_user_config", value)
|
|
341
340
|
|
|
342
|
-
@property
|
|
341
|
+
@_builtins.property
|
|
343
342
|
@pulumi.getter(name="jolokiaUserConfig")
|
|
344
343
|
def jolokia_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointJolokiaUserConfigArgs']]:
|
|
345
344
|
"""
|
|
@@ -351,7 +350,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
351
350
|
def jolokia_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointJolokiaUserConfigArgs']]):
|
|
352
351
|
pulumi.set(self, "jolokia_user_config", value)
|
|
353
352
|
|
|
354
|
-
@property
|
|
353
|
+
@_builtins.property
|
|
355
354
|
@pulumi.getter(name="prometheusUserConfig")
|
|
356
355
|
def prometheus_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointPrometheusUserConfigArgs']]:
|
|
357
356
|
"""
|
|
@@ -363,7 +362,7 @@ class ServiceIntegrationEndpointArgs:
|
|
|
363
362
|
def prometheus_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointPrometheusUserConfigArgs']]):
|
|
364
363
|
pulumi.set(self, "prometheus_user_config", value)
|
|
365
364
|
|
|
366
|
-
@property
|
|
365
|
+
@_builtins.property
|
|
367
366
|
@pulumi.getter(name="rsyslogUserConfig")
|
|
368
367
|
def rsyslog_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointRsyslogUserConfigArgs']]:
|
|
369
368
|
"""
|
|
@@ -381,9 +380,9 @@ class _ServiceIntegrationEndpointState:
|
|
|
381
380
|
def __init__(__self__, *,
|
|
382
381
|
autoscaler_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointAutoscalerUserConfigArgs']] = None,
|
|
383
382
|
datadog_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigArgs']] = None,
|
|
384
|
-
endpoint_config: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
385
|
-
endpoint_name: Optional[pulumi.Input[
|
|
386
|
-
endpoint_type: Optional[pulumi.Input[
|
|
383
|
+
endpoint_config: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
384
|
+
endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
385
|
+
endpoint_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
387
386
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs']] = None,
|
|
388
387
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs']] = None,
|
|
389
388
|
external_aws_s3_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs']] = None,
|
|
@@ -399,16 +398,16 @@ class _ServiceIntegrationEndpointState:
|
|
|
399
398
|
external_prometheus_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointExternalPrometheusUserConfigArgs']] = None,
|
|
400
399
|
external_schema_registry_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs']] = None,
|
|
401
400
|
jolokia_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointJolokiaUserConfigArgs']] = None,
|
|
402
|
-
project: Optional[pulumi.Input[
|
|
401
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
403
402
|
prometheus_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointPrometheusUserConfigArgs']] = None,
|
|
404
403
|
rsyslog_user_config: Optional[pulumi.Input['ServiceIntegrationEndpointRsyslogUserConfigArgs']] = None):
|
|
405
404
|
"""
|
|
406
405
|
Input properties used for looking up and filtering ServiceIntegrationEndpoint resources.
|
|
407
406
|
:param pulumi.Input['ServiceIntegrationEndpointAutoscalerUserConfigArgs'] autoscaler_user_config: Autoscaler user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
408
407
|
:param pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigArgs'] datadog_user_config: Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
409
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[
|
|
410
|
-
:param pulumi.Input[
|
|
411
|
-
:param pulumi.Input[
|
|
408
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] endpoint_config: Backend configuration for the endpoint.
|
|
409
|
+
:param pulumi.Input[_builtins.str] endpoint_name: Name of the service integration endpoint.
|
|
410
|
+
:param pulumi.Input[_builtins.str] endpoint_type: The type of service integration endpoint. The possible values are `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_azure_blob_storage`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
412
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
|
|
413
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
|
|
414
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
|
|
@@ -424,7 +423,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
424
423
|
:param pulumi.Input['ServiceIntegrationEndpointExternalPrometheusUserConfigArgs'] external_prometheus_user_config: ExternalPrometheus user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
425
424
|
:param pulumi.Input['ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs'] external_schema_registry_user_config: ExternalSchemaRegistry user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
426
425
|
:param pulumi.Input['ServiceIntegrationEndpointJolokiaUserConfigArgs'] jolokia_user_config: Jolokia user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
427
|
-
:param pulumi.Input[
|
|
426
|
+
:param pulumi.Input[_builtins.str] project: Project the service integration endpoint is in.
|
|
428
427
|
:param pulumi.Input['ServiceIntegrationEndpointPrometheusUserConfigArgs'] prometheus_user_config: Prometheus user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
429
428
|
:param pulumi.Input['ServiceIntegrationEndpointRsyslogUserConfigArgs'] rsyslog_user_config: Rsyslog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
430
429
|
"""
|
|
@@ -475,7 +474,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
475
474
|
if rsyslog_user_config is not None:
|
|
476
475
|
pulumi.set(__self__, "rsyslog_user_config", rsyslog_user_config)
|
|
477
476
|
|
|
478
|
-
@property
|
|
477
|
+
@_builtins.property
|
|
479
478
|
@pulumi.getter(name="autoscalerUserConfig")
|
|
480
479
|
def autoscaler_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointAutoscalerUserConfigArgs']]:
|
|
481
480
|
"""
|
|
@@ -487,7 +486,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
487
486
|
def autoscaler_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointAutoscalerUserConfigArgs']]):
|
|
488
487
|
pulumi.set(self, "autoscaler_user_config", value)
|
|
489
488
|
|
|
490
|
-
@property
|
|
489
|
+
@_builtins.property
|
|
491
490
|
@pulumi.getter(name="datadogUserConfig")
|
|
492
491
|
def datadog_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigArgs']]:
|
|
493
492
|
"""
|
|
@@ -499,43 +498,43 @@ class _ServiceIntegrationEndpointState:
|
|
|
499
498
|
def datadog_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigArgs']]):
|
|
500
499
|
pulumi.set(self, "datadog_user_config", value)
|
|
501
500
|
|
|
502
|
-
@property
|
|
501
|
+
@_builtins.property
|
|
503
502
|
@pulumi.getter(name="endpointConfig")
|
|
504
|
-
def endpoint_config(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
503
|
+
def endpoint_config(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
505
504
|
"""
|
|
506
505
|
Backend configuration for the endpoint.
|
|
507
506
|
"""
|
|
508
507
|
return pulumi.get(self, "endpoint_config")
|
|
509
508
|
|
|
510
509
|
@endpoint_config.setter
|
|
511
|
-
def endpoint_config(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
510
|
+
def endpoint_config(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
512
511
|
pulumi.set(self, "endpoint_config", value)
|
|
513
512
|
|
|
514
|
-
@property
|
|
513
|
+
@_builtins.property
|
|
515
514
|
@pulumi.getter(name="endpointName")
|
|
516
|
-
def endpoint_name(self) -> Optional[pulumi.Input[
|
|
515
|
+
def endpoint_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
517
516
|
"""
|
|
518
517
|
Name of the service integration endpoint.
|
|
519
518
|
"""
|
|
520
519
|
return pulumi.get(self, "endpoint_name")
|
|
521
520
|
|
|
522
521
|
@endpoint_name.setter
|
|
523
|
-
def endpoint_name(self, value: Optional[pulumi.Input[
|
|
522
|
+
def endpoint_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
524
523
|
pulumi.set(self, "endpoint_name", value)
|
|
525
524
|
|
|
526
|
-
@property
|
|
525
|
+
@_builtins.property
|
|
527
526
|
@pulumi.getter(name="endpointType")
|
|
528
|
-
def endpoint_type(self) -> Optional[pulumi.Input[
|
|
527
|
+
def endpoint_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
529
528
|
"""
|
|
530
529
|
The type of service integration endpoint. The possible values are `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_azure_blob_storage`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
531
530
|
"""
|
|
532
531
|
return pulumi.get(self, "endpoint_type")
|
|
533
532
|
|
|
534
533
|
@endpoint_type.setter
|
|
535
|
-
def endpoint_type(self, value: Optional[pulumi.Input[
|
|
534
|
+
def endpoint_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
536
535
|
pulumi.set(self, "endpoint_type", value)
|
|
537
536
|
|
|
538
|
-
@property
|
|
537
|
+
@_builtins.property
|
|
539
538
|
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfig")
|
|
540
539
|
def external_aws_cloudwatch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs']]:
|
|
541
540
|
"""
|
|
@@ -547,7 +546,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
547
546
|
def external_aws_cloudwatch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs']]):
|
|
548
547
|
pulumi.set(self, "external_aws_cloudwatch_logs_user_config", value)
|
|
549
548
|
|
|
550
|
-
@property
|
|
549
|
+
@_builtins.property
|
|
551
550
|
@pulumi.getter(name="externalAwsCloudwatchMetricsUserConfig")
|
|
552
551
|
def external_aws_cloudwatch_metrics_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs']]:
|
|
553
552
|
"""
|
|
@@ -559,7 +558,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
559
558
|
def external_aws_cloudwatch_metrics_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs']]):
|
|
560
559
|
pulumi.set(self, "external_aws_cloudwatch_metrics_user_config", value)
|
|
561
560
|
|
|
562
|
-
@property
|
|
561
|
+
@_builtins.property
|
|
563
562
|
@pulumi.getter(name="externalAwsS3UserConfig")
|
|
564
563
|
def external_aws_s3_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs']]:
|
|
565
564
|
"""
|
|
@@ -571,7 +570,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
571
570
|
def external_aws_s3_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs']]):
|
|
572
571
|
pulumi.set(self, "external_aws_s3_user_config", value)
|
|
573
572
|
|
|
574
|
-
@property
|
|
573
|
+
@_builtins.property
|
|
575
574
|
@pulumi.getter(name="externalAzureBlobStorageUserConfig")
|
|
576
575
|
def external_azure_blob_storage_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs']]:
|
|
577
576
|
"""
|
|
@@ -583,7 +582,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
583
582
|
def external_azure_blob_storage_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs']]):
|
|
584
583
|
pulumi.set(self, "external_azure_blob_storage_user_config", value)
|
|
585
584
|
|
|
586
|
-
@property
|
|
585
|
+
@_builtins.property
|
|
587
586
|
@pulumi.getter(name="externalClickhouseUserConfig")
|
|
588
587
|
def external_clickhouse_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalClickhouseUserConfigArgs']]:
|
|
589
588
|
"""
|
|
@@ -595,7 +594,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
595
594
|
def external_clickhouse_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalClickhouseUserConfigArgs']]):
|
|
596
595
|
pulumi.set(self, "external_clickhouse_user_config", value)
|
|
597
596
|
|
|
598
|
-
@property
|
|
597
|
+
@_builtins.property
|
|
599
598
|
@pulumi.getter(name="externalElasticsearchLogsUserConfig")
|
|
600
599
|
def external_elasticsearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs']]:
|
|
601
600
|
"""
|
|
@@ -607,7 +606,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
607
606
|
def external_elasticsearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs']]):
|
|
608
607
|
pulumi.set(self, "external_elasticsearch_logs_user_config", value)
|
|
609
608
|
|
|
610
|
-
@property
|
|
609
|
+
@_builtins.property
|
|
611
610
|
@pulumi.getter(name="externalGoogleCloudBigquery")
|
|
612
611
|
def external_google_cloud_bigquery(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs']]:
|
|
613
612
|
"""
|
|
@@ -619,7 +618,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
619
618
|
def external_google_cloud_bigquery(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalGoogleCloudBigqueryArgs']]):
|
|
620
619
|
pulumi.set(self, "external_google_cloud_bigquery", value)
|
|
621
620
|
|
|
622
|
-
@property
|
|
621
|
+
@_builtins.property
|
|
623
622
|
@pulumi.getter(name="externalGoogleCloudLoggingUserConfig")
|
|
624
623
|
def external_google_cloud_logging_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfigArgs']]:
|
|
625
624
|
"""
|
|
@@ -631,7 +630,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
631
630
|
def external_google_cloud_logging_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfigArgs']]):
|
|
632
631
|
pulumi.set(self, "external_google_cloud_logging_user_config", value)
|
|
633
632
|
|
|
634
|
-
@property
|
|
633
|
+
@_builtins.property
|
|
635
634
|
@pulumi.getter(name="externalKafkaUserConfig")
|
|
636
635
|
def external_kafka_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalKafkaUserConfigArgs']]:
|
|
637
636
|
"""
|
|
@@ -643,7 +642,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
643
642
|
def external_kafka_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalKafkaUserConfigArgs']]):
|
|
644
643
|
pulumi.set(self, "external_kafka_user_config", value)
|
|
645
644
|
|
|
646
|
-
@property
|
|
645
|
+
@_builtins.property
|
|
647
646
|
@pulumi.getter(name="externalMysqlUserConfig")
|
|
648
647
|
def external_mysql_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalMysqlUserConfigArgs']]:
|
|
649
648
|
"""
|
|
@@ -655,7 +654,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
655
654
|
def external_mysql_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalMysqlUserConfigArgs']]):
|
|
656
655
|
pulumi.set(self, "external_mysql_user_config", value)
|
|
657
656
|
|
|
658
|
-
@property
|
|
657
|
+
@_builtins.property
|
|
659
658
|
@pulumi.getter(name="externalOpensearchLogsUserConfig")
|
|
660
659
|
def external_opensearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalOpensearchLogsUserConfigArgs']]:
|
|
661
660
|
"""
|
|
@@ -667,7 +666,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
667
666
|
def external_opensearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalOpensearchLogsUserConfigArgs']]):
|
|
668
667
|
pulumi.set(self, "external_opensearch_logs_user_config", value)
|
|
669
668
|
|
|
670
|
-
@property
|
|
669
|
+
@_builtins.property
|
|
671
670
|
@pulumi.getter(name="externalPostgresql")
|
|
672
671
|
def external_postgresql(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalPostgresqlArgs']]:
|
|
673
672
|
"""
|
|
@@ -679,7 +678,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
679
678
|
def external_postgresql(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalPostgresqlArgs']]):
|
|
680
679
|
pulumi.set(self, "external_postgresql", value)
|
|
681
680
|
|
|
682
|
-
@property
|
|
681
|
+
@_builtins.property
|
|
683
682
|
@pulumi.getter(name="externalPrometheusUserConfig")
|
|
684
683
|
def external_prometheus_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalPrometheusUserConfigArgs']]:
|
|
685
684
|
"""
|
|
@@ -691,7 +690,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
691
690
|
def external_prometheus_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalPrometheusUserConfigArgs']]):
|
|
692
691
|
pulumi.set(self, "external_prometheus_user_config", value)
|
|
693
692
|
|
|
694
|
-
@property
|
|
693
|
+
@_builtins.property
|
|
695
694
|
@pulumi.getter(name="externalSchemaRegistryUserConfig")
|
|
696
695
|
def external_schema_registry_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs']]:
|
|
697
696
|
"""
|
|
@@ -703,7 +702,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
703
702
|
def external_schema_registry_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs']]):
|
|
704
703
|
pulumi.set(self, "external_schema_registry_user_config", value)
|
|
705
704
|
|
|
706
|
-
@property
|
|
705
|
+
@_builtins.property
|
|
707
706
|
@pulumi.getter(name="jolokiaUserConfig")
|
|
708
707
|
def jolokia_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointJolokiaUserConfigArgs']]:
|
|
709
708
|
"""
|
|
@@ -715,19 +714,19 @@ class _ServiceIntegrationEndpointState:
|
|
|
715
714
|
def jolokia_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointJolokiaUserConfigArgs']]):
|
|
716
715
|
pulumi.set(self, "jolokia_user_config", value)
|
|
717
716
|
|
|
718
|
-
@property
|
|
717
|
+
@_builtins.property
|
|
719
718
|
@pulumi.getter
|
|
720
|
-
def project(self) -> Optional[pulumi.Input[
|
|
719
|
+
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
721
720
|
"""
|
|
722
721
|
Project the service integration endpoint is in.
|
|
723
722
|
"""
|
|
724
723
|
return pulumi.get(self, "project")
|
|
725
724
|
|
|
726
725
|
@project.setter
|
|
727
|
-
def project(self, value: Optional[pulumi.Input[
|
|
726
|
+
def project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
728
727
|
pulumi.set(self, "project", value)
|
|
729
728
|
|
|
730
|
-
@property
|
|
729
|
+
@_builtins.property
|
|
731
730
|
@pulumi.getter(name="prometheusUserConfig")
|
|
732
731
|
def prometheus_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointPrometheusUserConfigArgs']]:
|
|
733
732
|
"""
|
|
@@ -739,7 +738,7 @@ class _ServiceIntegrationEndpointState:
|
|
|
739
738
|
def prometheus_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationEndpointPrometheusUserConfigArgs']]):
|
|
740
739
|
pulumi.set(self, "prometheus_user_config", value)
|
|
741
740
|
|
|
742
|
-
@property
|
|
741
|
+
@_builtins.property
|
|
743
742
|
@pulumi.getter(name="rsyslogUserConfig")
|
|
744
743
|
def rsyslog_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationEndpointRsyslogUserConfigArgs']]:
|
|
745
744
|
"""
|
|
@@ -760,8 +759,8 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
760
759
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
761
760
|
autoscaler_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointAutoscalerUserConfigArgs', 'ServiceIntegrationEndpointAutoscalerUserConfigArgsDict']]] = None,
|
|
762
761
|
datadog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointDatadogUserConfigArgs', 'ServiceIntegrationEndpointDatadogUserConfigArgsDict']]] = None,
|
|
763
|
-
endpoint_name: Optional[pulumi.Input[
|
|
764
|
-
endpoint_type: Optional[pulumi.Input[
|
|
762
|
+
endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
763
|
+
endpoint_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
765
764
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgsDict']]] = None,
|
|
766
765
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
|
|
767
766
|
external_aws_s3_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs', 'ServiceIntegrationEndpointExternalAwsS3UserConfigArgsDict']]] = None,
|
|
@@ -777,7 +776,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
777
776
|
external_prometheus_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalPrometheusUserConfigArgs', 'ServiceIntegrationEndpointExternalPrometheusUserConfigArgsDict']]] = None,
|
|
778
777
|
external_schema_registry_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs', 'ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgsDict']]] = None,
|
|
779
778
|
jolokia_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointJolokiaUserConfigArgs', 'ServiceIntegrationEndpointJolokiaUserConfigArgsDict']]] = None,
|
|
780
|
-
project: Optional[pulumi.Input[
|
|
779
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
781
780
|
prometheus_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointPrometheusUserConfigArgs', 'ServiceIntegrationEndpointPrometheusUserConfigArgsDict']]] = None,
|
|
782
781
|
rsyslog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointRsyslogUserConfigArgs', 'ServiceIntegrationEndpointRsyslogUserConfigArgsDict']]] = None,
|
|
783
782
|
__props__=None):
|
|
@@ -822,8 +821,8 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
822
821
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
823
822
|
:param pulumi.Input[Union['ServiceIntegrationEndpointAutoscalerUserConfigArgs', 'ServiceIntegrationEndpointAutoscalerUserConfigArgsDict']] autoscaler_user_config: Autoscaler user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
824
823
|
:param pulumi.Input[Union['ServiceIntegrationEndpointDatadogUserConfigArgs', 'ServiceIntegrationEndpointDatadogUserConfigArgsDict']] datadog_user_config: Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
825
|
-
:param pulumi.Input[
|
|
826
|
-
:param pulumi.Input[
|
|
824
|
+
:param pulumi.Input[_builtins.str] endpoint_name: Name of the service integration endpoint.
|
|
825
|
+
:param pulumi.Input[_builtins.str] endpoint_type: The type of service integration endpoint. The possible values are `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_azure_blob_storage`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
827
826
|
: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
|
|
828
827
|
: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
|
|
829
828
|
: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
|
|
@@ -839,7 +838,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
839
838
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalPrometheusUserConfigArgs', 'ServiceIntegrationEndpointExternalPrometheusUserConfigArgsDict']] external_prometheus_user_config: ExternalPrometheus user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
840
839
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs', 'ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgsDict']] external_schema_registry_user_config: ExternalSchemaRegistry user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
841
840
|
:param pulumi.Input[Union['ServiceIntegrationEndpointJolokiaUserConfigArgs', 'ServiceIntegrationEndpointJolokiaUserConfigArgsDict']] jolokia_user_config: Jolokia user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
842
|
-
:param pulumi.Input[
|
|
841
|
+
:param pulumi.Input[_builtins.str] project: Project the service integration endpoint is in.
|
|
843
842
|
:param pulumi.Input[Union['ServiceIntegrationEndpointPrometheusUserConfigArgs', 'ServiceIntegrationEndpointPrometheusUserConfigArgsDict']] prometheus_user_config: Prometheus user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
844
843
|
:param pulumi.Input[Union['ServiceIntegrationEndpointRsyslogUserConfigArgs', 'ServiceIntegrationEndpointRsyslogUserConfigArgsDict']] rsyslog_user_config: Rsyslog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
845
844
|
"""
|
|
@@ -903,8 +902,8 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
903
902
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
904
903
|
autoscaler_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointAutoscalerUserConfigArgs', 'ServiceIntegrationEndpointAutoscalerUserConfigArgsDict']]] = None,
|
|
905
904
|
datadog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointDatadogUserConfigArgs', 'ServiceIntegrationEndpointDatadogUserConfigArgsDict']]] = None,
|
|
906
|
-
endpoint_name: Optional[pulumi.Input[
|
|
907
|
-
endpoint_type: Optional[pulumi.Input[
|
|
905
|
+
endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
906
|
+
endpoint_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
908
907
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgsDict']]] = None,
|
|
909
908
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
|
|
910
909
|
external_aws_s3_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs', 'ServiceIntegrationEndpointExternalAwsS3UserConfigArgsDict']]] = None,
|
|
@@ -920,7 +919,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
920
919
|
external_prometheus_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalPrometheusUserConfigArgs', 'ServiceIntegrationEndpointExternalPrometheusUserConfigArgsDict']]] = None,
|
|
921
920
|
external_schema_registry_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs', 'ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgsDict']]] = None,
|
|
922
921
|
jolokia_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointJolokiaUserConfigArgs', 'ServiceIntegrationEndpointJolokiaUserConfigArgsDict']]] = None,
|
|
923
|
-
project: Optional[pulumi.Input[
|
|
922
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
924
923
|
prometheus_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointPrometheusUserConfigArgs', 'ServiceIntegrationEndpointPrometheusUserConfigArgsDict']]] = None,
|
|
925
924
|
rsyslog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointRsyslogUserConfigArgs', 'ServiceIntegrationEndpointRsyslogUserConfigArgsDict']]] = None,
|
|
926
925
|
__props__=None):
|
|
@@ -973,9 +972,9 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
973
972
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
974
973
|
autoscaler_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointAutoscalerUserConfigArgs', 'ServiceIntegrationEndpointAutoscalerUserConfigArgsDict']]] = None,
|
|
975
974
|
datadog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointDatadogUserConfigArgs', 'ServiceIntegrationEndpointDatadogUserConfigArgsDict']]] = None,
|
|
976
|
-
endpoint_config: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
977
|
-
endpoint_name: Optional[pulumi.Input[
|
|
978
|
-
endpoint_type: Optional[pulumi.Input[
|
|
975
|
+
endpoint_config: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
976
|
+
endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
977
|
+
endpoint_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
979
978
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgsDict']]] = None,
|
|
980
979
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
|
|
981
980
|
external_aws_s3_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalAwsS3UserConfigArgs', 'ServiceIntegrationEndpointExternalAwsS3UserConfigArgsDict']]] = None,
|
|
@@ -991,7 +990,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
991
990
|
external_prometheus_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalPrometheusUserConfigArgs', 'ServiceIntegrationEndpointExternalPrometheusUserConfigArgsDict']]] = None,
|
|
992
991
|
external_schema_registry_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs', 'ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgsDict']]] = None,
|
|
993
992
|
jolokia_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointJolokiaUserConfigArgs', 'ServiceIntegrationEndpointJolokiaUserConfigArgsDict']]] = None,
|
|
994
|
-
project: Optional[pulumi.Input[
|
|
993
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
995
994
|
prometheus_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointPrometheusUserConfigArgs', 'ServiceIntegrationEndpointPrometheusUserConfigArgsDict']]] = None,
|
|
996
995
|
rsyslog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationEndpointRsyslogUserConfigArgs', 'ServiceIntegrationEndpointRsyslogUserConfigArgsDict']]] = None) -> 'ServiceIntegrationEndpoint':
|
|
997
996
|
"""
|
|
@@ -1003,9 +1002,9 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1003
1002
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1004
1003
|
:param pulumi.Input[Union['ServiceIntegrationEndpointAutoscalerUserConfigArgs', 'ServiceIntegrationEndpointAutoscalerUserConfigArgsDict']] autoscaler_user_config: Autoscaler user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1005
1004
|
:param pulumi.Input[Union['ServiceIntegrationEndpointDatadogUserConfigArgs', 'ServiceIntegrationEndpointDatadogUserConfigArgsDict']] datadog_user_config: Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1006
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[
|
|
1007
|
-
:param pulumi.Input[
|
|
1008
|
-
:param pulumi.Input[
|
|
1005
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] endpoint_config: Backend configuration for the endpoint.
|
|
1006
|
+
:param pulumi.Input[_builtins.str] endpoint_name: Name of the service integration endpoint.
|
|
1007
|
+
:param pulumi.Input[_builtins.str] endpoint_type: The type of service integration endpoint. The possible values are `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_azure_blob_storage`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
1009
1008
|
: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
|
|
1010
1009
|
: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
|
|
1011
1010
|
: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
|
|
@@ -1021,7 +1020,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1021
1020
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalPrometheusUserConfigArgs', 'ServiceIntegrationEndpointExternalPrometheusUserConfigArgsDict']] external_prometheus_user_config: ExternalPrometheus user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1022
1021
|
:param pulumi.Input[Union['ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs', 'ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgsDict']] external_schema_registry_user_config: ExternalSchemaRegistry user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1023
1022
|
:param pulumi.Input[Union['ServiceIntegrationEndpointJolokiaUserConfigArgs', 'ServiceIntegrationEndpointJolokiaUserConfigArgsDict']] jolokia_user_config: Jolokia user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1024
|
-
:param pulumi.Input[
|
|
1023
|
+
:param pulumi.Input[_builtins.str] project: Project the service integration endpoint is in.
|
|
1025
1024
|
:param pulumi.Input[Union['ServiceIntegrationEndpointPrometheusUserConfigArgs', 'ServiceIntegrationEndpointPrometheusUserConfigArgsDict']] prometheus_user_config: Prometheus user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1026
1025
|
:param pulumi.Input[Union['ServiceIntegrationEndpointRsyslogUserConfigArgs', 'ServiceIntegrationEndpointRsyslogUserConfigArgsDict']] rsyslog_user_config: Rsyslog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1027
1026
|
"""
|
|
@@ -1054,7 +1053,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1054
1053
|
__props__.__dict__["rsyslog_user_config"] = rsyslog_user_config
|
|
1055
1054
|
return ServiceIntegrationEndpoint(resource_name, opts=opts, __props__=__props__)
|
|
1056
1055
|
|
|
1057
|
-
@property
|
|
1056
|
+
@_builtins.property
|
|
1058
1057
|
@pulumi.getter(name="autoscalerUserConfig")
|
|
1059
1058
|
def autoscaler_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointAutoscalerUserConfig']]:
|
|
1060
1059
|
"""
|
|
@@ -1062,7 +1061,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1062
1061
|
"""
|
|
1063
1062
|
return pulumi.get(self, "autoscaler_user_config")
|
|
1064
1063
|
|
|
1065
|
-
@property
|
|
1064
|
+
@_builtins.property
|
|
1066
1065
|
@pulumi.getter(name="datadogUserConfig")
|
|
1067
1066
|
def datadog_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointDatadogUserConfig']]:
|
|
1068
1067
|
"""
|
|
@@ -1070,31 +1069,31 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1070
1069
|
"""
|
|
1071
1070
|
return pulumi.get(self, "datadog_user_config")
|
|
1072
1071
|
|
|
1073
|
-
@property
|
|
1072
|
+
@_builtins.property
|
|
1074
1073
|
@pulumi.getter(name="endpointConfig")
|
|
1075
|
-
def endpoint_config(self) -> pulumi.Output[Mapping[str,
|
|
1074
|
+
def endpoint_config(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
|
1076
1075
|
"""
|
|
1077
1076
|
Backend configuration for the endpoint.
|
|
1078
1077
|
"""
|
|
1079
1078
|
return pulumi.get(self, "endpoint_config")
|
|
1080
1079
|
|
|
1081
|
-
@property
|
|
1080
|
+
@_builtins.property
|
|
1082
1081
|
@pulumi.getter(name="endpointName")
|
|
1083
|
-
def endpoint_name(self) -> pulumi.Output[
|
|
1082
|
+
def endpoint_name(self) -> pulumi.Output[_builtins.str]:
|
|
1084
1083
|
"""
|
|
1085
1084
|
Name of the service integration endpoint.
|
|
1086
1085
|
"""
|
|
1087
1086
|
return pulumi.get(self, "endpoint_name")
|
|
1088
1087
|
|
|
1089
|
-
@property
|
|
1088
|
+
@_builtins.property
|
|
1090
1089
|
@pulumi.getter(name="endpointType")
|
|
1091
|
-
def endpoint_type(self) -> pulumi.Output[
|
|
1090
|
+
def endpoint_type(self) -> pulumi.Output[_builtins.str]:
|
|
1092
1091
|
"""
|
|
1093
1092
|
The type of service integration endpoint. The possible values are `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_azure_blob_storage`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
|
|
1094
1093
|
"""
|
|
1095
1094
|
return pulumi.get(self, "endpoint_type")
|
|
1096
1095
|
|
|
1097
|
-
@property
|
|
1096
|
+
@_builtins.property
|
|
1098
1097
|
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfig")
|
|
1099
1098
|
def external_aws_cloudwatch_logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfig']]:
|
|
1100
1099
|
"""
|
|
@@ -1102,7 +1101,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1102
1101
|
"""
|
|
1103
1102
|
return pulumi.get(self, "external_aws_cloudwatch_logs_user_config")
|
|
1104
1103
|
|
|
1105
|
-
@property
|
|
1104
|
+
@_builtins.property
|
|
1106
1105
|
@pulumi.getter(name="externalAwsCloudwatchMetricsUserConfig")
|
|
1107
1106
|
def external_aws_cloudwatch_metrics_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfig']]:
|
|
1108
1107
|
"""
|
|
@@ -1110,7 +1109,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1110
1109
|
"""
|
|
1111
1110
|
return pulumi.get(self, "external_aws_cloudwatch_metrics_user_config")
|
|
1112
1111
|
|
|
1113
|
-
@property
|
|
1112
|
+
@_builtins.property
|
|
1114
1113
|
@pulumi.getter(name="externalAwsS3UserConfig")
|
|
1115
1114
|
def external_aws_s3_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointExternalAwsS3UserConfig']]:
|
|
1116
1115
|
"""
|
|
@@ -1118,7 +1117,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1118
1117
|
"""
|
|
1119
1118
|
return pulumi.get(self, "external_aws_s3_user_config")
|
|
1120
1119
|
|
|
1121
|
-
@property
|
|
1120
|
+
@_builtins.property
|
|
1122
1121
|
@pulumi.getter(name="externalAzureBlobStorageUserConfig")
|
|
1123
1122
|
def external_azure_blob_storage_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointExternalAzureBlobStorageUserConfig']]:
|
|
1124
1123
|
"""
|
|
@@ -1126,7 +1125,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1126
1125
|
"""
|
|
1127
1126
|
return pulumi.get(self, "external_azure_blob_storage_user_config")
|
|
1128
1127
|
|
|
1129
|
-
@property
|
|
1128
|
+
@_builtins.property
|
|
1130
1129
|
@pulumi.getter(name="externalClickhouseUserConfig")
|
|
1131
1130
|
def external_clickhouse_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointExternalClickhouseUserConfig']]:
|
|
1132
1131
|
"""
|
|
@@ -1134,7 +1133,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1134
1133
|
"""
|
|
1135
1134
|
return pulumi.get(self, "external_clickhouse_user_config")
|
|
1136
1135
|
|
|
1137
|
-
@property
|
|
1136
|
+
@_builtins.property
|
|
1138
1137
|
@pulumi.getter(name="externalElasticsearchLogsUserConfig")
|
|
1139
1138
|
def external_elasticsearch_logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointExternalElasticsearchLogsUserConfig']]:
|
|
1140
1139
|
"""
|
|
@@ -1142,7 +1141,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1142
1141
|
"""
|
|
1143
1142
|
return pulumi.get(self, "external_elasticsearch_logs_user_config")
|
|
1144
1143
|
|
|
1145
|
-
@property
|
|
1144
|
+
@_builtins.property
|
|
1146
1145
|
@pulumi.getter(name="externalGoogleCloudBigquery")
|
|
1147
1146
|
def external_google_cloud_bigquery(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointExternalGoogleCloudBigquery']]:
|
|
1148
1147
|
"""
|
|
@@ -1150,7 +1149,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1150
1149
|
"""
|
|
1151
1150
|
return pulumi.get(self, "external_google_cloud_bigquery")
|
|
1152
1151
|
|
|
1153
|
-
@property
|
|
1152
|
+
@_builtins.property
|
|
1154
1153
|
@pulumi.getter(name="externalGoogleCloudLoggingUserConfig")
|
|
1155
1154
|
def external_google_cloud_logging_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfig']]:
|
|
1156
1155
|
"""
|
|
@@ -1158,7 +1157,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1158
1157
|
"""
|
|
1159
1158
|
return pulumi.get(self, "external_google_cloud_logging_user_config")
|
|
1160
1159
|
|
|
1161
|
-
@property
|
|
1160
|
+
@_builtins.property
|
|
1162
1161
|
@pulumi.getter(name="externalKafkaUserConfig")
|
|
1163
1162
|
def external_kafka_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointExternalKafkaUserConfig']]:
|
|
1164
1163
|
"""
|
|
@@ -1166,7 +1165,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1166
1165
|
"""
|
|
1167
1166
|
return pulumi.get(self, "external_kafka_user_config")
|
|
1168
1167
|
|
|
1169
|
-
@property
|
|
1168
|
+
@_builtins.property
|
|
1170
1169
|
@pulumi.getter(name="externalMysqlUserConfig")
|
|
1171
1170
|
def external_mysql_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointExternalMysqlUserConfig']]:
|
|
1172
1171
|
"""
|
|
@@ -1174,7 +1173,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1174
1173
|
"""
|
|
1175
1174
|
return pulumi.get(self, "external_mysql_user_config")
|
|
1176
1175
|
|
|
1177
|
-
@property
|
|
1176
|
+
@_builtins.property
|
|
1178
1177
|
@pulumi.getter(name="externalOpensearchLogsUserConfig")
|
|
1179
1178
|
def external_opensearch_logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointExternalOpensearchLogsUserConfig']]:
|
|
1180
1179
|
"""
|
|
@@ -1182,7 +1181,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1182
1181
|
"""
|
|
1183
1182
|
return pulumi.get(self, "external_opensearch_logs_user_config")
|
|
1184
1183
|
|
|
1185
|
-
@property
|
|
1184
|
+
@_builtins.property
|
|
1186
1185
|
@pulumi.getter(name="externalPostgresql")
|
|
1187
1186
|
def external_postgresql(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointExternalPostgresql']]:
|
|
1188
1187
|
"""
|
|
@@ -1190,7 +1189,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1190
1189
|
"""
|
|
1191
1190
|
return pulumi.get(self, "external_postgresql")
|
|
1192
1191
|
|
|
1193
|
-
@property
|
|
1192
|
+
@_builtins.property
|
|
1194
1193
|
@pulumi.getter(name="externalPrometheusUserConfig")
|
|
1195
1194
|
def external_prometheus_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointExternalPrometheusUserConfig']]:
|
|
1196
1195
|
"""
|
|
@@ -1198,7 +1197,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1198
1197
|
"""
|
|
1199
1198
|
return pulumi.get(self, "external_prometheus_user_config")
|
|
1200
1199
|
|
|
1201
|
-
@property
|
|
1200
|
+
@_builtins.property
|
|
1202
1201
|
@pulumi.getter(name="externalSchemaRegistryUserConfig")
|
|
1203
1202
|
def external_schema_registry_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointExternalSchemaRegistryUserConfig']]:
|
|
1204
1203
|
"""
|
|
@@ -1206,7 +1205,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1206
1205
|
"""
|
|
1207
1206
|
return pulumi.get(self, "external_schema_registry_user_config")
|
|
1208
1207
|
|
|
1209
|
-
@property
|
|
1208
|
+
@_builtins.property
|
|
1210
1209
|
@pulumi.getter(name="jolokiaUserConfig")
|
|
1211
1210
|
def jolokia_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointJolokiaUserConfig']]:
|
|
1212
1211
|
"""
|
|
@@ -1214,15 +1213,15 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1214
1213
|
"""
|
|
1215
1214
|
return pulumi.get(self, "jolokia_user_config")
|
|
1216
1215
|
|
|
1217
|
-
@property
|
|
1216
|
+
@_builtins.property
|
|
1218
1217
|
@pulumi.getter
|
|
1219
|
-
def project(self) -> pulumi.Output[
|
|
1218
|
+
def project(self) -> pulumi.Output[_builtins.str]:
|
|
1220
1219
|
"""
|
|
1221
1220
|
Project the service integration endpoint is in.
|
|
1222
1221
|
"""
|
|
1223
1222
|
return pulumi.get(self, "project")
|
|
1224
1223
|
|
|
1225
|
-
@property
|
|
1224
|
+
@_builtins.property
|
|
1226
1225
|
@pulumi.getter(name="prometheusUserConfig")
|
|
1227
1226
|
def prometheus_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointPrometheusUserConfig']]:
|
|
1228
1227
|
"""
|
|
@@ -1230,7 +1229,7 @@ class ServiceIntegrationEndpoint(pulumi.CustomResource):
|
|
|
1230
1229
|
"""
|
|
1231
1230
|
return pulumi.get(self, "prometheus_user_config")
|
|
1232
1231
|
|
|
1233
|
-
@property
|
|
1232
|
+
@_builtins.property
|
|
1234
1233
|
@pulumi.getter(name="rsyslogUserConfig")
|
|
1235
1234
|
def rsyslog_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationEndpointRsyslogUserConfig']]:
|
|
1236
1235
|
"""
|