pulumi-aiven 6.13.0a1710994538__py3-none-any.whl → 6.13.0a1711361534__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +28 -0
- pulumi_aiven/_inputs.py +2479 -932
- pulumi_aiven/account.py +34 -30
- pulumi_aiven/account_authentication.py +6 -2
- pulumi_aiven/account_team_member.py +21 -21
- pulumi_aiven/aws_privatelink.py +39 -39
- pulumi_aiven/aws_vpc_peering_connection.py +62 -52
- pulumi_aiven/azure_privatelink.py +49 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +76 -68
- pulumi_aiven/cassandra.py +7 -7
- pulumi_aiven/cassandra_user.py +21 -21
- pulumi_aiven/clickhouse.py +7 -7
- pulumi_aiven/clickhouse_database.py +21 -21
- pulumi_aiven/clickhouse_grant.py +42 -42
- pulumi_aiven/clickhouse_role.py +21 -21
- pulumi_aiven/clickhouse_user.py +21 -21
- pulumi_aiven/connection_pool.py +28 -28
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +7 -7
- pulumi_aiven/flink_application.py +14 -14
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +35 -35
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +15 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -23
- pulumi_aiven/get_azure_privatelink.py +17 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +3 -3
- pulumi_aiven/get_cassandra.py +3 -3
- pulumi_aiven/get_cassandra_user.py +9 -9
- pulumi_aiven/get_clickhouse.py +3 -3
- pulumi_aiven/get_clickhouse_database.py +9 -9
- pulumi_aiven/get_clickhouse_user.py +9 -9
- pulumi_aiven/get_connection_pool.py +10 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +3 -3
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -18
- pulumi_aiven/get_grafana.py +3 -3
- pulumi_aiven/get_kafka.py +3 -3
- pulumi_aiven/get_kafka_acl.py +15 -15
- pulumi_aiven/get_kafka_connect.py +3 -3
- pulumi_aiven/get_kafka_connector.py +9 -9
- pulumi_aiven/get_kafka_mirror_maker.py +3 -3
- pulumi_aiven/get_kafka_schema.py +9 -9
- pulumi_aiven/get_kafka_schema_configuration.py +7 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +9 -9
- pulumi_aiven/get_kafka_user.py +9 -9
- pulumi_aiven/get_m3_aggregator.py +3 -3
- pulumi_aiven/get_m3_db.py +3 -3
- pulumi_aiven/get_m3db_user.py +9 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +3 -3
- pulumi_aiven/get_mysql_database.py +9 -9
- pulumi_aiven/get_mysql_user.py +9 -9
- pulumi_aiven/get_open_search.py +3 -3
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +12 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +9 -9
- pulumi_aiven/get_organization.py +8 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +3 -3
- pulumi_aiven/get_pg_database.py +11 -11
- pulumi_aiven/get_pg_user.py +9 -9
- pulumi_aiven/get_project_user.py +6 -6
- pulumi_aiven/get_project_vpc.py +11 -13
- pulumi_aiven/get_redis.py +3 -3
- pulumi_aiven/get_redis_user.py +13 -13
- pulumi_aiven/get_service_integration.py +56 -4
- pulumi_aiven/get_service_integration_endpoint.py +1 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +9 -9
- pulumi_aiven/grafana.py +7 -7
- pulumi_aiven/influx_db.py +7 -7
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +28 -28
- pulumi_aiven/kafka.py +7 -7
- pulumi_aiven/kafka_acl.py +35 -35
- pulumi_aiven/kafka_connect.py +7 -7
- pulumi_aiven/kafka_connector.py +21 -21
- pulumi_aiven/kafka_mirror_maker.py +7 -7
- pulumi_aiven/kafka_schema.py +47 -43
- pulumi_aiven/kafka_schema_configuration.py +14 -14
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +21 -21
- pulumi_aiven/kafka_user.py +21 -21
- pulumi_aiven/m3_aggregator.py +7 -7
- pulumi_aiven/m3_db.py +7 -7
- pulumi_aiven/m3db_user.py +21 -21
- pulumi_aiven/mirror_maker_replication_flow.py +50 -48
- pulumi_aiven/my_sql.py +7 -7
- pulumi_aiven/mysql_database.py +21 -21
- pulumi_aiven/mysql_user.py +21 -21
- pulumi_aiven/open_search.py +7 -7
- pulumi_aiven/open_search_acl_config.py +14 -14
- pulumi_aiven/open_search_acl_rule.py +28 -28
- pulumi_aiven/opensearch_security_plugin_config.py +66 -14
- pulumi_aiven/opensearch_user.py +21 -21
- pulumi_aiven/organization.py +10 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +16 -16
- pulumi_aiven/organization_user_group.py +61 -23
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +32 -32
- pulumi_aiven/outputs.py +2989 -467
- pulumi_aiven/pg.py +7 -7
- pulumi_aiven/pg_database.py +35 -35
- pulumi_aiven/pg_user.py +21 -21
- pulumi_aiven/project.py +26 -0
- pulumi_aiven/project_user.py +14 -14
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +7 -7
- pulumi_aiven/redis_user.py +49 -49
- pulumi_aiven/service_integration.py +195 -7
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +21 -21
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1710994538.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/top_level.txt +0 -0
|
@@ -21,11 +21,11 @@ class KafkaSchemaRegistryAclArgs:
|
|
|
21
21
|
username: pulumi.Input[str]):
|
|
22
22
|
"""
|
|
23
23
|
The set of arguments for constructing a KafkaSchemaRegistryAcl resource.
|
|
24
|
-
:param pulumi.Input[str] permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
25
|
-
: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.
|
|
26
|
-
:param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry.
|
|
27
|
-
: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.
|
|
28
|
-
:param pulumi.Input[str] username: Username pattern for the ACL entry.
|
|
24
|
+
:param pulumi.Input[str] permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
|
|
25
|
+
: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.
|
|
26
|
+
:param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
27
|
+
: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.
|
|
28
|
+
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
29
29
|
"""
|
|
30
30
|
pulumi.set(__self__, "permission", permission)
|
|
31
31
|
pulumi.set(__self__, "project", project)
|
|
@@ -37,7 +37,7 @@ class KafkaSchemaRegistryAclArgs:
|
|
|
37
37
|
@pulumi.getter
|
|
38
38
|
def permission(self) -> pulumi.Input[str]:
|
|
39
39
|
"""
|
|
40
|
-
Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
40
|
+
Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
|
|
41
41
|
"""
|
|
42
42
|
return pulumi.get(self, "permission")
|
|
43
43
|
|
|
@@ -49,7 +49,7 @@ class KafkaSchemaRegistryAclArgs:
|
|
|
49
49
|
@pulumi.getter
|
|
50
50
|
def project(self) -> pulumi.Input[str]:
|
|
51
51
|
"""
|
|
52
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
52
|
+
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.
|
|
53
53
|
"""
|
|
54
54
|
return pulumi.get(self, "project")
|
|
55
55
|
|
|
@@ -61,7 +61,7 @@ class KafkaSchemaRegistryAclArgs:
|
|
|
61
61
|
@pulumi.getter
|
|
62
62
|
def resource(self) -> pulumi.Input[str]:
|
|
63
63
|
"""
|
|
64
|
-
Resource name pattern for the Schema Registry ACL entry.
|
|
64
|
+
Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "resource")
|
|
67
67
|
|
|
@@ -73,7 +73,7 @@ class KafkaSchemaRegistryAclArgs:
|
|
|
73
73
|
@pulumi.getter(name="serviceName")
|
|
74
74
|
def service_name(self) -> pulumi.Input[str]:
|
|
75
75
|
"""
|
|
76
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
76
|
+
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.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "service_name")
|
|
79
79
|
|
|
@@ -85,7 +85,7 @@ class KafkaSchemaRegistryAclArgs:
|
|
|
85
85
|
@pulumi.getter
|
|
86
86
|
def username(self) -> pulumi.Input[str]:
|
|
87
87
|
"""
|
|
88
|
-
Username pattern for the ACL entry.
|
|
88
|
+
Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "username")
|
|
91
91
|
|
|
@@ -106,11 +106,11 @@ class _KafkaSchemaRegistryAclState:
|
|
|
106
106
|
"""
|
|
107
107
|
Input properties used for looking up and filtering KafkaSchemaRegistryAcl resources.
|
|
108
108
|
:param pulumi.Input[str] acl_id: Kafka Schema Registry ACL ID
|
|
109
|
-
:param pulumi.Input[str] permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
110
|
-
: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.
|
|
111
|
-
:param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry.
|
|
112
|
-
: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.
|
|
113
|
-
:param pulumi.Input[str] username: Username pattern for the ACL entry.
|
|
109
|
+
:param pulumi.Input[str] permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
|
|
110
|
+
: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.
|
|
111
|
+
:param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
112
|
+
: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.
|
|
113
|
+
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
114
114
|
"""
|
|
115
115
|
if acl_id is not None:
|
|
116
116
|
pulumi.set(__self__, "acl_id", acl_id)
|
|
@@ -141,7 +141,7 @@ class _KafkaSchemaRegistryAclState:
|
|
|
141
141
|
@pulumi.getter
|
|
142
142
|
def permission(self) -> Optional[pulumi.Input[str]]:
|
|
143
143
|
"""
|
|
144
|
-
Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
144
|
+
Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
|
|
145
145
|
"""
|
|
146
146
|
return pulumi.get(self, "permission")
|
|
147
147
|
|
|
@@ -153,7 +153,7 @@ class _KafkaSchemaRegistryAclState:
|
|
|
153
153
|
@pulumi.getter
|
|
154
154
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
155
155
|
"""
|
|
156
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
156
|
+
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.
|
|
157
157
|
"""
|
|
158
158
|
return pulumi.get(self, "project")
|
|
159
159
|
|
|
@@ -165,7 +165,7 @@ class _KafkaSchemaRegistryAclState:
|
|
|
165
165
|
@pulumi.getter
|
|
166
166
|
def resource(self) -> Optional[pulumi.Input[str]]:
|
|
167
167
|
"""
|
|
168
|
-
Resource name pattern for the Schema Registry ACL entry.
|
|
168
|
+
Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
169
169
|
"""
|
|
170
170
|
return pulumi.get(self, "resource")
|
|
171
171
|
|
|
@@ -177,7 +177,7 @@ class _KafkaSchemaRegistryAclState:
|
|
|
177
177
|
@pulumi.getter(name="serviceName")
|
|
178
178
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
179
179
|
"""
|
|
180
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
180
|
+
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.
|
|
181
181
|
"""
|
|
182
182
|
return pulumi.get(self, "service_name")
|
|
183
183
|
|
|
@@ -189,7 +189,7 @@ class _KafkaSchemaRegistryAclState:
|
|
|
189
189
|
@pulumi.getter
|
|
190
190
|
def username(self) -> Optional[pulumi.Input[str]]:
|
|
191
191
|
"""
|
|
192
|
-
Username pattern for the ACL entry.
|
|
192
|
+
Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
193
193
|
"""
|
|
194
194
|
return pulumi.get(self, "username")
|
|
195
195
|
|
|
@@ -214,11 +214,11 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
214
214
|
|
|
215
215
|
:param str resource_name: The name of the resource.
|
|
216
216
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
217
|
-
:param pulumi.Input[str] permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
218
|
-
: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.
|
|
219
|
-
:param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry.
|
|
220
|
-
: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.
|
|
221
|
-
:param pulumi.Input[str] username: Username pattern for the ACL entry.
|
|
217
|
+
:param pulumi.Input[str] permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
|
|
218
|
+
: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.
|
|
219
|
+
:param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
220
|
+
: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.
|
|
221
|
+
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
222
222
|
"""
|
|
223
223
|
...
|
|
224
224
|
@overload
|
|
@@ -298,11 +298,11 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
298
298
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
299
299
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
300
300
|
:param pulumi.Input[str] acl_id: Kafka Schema Registry ACL ID
|
|
301
|
-
:param pulumi.Input[str] permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
302
|
-
: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.
|
|
303
|
-
:param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry.
|
|
304
|
-
: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.
|
|
305
|
-
:param pulumi.Input[str] username: Username pattern for the ACL entry.
|
|
301
|
+
:param pulumi.Input[str] permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
|
|
302
|
+
: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.
|
|
303
|
+
:param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
304
|
+
: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.
|
|
305
|
+
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
306
306
|
"""
|
|
307
307
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
308
308
|
|
|
@@ -328,7 +328,7 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
328
328
|
@pulumi.getter
|
|
329
329
|
def permission(self) -> pulumi.Output[str]:
|
|
330
330
|
"""
|
|
331
|
-
Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
331
|
+
Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
|
|
332
332
|
"""
|
|
333
333
|
return pulumi.get(self, "permission")
|
|
334
334
|
|
|
@@ -336,7 +336,7 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
336
336
|
@pulumi.getter
|
|
337
337
|
def project(self) -> pulumi.Output[str]:
|
|
338
338
|
"""
|
|
339
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
339
|
+
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.
|
|
340
340
|
"""
|
|
341
341
|
return pulumi.get(self, "project")
|
|
342
342
|
|
|
@@ -344,7 +344,7 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
344
344
|
@pulumi.getter
|
|
345
345
|
def resource(self) -> pulumi.Output[str]:
|
|
346
346
|
"""
|
|
347
|
-
Resource name pattern for the Schema Registry ACL entry.
|
|
347
|
+
Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
348
348
|
"""
|
|
349
349
|
return pulumi.get(self, "resource")
|
|
350
350
|
|
|
@@ -352,7 +352,7 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
352
352
|
@pulumi.getter(name="serviceName")
|
|
353
353
|
def service_name(self) -> pulumi.Output[str]:
|
|
354
354
|
"""
|
|
355
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
355
|
+
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.
|
|
356
356
|
"""
|
|
357
357
|
return pulumi.get(self, "service_name")
|
|
358
358
|
|
|
@@ -360,7 +360,7 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
360
360
|
@pulumi.getter
|
|
361
361
|
def username(self) -> pulumi.Output[str]:
|
|
362
362
|
"""
|
|
363
|
-
Username pattern for the ACL entry.
|
|
363
|
+
Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
364
364
|
"""
|
|
365
365
|
return pulumi.get(self, "username")
|
|
366
366
|
|
pulumi_aiven/kafka_topic.py
CHANGED
|
@@ -27,10 +27,10 @@ class KafkaTopicArgs:
|
|
|
27
27
|
"""
|
|
28
28
|
The set of arguments for constructing a KafkaTopic resource.
|
|
29
29
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
30
|
-
: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.
|
|
30
|
+
: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.
|
|
31
31
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
32
|
-
: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.
|
|
33
|
-
:param pulumi.Input[str] topic_name: The name of the topic.
|
|
32
|
+
: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.
|
|
33
|
+
:param pulumi.Input[str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
34
34
|
:param pulumi.Input['KafkaTopicConfigArgs'] config: Kafka topic configuration
|
|
35
35
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]] tags: Kafka Topic tag.
|
|
36
36
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is recommended to
|
|
@@ -64,7 +64,7 @@ class KafkaTopicArgs:
|
|
|
64
64
|
@pulumi.getter
|
|
65
65
|
def project(self) -> pulumi.Input[str]:
|
|
66
66
|
"""
|
|
67
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
67
|
+
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.
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "project")
|
|
70
70
|
|
|
@@ -88,7 +88,7 @@ class KafkaTopicArgs:
|
|
|
88
88
|
@pulumi.getter(name="serviceName")
|
|
89
89
|
def service_name(self) -> pulumi.Input[str]:
|
|
90
90
|
"""
|
|
91
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
91
|
+
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.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "service_name")
|
|
94
94
|
|
|
@@ -100,7 +100,7 @@ class KafkaTopicArgs:
|
|
|
100
100
|
@pulumi.getter(name="topicName")
|
|
101
101
|
def topic_name(self) -> pulumi.Input[str]:
|
|
102
102
|
"""
|
|
103
|
-
The name of the topic.
|
|
103
|
+
The name of the topic. Changing this property forces recreation of the resource.
|
|
104
104
|
"""
|
|
105
105
|
return pulumi.get(self, "topic_name")
|
|
106
106
|
|
|
@@ -161,13 +161,13 @@ class _KafkaTopicState:
|
|
|
161
161
|
Input properties used for looking up and filtering KafkaTopic resources.
|
|
162
162
|
:param pulumi.Input['KafkaTopicConfigArgs'] config: Kafka topic configuration
|
|
163
163
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
164
|
-
: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.
|
|
164
|
+
: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.
|
|
165
165
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
166
|
-
: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.
|
|
166
|
+
: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.
|
|
167
167
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]] tags: Kafka Topic tag.
|
|
168
168
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is recommended to
|
|
169
169
|
enable this for any production Kafka topic containing critical data.
|
|
170
|
-
:param pulumi.Input[str] topic_name: The name of the topic.
|
|
170
|
+
:param pulumi.Input[str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
171
171
|
"""
|
|
172
172
|
if config is not None:
|
|
173
173
|
pulumi.set(__self__, "config", config)
|
|
@@ -214,7 +214,7 @@ class _KafkaTopicState:
|
|
|
214
214
|
@pulumi.getter
|
|
215
215
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
216
216
|
"""
|
|
217
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
217
|
+
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.
|
|
218
218
|
"""
|
|
219
219
|
return pulumi.get(self, "project")
|
|
220
220
|
|
|
@@ -238,7 +238,7 @@ class _KafkaTopicState:
|
|
|
238
238
|
@pulumi.getter(name="serviceName")
|
|
239
239
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
240
240
|
"""
|
|
241
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
241
|
+
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.
|
|
242
242
|
"""
|
|
243
243
|
return pulumi.get(self, "service_name")
|
|
244
244
|
|
|
@@ -275,7 +275,7 @@ class _KafkaTopicState:
|
|
|
275
275
|
@pulumi.getter(name="topicName")
|
|
276
276
|
def topic_name(self) -> Optional[pulumi.Input[str]]:
|
|
277
277
|
"""
|
|
278
|
-
The name of the topic.
|
|
278
|
+
The name of the topic. Changing this property forces recreation of the resource.
|
|
279
279
|
"""
|
|
280
280
|
return pulumi.get(self, "topic_name")
|
|
281
281
|
|
|
@@ -311,13 +311,13 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
311
311
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
312
312
|
:param pulumi.Input[pulumi.InputType['KafkaTopicConfigArgs']] config: Kafka topic configuration
|
|
313
313
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
314
|
-
: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.
|
|
314
|
+
: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.
|
|
315
315
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
316
|
-
: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.
|
|
316
|
+
: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.
|
|
317
317
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTopicTagArgs']]]] tags: Kafka Topic tag.
|
|
318
318
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is recommended to
|
|
319
319
|
enable this for any production Kafka topic containing critical data.
|
|
320
|
-
:param pulumi.Input[str] topic_name: The name of the topic.
|
|
320
|
+
:param pulumi.Input[str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
321
321
|
"""
|
|
322
322
|
...
|
|
323
323
|
@overload
|
|
@@ -411,13 +411,13 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
411
411
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
412
412
|
:param pulumi.Input[pulumi.InputType['KafkaTopicConfigArgs']] config: Kafka topic configuration
|
|
413
413
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
414
|
-
: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.
|
|
414
|
+
: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.
|
|
415
415
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
416
|
-
: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.
|
|
416
|
+
: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.
|
|
417
417
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTopicTagArgs']]]] tags: Kafka Topic tag.
|
|
418
418
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is recommended to
|
|
419
419
|
enable this for any production Kafka topic containing critical data.
|
|
420
|
-
:param pulumi.Input[str] topic_name: The name of the topic.
|
|
420
|
+
:param pulumi.Input[str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
421
421
|
"""
|
|
422
422
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
423
423
|
|
|
@@ -453,7 +453,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
453
453
|
@pulumi.getter
|
|
454
454
|
def project(self) -> pulumi.Output[str]:
|
|
455
455
|
"""
|
|
456
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
456
|
+
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.
|
|
457
457
|
"""
|
|
458
458
|
return pulumi.get(self, "project")
|
|
459
459
|
|
|
@@ -469,7 +469,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
469
469
|
@pulumi.getter(name="serviceName")
|
|
470
470
|
def service_name(self) -> pulumi.Output[str]:
|
|
471
471
|
"""
|
|
472
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
472
|
+
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.
|
|
473
473
|
"""
|
|
474
474
|
return pulumi.get(self, "service_name")
|
|
475
475
|
|
|
@@ -494,7 +494,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
494
494
|
@pulumi.getter(name="topicName")
|
|
495
495
|
def topic_name(self) -> pulumi.Output[str]:
|
|
496
496
|
"""
|
|
497
|
-
The name of the topic.
|
|
497
|
+
The name of the topic. Changing this property forces recreation of the resource.
|
|
498
498
|
"""
|
|
499
499
|
return pulumi.get(self, "topic_name")
|
|
500
500
|
|
pulumi_aiven/kafka_user.py
CHANGED
|
@@ -20,9 +20,9 @@ class KafkaUserArgs:
|
|
|
20
20
|
password: Optional[pulumi.Input[str]] = None):
|
|
21
21
|
"""
|
|
22
22
|
The set of arguments for constructing a KafkaUser resource.
|
|
23
|
-
: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.
|
|
24
|
-
: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.
|
|
25
|
-
:param pulumi.Input[str] username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
23
|
+
: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.
|
|
24
|
+
: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.
|
|
25
|
+
:param pulumi.Input[str] username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
26
26
|
:param pulumi.Input[str] password: The password of the Kafka User.
|
|
27
27
|
"""
|
|
28
28
|
pulumi.set(__self__, "project", project)
|
|
@@ -35,7 +35,7 @@ class KafkaUserArgs:
|
|
|
35
35
|
@pulumi.getter
|
|
36
36
|
def project(self) -> pulumi.Input[str]:
|
|
37
37
|
"""
|
|
38
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
38
|
+
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.
|
|
39
39
|
"""
|
|
40
40
|
return pulumi.get(self, "project")
|
|
41
41
|
|
|
@@ -47,7 +47,7 @@ class KafkaUserArgs:
|
|
|
47
47
|
@pulumi.getter(name="serviceName")
|
|
48
48
|
def service_name(self) -> pulumi.Input[str]:
|
|
49
49
|
"""
|
|
50
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
50
|
+
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.
|
|
51
51
|
"""
|
|
52
52
|
return pulumi.get(self, "service_name")
|
|
53
53
|
|
|
@@ -59,7 +59,7 @@ class KafkaUserArgs:
|
|
|
59
59
|
@pulumi.getter
|
|
60
60
|
def username(self) -> pulumi.Input[str]:
|
|
61
61
|
"""
|
|
62
|
-
The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
62
|
+
The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
63
63
|
"""
|
|
64
64
|
return pulumi.get(self, "username")
|
|
65
65
|
|
|
@@ -95,10 +95,10 @@ class _KafkaUserState:
|
|
|
95
95
|
:param pulumi.Input[str] access_cert: Access certificate for the user
|
|
96
96
|
:param pulumi.Input[str] access_key: Access certificate key for the user
|
|
97
97
|
:param pulumi.Input[str] password: The password of the Kafka User.
|
|
98
|
-
: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.
|
|
99
|
-
: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.
|
|
98
|
+
: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.
|
|
99
|
+
: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.
|
|
100
100
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
101
|
-
:param pulumi.Input[str] username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
101
|
+
:param pulumi.Input[str] username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
102
102
|
"""
|
|
103
103
|
if access_cert is not None:
|
|
104
104
|
pulumi.set(__self__, "access_cert", access_cert)
|
|
@@ -155,7 +155,7 @@ class _KafkaUserState:
|
|
|
155
155
|
@pulumi.getter
|
|
156
156
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
157
157
|
"""
|
|
158
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
158
|
+
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.
|
|
159
159
|
"""
|
|
160
160
|
return pulumi.get(self, "project")
|
|
161
161
|
|
|
@@ -167,7 +167,7 @@ class _KafkaUserState:
|
|
|
167
167
|
@pulumi.getter(name="serviceName")
|
|
168
168
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
169
169
|
"""
|
|
170
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
170
|
+
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.
|
|
171
171
|
"""
|
|
172
172
|
return pulumi.get(self, "service_name")
|
|
173
173
|
|
|
@@ -191,7 +191,7 @@ class _KafkaUserState:
|
|
|
191
191
|
@pulumi.getter
|
|
192
192
|
def username(self) -> Optional[pulumi.Input[str]]:
|
|
193
193
|
"""
|
|
194
|
-
The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
194
|
+
The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
195
195
|
"""
|
|
196
196
|
return pulumi.get(self, "username")
|
|
197
197
|
|
|
@@ -237,9 +237,9 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
237
237
|
:param str resource_name: The name of the resource.
|
|
238
238
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
239
239
|
:param pulumi.Input[str] password: The password of the Kafka User.
|
|
240
|
-
: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.
|
|
241
|
-
: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.
|
|
242
|
-
:param pulumi.Input[str] username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
240
|
+
: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.
|
|
241
|
+
: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.
|
|
242
|
+
:param pulumi.Input[str] username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
243
243
|
"""
|
|
244
244
|
...
|
|
245
245
|
@overload
|
|
@@ -341,10 +341,10 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
341
341
|
:param pulumi.Input[str] access_cert: Access certificate for the user
|
|
342
342
|
:param pulumi.Input[str] access_key: Access certificate key for the user
|
|
343
343
|
:param pulumi.Input[str] password: The password of the Kafka User.
|
|
344
|
-
: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.
|
|
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.
|
|
344
|
+
: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.
|
|
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.
|
|
346
346
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
347
|
-
:param pulumi.Input[str] username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
347
|
+
:param pulumi.Input[str] username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
348
348
|
"""
|
|
349
349
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
350
350
|
|
|
@@ -387,7 +387,7 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
387
387
|
@pulumi.getter
|
|
388
388
|
def project(self) -> pulumi.Output[str]:
|
|
389
389
|
"""
|
|
390
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
390
|
+
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.
|
|
391
391
|
"""
|
|
392
392
|
return pulumi.get(self, "project")
|
|
393
393
|
|
|
@@ -395,7 +395,7 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
395
395
|
@pulumi.getter(name="serviceName")
|
|
396
396
|
def service_name(self) -> pulumi.Output[str]:
|
|
397
397
|
"""
|
|
398
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
398
|
+
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.
|
|
399
399
|
"""
|
|
400
400
|
return pulumi.get(self, "service_name")
|
|
401
401
|
|
|
@@ -411,7 +411,7 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
411
411
|
@pulumi.getter
|
|
412
412
|
def username(self) -> pulumi.Output[str]:
|
|
413
413
|
"""
|
|
414
|
-
The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
414
|
+
The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
415
415
|
"""
|
|
416
416
|
return pulumi.get(self, "username")
|
|
417
417
|
|
pulumi_aiven/m3_aggregator.py
CHANGED
|
@@ -40,7 +40,7 @@ class M3AggregatorArgs:
|
|
|
40
40
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
41
41
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
42
42
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
43
|
-
reference.
|
|
43
|
+
reference. Changing this property forces recreation of the resource.
|
|
44
44
|
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
45
45
|
service so name should be picked based on intended service usage rather than current attributes.
|
|
46
46
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
@@ -123,7 +123,7 @@ class M3AggregatorArgs:
|
|
|
123
123
|
def project(self) -> pulumi.Input[str]:
|
|
124
124
|
"""
|
|
125
125
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
126
|
-
reference.
|
|
126
|
+
reference. Changing this property forces recreation of the resource.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "project")
|
|
129
129
|
|
|
@@ -367,7 +367,7 @@ class _M3AggregatorState:
|
|
|
367
367
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
368
368
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
369
369
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
370
|
-
reference.
|
|
370
|
+
reference. Changing this property forces recreation of the resource.
|
|
371
371
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
372
372
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
373
373
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -629,7 +629,7 @@ class _M3AggregatorState:
|
|
|
629
629
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
630
630
|
"""
|
|
631
631
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
632
|
-
reference.
|
|
632
|
+
reference. Changing this property forces recreation of the resource.
|
|
633
633
|
"""
|
|
634
634
|
return pulumi.get(self, "project")
|
|
635
635
|
|
|
@@ -886,7 +886,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
886
886
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
887
887
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
888
888
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
889
|
-
reference.
|
|
889
|
+
reference. Changing this property forces recreation of the resource.
|
|
890
890
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
891
891
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
892
892
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1086,7 +1086,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
1086
1086
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1087
1087
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1088
1088
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1089
|
-
reference.
|
|
1089
|
+
reference. Changing this property forces recreation of the resource.
|
|
1090
1090
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
1091
1091
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
1092
1092
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1270,7 +1270,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
1270
1270
|
def project(self) -> pulumi.Output[str]:
|
|
1271
1271
|
"""
|
|
1272
1272
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1273
|
-
reference.
|
|
1273
|
+
reference. Changing this property forces recreation of the resource.
|
|
1274
1274
|
"""
|
|
1275
1275
|
return pulumi.get(self, "project")
|
|
1276
1276
|
|
pulumi_aiven/m3_db.py
CHANGED
|
@@ -40,7 +40,7 @@ class M3DbArgs:
|
|
|
40
40
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
41
41
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
42
42
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
43
|
-
reference.
|
|
43
|
+
reference. Changing this property forces recreation of the resource.
|
|
44
44
|
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
45
45
|
service so name should be picked based on intended service usage rather than current attributes.
|
|
46
46
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
@@ -123,7 +123,7 @@ class M3DbArgs:
|
|
|
123
123
|
def project(self) -> pulumi.Input[str]:
|
|
124
124
|
"""
|
|
125
125
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
126
|
-
reference.
|
|
126
|
+
reference. Changing this property forces recreation of the resource.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "project")
|
|
129
129
|
|
|
@@ -367,7 +367,7 @@ class _M3DbState:
|
|
|
367
367
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
368
368
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
369
369
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
370
|
-
reference.
|
|
370
|
+
reference. Changing this property forces recreation of the resource.
|
|
371
371
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
372
372
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
373
373
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -629,7 +629,7 @@ class _M3DbState:
|
|
|
629
629
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
630
630
|
"""
|
|
631
631
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
632
|
-
reference.
|
|
632
|
+
reference. Changing this property forces recreation of the resource.
|
|
633
633
|
"""
|
|
634
634
|
return pulumi.get(self, "project")
|
|
635
635
|
|
|
@@ -890,7 +890,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
890
890
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
891
891
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
892
892
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
893
|
-
reference.
|
|
893
|
+
reference. Changing this property forces recreation of the resource.
|
|
894
894
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
895
895
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
896
896
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1094,7 +1094,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
1094
1094
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1095
1095
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1096
1096
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1097
|
-
reference.
|
|
1097
|
+
reference. Changing this property forces recreation of the resource.
|
|
1098
1098
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
1099
1099
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
1100
1100
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1278,7 +1278,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
1278
1278
|
def project(self) -> pulumi.Output[str]:
|
|
1279
1279
|
"""
|
|
1280
1280
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1281
|
-
reference.
|
|
1281
|
+
reference. Changing this property forces recreation of the resource.
|
|
1282
1282
|
"""
|
|
1283
1283
|
return pulumi.get(self, "project")
|
|
1284
1284
|
|