pulumi-aiven 6.14.0a1714562227__py3-none-any.whl → 6.14.0a1714596828__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 +88 -150
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team_member.py +2 -2
- pulumi_aiven/aws_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
- pulumi_aiven/billing_group.py +18 -16
- pulumi_aiven/cassandra.py +16 -44
- pulumi_aiven/cassandra_user.py +16 -16
- pulumi_aiven/clickhouse.py +16 -44
- pulumi_aiven/clickhouse_database.py +16 -16
- pulumi_aiven/clickhouse_grant.py +14 -14
- pulumi_aiven/clickhouse_role.py +16 -16
- pulumi_aiven/clickhouse_user.py +14 -14
- pulumi_aiven/connection_pool.py +16 -16
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +16 -16
- pulumi_aiven/flink_application.py +16 -16
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_aws_privatelink.py +6 -6
- pulumi_aiven/get_azure_privatelink.py +6 -6
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +5 -18
- pulumi_aiven/get_cassandra.py +5 -18
- pulumi_aiven/get_cassandra_user.py +6 -6
- pulumi_aiven/get_clickhouse.py +5 -18
- pulumi_aiven/get_clickhouse_database.py +6 -6
- pulumi_aiven/get_clickhouse_user.py +6 -6
- pulumi_aiven/get_connection_pool.py +6 -6
- pulumi_aiven/get_dragonfly.py +27 -20
- pulumi_aiven/get_flink.py +4 -4
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_grafana.py +5 -18
- pulumi_aiven/get_kafka.py +13 -13
- pulumi_aiven/get_kafka_acl.py +6 -6
- pulumi_aiven/get_kafka_connect.py +5 -18
- pulumi_aiven/get_kafka_connector.py +6 -6
- pulumi_aiven/get_kafka_mirror_maker.py +5 -18
- pulumi_aiven/get_kafka_schema.py +6 -6
- pulumi_aiven/get_kafka_schema_configuration.py +6 -6
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -16
- pulumi_aiven/get_kafka_user.py +6 -6
- pulumi_aiven/get_m3_aggregator.py +5 -18
- pulumi_aiven/get_m3_db.py +5 -18
- pulumi_aiven/get_m3db_user.py +6 -6
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +5 -18
- pulumi_aiven/get_mysql_database.py +6 -6
- pulumi_aiven/get_mysql_user.py +6 -6
- pulumi_aiven/get_open_search.py +4 -4
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +6 -6
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +6 -6
- pulumi_aiven/get_pg.py +4 -4
- pulumi_aiven/get_pg_database.py +6 -6
- pulumi_aiven/get_pg_user.py +6 -6
- pulumi_aiven/get_project.py +17 -17
- pulumi_aiven/get_project_user.py +7 -7
- pulumi_aiven/get_redis.py +5 -18
- pulumi_aiven/get_redis_user.py +6 -6
- pulumi_aiven/get_service_integration.py +19 -29
- pulumi_aiven/grafana.py +78 -261
- 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 +43 -43
- pulumi_aiven/kafka_acl.py +16 -16
- pulumi_aiven/kafka_connect.py +78 -261
- pulumi_aiven/kafka_connector.py +14 -14
- pulumi_aiven/kafka_mirror_maker.py +78 -261
- pulumi_aiven/kafka_schema.py +14 -14
- pulumi_aiven/kafka_schema_configuration.py +16 -16
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +54 -54
- pulumi_aiven/kafka_user.py +16 -16
- pulumi_aiven/m3_aggregator.py +78 -261
- pulumi_aiven/m3_db.py +78 -261
- pulumi_aiven/m3db_user.py +14 -14
- pulumi_aiven/mirror_maker_replication_flow.py +14 -14
- pulumi_aiven/my_sql.py +78 -261
- pulumi_aiven/mysql_database.py +16 -16
- pulumi_aiven/mysql_user.py +16 -16
- pulumi_aiven/open_search.py +14 -14
- pulumi_aiven/open_search_acl_config.py +16 -20
- pulumi_aiven/open_search_acl_rule.py +16 -16
- pulumi_aiven/opensearch_security_plugin_config.py +16 -16
- pulumi_aiven/opensearch_user.py +16 -16
- pulumi_aiven/organization_group_project.py +20 -6
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/outputs.py +147 -266
- pulumi_aiven/pg.py +16 -16
- pulumi_aiven/pg_database.py +16 -16
- pulumi_aiven/pg_user.py +16 -16
- pulumi_aiven/project.py +71 -71
- pulumi_aiven/project_user.py +22 -22
- pulumi_aiven/project_vpc.py +7 -7
- pulumi_aiven/redis.py +78 -261
- pulumi_aiven/redis_user.py +16 -16
- pulumi_aiven/service_integration.py +54 -54
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0a1714596828.dist-info/RECORD +150 -0
- pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.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
|
|
|
@@ -329,18 +329,18 @@ class RedisUser(pulumi.CustomResource):
|
|
|
329
329
|
## Import
|
|
330
330
|
|
|
331
331
|
```sh
|
|
332
|
-
$ pulumi import aiven:index/redisUser:RedisUser foo
|
|
332
|
+
$ pulumi import aiven:index/redisUser:RedisUser foo PROJECT/SERVICE_NAME/USERNAME
|
|
333
333
|
```
|
|
334
334
|
|
|
335
335
|
:param str resource_name: The name of the resource.
|
|
336
336
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
337
337
|
:param pulumi.Input[str] password: The password of the Redis User.
|
|
338
|
-
: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.
|
|
339
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.
|
|
340
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.
|
|
341
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.
|
|
342
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.
|
|
343
|
-
: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.
|
|
344
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.
|
|
345
345
|
"""
|
|
346
346
|
...
|
|
@@ -368,7 +368,7 @@ class RedisUser(pulumi.CustomResource):
|
|
|
368
368
|
## Import
|
|
369
369
|
|
|
370
370
|
```sh
|
|
371
|
-
$ pulumi import aiven:index/redisUser:RedisUser foo
|
|
371
|
+
$ pulumi import aiven:index/redisUser:RedisUser foo PROJECT/SERVICE_NAME/USERNAME
|
|
372
372
|
```
|
|
373
373
|
|
|
374
374
|
:param str resource_name: The name of the resource.
|
|
@@ -447,12 +447,12 @@ class RedisUser(pulumi.CustomResource):
|
|
|
447
447
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
448
448
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
449
449
|
:param pulumi.Input[str] password: The password of the Redis User.
|
|
450
|
-
: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.
|
|
451
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.
|
|
452
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.
|
|
453
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.
|
|
454
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.
|
|
455
|
-
: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.
|
|
456
456
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
457
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.
|
|
458
458
|
"""
|
|
@@ -483,7 +483,7 @@ class RedisUser(pulumi.CustomResource):
|
|
|
483
483
|
@pulumi.getter
|
|
484
484
|
def project(self) -> pulumi.Output[str]:
|
|
485
485
|
"""
|
|
486
|
-
|
|
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.
|
|
487
487
|
"""
|
|
488
488
|
return pulumi.get(self, "project")
|
|
489
489
|
|
|
@@ -523,7 +523,7 @@ class RedisUser(pulumi.CustomResource):
|
|
|
523
523
|
@pulumi.getter(name="serviceName")
|
|
524
524
|
def service_name(self) -> pulumi.Output[str]:
|
|
525
525
|
"""
|
|
526
|
-
|
|
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.
|
|
527
527
|
"""
|
|
528
528
|
return pulumi.get(self, "service_name")
|
|
529
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,14 +677,14 @@ 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
|
|
|
@@ -692,17 +692,17 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
692
692
|
import pulumi
|
|
693
693
|
import pulumi_aiven as aiven
|
|
694
694
|
|
|
695
|
-
|
|
696
|
-
project=
|
|
695
|
+
example_integration = aiven.ServiceIntegration("example_integration",
|
|
696
|
+
project=example_project["project"],
|
|
697
697
|
integration_type="metrics",
|
|
698
|
-
source_service_name=
|
|
699
|
-
destination_service_name=
|
|
698
|
+
source_service_name=example_kafka["serviceName"],
|
|
699
|
+
destination_service_name=example_m3db["serviceName"])
|
|
700
700
|
```
|
|
701
701
|
|
|
702
702
|
## Import
|
|
703
703
|
|
|
704
704
|
```sh
|
|
705
|
-
$ pulumi import aiven:index/serviceIntegration:ServiceIntegration
|
|
705
|
+
$ pulumi import aiven:index/serviceIntegration:ServiceIntegration example_integration PROJECT/INTEGRATION_ID
|
|
706
706
|
```
|
|
707
707
|
|
|
708
708
|
:param str resource_name: The name of the resource.
|
|
@@ -710,8 +710,8 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
710
710
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhouseKafkaUserConfigArgs']] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings
|
|
711
711
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhousePostgresqlUserConfigArgs']] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings
|
|
712
712
|
: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
|
|
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
715
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
|
|
716
716
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
|
|
717
717
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
|
|
@@ -722,9 +722,9 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
722
722
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaMirrormakerUserConfigArgs']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
|
|
723
723
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationLogsUserConfigArgs']] logs_user_config: Logs user configurable settings
|
|
724
724
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationMetricsUserConfigArgs']] metrics_user_config: Metrics user configurable settings
|
|
725
|
-
:param pulumi.Input[str] project: Project the integration belongs to
|
|
725
|
+
:param pulumi.Input[str] project: Project the integration belongs to.
|
|
726
726
|
: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
|
|
727
|
+
:param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
|
|
728
728
|
:param pulumi.Input[str] source_service_name: Source service for the integration (if any)
|
|
729
729
|
"""
|
|
730
730
|
...
|
|
@@ -734,14 +734,14 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
734
734
|
args: ServiceIntegrationArgs,
|
|
735
735
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
736
736
|
"""
|
|
737
|
-
|
|
737
|
+
Creates and manages an Aiven [service integration](https://aiven.io/docs/platform/concepts/service-integration).
|
|
738
738
|
|
|
739
|
-
|
|
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.
|
|
740
743
|
|
|
741
|
-
|
|
742
|
-
integration endpoint. Integration could be for example sending metrics from Kafka service to an M3DB service,
|
|
743
|
-
getting metrics from an M3DB service to a Grafana service to show dashboards, sending logs from any service to
|
|
744
|
-
OpenSearch, etc.
|
|
744
|
+
**Services integrations are not supported for services running on hobbyist plans.**
|
|
745
745
|
|
|
746
746
|
## Example Usage
|
|
747
747
|
|
|
@@ -749,17 +749,17 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
749
749
|
import pulumi
|
|
750
750
|
import pulumi_aiven as aiven
|
|
751
751
|
|
|
752
|
-
|
|
753
|
-
project=
|
|
752
|
+
example_integration = aiven.ServiceIntegration("example_integration",
|
|
753
|
+
project=example_project["project"],
|
|
754
754
|
integration_type="metrics",
|
|
755
|
-
source_service_name=
|
|
756
|
-
destination_service_name=
|
|
755
|
+
source_service_name=example_kafka["serviceName"],
|
|
756
|
+
destination_service_name=example_m3db["serviceName"])
|
|
757
757
|
```
|
|
758
758
|
|
|
759
759
|
## Import
|
|
760
760
|
|
|
761
761
|
```sh
|
|
762
|
-
$ pulumi import aiven:index/serviceIntegration:ServiceIntegration
|
|
762
|
+
$ pulumi import aiven:index/serviceIntegration:ServiceIntegration example_integration PROJECT/INTEGRATION_ID
|
|
763
763
|
```
|
|
764
764
|
|
|
765
765
|
:param str resource_name: The name of the resource.
|
|
@@ -869,22 +869,22 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
869
869
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhouseKafkaUserConfigArgs']] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings
|
|
870
870
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhousePostgresqlUserConfigArgs']] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings
|
|
871
871
|
: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
|
|
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.
|
|
874
874
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
|
|
875
875
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
|
|
876
876
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
|
|
877
877
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']] external_opensearch_logs_user_config: ExternalOpensearchLogs user configurable settings
|
|
878
|
-
:param pulumi.Input[str] integration_id:
|
|
878
|
+
:param pulumi.Input[str] integration_id: The ID of the Aiven service integration.
|
|
879
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`
|
|
880
880
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaConnectUserConfigArgs']] kafka_connect_user_config: KafkaConnect user configurable settings
|
|
881
881
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaLogsUserConfigArgs']] kafka_logs_user_config: KafkaLogs user configurable settings
|
|
882
882
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaMirrormakerUserConfigArgs']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
|
|
883
883
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationLogsUserConfigArgs']] logs_user_config: Logs user configurable settings
|
|
884
884
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationMetricsUserConfigArgs']] metrics_user_config: Metrics user configurable settings
|
|
885
|
-
:param pulumi.Input[str] project: Project the integration belongs to
|
|
885
|
+
:param pulumi.Input[str] project: Project the integration belongs to.
|
|
886
886
|
: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
|
|
887
|
+
:param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
|
|
888
888
|
:param pulumi.Input[str] source_service_name: Source service for the integration (if any)
|
|
889
889
|
"""
|
|
890
890
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -941,7 +941,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
941
941
|
@pulumi.getter(name="destinationEndpointId")
|
|
942
942
|
def destination_endpoint_id(self) -> pulumi.Output[Optional[str]]:
|
|
943
943
|
"""
|
|
944
|
-
Destination endpoint for the integration
|
|
944
|
+
Destination endpoint for the integration.
|
|
945
945
|
"""
|
|
946
946
|
return pulumi.get(self, "destination_endpoint_id")
|
|
947
947
|
|
|
@@ -949,7 +949,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
949
949
|
@pulumi.getter(name="destinationServiceName")
|
|
950
950
|
def destination_service_name(self) -> pulumi.Output[Optional[str]]:
|
|
951
951
|
"""
|
|
952
|
-
Destination service for the integration
|
|
952
|
+
Destination service for the integration.
|
|
953
953
|
"""
|
|
954
954
|
return pulumi.get(self, "destination_service_name")
|
|
955
955
|
|
|
@@ -989,7 +989,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
989
989
|
@pulumi.getter(name="integrationId")
|
|
990
990
|
def integration_id(self) -> pulumi.Output[str]:
|
|
991
991
|
"""
|
|
992
|
-
|
|
992
|
+
The ID of the Aiven service integration.
|
|
993
993
|
"""
|
|
994
994
|
return pulumi.get(self, "integration_id")
|
|
995
995
|
|
|
@@ -1045,7 +1045,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1045
1045
|
@pulumi.getter
|
|
1046
1046
|
def project(self) -> pulumi.Output[str]:
|
|
1047
1047
|
"""
|
|
1048
|
-
Project the integration belongs to
|
|
1048
|
+
Project the integration belongs to.
|
|
1049
1049
|
"""
|
|
1050
1050
|
return pulumi.get(self, "project")
|
|
1051
1051
|
|
|
@@ -1061,7 +1061,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1061
1061
|
@pulumi.getter(name="sourceEndpointId")
|
|
1062
1062
|
def source_endpoint_id(self) -> pulumi.Output[Optional[str]]:
|
|
1063
1063
|
"""
|
|
1064
|
-
Source endpoint for the integration
|
|
1064
|
+
Source endpoint for the integration.
|
|
1065
1065
|
"""
|
|
1066
1066
|
return pulumi.get(self, "source_endpoint_id")
|
|
1067
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
|
|
|
@@ -274,7 +274,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
|
|
|
274
274
|
## Import
|
|
275
275
|
|
|
276
276
|
```sh
|
|
277
|
-
$ 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
|
|
278
278
|
```
|
|
279
279
|
|
|
280
280
|
:param str resource_name: The name of the resource.
|
|
@@ -311,7 +311,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
|
|
|
311
311
|
## Import
|
|
312
312
|
|
|
313
313
|
```sh
|
|
314
|
-
$ 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
|
|
315
315
|
```
|
|
316
316
|
|
|
317
317
|
:param str resource_name: The name of the resource.
|