pulumi-aiven 6.14.0__py3-none-any.whl → 6.14.0a1711516617__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.

Files changed (132) hide show
  1. pulumi_aiven/_inputs.py +262 -200
  2. pulumi_aiven/account.py +6 -2
  3. pulumi_aiven/account_authentication.py +2 -2
  4. pulumi_aiven/account_team.py +6 -6
  5. pulumi_aiven/account_team_member.py +10 -6
  6. pulumi_aiven/account_team_project.py +12 -12
  7. pulumi_aiven/aws_privatelink.py +22 -18
  8. pulumi_aiven/aws_vpc_peering_connection.py +12 -8
  9. pulumi_aiven/azure_privatelink.py +22 -18
  10. pulumi_aiven/azure_privatelink_connection_approval.py +14 -112
  11. pulumi_aiven/azure_vpc_peering_connection.py +10 -6
  12. pulumi_aiven/billing_group.py +18 -18
  13. pulumi_aiven/cassandra.py +57 -25
  14. pulumi_aiven/cassandra_user.py +22 -18
  15. pulumi_aiven/clickhouse.py +57 -25
  16. pulumi_aiven/clickhouse_database.py +26 -24
  17. pulumi_aiven/clickhouse_grant.py +37 -35
  18. pulumi_aiven/clickhouse_role.py +20 -16
  19. pulumi_aiven/clickhouse_user.py +22 -18
  20. pulumi_aiven/connection_pool.py +28 -24
  21. pulumi_aiven/dragonfly.py +263 -124
  22. pulumi_aiven/flink.py +36 -32
  23. pulumi_aiven/flink_application.py +24 -22
  24. pulumi_aiven/flink_application_deployment.py +21 -21
  25. pulumi_aiven/flink_application_version.py +14 -96
  26. pulumi_aiven/gcp_privatelink.py +21 -21
  27. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  28. pulumi_aiven/gcp_vpc_peering_connection.py +8 -4
  29. pulumi_aiven/get_account.py +4 -0
  30. pulumi_aiven/get_aws_privatelink.py +14 -10
  31. pulumi_aiven/get_aws_vpc_peering_connection.py +10 -6
  32. pulumi_aiven/get_azure_privatelink.py +14 -10
  33. pulumi_aiven/get_azure_vpc_peering_connection.py +6 -2
  34. pulumi_aiven/get_billing_group.py +2 -2
  35. pulumi_aiven/get_cassanda.py +24 -7
  36. pulumi_aiven/get_cassandra.py +24 -7
  37. pulumi_aiven/get_cassandra_user.py +14 -10
  38. pulumi_aiven/get_clickhouse.py +24 -7
  39. pulumi_aiven/get_clickhouse_database.py +14 -10
  40. pulumi_aiven/get_clickhouse_user.py +14 -10
  41. pulumi_aiven/get_connection_pool.py +14 -10
  42. pulumi_aiven/get_dragonfly.py +20 -27
  43. pulumi_aiven/get_flink.py +10 -6
  44. pulumi_aiven/get_flink_application.py +12 -8
  45. pulumi_aiven/get_flink_application_version.py +12 -8
  46. pulumi_aiven/get_gcp_vpc_peering_connection.py +6 -2
  47. pulumi_aiven/get_grafana.py +24 -7
  48. pulumi_aiven/get_kafka.py +17 -13
  49. pulumi_aiven/get_kafka_acl.py +14 -10
  50. pulumi_aiven/get_kafka_connect.py +24 -7
  51. pulumi_aiven/get_kafka_connector.py +14 -10
  52. pulumi_aiven/get_kafka_mirror_maker.py +24 -7
  53. pulumi_aiven/get_kafka_schema.py +14 -10
  54. pulumi_aiven/get_kafka_schema_configuration.py +14 -10
  55. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  56. pulumi_aiven/get_kafka_topic.py +20 -16
  57. pulumi_aiven/get_kafka_user.py +14 -10
  58. pulumi_aiven/get_m3_aggregator.py +24 -7
  59. pulumi_aiven/get_m3_db.py +24 -7
  60. pulumi_aiven/get_m3db_user.py +14 -10
  61. pulumi_aiven/get_mirror_maker_replication_flow.py +18 -14
  62. pulumi_aiven/get_my_sql.py +24 -7
  63. pulumi_aiven/get_mysql_database.py +14 -10
  64. pulumi_aiven/get_mysql_user.py +14 -10
  65. pulumi_aiven/get_open_search.py +10 -6
  66. pulumi_aiven/get_open_search_acl_config.py +14 -10
  67. pulumi_aiven/get_open_search_acl_rule.py +14 -10
  68. pulumi_aiven/get_opensearch_security_plugin_config.py +14 -10
  69. pulumi_aiven/get_opensearch_user.py +14 -10
  70. pulumi_aiven/get_organization.py +4 -0
  71. pulumi_aiven/get_organization_user_group.py +6 -2
  72. pulumi_aiven/get_pg.py +10 -6
  73. pulumi_aiven/get_pg_database.py +14 -10
  74. pulumi_aiven/get_pg_user.py +14 -10
  75. pulumi_aiven/get_project.py +21 -17
  76. pulumi_aiven/get_project_user.py +13 -9
  77. pulumi_aiven/get_project_vpc.py +6 -2
  78. pulumi_aiven/get_redis.py +24 -7
  79. pulumi_aiven/get_redis_user.py +14 -10
  80. pulumi_aiven/get_service_component.py +8 -4
  81. pulumi_aiven/get_service_integration.py +33 -19
  82. pulumi_aiven/get_service_integration_endpoint.py +6 -2
  83. pulumi_aiven/get_transit_gateway_vpc_attachment.py +6 -2
  84. pulumi_aiven/grafana.py +267 -82
  85. pulumi_aiven/influx_db.py +21 -21
  86. pulumi_aiven/influxdb_database.py +21 -21
  87. pulumi_aiven/influxdb_user.py +21 -21
  88. pulumi_aiven/kafka.py +54 -50
  89. pulumi_aiven/kafka_acl.py +24 -20
  90. pulumi_aiven/kafka_connect.py +267 -80
  91. pulumi_aiven/kafka_connector.py +30 -26
  92. pulumi_aiven/kafka_mirror_maker.py +267 -80
  93. pulumi_aiven/kafka_schema.py +22 -18
  94. pulumi_aiven/kafka_schema_configuration.py +24 -20
  95. pulumi_aiven/kafka_schema_registry_acl.py +14 -54
  96. pulumi_aiven/kafka_topic.py +46 -84
  97. pulumi_aiven/kafka_user.py +22 -18
  98. pulumi_aiven/m3_aggregator.py +267 -80
  99. pulumi_aiven/m3_db.py +267 -80
  100. pulumi_aiven/m3db_user.py +20 -16
  101. pulumi_aiven/mirror_maker_replication_flow.py +26 -22
  102. pulumi_aiven/my_sql.py +267 -80
  103. pulumi_aiven/mysql_database.py +24 -20
  104. pulumi_aiven/mysql_user.py +22 -18
  105. pulumi_aiven/open_search.py +31 -27
  106. pulumi_aiven/open_search_acl_config.py +36 -28
  107. pulumi_aiven/open_search_acl_rule.py +40 -36
  108. pulumi_aiven/opensearch_security_plugin_config.py +32 -28
  109. pulumi_aiven/opensearch_user.py +22 -18
  110. pulumi_aiven/organization.py +6 -2
  111. pulumi_aiven/organization_group_project.py +0 -46
  112. pulumi_aiven/organization_user.py +20 -2
  113. pulumi_aiven/organization_user_group.py +6 -4
  114. pulumi_aiven/organization_user_group_member.py +10 -8
  115. pulumi_aiven/organizational_unit.py +6 -6
  116. pulumi_aiven/outputs.py +390 -271
  117. pulumi_aiven/pg.py +30 -30
  118. pulumi_aiven/pg_database.py +24 -20
  119. pulumi_aiven/pg_user.py +22 -18
  120. pulumi_aiven/project.py +79 -75
  121. pulumi_aiven/project_user.py +28 -24
  122. pulumi_aiven/project_vpc.py +7 -31
  123. pulumi_aiven/redis.py +267 -80
  124. pulumi_aiven/redis_user.py +22 -18
  125. pulumi_aiven/service_integration.py +58 -54
  126. pulumi_aiven/static_ip.py +7 -7
  127. pulumi_aiven/transit_gateway_vpc_attachment.py +8 -4
  128. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711516617.dist-info}/METADATA +1 -1
  129. pulumi_aiven-6.14.0a1711516617.dist-info/RECORD +150 -0
  130. pulumi_aiven-6.14.0.dist-info/RECORD +0 -150
  131. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711516617.dist-info}/WHEEL +0 -0
  132. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711516617.dist-info}/top_level.txt +0 -0
@@ -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: 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.
27
+ :param pulumi.Input[str] project: Identifies 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: Specifies 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
- 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.
54
+ Identifies 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
- 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.
66
+ Specifies 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: 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.
162
+ :param pulumi.Input[str] project: Identifies 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: 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.
167
+ :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 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
- 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.
206
+ Identifies 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
- 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.
266
+ Specifies 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,32 +315,34 @@ class RedisUser(pulumi.CustomResource):
315
315
 
316
316
  ## Example Usage
317
317
 
318
+ <!--Start PulumiCodeChooser -->
318
319
  ```python
319
320
  import pulumi
320
321
  import pulumi_aiven as aiven
321
322
 
322
323
  foo = aiven.RedisUser("foo",
323
- service_name=bar["serviceName"],
324
+ service_name=aiven_redis["bar"]["service_name"],
324
325
  project="my-project",
325
326
  username="user-1",
326
327
  password="Test$1234")
327
328
  ```
329
+ <!--End PulumiCodeChooser -->
328
330
 
329
331
  ## Import
330
332
 
331
333
  ```sh
332
- $ pulumi import aiven:index/redisUser:RedisUser foo PROJECT/SERVICE_NAME/USERNAME
334
+ $ pulumi import aiven:index/redisUser:RedisUser foo project/service_name/username
333
335
  ```
334
336
 
335
337
  :param str resource_name: The name of the resource.
336
338
  :param pulumi.ResourceOptions opts: Options for the resource.
337
339
  :param pulumi.Input[str] password: The password of the Redis User.
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.
340
+ :param pulumi.Input[str] project: Identifies 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.
339
341
  :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.
340
342
  :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.
341
343
  :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.
342
344
  :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.
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.
345
+ :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 variable as a reference. Changing this property forces recreation of the resource.
344
346
  :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.
345
347
  """
346
348
  ...
@@ -354,21 +356,23 @@ class RedisUser(pulumi.CustomResource):
354
356
 
355
357
  ## Example Usage
356
358
 
359
+ <!--Start PulumiCodeChooser -->
357
360
  ```python
358
361
  import pulumi
359
362
  import pulumi_aiven as aiven
360
363
 
361
364
  foo = aiven.RedisUser("foo",
362
- service_name=bar["serviceName"],
365
+ service_name=aiven_redis["bar"]["service_name"],
363
366
  project="my-project",
364
367
  username="user-1",
365
368
  password="Test$1234")
366
369
  ```
370
+ <!--End PulumiCodeChooser -->
367
371
 
368
372
  ## Import
369
373
 
370
374
  ```sh
371
- $ pulumi import aiven:index/redisUser:RedisUser foo PROJECT/SERVICE_NAME/USERNAME
375
+ $ pulumi import aiven:index/redisUser:RedisUser foo project/service_name/username
372
376
  ```
373
377
 
374
378
  :param str resource_name: The name of the resource.
@@ -447,12 +451,12 @@ class RedisUser(pulumi.CustomResource):
447
451
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
448
452
  :param pulumi.ResourceOptions opts: Options for the resource.
449
453
  :param pulumi.Input[str] password: The password of the Redis User.
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.
454
+ :param pulumi.Input[str] project: Identifies 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.
451
455
  :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.
452
456
  :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.
453
457
  :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.
454
458
  :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.
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.
459
+ :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 variable as a reference. Changing this property forces recreation of the resource.
456
460
  :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
457
461
  :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.
458
462
  """
@@ -483,7 +487,7 @@ class RedisUser(pulumi.CustomResource):
483
487
  @pulumi.getter
484
488
  def project(self) -> pulumi.Output[str]:
485
489
  """
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.
490
+ Identifies 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.
487
491
  """
488
492
  return pulumi.get(self, "project")
489
493
 
@@ -523,7 +527,7 @@ class RedisUser(pulumi.CustomResource):
523
527
  @pulumi.getter(name="serviceName")
524
528
  def service_name(self) -> pulumi.Output[str]:
525
529
  """
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.
530
+ Specifies 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.
527
531
  """
528
532
  return pulumi.get(self, "service_name")
529
533
 
@@ -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 (if any)
46
+ :param pulumi.Input[str] destination_service_name: Destination service for the integration (if any)
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 (if any)
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 (if any)
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 (if any)
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 (if any)
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 (if any)
355
+ :param pulumi.Input[str] destination_service_name: Destination service for the integration (if any)
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: The ID of the Aiven service integration.
360
+ :param pulumi.Input[str] integration_id: Service Integration Id at aiven
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 (if any)
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 (if any)
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 (if any)
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
- The ID of the Aiven service integration.
525
+ Service Integration Id at aiven
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 (if any)
634
634
  """
635
635
  return pulumi.get(self, "source_endpoint_id")
636
636
 
@@ -677,32 +677,34 @@ class ServiceIntegration(pulumi.CustomResource):
677
677
  source_service_name: Optional[pulumi.Input[str]] = None,
678
678
  __props__=None):
679
679
  """
680
- Creates and manages an Aiven [service integration](https://aiven.io/docs/platform/concepts/service-integration).
680
+ The Service Integration resource allows the creation and management of Aiven Service Integrations.
681
681
 
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.
682
+ **Note** For services running on `hobbyist` plan service integrations are not supported.
686
683
 
687
- **Services integrations are not supported for services running on hobbyist plans.**
684
+ Service Integration defines an integration between two Aiven services or between Aiven service and an external
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.
688
688
 
689
689
  ## Example Usage
690
690
 
691
+ <!--Start PulumiCodeChooser -->
691
692
  ```python
692
693
  import pulumi
693
694
  import pulumi_aiven as aiven
694
695
 
695
- example_integration = aiven.ServiceIntegration("example_integration",
696
- project=example_project["project"],
696
+ my_integration_metrics = aiven.ServiceIntegration("myIntegrationMetrics",
697
+ project=aiven_project["myproject"]["project"],
697
698
  integration_type="metrics",
698
- source_service_name=example_kafka["serviceName"],
699
- destination_service_name=example_m3db["serviceName"])
699
+ source_service_name=aiven_kafka["kfk1"]["service_name"],
700
+ destination_service_name=aiven_m3db["m3db"]["service_name"])
700
701
  ```
702
+ <!--End PulumiCodeChooser -->
701
703
 
702
704
  ## Import
703
705
 
704
706
  ```sh
705
- $ pulumi import aiven:index/serviceIntegration:ServiceIntegration example_integration PROJECT/INTEGRATION_ID
707
+ $ pulumi import aiven:index/serviceIntegration:ServiceIntegration myintegration project/integration_id
706
708
  ```
707
709
 
708
710
  :param str resource_name: The name of the resource.
@@ -710,8 +712,8 @@ class ServiceIntegration(pulumi.CustomResource):
710
712
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhouseKafkaUserConfigArgs']] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings
711
713
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhousePostgresqlUserConfigArgs']] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings
712
714
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationDatadogUserConfigArgs']] datadog_user_config: Datadog user configurable settings
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.
715
+ :param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration (if any)
716
+ :param pulumi.Input[str] destination_service_name: Destination service for the integration (if any)
715
717
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
716
718
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
717
719
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
@@ -722,9 +724,9 @@ class ServiceIntegration(pulumi.CustomResource):
722
724
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaMirrormakerUserConfigArgs']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
723
725
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationLogsUserConfigArgs']] logs_user_config: Logs user configurable settings
724
726
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationMetricsUserConfigArgs']] metrics_user_config: Metrics user configurable settings
725
- :param pulumi.Input[str] project: Project the integration belongs to.
727
+ :param pulumi.Input[str] project: Project the integration belongs to
726
728
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationPrometheusUserConfigArgs']] prometheus_user_config: Prometheus user configurable settings
727
- :param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
729
+ :param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration (if any)
728
730
  :param pulumi.Input[str] source_service_name: Source service for the integration (if any)
729
731
  """
730
732
  ...
@@ -734,32 +736,34 @@ class ServiceIntegration(pulumi.CustomResource):
734
736
  args: ServiceIntegrationArgs,
735
737
  opts: Optional[pulumi.ResourceOptions] = None):
736
738
  """
737
- Creates and manages an Aiven [service integration](https://aiven.io/docs/platform/concepts/service-integration).
739
+ The Service Integration resource allows the creation and management of Aiven Service Integrations.
738
740
 
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.
741
+ **Note** For services running on `hobbyist` plan service integrations are not supported.
743
742
 
744
- **Services integrations are not supported for services running on hobbyist plans.**
743
+ Service Integration defines an integration between two Aiven services or between Aiven service and an external
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.
745
747
 
746
748
  ## Example Usage
747
749
 
750
+ <!--Start PulumiCodeChooser -->
748
751
  ```python
749
752
  import pulumi
750
753
  import pulumi_aiven as aiven
751
754
 
752
- example_integration = aiven.ServiceIntegration("example_integration",
753
- project=example_project["project"],
755
+ my_integration_metrics = aiven.ServiceIntegration("myIntegrationMetrics",
756
+ project=aiven_project["myproject"]["project"],
754
757
  integration_type="metrics",
755
- source_service_name=example_kafka["serviceName"],
756
- destination_service_name=example_m3db["serviceName"])
758
+ source_service_name=aiven_kafka["kfk1"]["service_name"],
759
+ destination_service_name=aiven_m3db["m3db"]["service_name"])
757
760
  ```
761
+ <!--End PulumiCodeChooser -->
758
762
 
759
763
  ## Import
760
764
 
761
765
  ```sh
762
- $ pulumi import aiven:index/serviceIntegration:ServiceIntegration example_integration PROJECT/INTEGRATION_ID
766
+ $ pulumi import aiven:index/serviceIntegration:ServiceIntegration myintegration project/integration_id
763
767
  ```
764
768
 
765
769
  :param str resource_name: The name of the resource.
@@ -869,22 +873,22 @@ class ServiceIntegration(pulumi.CustomResource):
869
873
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhouseKafkaUserConfigArgs']] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings
870
874
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhousePostgresqlUserConfigArgs']] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings
871
875
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationDatadogUserConfigArgs']] datadog_user_config: Datadog user configurable settings
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.
876
+ :param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration (if any)
877
+ :param pulumi.Input[str] destination_service_name: Destination service for the integration (if any)
874
878
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
875
879
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
876
880
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
877
881
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']] external_opensearch_logs_user_config: ExternalOpensearchLogs user configurable settings
878
- :param pulumi.Input[str] integration_id: The ID of the Aiven service integration.
882
+ :param pulumi.Input[str] integration_id: Service Integration Id at aiven
879
883
  :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`
880
884
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaConnectUserConfigArgs']] kafka_connect_user_config: KafkaConnect user configurable settings
881
885
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaLogsUserConfigArgs']] kafka_logs_user_config: KafkaLogs user configurable settings
882
886
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaMirrormakerUserConfigArgs']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
883
887
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationLogsUserConfigArgs']] logs_user_config: Logs user configurable settings
884
888
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationMetricsUserConfigArgs']] metrics_user_config: Metrics user configurable settings
885
- :param pulumi.Input[str] project: Project the integration belongs to.
889
+ :param pulumi.Input[str] project: Project the integration belongs to
886
890
  :param pulumi.Input[pulumi.InputType['ServiceIntegrationPrometheusUserConfigArgs']] prometheus_user_config: Prometheus user configurable settings
887
- :param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
891
+ :param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration (if any)
888
892
  :param pulumi.Input[str] source_service_name: Source service for the integration (if any)
889
893
  """
890
894
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -941,7 +945,7 @@ class ServiceIntegration(pulumi.CustomResource):
941
945
  @pulumi.getter(name="destinationEndpointId")
942
946
  def destination_endpoint_id(self) -> pulumi.Output[Optional[str]]:
943
947
  """
944
- Destination endpoint for the integration.
948
+ Destination endpoint for the integration (if any)
945
949
  """
946
950
  return pulumi.get(self, "destination_endpoint_id")
947
951
 
@@ -949,7 +953,7 @@ class ServiceIntegration(pulumi.CustomResource):
949
953
  @pulumi.getter(name="destinationServiceName")
950
954
  def destination_service_name(self) -> pulumi.Output[Optional[str]]:
951
955
  """
952
- Destination service for the integration.
956
+ Destination service for the integration (if any)
953
957
  """
954
958
  return pulumi.get(self, "destination_service_name")
955
959
 
@@ -989,7 +993,7 @@ class ServiceIntegration(pulumi.CustomResource):
989
993
  @pulumi.getter(name="integrationId")
990
994
  def integration_id(self) -> pulumi.Output[str]:
991
995
  """
992
- The ID of the Aiven service integration.
996
+ Service Integration Id at aiven
993
997
  """
994
998
  return pulumi.get(self, "integration_id")
995
999
 
@@ -1045,7 +1049,7 @@ class ServiceIntegration(pulumi.CustomResource):
1045
1049
  @pulumi.getter
1046
1050
  def project(self) -> pulumi.Output[str]:
1047
1051
  """
1048
- Project the integration belongs to.
1052
+ Project the integration belongs to
1049
1053
  """
1050
1054
  return pulumi.get(self, "project")
1051
1055
 
@@ -1061,7 +1065,7 @@ class ServiceIntegration(pulumi.CustomResource):
1061
1065
  @pulumi.getter(name="sourceEndpointId")
1062
1066
  def source_endpoint_id(self) -> pulumi.Output[Optional[str]]:
1063
1067
  """
1064
- Source endpoint for the integration.
1068
+ Source endpoint for the integration (if any)
1065
1069
  """
1066
1070
  return pulumi.get(self, "source_endpoint_id")
1067
1071
 
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: 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.
22
+ :param pulumi.Input[str] project: Identifies 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
- 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.
43
+ Identifies 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: 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.
65
+ :param pulumi.Input[str] project: Identifies 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
- 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.
111
+ Identifies 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: 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.
170
+ :param pulumi.Input[str] project: Identifies 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: 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.
242
+ :param pulumi.Input[str] project: Identifies 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
- 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.
279
+ Identifies 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,22 +259,24 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
259
259
 
260
260
  ## Example Usage
261
261
 
262
+ <!--Start PulumiCodeChooser -->
262
263
  ```python
263
264
  import pulumi
264
265
  import pulumi_aiven as aiven
265
266
 
266
267
  attachment = aiven.TransitGatewayVpcAttachment("attachment",
267
- vpc_id=bar["id"],
268
+ vpc_id=aiven_project_vpc["bar"]["id"],
268
269
  peer_cloud_account="<PEER_ACCOUNT_ID>",
269
270
  peer_vpc="google-project1",
270
271
  peer_region="aws-eu-west-1",
271
272
  user_peer_network_cidrs=["10.0.0.0/24"])
272
273
  ```
274
+ <!--End PulumiCodeChooser -->
273
275
 
274
276
  ## Import
275
277
 
276
278
  ```sh
277
- $ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment PROJECT/VPC_ID/PEER_CLOUD_ACCOUNT/PEER_VPC/PEER_REGION
279
+ $ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment project/vpc_id/peer_cloud_account/peer_vpc/peer_region
278
280
  ```
279
281
 
280
282
  :param str resource_name: The name of the resource.
@@ -296,22 +298,24 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
296
298
 
297
299
  ## Example Usage
298
300
 
301
+ <!--Start PulumiCodeChooser -->
299
302
  ```python
300
303
  import pulumi
301
304
  import pulumi_aiven as aiven
302
305
 
303
306
  attachment = aiven.TransitGatewayVpcAttachment("attachment",
304
- vpc_id=bar["id"],
307
+ vpc_id=aiven_project_vpc["bar"]["id"],
305
308
  peer_cloud_account="<PEER_ACCOUNT_ID>",
306
309
  peer_vpc="google-project1",
307
310
  peer_region="aws-eu-west-1",
308
311
  user_peer_network_cidrs=["10.0.0.0/24"])
309
312
  ```
313
+ <!--End PulumiCodeChooser -->
310
314
 
311
315
  ## Import
312
316
 
313
317
  ```sh
314
- $ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment PROJECT/VPC_ID/PEER_CLOUD_ACCOUNT/PEER_VPC/PEER_REGION
318
+ $ pulumi import aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment attachment project/vpc_id/peer_cloud_account/peer_vpc/peer_region
315
319
  ```
316
320
 
317
321
  :param str resource_name: The name of the resource.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_aiven
3
- Version: 6.14.0
3
+ Version: 6.14.0a1711516617
4
4
  Summary: A Pulumi package for creating and managing Aiven cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io