pulumi-aiven 6.13.0a1711361534__py3-none-any.whl → 6.14.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/_inputs.py +200 -262
- pulumi_aiven/account.py +2 -6
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team.py +6 -6
- pulumi_aiven/account_team_member.py +6 -10
- pulumi_aiven/account_team_project.py +12 -12
- pulumi_aiven/aws_privatelink.py +18 -22
- pulumi_aiven/aws_vpc_peering_connection.py +8 -12
- pulumi_aiven/azure_privatelink.py +18 -22
- pulumi_aiven/azure_privatelink_connection_approval.py +112 -14
- pulumi_aiven/azure_vpc_peering_connection.py +6 -10
- pulumi_aiven/billing_group.py +18 -18
- pulumi_aiven/cassandra.py +25 -57
- pulumi_aiven/cassandra_user.py +18 -22
- pulumi_aiven/clickhouse.py +25 -57
- pulumi_aiven/clickhouse_database.py +24 -26
- pulumi_aiven/clickhouse_grant.py +35 -37
- pulumi_aiven/clickhouse_role.py +16 -20
- pulumi_aiven/clickhouse_user.py +18 -22
- pulumi_aiven/connection_pool.py +24 -28
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +32 -36
- pulumi_aiven/flink_application.py +22 -24
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +96 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +4 -8
- pulumi_aiven/get_account.py +0 -4
- pulumi_aiven/get_aws_privatelink.py +10 -14
- pulumi_aiven/get_aws_vpc_peering_connection.py +6 -10
- pulumi_aiven/get_azure_privatelink.py +10 -14
- pulumi_aiven/get_azure_vpc_peering_connection.py +2 -6
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +7 -24
- pulumi_aiven/get_cassandra.py +7 -24
- pulumi_aiven/get_cassandra_user.py +10 -14
- pulumi_aiven/get_clickhouse.py +7 -24
- pulumi_aiven/get_clickhouse_database.py +10 -14
- pulumi_aiven/get_clickhouse_user.py +10 -14
- pulumi_aiven/get_connection_pool.py +10 -14
- pulumi_aiven/get_dragonfly.py +27 -20
- pulumi_aiven/get_flink.py +6 -10
- pulumi_aiven/get_flink_application.py +8 -12
- pulumi_aiven/get_flink_application_version.py +8 -12
- pulumi_aiven/get_gcp_vpc_peering_connection.py +2 -6
- pulumi_aiven/get_grafana.py +7 -24
- pulumi_aiven/get_kafka.py +13 -17
- pulumi_aiven/get_kafka_acl.py +10 -14
- pulumi_aiven/get_kafka_connect.py +7 -24
- pulumi_aiven/get_kafka_connector.py +10 -14
- pulumi_aiven/get_kafka_mirror_maker.py +7 -24
- pulumi_aiven/get_kafka_schema.py +10 -14
- pulumi_aiven/get_kafka_schema_configuration.py +10 -14
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -20
- pulumi_aiven/get_kafka_user.py +10 -14
- pulumi_aiven/get_m3_aggregator.py +7 -24
- pulumi_aiven/get_m3_db.py +7 -24
- pulumi_aiven/get_m3db_user.py +10 -14
- pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
- pulumi_aiven/get_my_sql.py +7 -24
- pulumi_aiven/get_mysql_database.py +10 -14
- pulumi_aiven/get_mysql_user.py +10 -14
- pulumi_aiven/get_open_search.py +6 -10
- pulumi_aiven/get_open_search_acl_config.py +10 -14
- pulumi_aiven/get_open_search_acl_rule.py +10 -14
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
- pulumi_aiven/get_opensearch_user.py +10 -14
- pulumi_aiven/get_organization.py +0 -4
- pulumi_aiven/get_organization_user_group.py +2 -6
- pulumi_aiven/get_pg.py +6 -10
- pulumi_aiven/get_pg_database.py +10 -14
- pulumi_aiven/get_pg_user.py +10 -14
- pulumi_aiven/get_project.py +17 -21
- pulumi_aiven/get_project_user.py +9 -13
- pulumi_aiven/get_project_vpc.py +2 -6
- pulumi_aiven/get_redis.py +7 -24
- pulumi_aiven/get_redis_user.py +10 -14
- pulumi_aiven/get_service_component.py +4 -8
- pulumi_aiven/get_service_integration.py +19 -33
- pulumi_aiven/get_service_integration_endpoint.py +2 -6
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -6
- pulumi_aiven/grafana.py +82 -267
- pulumi_aiven/influx_db.py +21 -21
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +21 -21
- pulumi_aiven/kafka.py +50 -54
- pulumi_aiven/kafka_acl.py +20 -24
- pulumi_aiven/kafka_connect.py +80 -267
- pulumi_aiven/kafka_connector.py +26 -30
- pulumi_aiven/kafka_mirror_maker.py +80 -267
- pulumi_aiven/kafka_schema.py +18 -22
- pulumi_aiven/kafka_schema_configuration.py +20 -24
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +84 -46
- pulumi_aiven/kafka_user.py +18 -22
- pulumi_aiven/m3_aggregator.py +80 -267
- pulumi_aiven/m3_db.py +80 -267
- pulumi_aiven/m3db_user.py +16 -20
- pulumi_aiven/mirror_maker_replication_flow.py +22 -26
- pulumi_aiven/my_sql.py +80 -267
- pulumi_aiven/mysql_database.py +20 -24
- pulumi_aiven/mysql_user.py +18 -22
- pulumi_aiven/open_search.py +27 -31
- pulumi_aiven/open_search_acl_config.py +28 -36
- pulumi_aiven/open_search_acl_rule.py +36 -40
- pulumi_aiven/opensearch_security_plugin_config.py +28 -32
- pulumi_aiven/opensearch_user.py +18 -22
- pulumi_aiven/organization.py +2 -6
- pulumi_aiven/organization_group_project.py +46 -0
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/organization_user_group.py +4 -6
- pulumi_aiven/organization_user_group_member.py +8 -10
- pulumi_aiven/organizational_unit.py +6 -6
- pulumi_aiven/outputs.py +271 -390
- pulumi_aiven/pg.py +30 -30
- pulumi_aiven/pg_database.py +20 -24
- pulumi_aiven/pg_user.py +18 -22
- pulumi_aiven/project.py +75 -79
- pulumi_aiven/project_user.py +24 -28
- pulumi_aiven/project_vpc.py +31 -7
- pulumi_aiven/redis.py +80 -267
- pulumi_aiven/redis_user.py +18 -22
- pulumi_aiven/service_integration.py +54 -58
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +4 -8
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +0 -150
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/redis_user.py
CHANGED
|
@@ -24,8 +24,8 @@ class RedisUserArgs:
|
|
|
24
24
|
redis_acl_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
25
25
|
"""
|
|
26
26
|
The set of arguments for constructing a RedisUser resource.
|
|
27
|
-
:param pulumi.Input[str] project:
|
|
28
|
-
:param pulumi.Input[str] service_name:
|
|
27
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
28
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
29
29
|
:param pulumi.Input[str] username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
30
30
|
:param pulumi.Input[str] password: The password of the Redis User.
|
|
31
31
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_categories: Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
@@ -51,7 +51,7 @@ class RedisUserArgs:
|
|
|
51
51
|
@pulumi.getter
|
|
52
52
|
def project(self) -> pulumi.Input[str]:
|
|
53
53
|
"""
|
|
54
|
-
|
|
54
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
55
55
|
"""
|
|
56
56
|
return pulumi.get(self, "project")
|
|
57
57
|
|
|
@@ -63,7 +63,7 @@ class RedisUserArgs:
|
|
|
63
63
|
@pulumi.getter(name="serviceName")
|
|
64
64
|
def service_name(self) -> pulumi.Input[str]:
|
|
65
65
|
"""
|
|
66
|
-
|
|
66
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
67
67
|
"""
|
|
68
68
|
return pulumi.get(self, "service_name")
|
|
69
69
|
|
|
@@ -159,12 +159,12 @@ class _RedisUserState:
|
|
|
159
159
|
"""
|
|
160
160
|
Input properties used for looking up and filtering RedisUser resources.
|
|
161
161
|
:param pulumi.Input[str] password: The password of the Redis User.
|
|
162
|
-
:param pulumi.Input[str] project:
|
|
162
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
163
163
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_categories: Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
164
164
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_channels: Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
|
|
165
165
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_commands: Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
166
166
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_keys: Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
167
|
-
:param pulumi.Input[str] service_name:
|
|
167
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
168
168
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
169
169
|
:param pulumi.Input[str] username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
170
170
|
"""
|
|
@@ -203,7 +203,7 @@ class _RedisUserState:
|
|
|
203
203
|
@pulumi.getter
|
|
204
204
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
205
205
|
"""
|
|
206
|
-
|
|
206
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
207
207
|
"""
|
|
208
208
|
return pulumi.get(self, "project")
|
|
209
209
|
|
|
@@ -263,7 +263,7 @@ class _RedisUserState:
|
|
|
263
263
|
@pulumi.getter(name="serviceName")
|
|
264
264
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
265
265
|
"""
|
|
266
|
-
|
|
266
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
267
267
|
"""
|
|
268
268
|
return pulumi.get(self, "service_name")
|
|
269
269
|
|
|
@@ -315,34 +315,32 @@ class RedisUser(pulumi.CustomResource):
|
|
|
315
315
|
|
|
316
316
|
## Example Usage
|
|
317
317
|
|
|
318
|
-
<!--Start PulumiCodeChooser -->
|
|
319
318
|
```python
|
|
320
319
|
import pulumi
|
|
321
320
|
import pulumi_aiven as aiven
|
|
322
321
|
|
|
323
322
|
foo = aiven.RedisUser("foo",
|
|
324
|
-
service_name=
|
|
323
|
+
service_name=bar["serviceName"],
|
|
325
324
|
project="my-project",
|
|
326
325
|
username="user-1",
|
|
327
326
|
password="Test$1234")
|
|
328
327
|
```
|
|
329
|
-
<!--End PulumiCodeChooser -->
|
|
330
328
|
|
|
331
329
|
## Import
|
|
332
330
|
|
|
333
331
|
```sh
|
|
334
|
-
$ pulumi import aiven:index/redisUser:RedisUser foo
|
|
332
|
+
$ pulumi import aiven:index/redisUser:RedisUser foo PROJECT/SERVICE_NAME/USERNAME
|
|
335
333
|
```
|
|
336
334
|
|
|
337
335
|
:param str resource_name: The name of the resource.
|
|
338
336
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
339
337
|
:param pulumi.Input[str] password: The password of the Redis User.
|
|
340
|
-
:param pulumi.Input[str] project:
|
|
338
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
341
339
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_categories: Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
342
340
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_channels: Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
|
|
343
341
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_commands: Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
344
342
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_keys: Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
345
|
-
:param pulumi.Input[str] service_name:
|
|
343
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
346
344
|
:param pulumi.Input[str] username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
347
345
|
"""
|
|
348
346
|
...
|
|
@@ -356,23 +354,21 @@ class RedisUser(pulumi.CustomResource):
|
|
|
356
354
|
|
|
357
355
|
## Example Usage
|
|
358
356
|
|
|
359
|
-
<!--Start PulumiCodeChooser -->
|
|
360
357
|
```python
|
|
361
358
|
import pulumi
|
|
362
359
|
import pulumi_aiven as aiven
|
|
363
360
|
|
|
364
361
|
foo = aiven.RedisUser("foo",
|
|
365
|
-
service_name=
|
|
362
|
+
service_name=bar["serviceName"],
|
|
366
363
|
project="my-project",
|
|
367
364
|
username="user-1",
|
|
368
365
|
password="Test$1234")
|
|
369
366
|
```
|
|
370
|
-
<!--End PulumiCodeChooser -->
|
|
371
367
|
|
|
372
368
|
## Import
|
|
373
369
|
|
|
374
370
|
```sh
|
|
375
|
-
$ pulumi import aiven:index/redisUser:RedisUser foo
|
|
371
|
+
$ pulumi import aiven:index/redisUser:RedisUser foo PROJECT/SERVICE_NAME/USERNAME
|
|
376
372
|
```
|
|
377
373
|
|
|
378
374
|
:param str resource_name: The name of the resource.
|
|
@@ -451,12 +447,12 @@ class RedisUser(pulumi.CustomResource):
|
|
|
451
447
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
452
448
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
453
449
|
:param pulumi.Input[str] password: The password of the Redis User.
|
|
454
|
-
:param pulumi.Input[str] project:
|
|
450
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
455
451
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_categories: Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
456
452
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_channels: Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
|
|
457
453
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_commands: Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
458
454
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_keys: Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
459
|
-
:param pulumi.Input[str] service_name:
|
|
455
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
460
456
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
461
457
|
:param pulumi.Input[str] username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
462
458
|
"""
|
|
@@ -487,7 +483,7 @@ class RedisUser(pulumi.CustomResource):
|
|
|
487
483
|
@pulumi.getter
|
|
488
484
|
def project(self) -> pulumi.Output[str]:
|
|
489
485
|
"""
|
|
490
|
-
|
|
486
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
491
487
|
"""
|
|
492
488
|
return pulumi.get(self, "project")
|
|
493
489
|
|
|
@@ -527,7 +523,7 @@ class RedisUser(pulumi.CustomResource):
|
|
|
527
523
|
@pulumi.getter(name="serviceName")
|
|
528
524
|
def service_name(self) -> pulumi.Output[str]:
|
|
529
525
|
"""
|
|
530
|
-
|
|
526
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
531
527
|
"""
|
|
532
528
|
return pulumi.get(self, "service_name")
|
|
533
529
|
|
|
@@ -38,12 +38,12 @@ class ServiceIntegrationArgs:
|
|
|
38
38
|
"""
|
|
39
39
|
The set of arguments for constructing a ServiceIntegration resource.
|
|
40
40
|
:param pulumi.Input[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`
|
|
41
|
-
:param pulumi.Input[str] project: Project the integration belongs to
|
|
41
|
+
:param pulumi.Input[str] project: Project the integration belongs to.
|
|
42
42
|
:param pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs'] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings
|
|
43
43
|
:param pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs'] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings
|
|
44
44
|
:param pulumi.Input['ServiceIntegrationDatadogUserConfigArgs'] datadog_user_config: Datadog user configurable settings
|
|
45
|
-
:param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration
|
|
46
|
-
:param pulumi.Input[str] destination_service_name: Destination service for the integration
|
|
45
|
+
:param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration.
|
|
46
|
+
:param pulumi.Input[str] destination_service_name: Destination service for the integration.
|
|
47
47
|
:param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs'] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
|
|
48
48
|
:param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs'] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
|
|
49
49
|
:param pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs'] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
|
|
@@ -54,7 +54,7 @@ class ServiceIntegrationArgs:
|
|
|
54
54
|
:param pulumi.Input['ServiceIntegrationLogsUserConfigArgs'] logs_user_config: Logs user configurable settings
|
|
55
55
|
:param pulumi.Input['ServiceIntegrationMetricsUserConfigArgs'] metrics_user_config: Metrics user configurable settings
|
|
56
56
|
:param pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs'] prometheus_user_config: Prometheus user configurable settings
|
|
57
|
-
:param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration
|
|
57
|
+
:param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
|
|
58
58
|
:param pulumi.Input[str] source_service_name: Source service for the integration (if any)
|
|
59
59
|
"""
|
|
60
60
|
pulumi.set(__self__, "integration_type", integration_type)
|
|
@@ -110,7 +110,7 @@ class ServiceIntegrationArgs:
|
|
|
110
110
|
@pulumi.getter
|
|
111
111
|
def project(self) -> pulumi.Input[str]:
|
|
112
112
|
"""
|
|
113
|
-
Project the integration belongs to
|
|
113
|
+
Project the integration belongs to.
|
|
114
114
|
"""
|
|
115
115
|
return pulumi.get(self, "project")
|
|
116
116
|
|
|
@@ -158,7 +158,7 @@ class ServiceIntegrationArgs:
|
|
|
158
158
|
@pulumi.getter(name="destinationEndpointId")
|
|
159
159
|
def destination_endpoint_id(self) -> Optional[pulumi.Input[str]]:
|
|
160
160
|
"""
|
|
161
|
-
Destination endpoint for the integration
|
|
161
|
+
Destination endpoint for the integration.
|
|
162
162
|
"""
|
|
163
163
|
return pulumi.get(self, "destination_endpoint_id")
|
|
164
164
|
|
|
@@ -170,7 +170,7 @@ class ServiceIntegrationArgs:
|
|
|
170
170
|
@pulumi.getter(name="destinationServiceName")
|
|
171
171
|
def destination_service_name(self) -> Optional[pulumi.Input[str]]:
|
|
172
172
|
"""
|
|
173
|
-
Destination service for the integration
|
|
173
|
+
Destination service for the integration.
|
|
174
174
|
"""
|
|
175
175
|
return pulumi.get(self, "destination_service_name")
|
|
176
176
|
|
|
@@ -302,7 +302,7 @@ class ServiceIntegrationArgs:
|
|
|
302
302
|
@pulumi.getter(name="sourceEndpointId")
|
|
303
303
|
def source_endpoint_id(self) -> Optional[pulumi.Input[str]]:
|
|
304
304
|
"""
|
|
305
|
-
Source endpoint for the integration
|
|
305
|
+
Source endpoint for the integration.
|
|
306
306
|
"""
|
|
307
307
|
return pulumi.get(self, "source_endpoint_id")
|
|
308
308
|
|
|
@@ -351,22 +351,22 @@ class _ServiceIntegrationState:
|
|
|
351
351
|
:param pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs'] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings
|
|
352
352
|
:param pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs'] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings
|
|
353
353
|
:param pulumi.Input['ServiceIntegrationDatadogUserConfigArgs'] datadog_user_config: Datadog user configurable settings
|
|
354
|
-
:param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration
|
|
355
|
-
:param pulumi.Input[str] destination_service_name: Destination service for the integration
|
|
354
|
+
:param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration.
|
|
355
|
+
:param pulumi.Input[str] destination_service_name: Destination service for the integration.
|
|
356
356
|
:param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs'] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
|
|
357
357
|
:param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs'] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
|
|
358
358
|
:param pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs'] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
|
|
359
359
|
:param pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs'] external_opensearch_logs_user_config: ExternalOpensearchLogs user configurable settings
|
|
360
|
-
:param pulumi.Input[str] integration_id:
|
|
360
|
+
:param pulumi.Input[str] integration_id: The ID of the Aiven service integration.
|
|
361
361
|
:param pulumi.Input[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`
|
|
362
362
|
:param pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs'] kafka_connect_user_config: KafkaConnect user configurable settings
|
|
363
363
|
:param pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs'] kafka_logs_user_config: KafkaLogs user configurable settings
|
|
364
364
|
:param pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs'] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
|
|
365
365
|
:param pulumi.Input['ServiceIntegrationLogsUserConfigArgs'] logs_user_config: Logs user configurable settings
|
|
366
366
|
:param pulumi.Input['ServiceIntegrationMetricsUserConfigArgs'] metrics_user_config: Metrics user configurable settings
|
|
367
|
-
:param pulumi.Input[str] project: Project the integration belongs to
|
|
367
|
+
:param pulumi.Input[str] project: Project the integration belongs to.
|
|
368
368
|
:param pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs'] prometheus_user_config: Prometheus user configurable settings
|
|
369
|
-
:param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration
|
|
369
|
+
:param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
|
|
370
370
|
:param pulumi.Input[str] source_service_name: Source service for the integration (if any)
|
|
371
371
|
"""
|
|
372
372
|
if clickhouse_kafka_user_config is not None:
|
|
@@ -450,7 +450,7 @@ class _ServiceIntegrationState:
|
|
|
450
450
|
@pulumi.getter(name="destinationEndpointId")
|
|
451
451
|
def destination_endpoint_id(self) -> Optional[pulumi.Input[str]]:
|
|
452
452
|
"""
|
|
453
|
-
Destination endpoint for the integration
|
|
453
|
+
Destination endpoint for the integration.
|
|
454
454
|
"""
|
|
455
455
|
return pulumi.get(self, "destination_endpoint_id")
|
|
456
456
|
|
|
@@ -462,7 +462,7 @@ class _ServiceIntegrationState:
|
|
|
462
462
|
@pulumi.getter(name="destinationServiceName")
|
|
463
463
|
def destination_service_name(self) -> Optional[pulumi.Input[str]]:
|
|
464
464
|
"""
|
|
465
|
-
Destination service for the integration
|
|
465
|
+
Destination service for the integration.
|
|
466
466
|
"""
|
|
467
467
|
return pulumi.get(self, "destination_service_name")
|
|
468
468
|
|
|
@@ -522,7 +522,7 @@ class _ServiceIntegrationState:
|
|
|
522
522
|
@pulumi.getter(name="integrationId")
|
|
523
523
|
def integration_id(self) -> Optional[pulumi.Input[str]]:
|
|
524
524
|
"""
|
|
525
|
-
|
|
525
|
+
The ID of the Aiven service integration.
|
|
526
526
|
"""
|
|
527
527
|
return pulumi.get(self, "integration_id")
|
|
528
528
|
|
|
@@ -606,7 +606,7 @@ class _ServiceIntegrationState:
|
|
|
606
606
|
@pulumi.getter
|
|
607
607
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
608
608
|
"""
|
|
609
|
-
Project the integration belongs to
|
|
609
|
+
Project the integration belongs to.
|
|
610
610
|
"""
|
|
611
611
|
return pulumi.get(self, "project")
|
|
612
612
|
|
|
@@ -630,7 +630,7 @@ class _ServiceIntegrationState:
|
|
|
630
630
|
@pulumi.getter(name="sourceEndpointId")
|
|
631
631
|
def source_endpoint_id(self) -> Optional[pulumi.Input[str]]:
|
|
632
632
|
"""
|
|
633
|
-
Source endpoint for the integration
|
|
633
|
+
Source endpoint for the integration.
|
|
634
634
|
"""
|
|
635
635
|
return pulumi.get(self, "source_endpoint_id")
|
|
636
636
|
|
|
@@ -677,34 +677,32 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
677
677
|
source_service_name: Optional[pulumi.Input[str]] = None,
|
|
678
678
|
__props__=None):
|
|
679
679
|
"""
|
|
680
|
-
|
|
680
|
+
Creates and manages an Aiven [service integration](https://aiven.io/docs/platform/concepts/service-integration).
|
|
681
681
|
|
|
682
|
-
|
|
682
|
+
You can set up an integration between two Aiven services or an Aiven service and an external
|
|
683
|
+
service. For example, you can send metrics from a Kafka service to an M3DB service,
|
|
684
|
+
send metrics from an M3DB service to a Grafana service to show dashboards, and send logs from
|
|
685
|
+
any service to OpenSearch.
|
|
683
686
|
|
|
684
|
-
|
|
685
|
-
integration endpoint. Integration could be for example sending metrics from Kafka service to an M3DB service,
|
|
686
|
-
getting metrics from an M3DB service to a Grafana service to show dashboards, sending logs from any service to
|
|
687
|
-
OpenSearch, etc.
|
|
687
|
+
**Services integrations are not supported for services running on hobbyist plans.**
|
|
688
688
|
|
|
689
689
|
## Example Usage
|
|
690
690
|
|
|
691
|
-
<!--Start PulumiCodeChooser -->
|
|
692
691
|
```python
|
|
693
692
|
import pulumi
|
|
694
693
|
import pulumi_aiven as aiven
|
|
695
694
|
|
|
696
|
-
|
|
697
|
-
project=
|
|
695
|
+
example_integration = aiven.ServiceIntegration("example_integration",
|
|
696
|
+
project=example_project["project"],
|
|
698
697
|
integration_type="metrics",
|
|
699
|
-
source_service_name=
|
|
700
|
-
destination_service_name=
|
|
698
|
+
source_service_name=example_kafka["serviceName"],
|
|
699
|
+
destination_service_name=example_m3db["serviceName"])
|
|
701
700
|
```
|
|
702
|
-
<!--End PulumiCodeChooser -->
|
|
703
701
|
|
|
704
702
|
## Import
|
|
705
703
|
|
|
706
704
|
```sh
|
|
707
|
-
$ pulumi import aiven:index/serviceIntegration:ServiceIntegration
|
|
705
|
+
$ pulumi import aiven:index/serviceIntegration:ServiceIntegration example_integration PROJECT/INTEGRATION_ID
|
|
708
706
|
```
|
|
709
707
|
|
|
710
708
|
:param str resource_name: The name of the resource.
|
|
@@ -712,8 +710,8 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
712
710
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhouseKafkaUserConfigArgs']] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings
|
|
713
711
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhousePostgresqlUserConfigArgs']] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings
|
|
714
712
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationDatadogUserConfigArgs']] datadog_user_config: Datadog user configurable settings
|
|
715
|
-
:param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration
|
|
716
|
-
:param pulumi.Input[str] destination_service_name: Destination service for the integration
|
|
713
|
+
:param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration.
|
|
714
|
+
:param pulumi.Input[str] destination_service_name: Destination service for the integration.
|
|
717
715
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
|
|
718
716
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
|
|
719
717
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
|
|
@@ -724,9 +722,9 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
724
722
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaMirrormakerUserConfigArgs']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
|
|
725
723
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationLogsUserConfigArgs']] logs_user_config: Logs user configurable settings
|
|
726
724
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationMetricsUserConfigArgs']] metrics_user_config: Metrics user configurable settings
|
|
727
|
-
:param pulumi.Input[str] project: Project the integration belongs to
|
|
725
|
+
:param pulumi.Input[str] project: Project the integration belongs to.
|
|
728
726
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationPrometheusUserConfigArgs']] prometheus_user_config: Prometheus user configurable settings
|
|
729
|
-
:param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration
|
|
727
|
+
:param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
|
|
730
728
|
:param pulumi.Input[str] source_service_name: Source service for the integration (if any)
|
|
731
729
|
"""
|
|
732
730
|
...
|
|
@@ -736,34 +734,32 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
736
734
|
args: ServiceIntegrationArgs,
|
|
737
735
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
738
736
|
"""
|
|
739
|
-
|
|
737
|
+
Creates and manages an Aiven [service integration](https://aiven.io/docs/platform/concepts/service-integration).
|
|
740
738
|
|
|
741
|
-
|
|
739
|
+
You can set up an integration between two Aiven services or an Aiven service and an external
|
|
740
|
+
service. For example, you can send metrics from a Kafka service to an M3DB service,
|
|
741
|
+
send metrics from an M3DB service to a Grafana service to show dashboards, and send logs from
|
|
742
|
+
any service to OpenSearch.
|
|
742
743
|
|
|
743
|
-
|
|
744
|
-
integration endpoint. Integration could be for example sending metrics from Kafka service to an M3DB service,
|
|
745
|
-
getting metrics from an M3DB service to a Grafana service to show dashboards, sending logs from any service to
|
|
746
|
-
OpenSearch, etc.
|
|
744
|
+
**Services integrations are not supported for services running on hobbyist plans.**
|
|
747
745
|
|
|
748
746
|
## Example Usage
|
|
749
747
|
|
|
750
|
-
<!--Start PulumiCodeChooser -->
|
|
751
748
|
```python
|
|
752
749
|
import pulumi
|
|
753
750
|
import pulumi_aiven as aiven
|
|
754
751
|
|
|
755
|
-
|
|
756
|
-
project=
|
|
752
|
+
example_integration = aiven.ServiceIntegration("example_integration",
|
|
753
|
+
project=example_project["project"],
|
|
757
754
|
integration_type="metrics",
|
|
758
|
-
source_service_name=
|
|
759
|
-
destination_service_name=
|
|
755
|
+
source_service_name=example_kafka["serviceName"],
|
|
756
|
+
destination_service_name=example_m3db["serviceName"])
|
|
760
757
|
```
|
|
761
|
-
<!--End PulumiCodeChooser -->
|
|
762
758
|
|
|
763
759
|
## Import
|
|
764
760
|
|
|
765
761
|
```sh
|
|
766
|
-
$ pulumi import aiven:index/serviceIntegration:ServiceIntegration
|
|
762
|
+
$ pulumi import aiven:index/serviceIntegration:ServiceIntegration example_integration PROJECT/INTEGRATION_ID
|
|
767
763
|
```
|
|
768
764
|
|
|
769
765
|
:param str resource_name: The name of the resource.
|
|
@@ -873,22 +869,22 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
873
869
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhouseKafkaUserConfigArgs']] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings
|
|
874
870
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhousePostgresqlUserConfigArgs']] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings
|
|
875
871
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationDatadogUserConfigArgs']] datadog_user_config: Datadog user configurable settings
|
|
876
|
-
:param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration
|
|
877
|
-
:param pulumi.Input[str] destination_service_name: Destination service for the integration
|
|
872
|
+
:param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration.
|
|
873
|
+
:param pulumi.Input[str] destination_service_name: Destination service for the integration.
|
|
878
874
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
|
|
879
875
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
|
|
880
876
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
|
|
881
877
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']] external_opensearch_logs_user_config: ExternalOpensearchLogs user configurable settings
|
|
882
|
-
:param pulumi.Input[str] integration_id:
|
|
878
|
+
:param pulumi.Input[str] integration_id: The ID of the Aiven service integration.
|
|
883
879
|
:param pulumi.Input[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`
|
|
884
880
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaConnectUserConfigArgs']] kafka_connect_user_config: KafkaConnect user configurable settings
|
|
885
881
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaLogsUserConfigArgs']] kafka_logs_user_config: KafkaLogs user configurable settings
|
|
886
882
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaMirrormakerUserConfigArgs']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
|
|
887
883
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationLogsUserConfigArgs']] logs_user_config: Logs user configurable settings
|
|
888
884
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationMetricsUserConfigArgs']] metrics_user_config: Metrics user configurable settings
|
|
889
|
-
:param pulumi.Input[str] project: Project the integration belongs to
|
|
885
|
+
:param pulumi.Input[str] project: Project the integration belongs to.
|
|
890
886
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationPrometheusUserConfigArgs']] prometheus_user_config: Prometheus user configurable settings
|
|
891
|
-
:param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration
|
|
887
|
+
:param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
|
|
892
888
|
:param pulumi.Input[str] source_service_name: Source service for the integration (if any)
|
|
893
889
|
"""
|
|
894
890
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -945,7 +941,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
945
941
|
@pulumi.getter(name="destinationEndpointId")
|
|
946
942
|
def destination_endpoint_id(self) -> pulumi.Output[Optional[str]]:
|
|
947
943
|
"""
|
|
948
|
-
Destination endpoint for the integration
|
|
944
|
+
Destination endpoint for the integration.
|
|
949
945
|
"""
|
|
950
946
|
return pulumi.get(self, "destination_endpoint_id")
|
|
951
947
|
|
|
@@ -953,7 +949,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
953
949
|
@pulumi.getter(name="destinationServiceName")
|
|
954
950
|
def destination_service_name(self) -> pulumi.Output[Optional[str]]:
|
|
955
951
|
"""
|
|
956
|
-
Destination service for the integration
|
|
952
|
+
Destination service for the integration.
|
|
957
953
|
"""
|
|
958
954
|
return pulumi.get(self, "destination_service_name")
|
|
959
955
|
|
|
@@ -993,7 +989,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
993
989
|
@pulumi.getter(name="integrationId")
|
|
994
990
|
def integration_id(self) -> pulumi.Output[str]:
|
|
995
991
|
"""
|
|
996
|
-
|
|
992
|
+
The ID of the Aiven service integration.
|
|
997
993
|
"""
|
|
998
994
|
return pulumi.get(self, "integration_id")
|
|
999
995
|
|
|
@@ -1049,7 +1045,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1049
1045
|
@pulumi.getter
|
|
1050
1046
|
def project(self) -> pulumi.Output[str]:
|
|
1051
1047
|
"""
|
|
1052
|
-
Project the integration belongs to
|
|
1048
|
+
Project the integration belongs to.
|
|
1053
1049
|
"""
|
|
1054
1050
|
return pulumi.get(self, "project")
|
|
1055
1051
|
|
|
@@ -1065,7 +1061,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1065
1061
|
@pulumi.getter(name="sourceEndpointId")
|
|
1066
1062
|
def source_endpoint_id(self) -> pulumi.Output[Optional[str]]:
|
|
1067
1063
|
"""
|
|
1068
|
-
Source endpoint for the integration
|
|
1064
|
+
Source endpoint for the integration.
|
|
1069
1065
|
"""
|
|
1070
1066
|
return pulumi.get(self, "source_endpoint_id")
|
|
1071
1067
|
|
pulumi_aiven/static_ip.py
CHANGED
|
@@ -19,7 +19,7 @@ class StaticIpArgs:
|
|
|
19
19
|
"""
|
|
20
20
|
The set of arguments for constructing a StaticIp resource.
|
|
21
21
|
:param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
|
|
22
|
-
:param pulumi.Input[str] project:
|
|
22
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
23
23
|
"""
|
|
24
24
|
pulumi.set(__self__, "cloud_name", cloud_name)
|
|
25
25
|
pulumi.set(__self__, "project", project)
|
|
@@ -40,7 +40,7 @@ class StaticIpArgs:
|
|
|
40
40
|
@pulumi.getter
|
|
41
41
|
def project(self) -> pulumi.Input[str]:
|
|
42
42
|
"""
|
|
43
|
-
|
|
43
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
44
44
|
"""
|
|
45
45
|
return pulumi.get(self, "project")
|
|
46
46
|
|
|
@@ -62,7 +62,7 @@ class _StaticIpState:
|
|
|
62
62
|
Input properties used for looking up and filtering StaticIp resources.
|
|
63
63
|
:param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
|
|
64
64
|
:param pulumi.Input[str] ip_address: The address of the static ip.
|
|
65
|
-
:param pulumi.Input[str] project:
|
|
65
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
66
66
|
:param pulumi.Input[str] service_name: The service name the static ip is associated with.
|
|
67
67
|
:param pulumi.Input[str] state: The state the static ip is in.
|
|
68
68
|
:param pulumi.Input[str] static_ip_address_id: The static ip id of the resource. Should be used as a reference elsewhere.
|
|
@@ -108,7 +108,7 @@ class _StaticIpState:
|
|
|
108
108
|
@pulumi.getter
|
|
109
109
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
110
110
|
"""
|
|
111
|
-
|
|
111
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
112
112
|
"""
|
|
113
113
|
return pulumi.get(self, "project")
|
|
114
114
|
|
|
@@ -167,7 +167,7 @@ class StaticIp(pulumi.CustomResource):
|
|
|
167
167
|
:param str resource_name: The name of the resource.
|
|
168
168
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
169
169
|
:param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
|
|
170
|
-
:param pulumi.Input[str] project:
|
|
170
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
171
171
|
"""
|
|
172
172
|
...
|
|
173
173
|
@overload
|
|
@@ -239,7 +239,7 @@ class StaticIp(pulumi.CustomResource):
|
|
|
239
239
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
240
240
|
:param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
|
|
241
241
|
:param pulumi.Input[str] ip_address: The address of the static ip.
|
|
242
|
-
:param pulumi.Input[str] project:
|
|
242
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
243
243
|
:param pulumi.Input[str] service_name: The service name the static ip is associated with.
|
|
244
244
|
:param pulumi.Input[str] state: The state the static ip is in.
|
|
245
245
|
:param pulumi.Input[str] static_ip_address_id: The static ip id of the resource. Should be used as a reference elsewhere.
|
|
@@ -276,7 +276,7 @@ class StaticIp(pulumi.CustomResource):
|
|
|
276
276
|
@pulumi.getter
|
|
277
277
|
def project(self) -> pulumi.Output[str]:
|
|
278
278
|
"""
|
|
279
|
-
|
|
279
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
280
280
|
"""
|
|
281
281
|
return pulumi.get(self, "project")
|
|
282
282
|
|
|
@@ -259,24 +259,22 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
|
|
|
259
259
|
|
|
260
260
|
## Example Usage
|
|
261
261
|
|
|
262
|
-
<!--Start PulumiCodeChooser -->
|
|
263
262
|
```python
|
|
264
263
|
import pulumi
|
|
265
264
|
import pulumi_aiven as aiven
|
|
266
265
|
|
|
267
266
|
attachment = aiven.TransitGatewayVpcAttachment("attachment",
|
|
268
|
-
vpc_id=
|
|
267
|
+
vpc_id=bar["id"],
|
|
269
268
|
peer_cloud_account="<PEER_ACCOUNT_ID>",
|
|
270
269
|
peer_vpc="google-project1",
|
|
271
270
|
peer_region="aws-eu-west-1",
|
|
272
271
|
user_peer_network_cidrs=["10.0.0.0/24"])
|
|
273
272
|
```
|
|
274
|
-
<!--End PulumiCodeChooser -->
|
|
275
273
|
|
|
276
274
|
## Import
|
|
277
275
|
|
|
278
276
|
```sh
|
|
279
|
-
$ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment
|
|
277
|
+
$ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment PROJECT/VPC_ID/PEER_CLOUD_ACCOUNT/PEER_VPC/PEER_REGION
|
|
280
278
|
```
|
|
281
279
|
|
|
282
280
|
:param str resource_name: The name of the resource.
|
|
@@ -298,24 +296,22 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
|
|
|
298
296
|
|
|
299
297
|
## Example Usage
|
|
300
298
|
|
|
301
|
-
<!--Start PulumiCodeChooser -->
|
|
302
299
|
```python
|
|
303
300
|
import pulumi
|
|
304
301
|
import pulumi_aiven as aiven
|
|
305
302
|
|
|
306
303
|
attachment = aiven.TransitGatewayVpcAttachment("attachment",
|
|
307
|
-
vpc_id=
|
|
304
|
+
vpc_id=bar["id"],
|
|
308
305
|
peer_cloud_account="<PEER_ACCOUNT_ID>",
|
|
309
306
|
peer_vpc="google-project1",
|
|
310
307
|
peer_region="aws-eu-west-1",
|
|
311
308
|
user_peer_network_cidrs=["10.0.0.0/24"])
|
|
312
309
|
```
|
|
313
|
-
<!--End PulumiCodeChooser -->
|
|
314
310
|
|
|
315
311
|
## Import
|
|
316
312
|
|
|
317
313
|
```sh
|
|
318
|
-
$ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment
|
|
314
|
+
$ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment PROJECT/VPC_ID/PEER_CLOUD_ACCOUNT/PEER_VPC/PEER_REGION
|
|
319
315
|
```
|
|
320
316
|
|
|
321
317
|
:param str resource_name: The name of the resource.
|