pulumi-aiven 6.12.0a1708541199__py3-none-any.whl → 6.13.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 +28 -0
- pulumi_aiven/_inputs.py +2491 -944
- pulumi_aiven/account.py +40 -32
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +6 -2
- pulumi_aiven/account_team_member.py +27 -23
- pulumi_aiven/account_team_project.py +6 -2
- pulumi_aiven/aws_privatelink.py +43 -39
- pulumi_aiven/aws_vpc_peering_connection.py +66 -52
- pulumi_aiven/azure_privatelink.py +53 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +80 -68
- pulumi_aiven/billing_group.py +6 -2
- pulumi_aiven/cassandra.py +13 -9
- pulumi_aiven/cassandra_user.py +27 -23
- pulumi_aiven/clickhouse.py +13 -9
- pulumi_aiven/clickhouse_database.py +27 -23
- pulumi_aiven/clickhouse_grant.py +46 -42
- pulumi_aiven/clickhouse_role.py +27 -23
- pulumi_aiven/clickhouse_user.py +27 -23
- pulumi_aiven/connection_pool.py +34 -30
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +13 -9
- pulumi_aiven/flink_application.py +20 -16
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +16 -16
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +19 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
- pulumi_aiven/get_azure_privatelink.py +21 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +7 -3
- pulumi_aiven/get_cassandra.py +7 -3
- pulumi_aiven/get_cassandra_user.py +13 -9
- pulumi_aiven/get_clickhouse.py +7 -3
- pulumi_aiven/get_clickhouse_database.py +13 -9
- pulumi_aiven/get_clickhouse_user.py +13 -9
- pulumi_aiven/get_connection_pool.py +14 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +7 -3
- pulumi_aiven/get_flink_application.py +10 -6
- pulumi_aiven/get_flink_application_version.py +10 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
- pulumi_aiven/get_grafana.py +7 -3
- pulumi_aiven/get_kafka.py +7 -3
- pulumi_aiven/get_kafka_acl.py +19 -15
- pulumi_aiven/get_kafka_connect.py +7 -3
- pulumi_aiven/get_kafka_connector.py +13 -9
- pulumi_aiven/get_kafka_mirror_maker.py +7 -3
- pulumi_aiven/get_kafka_schema.py +13 -9
- pulumi_aiven/get_kafka_schema_configuration.py +11 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +13 -9
- pulumi_aiven/get_kafka_user.py +13 -9
- pulumi_aiven/get_m3_aggregator.py +7 -3
- pulumi_aiven/get_m3_db.py +7 -3
- pulumi_aiven/get_m3db_user.py +13 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
- pulumi_aiven/get_my_sql.py +7 -3
- pulumi_aiven/get_mysql_database.py +13 -9
- pulumi_aiven/get_mysql_user.py +13 -9
- pulumi_aiven/get_open_search.py +7 -3
- pulumi_aiven/get_open_search_acl_config.py +10 -6
- pulumi_aiven/get_open_search_acl_rule.py +16 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
- pulumi_aiven/get_opensearch_user.py +13 -9
- pulumi_aiven/get_organization.py +12 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +7 -3
- pulumi_aiven/get_pg_database.py +15 -11
- pulumi_aiven/get_pg_user.py +13 -9
- pulumi_aiven/get_project.py +4 -0
- pulumi_aiven/get_project_user.py +10 -6
- pulumi_aiven/get_project_vpc.py +15 -13
- pulumi_aiven/get_redis.py +7 -3
- pulumi_aiven/get_redis_user.py +17 -13
- pulumi_aiven/get_service_component.py +4 -0
- pulumi_aiven/get_service_integration.py +60 -4
- pulumi_aiven/get_service_integration_endpoint.py +5 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
- pulumi_aiven/grafana.py +13 -9
- pulumi_aiven/influx_db.py +7 -7
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +28 -28
- pulumi_aiven/kafka.py +13 -9
- pulumi_aiven/kafka_acl.py +41 -37
- pulumi_aiven/kafka_connect.py +13 -9
- pulumi_aiven/kafka_connector.py +27 -23
- pulumi_aiven/kafka_mirror_maker.py +13 -9
- pulumi_aiven/kafka_schema.py +53 -45
- pulumi_aiven/kafka_schema_configuration.py +20 -16
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +23 -23
- pulumi_aiven/kafka_user.py +27 -23
- pulumi_aiven/m3_aggregator.py +13 -9
- pulumi_aiven/m3_db.py +13 -9
- pulumi_aiven/m3db_user.py +27 -23
- pulumi_aiven/mirror_maker_replication_flow.py +56 -50
- pulumi_aiven/my_sql.py +13 -9
- pulumi_aiven/mysql_database.py +27 -23
- pulumi_aiven/mysql_user.py +27 -23
- pulumi_aiven/open_search.py +13 -9
- pulumi_aiven/open_search_acl_config.py +20 -16
- pulumi_aiven/open_search_acl_rule.py +34 -30
- pulumi_aiven/opensearch_security_plugin_config.py +68 -16
- pulumi_aiven/opensearch_user.py +27 -23
- pulumi_aiven/organization.py +14 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +16 -16
- pulumi_aiven/organization_user_group.py +61 -23
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +36 -32
- pulumi_aiven/outputs.py +3013 -491
- pulumi_aiven/pg.py +9 -9
- pulumi_aiven/pg_database.py +41 -37
- pulumi_aiven/pg_user.py +27 -23
- pulumi_aiven/project.py +28 -2
- pulumi_aiven/project_user.py +20 -16
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +13 -9
- pulumi_aiven/redis_user.py +55 -51
- pulumi_aiven/service_integration.py +201 -9
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.12.0a1708541199.dist-info/RECORD +0 -146
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
|
@@ -22,7 +22,7 @@ class GetServiceIntegrationResult:
|
|
|
22
22
|
"""
|
|
23
23
|
A collection of values returned by getServiceIntegration.
|
|
24
24
|
"""
|
|
25
|
-
def __init__(__self__, clickhouse_kafka_user_configs=None, clickhouse_postgresql_user_configs=None, datadog_user_configs=None, destination_endpoint_id=None, destination_service_name=None, external_aws_cloudwatch_metrics_user_configs=None, id=None, integration_id=None, integration_type=None, kafka_connect_user_configs=None, kafka_logs_user_configs=None, kafka_mirrormaker_user_configs=None, logs_user_configs=None, metrics_user_configs=None, project=None, source_endpoint_id=None, source_service_name=None):
|
|
25
|
+
def __init__(__self__, clickhouse_kafka_user_configs=None, clickhouse_postgresql_user_configs=None, datadog_user_configs=None, destination_endpoint_id=None, destination_service_name=None, external_aws_cloudwatch_logs_user_configs=None, external_aws_cloudwatch_metrics_user_configs=None, external_elasticsearch_logs_user_configs=None, external_opensearch_logs_user_configs=None, id=None, integration_id=None, integration_type=None, kafka_connect_user_configs=None, kafka_logs_user_configs=None, kafka_mirrormaker_user_configs=None, logs_user_configs=None, metrics_user_configs=None, project=None, prometheus_user_configs=None, source_endpoint_id=None, source_service_name=None):
|
|
26
26
|
if clickhouse_kafka_user_configs and not isinstance(clickhouse_kafka_user_configs, list):
|
|
27
27
|
raise TypeError("Expected argument 'clickhouse_kafka_user_configs' to be a list")
|
|
28
28
|
pulumi.set(__self__, "clickhouse_kafka_user_configs", clickhouse_kafka_user_configs)
|
|
@@ -38,9 +38,18 @@ class GetServiceIntegrationResult:
|
|
|
38
38
|
if destination_service_name and not isinstance(destination_service_name, str):
|
|
39
39
|
raise TypeError("Expected argument 'destination_service_name' to be a str")
|
|
40
40
|
pulumi.set(__self__, "destination_service_name", destination_service_name)
|
|
41
|
+
if external_aws_cloudwatch_logs_user_configs and not isinstance(external_aws_cloudwatch_logs_user_configs, list):
|
|
42
|
+
raise TypeError("Expected argument 'external_aws_cloudwatch_logs_user_configs' to be a list")
|
|
43
|
+
pulumi.set(__self__, "external_aws_cloudwatch_logs_user_configs", external_aws_cloudwatch_logs_user_configs)
|
|
41
44
|
if external_aws_cloudwatch_metrics_user_configs and not isinstance(external_aws_cloudwatch_metrics_user_configs, list):
|
|
42
45
|
raise TypeError("Expected argument 'external_aws_cloudwatch_metrics_user_configs' to be a list")
|
|
43
46
|
pulumi.set(__self__, "external_aws_cloudwatch_metrics_user_configs", external_aws_cloudwatch_metrics_user_configs)
|
|
47
|
+
if external_elasticsearch_logs_user_configs and not isinstance(external_elasticsearch_logs_user_configs, list):
|
|
48
|
+
raise TypeError("Expected argument 'external_elasticsearch_logs_user_configs' to be a list")
|
|
49
|
+
pulumi.set(__self__, "external_elasticsearch_logs_user_configs", external_elasticsearch_logs_user_configs)
|
|
50
|
+
if external_opensearch_logs_user_configs and not isinstance(external_opensearch_logs_user_configs, list):
|
|
51
|
+
raise TypeError("Expected argument 'external_opensearch_logs_user_configs' to be a list")
|
|
52
|
+
pulumi.set(__self__, "external_opensearch_logs_user_configs", external_opensearch_logs_user_configs)
|
|
44
53
|
if id and not isinstance(id, str):
|
|
45
54
|
raise TypeError("Expected argument 'id' to be a str")
|
|
46
55
|
pulumi.set(__self__, "id", id)
|
|
@@ -68,6 +77,9 @@ class GetServiceIntegrationResult:
|
|
|
68
77
|
if project and not isinstance(project, str):
|
|
69
78
|
raise TypeError("Expected argument 'project' to be a str")
|
|
70
79
|
pulumi.set(__self__, "project", project)
|
|
80
|
+
if prometheus_user_configs and not isinstance(prometheus_user_configs, list):
|
|
81
|
+
raise TypeError("Expected argument 'prometheus_user_configs' to be a list")
|
|
82
|
+
pulumi.set(__self__, "prometheus_user_configs", prometheus_user_configs)
|
|
71
83
|
if source_endpoint_id and not isinstance(source_endpoint_id, str):
|
|
72
84
|
raise TypeError("Expected argument 'source_endpoint_id' to be a str")
|
|
73
85
|
pulumi.set(__self__, "source_endpoint_id", source_endpoint_id)
|
|
@@ -115,6 +127,14 @@ class GetServiceIntegrationResult:
|
|
|
115
127
|
"""
|
|
116
128
|
return pulumi.get(self, "destination_service_name")
|
|
117
129
|
|
|
130
|
+
@property
|
|
131
|
+
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfigs")
|
|
132
|
+
def external_aws_cloudwatch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalAwsCloudwatchLogsUserConfigResult']:
|
|
133
|
+
"""
|
|
134
|
+
ExternalAwsCloudwatchLogs user configurable settings
|
|
135
|
+
"""
|
|
136
|
+
return pulumi.get(self, "external_aws_cloudwatch_logs_user_configs")
|
|
137
|
+
|
|
118
138
|
@property
|
|
119
139
|
@pulumi.getter(name="externalAwsCloudwatchMetricsUserConfigs")
|
|
120
140
|
def external_aws_cloudwatch_metrics_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigResult']:
|
|
@@ -123,6 +143,22 @@ class GetServiceIntegrationResult:
|
|
|
123
143
|
"""
|
|
124
144
|
return pulumi.get(self, "external_aws_cloudwatch_metrics_user_configs")
|
|
125
145
|
|
|
146
|
+
@property
|
|
147
|
+
@pulumi.getter(name="externalElasticsearchLogsUserConfigs")
|
|
148
|
+
def external_elasticsearch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalElasticsearchLogsUserConfigResult']:
|
|
149
|
+
"""
|
|
150
|
+
ExternalElasticsearchLogs user configurable settings
|
|
151
|
+
"""
|
|
152
|
+
return pulumi.get(self, "external_elasticsearch_logs_user_configs")
|
|
153
|
+
|
|
154
|
+
@property
|
|
155
|
+
@pulumi.getter(name="externalOpensearchLogsUserConfigs")
|
|
156
|
+
def external_opensearch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalOpensearchLogsUserConfigResult']:
|
|
157
|
+
"""
|
|
158
|
+
ExternalOpensearchLogs user configurable settings
|
|
159
|
+
"""
|
|
160
|
+
return pulumi.get(self, "external_opensearch_logs_user_configs")
|
|
161
|
+
|
|
126
162
|
@property
|
|
127
163
|
@pulumi.getter
|
|
128
164
|
def id(self) -> str:
|
|
@@ -143,7 +179,7 @@ class GetServiceIntegrationResult:
|
|
|
143
179
|
@pulumi.getter(name="integrationType")
|
|
144
180
|
def integration_type(self) -> str:
|
|
145
181
|
"""
|
|
146
|
-
Type of the service integration. Possible values: `alertmanager`, `cassandra_cross_service_cluster`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`
|
|
182
|
+
Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
147
183
|
"""
|
|
148
184
|
return pulumi.get(self, "integration_type")
|
|
149
185
|
|
|
@@ -195,6 +231,14 @@ class GetServiceIntegrationResult:
|
|
|
195
231
|
"""
|
|
196
232
|
return pulumi.get(self, "project")
|
|
197
233
|
|
|
234
|
+
@property
|
|
235
|
+
@pulumi.getter(name="prometheusUserConfigs")
|
|
236
|
+
def prometheus_user_configs(self) -> Sequence['outputs.GetServiceIntegrationPrometheusUserConfigResult']:
|
|
237
|
+
"""
|
|
238
|
+
Prometheus user configurable settings
|
|
239
|
+
"""
|
|
240
|
+
return pulumi.get(self, "prometheus_user_configs")
|
|
241
|
+
|
|
198
242
|
@property
|
|
199
243
|
@pulumi.getter(name="sourceEndpointId")
|
|
200
244
|
def source_endpoint_id(self) -> str:
|
|
@@ -223,7 +267,10 @@ class AwaitableGetServiceIntegrationResult(GetServiceIntegrationResult):
|
|
|
223
267
|
datadog_user_configs=self.datadog_user_configs,
|
|
224
268
|
destination_endpoint_id=self.destination_endpoint_id,
|
|
225
269
|
destination_service_name=self.destination_service_name,
|
|
270
|
+
external_aws_cloudwatch_logs_user_configs=self.external_aws_cloudwatch_logs_user_configs,
|
|
226
271
|
external_aws_cloudwatch_metrics_user_configs=self.external_aws_cloudwatch_metrics_user_configs,
|
|
272
|
+
external_elasticsearch_logs_user_configs=self.external_elasticsearch_logs_user_configs,
|
|
273
|
+
external_opensearch_logs_user_configs=self.external_opensearch_logs_user_configs,
|
|
227
274
|
id=self.id,
|
|
228
275
|
integration_id=self.integration_id,
|
|
229
276
|
integration_type=self.integration_type,
|
|
@@ -233,6 +280,7 @@ class AwaitableGetServiceIntegrationResult(GetServiceIntegrationResult):
|
|
|
233
280
|
logs_user_configs=self.logs_user_configs,
|
|
234
281
|
metrics_user_configs=self.metrics_user_configs,
|
|
235
282
|
project=self.project,
|
|
283
|
+
prometheus_user_configs=self.prometheus_user_configs,
|
|
236
284
|
source_endpoint_id=self.source_endpoint_id,
|
|
237
285
|
source_service_name=self.source_service_name)
|
|
238
286
|
|
|
@@ -252,6 +300,7 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
252
300
|
|
|
253
301
|
## Example Usage
|
|
254
302
|
|
|
303
|
+
<!--Start PulumiCodeChooser -->
|
|
255
304
|
```python
|
|
256
305
|
import pulumi
|
|
257
306
|
import pulumi_aiven as aiven
|
|
@@ -261,10 +310,11 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
261
310
|
integration_type="datadog",
|
|
262
311
|
source_service_name="<SOURCE_SERVICE_NAME>")
|
|
263
312
|
```
|
|
313
|
+
<!--End PulumiCodeChooser -->
|
|
264
314
|
|
|
265
315
|
|
|
266
316
|
:param str destination_service_name: Destination service for the integration (if any)
|
|
267
|
-
:param str integration_type: Type of the service integration. Possible values: `alertmanager`, `cassandra_cross_service_cluster`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`
|
|
317
|
+
:param str integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
268
318
|
:param str project: Project the integration belongs to
|
|
269
319
|
:param str source_service_name: Source service for the integration (if any)
|
|
270
320
|
"""
|
|
@@ -282,7 +332,10 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
282
332
|
datadog_user_configs=pulumi.get(__ret__, 'datadog_user_configs'),
|
|
283
333
|
destination_endpoint_id=pulumi.get(__ret__, 'destination_endpoint_id'),
|
|
284
334
|
destination_service_name=pulumi.get(__ret__, 'destination_service_name'),
|
|
335
|
+
external_aws_cloudwatch_logs_user_configs=pulumi.get(__ret__, 'external_aws_cloudwatch_logs_user_configs'),
|
|
285
336
|
external_aws_cloudwatch_metrics_user_configs=pulumi.get(__ret__, 'external_aws_cloudwatch_metrics_user_configs'),
|
|
337
|
+
external_elasticsearch_logs_user_configs=pulumi.get(__ret__, 'external_elasticsearch_logs_user_configs'),
|
|
338
|
+
external_opensearch_logs_user_configs=pulumi.get(__ret__, 'external_opensearch_logs_user_configs'),
|
|
286
339
|
id=pulumi.get(__ret__, 'id'),
|
|
287
340
|
integration_id=pulumi.get(__ret__, 'integration_id'),
|
|
288
341
|
integration_type=pulumi.get(__ret__, 'integration_type'),
|
|
@@ -292,6 +345,7 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
292
345
|
logs_user_configs=pulumi.get(__ret__, 'logs_user_configs'),
|
|
293
346
|
metrics_user_configs=pulumi.get(__ret__, 'metrics_user_configs'),
|
|
294
347
|
project=pulumi.get(__ret__, 'project'),
|
|
348
|
+
prometheus_user_configs=pulumi.get(__ret__, 'prometheus_user_configs'),
|
|
295
349
|
source_endpoint_id=pulumi.get(__ret__, 'source_endpoint_id'),
|
|
296
350
|
source_service_name=pulumi.get(__ret__, 'source_service_name'))
|
|
297
351
|
|
|
@@ -312,6 +366,7 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
|
|
|
312
366
|
|
|
313
367
|
## Example Usage
|
|
314
368
|
|
|
369
|
+
<!--Start PulumiCodeChooser -->
|
|
315
370
|
```python
|
|
316
371
|
import pulumi
|
|
317
372
|
import pulumi_aiven as aiven
|
|
@@ -321,10 +376,11 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
|
|
|
321
376
|
integration_type="datadog",
|
|
322
377
|
source_service_name="<SOURCE_SERVICE_NAME>")
|
|
323
378
|
```
|
|
379
|
+
<!--End PulumiCodeChooser -->
|
|
324
380
|
|
|
325
381
|
|
|
326
382
|
:param str destination_service_name: Destination service for the integration (if any)
|
|
327
|
-
:param str integration_type: Type of the service integration. Possible values: `alertmanager`, `cassandra_cross_service_cluster`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`
|
|
383
|
+
:param str integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
328
384
|
:param str project: Project the integration belongs to
|
|
329
385
|
:param str source_service_name: Source service for the integration (if any)
|
|
330
386
|
"""
|
|
@@ -106,7 +106,7 @@ class GetServiceIntegrationEndpointResult:
|
|
|
106
106
|
@pulumi.getter(name="endpointType")
|
|
107
107
|
def endpoint_type(self) -> str:
|
|
108
108
|
"""
|
|
109
|
-
Type of the service integration endpoint. Possible values: `datadog`, `
|
|
109
|
+
Type of the service integration endpoint. Possible values: `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_redis`, `external_schema_registry`, `jolokia`, `prometheus`, `rsyslog`
|
|
110
110
|
"""
|
|
111
111
|
return pulumi.get(self, "endpoint_type")
|
|
112
112
|
|
|
@@ -257,6 +257,7 @@ def get_service_integration_endpoint(endpoint_name: Optional[str] = None,
|
|
|
257
257
|
|
|
258
258
|
## Example Usage
|
|
259
259
|
|
|
260
|
+
<!--Start PulumiCodeChooser -->
|
|
260
261
|
```python
|
|
261
262
|
import pulumi
|
|
262
263
|
import pulumi_aiven as aiven
|
|
@@ -264,6 +265,7 @@ def get_service_integration_endpoint(endpoint_name: Optional[str] = None,
|
|
|
264
265
|
myendpoint = aiven.get_service_integration_endpoint(project=aiven_project["myproject"]["project"],
|
|
265
266
|
endpoint_name="<ENDPOINT_NAME>")
|
|
266
267
|
```
|
|
268
|
+
<!--End PulumiCodeChooser -->
|
|
267
269
|
|
|
268
270
|
|
|
269
271
|
:param str endpoint_name: Name of the service integration endpoint
|
|
@@ -305,6 +307,7 @@ def get_service_integration_endpoint_output(endpoint_name: Optional[pulumi.Input
|
|
|
305
307
|
|
|
306
308
|
## Example Usage
|
|
307
309
|
|
|
310
|
+
<!--Start PulumiCodeChooser -->
|
|
308
311
|
```python
|
|
309
312
|
import pulumi
|
|
310
313
|
import pulumi_aiven as aiven
|
|
@@ -312,6 +315,7 @@ def get_service_integration_endpoint_output(endpoint_name: Optional[pulumi.Input
|
|
|
312
315
|
myendpoint = aiven.get_service_integration_endpoint(project=aiven_project["myproject"]["project"],
|
|
313
316
|
endpoint_name="<ENDPOINT_NAME>")
|
|
314
317
|
```
|
|
318
|
+
<!--End PulumiCodeChooser -->
|
|
315
319
|
|
|
316
320
|
|
|
317
321
|
:param str endpoint_name: Name of the service integration endpoint
|
|
@@ -62,7 +62,7 @@ class GetTransitGatewayVpcAttachmentResult:
|
|
|
62
62
|
@pulumi.getter(name="peerCloudAccount")
|
|
63
63
|
def peer_cloud_account(self) -> str:
|
|
64
64
|
"""
|
|
65
|
-
AWS account ID or GCP project ID of the peered VPC.
|
|
65
|
+
AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
|
|
66
66
|
"""
|
|
67
67
|
return pulumi.get(self, "peer_cloud_account")
|
|
68
68
|
|
|
@@ -78,7 +78,7 @@ class GetTransitGatewayVpcAttachmentResult:
|
|
|
78
78
|
@pulumi.getter(name="peerVpc")
|
|
79
79
|
def peer_vpc(self) -> str:
|
|
80
80
|
"""
|
|
81
|
-
Transit gateway ID.
|
|
81
|
+
Transit gateway ID. Changing this property forces recreation of the resource.
|
|
82
82
|
"""
|
|
83
83
|
return pulumi.get(self, "peer_vpc")
|
|
84
84
|
|
|
@@ -118,7 +118,7 @@ class GetTransitGatewayVpcAttachmentResult:
|
|
|
118
118
|
@pulumi.getter(name="vpcId")
|
|
119
119
|
def vpc_id(self) -> str:
|
|
120
120
|
"""
|
|
121
|
-
The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
121
|
+
The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
122
122
|
"""
|
|
123
123
|
return pulumi.get(self, "vpc_id")
|
|
124
124
|
|
|
@@ -149,6 +149,7 @@ def get_transit_gateway_vpc_attachment(peer_cloud_account: Optional[str] = None,
|
|
|
149
149
|
|
|
150
150
|
## Example Usage
|
|
151
151
|
|
|
152
|
+
<!--Start PulumiCodeChooser -->
|
|
152
153
|
```python
|
|
153
154
|
import pulumi
|
|
154
155
|
import pulumi_aiven as aiven
|
|
@@ -157,11 +158,12 @@ def get_transit_gateway_vpc_attachment(peer_cloud_account: Optional[str] = None,
|
|
|
157
158
|
peer_cloud_account="<PEER_ACCOUNT_ID>",
|
|
158
159
|
peer_vpc="google-project1")
|
|
159
160
|
```
|
|
161
|
+
<!--End PulumiCodeChooser -->
|
|
160
162
|
|
|
161
163
|
|
|
162
|
-
:param str peer_cloud_account: AWS account ID or GCP project ID of the peered VPC.
|
|
163
|
-
:param str peer_vpc: Transit gateway ID.
|
|
164
|
-
:param str vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
164
|
+
:param str peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
|
|
165
|
+
:param str peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
|
|
166
|
+
:param str vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
165
167
|
"""
|
|
166
168
|
__args__ = dict()
|
|
167
169
|
__args__['peerCloudAccount'] = peer_cloud_account
|
|
@@ -192,6 +194,7 @@ def get_transit_gateway_vpc_attachment_output(peer_cloud_account: Optional[pulum
|
|
|
192
194
|
|
|
193
195
|
## Example Usage
|
|
194
196
|
|
|
197
|
+
<!--Start PulumiCodeChooser -->
|
|
195
198
|
```python
|
|
196
199
|
import pulumi
|
|
197
200
|
import pulumi_aiven as aiven
|
|
@@ -200,10 +203,11 @@ def get_transit_gateway_vpc_attachment_output(peer_cloud_account: Optional[pulum
|
|
|
200
203
|
peer_cloud_account="<PEER_ACCOUNT_ID>",
|
|
201
204
|
peer_vpc="google-project1")
|
|
202
205
|
```
|
|
206
|
+
<!--End PulumiCodeChooser -->
|
|
203
207
|
|
|
204
208
|
|
|
205
|
-
:param str peer_cloud_account: AWS account ID or GCP project ID of the peered VPC.
|
|
206
|
-
:param str peer_vpc: Transit gateway ID.
|
|
207
|
-
:param str vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
209
|
+
:param str peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
|
|
210
|
+
:param str peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
|
|
211
|
+
:param str vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
208
212
|
"""
|
|
209
213
|
...
|
pulumi_aiven/grafana.py
CHANGED
|
@@ -40,7 +40,7 @@ class GrafanaArgs:
|
|
|
40
40
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
41
41
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
42
42
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
43
|
-
reference.
|
|
43
|
+
reference. Changing this property forces recreation of the resource.
|
|
44
44
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
45
45
|
reducing will result in the service rebalancing.
|
|
46
46
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
|
|
@@ -124,7 +124,7 @@ class GrafanaArgs:
|
|
|
124
124
|
def project(self) -> pulumi.Input[str]:
|
|
125
125
|
"""
|
|
126
126
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
127
|
-
reference.
|
|
127
|
+
reference. Changing this property forces recreation of the resource.
|
|
128
128
|
"""
|
|
129
129
|
return pulumi.get(self, "project")
|
|
130
130
|
|
|
@@ -368,7 +368,7 @@ class _GrafanaState:
|
|
|
368
368
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
369
369
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
370
370
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
371
|
-
reference.
|
|
371
|
+
reference. Changing this property forces recreation of the resource.
|
|
372
372
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
373
373
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
374
374
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -630,7 +630,7 @@ class _GrafanaState:
|
|
|
630
630
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
631
631
|
"""
|
|
632
632
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
633
|
-
reference.
|
|
633
|
+
reference. Changing this property forces recreation of the resource.
|
|
634
634
|
"""
|
|
635
635
|
return pulumi.get(self, "project")
|
|
636
636
|
|
|
@@ -841,6 +841,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
841
841
|
|
|
842
842
|
## Example Usage
|
|
843
843
|
|
|
844
|
+
<!--Start PulumiCodeChooser -->
|
|
844
845
|
```python
|
|
845
846
|
import pulumi
|
|
846
847
|
import pulumi_aiven as aiven
|
|
@@ -858,11 +859,12 @@ class Grafana(pulumi.CustomResource):
|
|
|
858
859
|
),
|
|
859
860
|
))
|
|
860
861
|
```
|
|
862
|
+
<!--End PulumiCodeChooser -->
|
|
861
863
|
|
|
862
864
|
## Import
|
|
863
865
|
|
|
864
866
|
```sh
|
|
865
|
-
|
|
867
|
+
$ pulumi import aiven:index/grafana:Grafana gr1 project/service_name
|
|
866
868
|
```
|
|
867
869
|
|
|
868
870
|
:param str resource_name: The name of the resource.
|
|
@@ -887,7 +889,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
887
889
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
888
890
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
889
891
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
890
|
-
reference.
|
|
892
|
+
reference. Changing this property forces recreation of the resource.
|
|
891
893
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
892
894
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
893
895
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -915,6 +917,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
915
917
|
|
|
916
918
|
## Example Usage
|
|
917
919
|
|
|
920
|
+
<!--Start PulumiCodeChooser -->
|
|
918
921
|
```python
|
|
919
922
|
import pulumi
|
|
920
923
|
import pulumi_aiven as aiven
|
|
@@ -932,11 +935,12 @@ class Grafana(pulumi.CustomResource):
|
|
|
932
935
|
),
|
|
933
936
|
))
|
|
934
937
|
```
|
|
938
|
+
<!--End PulumiCodeChooser -->
|
|
935
939
|
|
|
936
940
|
## Import
|
|
937
941
|
|
|
938
942
|
```sh
|
|
939
|
-
|
|
943
|
+
$ pulumi import aiven:index/grafana:Grafana gr1 project/service_name
|
|
940
944
|
```
|
|
941
945
|
|
|
942
946
|
:param str resource_name: The name of the resource.
|
|
@@ -1085,7 +1089,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
1085
1089
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1086
1090
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1087
1091
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1088
|
-
reference.
|
|
1092
|
+
reference. Changing this property forces recreation of the resource.
|
|
1089
1093
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
1090
1094
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
1091
1095
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1269,7 +1273,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
1269
1273
|
def project(self) -> pulumi.Output[str]:
|
|
1270
1274
|
"""
|
|
1271
1275
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1272
|
-
reference.
|
|
1276
|
+
reference. Changing this property forces recreation of the resource.
|
|
1273
1277
|
"""
|
|
1274
1278
|
return pulumi.get(self, "project")
|
|
1275
1279
|
|
pulumi_aiven/influx_db.py
CHANGED
|
@@ -40,7 +40,7 @@ class InfluxDbArgs:
|
|
|
40
40
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
41
41
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
42
42
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
43
|
-
reference.
|
|
43
|
+
reference. Changing this property forces recreation of the resource.
|
|
44
44
|
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
45
45
|
service so name should be picked based on intended service usage rather than current attributes.
|
|
46
46
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
@@ -123,7 +123,7 @@ class InfluxDbArgs:
|
|
|
123
123
|
def project(self) -> pulumi.Input[str]:
|
|
124
124
|
"""
|
|
125
125
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
126
|
-
reference.
|
|
126
|
+
reference. Changing this property forces recreation of the resource.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "project")
|
|
129
129
|
|
|
@@ -367,7 +367,7 @@ class _InfluxDbState:
|
|
|
367
367
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
368
368
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
369
369
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
370
|
-
reference.
|
|
370
|
+
reference. Changing this property forces recreation of the resource.
|
|
371
371
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
372
372
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
373
373
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -629,7 +629,7 @@ class _InfluxDbState:
|
|
|
629
629
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
630
630
|
"""
|
|
631
631
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
632
|
-
reference.
|
|
632
|
+
reference. Changing this property forces recreation of the resource.
|
|
633
633
|
"""
|
|
634
634
|
return pulumi.get(self, "project")
|
|
635
635
|
|
|
@@ -859,7 +859,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
859
859
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
860
860
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
861
861
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
862
|
-
reference.
|
|
862
|
+
reference. Changing this property forces recreation of the resource.
|
|
863
863
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
864
864
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
865
865
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1032,7 +1032,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1032
1032
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1033
1033
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1034
1034
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1035
|
-
reference.
|
|
1035
|
+
reference. Changing this property forces recreation of the resource.
|
|
1036
1036
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
1037
1037
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
1038
1038
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1216,7 +1216,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1216
1216
|
def project(self) -> pulumi.Output[str]:
|
|
1217
1217
|
"""
|
|
1218
1218
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1219
|
-
reference.
|
|
1219
|
+
reference. Changing this property forces recreation of the resource.
|
|
1220
1220
|
"""
|
|
1221
1221
|
return pulumi.get(self, "project")
|
|
1222
1222
|
|
|
@@ -20,11 +20,11 @@ class InfluxdbDatabaseArgs:
|
|
|
20
20
|
termination_protection: Optional[pulumi.Input[bool]] = None):
|
|
21
21
|
"""
|
|
22
22
|
The set of arguments for constructing a InfluxdbDatabase resource.
|
|
23
|
-
:param pulumi.Input[str] database_name: The name of the service database.
|
|
23
|
+
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
24
24
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
25
|
-
reference.
|
|
25
|
+
reference. Changing this property forces recreation of the resource.
|
|
26
26
|
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
27
|
-
variable as a reference.
|
|
27
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
28
28
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
29
29
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
30
30
|
"""
|
|
@@ -38,7 +38,7 @@ class InfluxdbDatabaseArgs:
|
|
|
38
38
|
@pulumi.getter(name="databaseName")
|
|
39
39
|
def database_name(self) -> pulumi.Input[str]:
|
|
40
40
|
"""
|
|
41
|
-
The name of the service database.
|
|
41
|
+
The name of the service database. Changing this property forces recreation of the resource.
|
|
42
42
|
"""
|
|
43
43
|
return pulumi.get(self, "database_name")
|
|
44
44
|
|
|
@@ -51,7 +51,7 @@ class InfluxdbDatabaseArgs:
|
|
|
51
51
|
def project(self) -> pulumi.Input[str]:
|
|
52
52
|
"""
|
|
53
53
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
54
|
-
reference.
|
|
54
|
+
reference. Changing this property forces recreation of the resource.
|
|
55
55
|
"""
|
|
56
56
|
return pulumi.get(self, "project")
|
|
57
57
|
|
|
@@ -64,7 +64,7 @@ class InfluxdbDatabaseArgs:
|
|
|
64
64
|
def service_name(self) -> pulumi.Input[str]:
|
|
65
65
|
"""
|
|
66
66
|
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
67
|
-
variable as a reference.
|
|
67
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "service_name")
|
|
70
70
|
|
|
@@ -95,11 +95,11 @@ class _InfluxdbDatabaseState:
|
|
|
95
95
|
termination_protection: Optional[pulumi.Input[bool]] = None):
|
|
96
96
|
"""
|
|
97
97
|
Input properties used for looking up and filtering InfluxdbDatabase resources.
|
|
98
|
-
:param pulumi.Input[str] database_name: The name of the service database.
|
|
98
|
+
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
99
99
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
100
|
-
reference.
|
|
100
|
+
reference. Changing this property forces recreation of the resource.
|
|
101
101
|
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
102
|
-
variable as a reference.
|
|
102
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
103
103
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
104
104
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
105
105
|
"""
|
|
@@ -116,7 +116,7 @@ class _InfluxdbDatabaseState:
|
|
|
116
116
|
@pulumi.getter(name="databaseName")
|
|
117
117
|
def database_name(self) -> Optional[pulumi.Input[str]]:
|
|
118
118
|
"""
|
|
119
|
-
The name of the service database.
|
|
119
|
+
The name of the service database. Changing this property forces recreation of the resource.
|
|
120
120
|
"""
|
|
121
121
|
return pulumi.get(self, "database_name")
|
|
122
122
|
|
|
@@ -129,7 +129,7 @@ class _InfluxdbDatabaseState:
|
|
|
129
129
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
130
130
|
"""
|
|
131
131
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
132
|
-
reference.
|
|
132
|
+
reference. Changing this property forces recreation of the resource.
|
|
133
133
|
"""
|
|
134
134
|
return pulumi.get(self, "project")
|
|
135
135
|
|
|
@@ -142,7 +142,7 @@ class _InfluxdbDatabaseState:
|
|
|
142
142
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
143
143
|
"""
|
|
144
144
|
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
145
|
-
variable as a reference.
|
|
145
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
146
146
|
"""
|
|
147
147
|
return pulumi.get(self, "service_name")
|
|
148
148
|
|
|
@@ -178,11 +178,11 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
178
178
|
Create a InfluxdbDatabase resource with the given unique name, props, and options.
|
|
179
179
|
:param str resource_name: The name of the resource.
|
|
180
180
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
181
|
-
:param pulumi.Input[str] database_name: The name of the service database.
|
|
181
|
+
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
182
182
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
183
|
-
reference.
|
|
183
|
+
reference. Changing this property forces recreation of the resource.
|
|
184
184
|
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
185
|
-
variable as a reference.
|
|
185
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
186
186
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
187
187
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
188
188
|
"""
|
|
@@ -253,11 +253,11 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
253
253
|
:param str resource_name: The unique name of the resulting resource.
|
|
254
254
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
255
255
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
256
|
-
:param pulumi.Input[str] database_name: The name of the service database.
|
|
256
|
+
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
257
257
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
258
|
-
reference.
|
|
258
|
+
reference. Changing this property forces recreation of the resource.
|
|
259
259
|
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
260
|
-
variable as a reference.
|
|
260
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
261
261
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
262
262
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
263
263
|
"""
|
|
@@ -275,7 +275,7 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
275
275
|
@pulumi.getter(name="databaseName")
|
|
276
276
|
def database_name(self) -> pulumi.Output[str]:
|
|
277
277
|
"""
|
|
278
|
-
The name of the service database.
|
|
278
|
+
The name of the service database. Changing this property forces recreation of the resource.
|
|
279
279
|
"""
|
|
280
280
|
return pulumi.get(self, "database_name")
|
|
281
281
|
|
|
@@ -284,7 +284,7 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
284
284
|
def project(self) -> pulumi.Output[str]:
|
|
285
285
|
"""
|
|
286
286
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
287
|
-
reference.
|
|
287
|
+
reference. Changing this property forces recreation of the resource.
|
|
288
288
|
"""
|
|
289
289
|
return pulumi.get(self, "project")
|
|
290
290
|
|
|
@@ -293,7 +293,7 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
293
293
|
def service_name(self) -> pulumi.Output[str]:
|
|
294
294
|
"""
|
|
295
295
|
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
296
|
-
variable as a reference.
|
|
296
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
297
297
|
"""
|
|
298
298
|
return pulumi.get(self, "service_name")
|
|
299
299
|
|