pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.13.0a1711361534__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 +2479 -932
- pulumi_aiven/account.py +6 -2
- pulumi_aiven/account_authentication.py +6 -2
- pulumi_aiven/account_team_member.py +21 -21
- pulumi_aiven/aws_privatelink.py +39 -39
- pulumi_aiven/aws_vpc_peering_connection.py +62 -52
- pulumi_aiven/azure_privatelink.py +49 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +76 -68
- pulumi_aiven/cassandra.py +7 -7
- pulumi_aiven/cassandra_user.py +21 -21
- pulumi_aiven/clickhouse.py +7 -7
- pulumi_aiven/clickhouse_database.py +21 -21
- pulumi_aiven/clickhouse_grant.py +42 -42
- pulumi_aiven/clickhouse_role.py +21 -21
- pulumi_aiven/clickhouse_user.py +21 -21
- pulumi_aiven/connection_pool.py +28 -28
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +7 -7
- pulumi_aiven/flink_application.py +14 -14
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +35 -35
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +15 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -23
- pulumi_aiven/get_azure_privatelink.py +17 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +3 -3
- pulumi_aiven/get_cassandra.py +3 -3
- pulumi_aiven/get_cassandra_user.py +9 -9
- pulumi_aiven/get_clickhouse.py +3 -3
- pulumi_aiven/get_clickhouse_database.py +9 -9
- pulumi_aiven/get_clickhouse_user.py +9 -9
- pulumi_aiven/get_connection_pool.py +10 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +3 -3
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -18
- pulumi_aiven/get_grafana.py +3 -3
- pulumi_aiven/get_kafka.py +3 -3
- pulumi_aiven/get_kafka_acl.py +15 -15
- pulumi_aiven/get_kafka_connect.py +3 -3
- pulumi_aiven/get_kafka_connector.py +9 -9
- pulumi_aiven/get_kafka_mirror_maker.py +3 -3
- pulumi_aiven/get_kafka_schema.py +9 -9
- pulumi_aiven/get_kafka_schema_configuration.py +7 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +9 -9
- pulumi_aiven/get_kafka_user.py +9 -9
- pulumi_aiven/get_m3_aggregator.py +3 -3
- pulumi_aiven/get_m3_db.py +3 -3
- pulumi_aiven/get_m3db_user.py +9 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +3 -3
- pulumi_aiven/get_mysql_database.py +9 -9
- pulumi_aiven/get_mysql_user.py +9 -9
- pulumi_aiven/get_open_search.py +3 -3
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +12 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +9 -9
- pulumi_aiven/get_organization.py +8 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +3 -3
- pulumi_aiven/get_pg_database.py +11 -11
- pulumi_aiven/get_pg_user.py +9 -9
- pulumi_aiven/get_project_user.py +6 -6
- pulumi_aiven/get_project_vpc.py +11 -13
- pulumi_aiven/get_redis.py +3 -3
- pulumi_aiven/get_redis_user.py +13 -13
- pulumi_aiven/get_service_integration.py +56 -4
- pulumi_aiven/get_service_integration_endpoint.py +1 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +9 -9
- pulumi_aiven/grafana.py +7 -7
- 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 +7 -7
- pulumi_aiven/kafka_acl.py +35 -35
- pulumi_aiven/kafka_connect.py +7 -7
- pulumi_aiven/kafka_connector.py +21 -21
- pulumi_aiven/kafka_mirror_maker.py +7 -7
- pulumi_aiven/kafka_schema.py +47 -43
- pulumi_aiven/kafka_schema_configuration.py +14 -14
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +21 -21
- pulumi_aiven/kafka_user.py +21 -21
- pulumi_aiven/m3_aggregator.py +7 -7
- pulumi_aiven/m3_db.py +7 -7
- pulumi_aiven/m3db_user.py +21 -21
- pulumi_aiven/mirror_maker_replication_flow.py +50 -48
- pulumi_aiven/my_sql.py +7 -7
- pulumi_aiven/mysql_database.py +21 -21
- pulumi_aiven/mysql_user.py +21 -21
- pulumi_aiven/open_search.py +7 -7
- pulumi_aiven/open_search_acl_config.py +14 -14
- pulumi_aiven/open_search_acl_rule.py +28 -28
- pulumi_aiven/opensearch_security_plugin_config.py +66 -14
- pulumi_aiven/opensearch_user.py +21 -21
- pulumi_aiven/organization.py +10 -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 +32 -32
- pulumi_aiven/outputs.py +2989 -467
- pulumi_aiven/pg.py +7 -7
- pulumi_aiven/pg_database.py +35 -35
- pulumi_aiven/pg_user.py +21 -21
- pulumi_aiven/project.py +26 -0
- pulumi_aiven/project_user.py +14 -14
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +7 -7
- pulumi_aiven/redis_user.py +49 -49
- pulumi_aiven/service_integration.py +195 -7
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +21 -21
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.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
|
|
|
@@ -266,7 +314,7 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
266
314
|
|
|
267
315
|
|
|
268
316
|
:param str destination_service_name: Destination service for the integration (if any)
|
|
269
|
-
: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`
|
|
270
318
|
:param str project: Project the integration belongs to
|
|
271
319
|
:param str source_service_name: Source service for the integration (if any)
|
|
272
320
|
"""
|
|
@@ -284,7 +332,10 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
284
332
|
datadog_user_configs=pulumi.get(__ret__, 'datadog_user_configs'),
|
|
285
333
|
destination_endpoint_id=pulumi.get(__ret__, 'destination_endpoint_id'),
|
|
286
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'),
|
|
287
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'),
|
|
288
339
|
id=pulumi.get(__ret__, 'id'),
|
|
289
340
|
integration_id=pulumi.get(__ret__, 'integration_id'),
|
|
290
341
|
integration_type=pulumi.get(__ret__, 'integration_type'),
|
|
@@ -294,6 +345,7 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
294
345
|
logs_user_configs=pulumi.get(__ret__, 'logs_user_configs'),
|
|
295
346
|
metrics_user_configs=pulumi.get(__ret__, 'metrics_user_configs'),
|
|
296
347
|
project=pulumi.get(__ret__, 'project'),
|
|
348
|
+
prometheus_user_configs=pulumi.get(__ret__, 'prometheus_user_configs'),
|
|
297
349
|
source_endpoint_id=pulumi.get(__ret__, 'source_endpoint_id'),
|
|
298
350
|
source_service_name=pulumi.get(__ret__, 'source_service_name'))
|
|
299
351
|
|
|
@@ -328,7 +380,7 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
|
|
|
328
380
|
|
|
329
381
|
|
|
330
382
|
:param str destination_service_name: Destination service for the integration (if any)
|
|
331
|
-
: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`
|
|
332
384
|
:param str project: Project the integration belongs to
|
|
333
385
|
:param str source_service_name: Source service for the integration (if any)
|
|
334
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
|
|
|
@@ -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
|
|
|
@@ -161,9 +161,9 @@ def get_transit_gateway_vpc_attachment(peer_cloud_account: Optional[str] = None,
|
|
|
161
161
|
<!--End PulumiCodeChooser -->
|
|
162
162
|
|
|
163
163
|
|
|
164
|
-
:param str peer_cloud_account: AWS account ID or GCP project ID of the peered VPC.
|
|
165
|
-
:param str peer_vpc: Transit gateway ID.
|
|
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.
|
|
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.
|
|
167
167
|
"""
|
|
168
168
|
__args__ = dict()
|
|
169
169
|
__args__['peerCloudAccount'] = peer_cloud_account
|
|
@@ -206,8 +206,8 @@ def get_transit_gateway_vpc_attachment_output(peer_cloud_account: Optional[pulum
|
|
|
206
206
|
<!--End PulumiCodeChooser -->
|
|
207
207
|
|
|
208
208
|
|
|
209
|
-
:param str peer_cloud_account: AWS account ID or GCP project ID of the peered VPC.
|
|
210
|
-
:param str peer_vpc: Transit gateway ID.
|
|
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.
|
|
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.
|
|
212
212
|
"""
|
|
213
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
|
|
|
@@ -889,7 +889,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
889
889
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
890
890
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
891
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
|
|
892
|
-
reference.
|
|
892
|
+
reference. Changing this property forces recreation of the resource.
|
|
893
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
|
|
894
894
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
895
895
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1089,7 +1089,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
1089
1089
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1090
1090
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1091
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
|
|
1092
|
-
reference.
|
|
1092
|
+
reference. Changing this property forces recreation of the resource.
|
|
1093
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
|
|
1094
1094
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
1095
1095
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1273,7 +1273,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
1273
1273
|
def project(self) -> pulumi.Output[str]:
|
|
1274
1274
|
"""
|
|
1275
1275
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1276
|
-
reference.
|
|
1276
|
+
reference. Changing this property forces recreation of the resource.
|
|
1277
1277
|
"""
|
|
1278
1278
|
return pulumi.get(self, "project")
|
|
1279
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
|
|