pulumi-aiven 6.12.0a1708492523__py3-none-any.whl → 6.13.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +28 -0
- pulumi_aiven/_inputs.py +2973 -1323
- pulumi_aiven/account.py +40 -32
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +36 -4
- pulumi_aiven/account_team_member.py +69 -35
- pulumi_aiven/account_team_project.py +52 -12
- pulumi_aiven/aws_privatelink.py +43 -39
- pulumi_aiven/aws_vpc_peering_connection.py +66 -52
- pulumi_aiven/azure_privatelink.py +53 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +80 -68
- pulumi_aiven/billing_group.py +6 -2
- pulumi_aiven/cassandra.py +17 -13
- pulumi_aiven/cassandra_user.py +27 -23
- pulumi_aiven/clickhouse.py +13 -9
- pulumi_aiven/clickhouse_database.py +27 -23
- pulumi_aiven/clickhouse_grant.py +46 -42
- pulumi_aiven/clickhouse_role.py +27 -23
- pulumi_aiven/clickhouse_user.py +27 -23
- pulumi_aiven/connection_pool.py +34 -30
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +13 -9
- pulumi_aiven/flink_application.py +20 -16
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +16 -16
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +19 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
- pulumi_aiven/get_azure_privatelink.py +21 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +7 -3
- pulumi_aiven/get_cassandra.py +7 -3
- pulumi_aiven/get_cassandra_user.py +13 -9
- pulumi_aiven/get_clickhouse.py +7 -3
- pulumi_aiven/get_clickhouse_database.py +13 -9
- pulumi_aiven/get_clickhouse_user.py +13 -9
- pulumi_aiven/get_connection_pool.py +14 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +7 -3
- pulumi_aiven/get_flink_application.py +10 -6
- pulumi_aiven/get_flink_application_version.py +10 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
- pulumi_aiven/get_grafana.py +7 -3
- pulumi_aiven/get_influx_db.py +2 -114
- pulumi_aiven/get_influxdb_database.py +2 -21
- pulumi_aiven/get_influxdb_user.py +2 -55
- pulumi_aiven/get_kafka.py +7 -3
- pulumi_aiven/get_kafka_acl.py +19 -15
- pulumi_aiven/get_kafka_connect.py +7 -3
- pulumi_aiven/get_kafka_connector.py +13 -9
- pulumi_aiven/get_kafka_mirror_maker.py +7 -3
- pulumi_aiven/get_kafka_schema.py +13 -9
- pulumi_aiven/get_kafka_schema_configuration.py +11 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +13 -9
- pulumi_aiven/get_kafka_user.py +13 -9
- pulumi_aiven/get_m3_aggregator.py +7 -3
- pulumi_aiven/get_m3_db.py +7 -3
- pulumi_aiven/get_m3db_user.py +13 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
- pulumi_aiven/get_my_sql.py +7 -3
- pulumi_aiven/get_mysql_database.py +13 -9
- pulumi_aiven/get_mysql_user.py +13 -9
- pulumi_aiven/get_open_search.py +7 -3
- pulumi_aiven/get_open_search_acl_config.py +10 -6
- pulumi_aiven/get_open_search_acl_rule.py +16 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
- pulumi_aiven/get_opensearch_user.py +13 -9
- pulumi_aiven/get_organization.py +12 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +7 -3
- pulumi_aiven/get_pg_database.py +15 -11
- pulumi_aiven/get_pg_user.py +13 -9
- pulumi_aiven/get_project.py +4 -0
- pulumi_aiven/get_project_user.py +10 -6
- pulumi_aiven/get_project_vpc.py +15 -13
- pulumi_aiven/get_redis.py +7 -3
- pulumi_aiven/get_redis_user.py +17 -13
- pulumi_aiven/get_service_component.py +4 -0
- pulumi_aiven/get_service_integration.py +68 -6
- pulumi_aiven/get_service_integration_endpoint.py +5 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
- pulumi_aiven/grafana.py +13 -9
- pulumi_aiven/influx_db.py +239 -138
- pulumi_aiven/influxdb_database.py +37 -25
- pulumi_aiven/influxdb_user.py +44 -63
- pulumi_aiven/kafka.py +19 -15
- pulumi_aiven/kafka_acl.py +41 -37
- pulumi_aiven/kafka_connect.py +13 -9
- pulumi_aiven/kafka_connector.py +29 -25
- pulumi_aiven/kafka_mirror_maker.py +13 -9
- pulumi_aiven/kafka_schema.py +53 -45
- pulumi_aiven/kafka_schema_configuration.py +20 -16
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +23 -23
- pulumi_aiven/kafka_user.py +27 -23
- pulumi_aiven/m3_aggregator.py +13 -9
- pulumi_aiven/m3_db.py +13 -9
- pulumi_aiven/m3db_user.py +27 -23
- pulumi_aiven/mirror_maker_replication_flow.py +56 -50
- pulumi_aiven/my_sql.py +13 -9
- pulumi_aiven/mysql_database.py +27 -23
- pulumi_aiven/mysql_user.py +27 -23
- pulumi_aiven/open_search.py +17 -13
- pulumi_aiven/open_search_acl_config.py +20 -16
- pulumi_aiven/open_search_acl_rule.py +34 -30
- pulumi_aiven/opensearch_security_plugin_config.py +68 -16
- pulumi_aiven/opensearch_user.py +27 -23
- pulumi_aiven/organization.py +14 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +20 -18
- pulumi_aiven/organization_user_group.py +77 -38
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +36 -32
- pulumi_aiven/outputs.py +4004 -1363
- pulumi_aiven/pg.py +16 -16
- pulumi_aiven/pg_database.py +41 -37
- pulumi_aiven/pg_user.py +27 -23
- pulumi_aiven/project.py +28 -2
- pulumi_aiven/project_user.py +20 -16
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +13 -9
- pulumi_aiven/redis_user.py +55 -51
- pulumi_aiven/service_integration.py +207 -15
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
- {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
- {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.12.0a1708492523.dist-info/RECORD +0 -146
- {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.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
|
|
|
@@ -304,20 +304,20 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
304
304
|
## Import
|
|
305
305
|
|
|
306
306
|
```sh
|
|
307
|
-
|
|
307
|
+
$ pulumi import aiven:index/kafkaTopic:KafkaTopic mytesttopic project/service_name/topic_name
|
|
308
308
|
```
|
|
309
309
|
|
|
310
310
|
:param str resource_name: The name of the resource.
|
|
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
|
|
@@ -331,7 +331,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
331
331
|
## Import
|
|
332
332
|
|
|
333
333
|
```sh
|
|
334
|
-
|
|
334
|
+
$ pulumi import aiven:index/kafkaTopic:KafkaTopic mytesttopic project/service_name/topic_name
|
|
335
335
|
```
|
|
336
336
|
|
|
337
337
|
:param str resource_name: The name of the resource.
|
|
@@ -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
|
|
|
@@ -215,6 +215,7 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
215
215
|
|
|
216
216
|
## Example Usage
|
|
217
217
|
|
|
218
|
+
<!--Start PulumiCodeChooser -->
|
|
218
219
|
```python
|
|
219
220
|
import pulumi
|
|
220
221
|
import pulumi_aiven as aiven
|
|
@@ -225,19 +226,20 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
225
226
|
username="user-1",
|
|
226
227
|
password="Test$1234")
|
|
227
228
|
```
|
|
229
|
+
<!--End PulumiCodeChooser -->
|
|
228
230
|
|
|
229
231
|
## Import
|
|
230
232
|
|
|
231
233
|
```sh
|
|
232
|
-
|
|
234
|
+
$ pulumi import aiven:index/kafkaUser:KafkaUser foo project/service_name/username
|
|
233
235
|
```
|
|
234
236
|
|
|
235
237
|
:param str resource_name: The name of the resource.
|
|
236
238
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
237
239
|
:param pulumi.Input[str] password: The password of the Kafka User.
|
|
238
|
-
: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.
|
|
239
|
-
: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.
|
|
240
|
-
: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.
|
|
241
243
|
"""
|
|
242
244
|
...
|
|
243
245
|
@overload
|
|
@@ -250,6 +252,7 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
250
252
|
|
|
251
253
|
## Example Usage
|
|
252
254
|
|
|
255
|
+
<!--Start PulumiCodeChooser -->
|
|
253
256
|
```python
|
|
254
257
|
import pulumi
|
|
255
258
|
import pulumi_aiven as aiven
|
|
@@ -260,11 +263,12 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
260
263
|
username="user-1",
|
|
261
264
|
password="Test$1234")
|
|
262
265
|
```
|
|
266
|
+
<!--End PulumiCodeChooser -->
|
|
263
267
|
|
|
264
268
|
## Import
|
|
265
269
|
|
|
266
270
|
```sh
|
|
267
|
-
|
|
271
|
+
$ pulumi import aiven:index/kafkaUser:KafkaUser foo project/service_name/username
|
|
268
272
|
```
|
|
269
273
|
|
|
270
274
|
:param str resource_name: The name of the resource.
|
|
@@ -337,10 +341,10 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
337
341
|
:param pulumi.Input[str] access_cert: Access certificate for the user
|
|
338
342
|
:param pulumi.Input[str] access_key: Access certificate key for the user
|
|
339
343
|
:param pulumi.Input[str] password: The password of the Kafka User.
|
|
340
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
341
|
-
: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.
|
|
342
346
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
343
|
-
: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.
|
|
344
348
|
"""
|
|
345
349
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
346
350
|
|
|
@@ -383,7 +387,7 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
383
387
|
@pulumi.getter
|
|
384
388
|
def project(self) -> pulumi.Output[str]:
|
|
385
389
|
"""
|
|
386
|
-
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.
|
|
387
391
|
"""
|
|
388
392
|
return pulumi.get(self, "project")
|
|
389
393
|
|
|
@@ -391,7 +395,7 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
391
395
|
@pulumi.getter(name="serviceName")
|
|
392
396
|
def service_name(self) -> pulumi.Output[str]:
|
|
393
397
|
"""
|
|
394
|
-
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.
|
|
395
399
|
"""
|
|
396
400
|
return pulumi.get(self, "service_name")
|
|
397
401
|
|
|
@@ -407,7 +411,7 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
407
411
|
@pulumi.getter
|
|
408
412
|
def username(self) -> pulumi.Output[str]:
|
|
409
413
|
"""
|
|
410
|
-
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.
|
|
411
415
|
"""
|
|
412
416
|
return pulumi.get(self, "username")
|
|
413
417
|
|