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
|
@@ -20,9 +20,11 @@ class InfluxdbDatabaseArgs:
|
|
|
20
20
|
termination_protection: Optional[pulumi.Input[bool]] = None):
|
|
21
21
|
"""
|
|
22
22
|
The set of arguments for constructing a InfluxdbDatabase resource.
|
|
23
|
-
:param pulumi.Input[str] database_name: The name of the service database.
|
|
24
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
25
|
-
|
|
23
|
+
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
24
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
25
|
+
reference. Changing this property forces recreation of the resource.
|
|
26
|
+
: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
|
|
27
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
26
28
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
27
29
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
28
30
|
"""
|
|
@@ -36,7 +38,7 @@ class InfluxdbDatabaseArgs:
|
|
|
36
38
|
@pulumi.getter(name="databaseName")
|
|
37
39
|
def database_name(self) -> pulumi.Input[str]:
|
|
38
40
|
"""
|
|
39
|
-
The name of the service database.
|
|
41
|
+
The name of the service database. Changing this property forces recreation of the resource.
|
|
40
42
|
"""
|
|
41
43
|
return pulumi.get(self, "database_name")
|
|
42
44
|
|
|
@@ -48,7 +50,8 @@ class InfluxdbDatabaseArgs:
|
|
|
48
50
|
@pulumi.getter
|
|
49
51
|
def project(self) -> pulumi.Input[str]:
|
|
50
52
|
"""
|
|
51
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
53
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
54
|
+
reference. Changing this property forces recreation of the resource.
|
|
52
55
|
"""
|
|
53
56
|
return pulumi.get(self, "project")
|
|
54
57
|
|
|
@@ -60,7 +63,8 @@ class InfluxdbDatabaseArgs:
|
|
|
60
63
|
@pulumi.getter(name="serviceName")
|
|
61
64
|
def service_name(self) -> pulumi.Input[str]:
|
|
62
65
|
"""
|
|
63
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
66
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
67
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
64
68
|
"""
|
|
65
69
|
return pulumi.get(self, "service_name")
|
|
66
70
|
|
|
@@ -91,9 +95,11 @@ class _InfluxdbDatabaseState:
|
|
|
91
95
|
termination_protection: Optional[pulumi.Input[bool]] = None):
|
|
92
96
|
"""
|
|
93
97
|
Input properties used for looking up and filtering InfluxdbDatabase resources.
|
|
94
|
-
:param pulumi.Input[str] database_name: The name of the service database.
|
|
95
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
96
|
-
|
|
98
|
+
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
99
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
100
|
+
reference. Changing this property forces recreation of the resource.
|
|
101
|
+
: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
|
|
102
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
97
103
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
98
104
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
99
105
|
"""
|
|
@@ -110,7 +116,7 @@ class _InfluxdbDatabaseState:
|
|
|
110
116
|
@pulumi.getter(name="databaseName")
|
|
111
117
|
def database_name(self) -> Optional[pulumi.Input[str]]:
|
|
112
118
|
"""
|
|
113
|
-
The name of the service database.
|
|
119
|
+
The name of the service database. Changing this property forces recreation of the resource.
|
|
114
120
|
"""
|
|
115
121
|
return pulumi.get(self, "database_name")
|
|
116
122
|
|
|
@@ -122,7 +128,8 @@ class _InfluxdbDatabaseState:
|
|
|
122
128
|
@pulumi.getter
|
|
123
129
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
124
130
|
"""
|
|
125
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
131
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
132
|
+
reference. Changing this property forces recreation of the resource.
|
|
126
133
|
"""
|
|
127
134
|
return pulumi.get(self, "project")
|
|
128
135
|
|
|
@@ -134,7 +141,8 @@ class _InfluxdbDatabaseState:
|
|
|
134
141
|
@pulumi.getter(name="serviceName")
|
|
135
142
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
136
143
|
"""
|
|
137
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
144
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
145
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
138
146
|
"""
|
|
139
147
|
return pulumi.get(self, "service_name")
|
|
140
148
|
|
|
@@ -167,13 +175,14 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
167
175
|
termination_protection: Optional[pulumi.Input[bool]] = None,
|
|
168
176
|
__props__=None):
|
|
169
177
|
"""
|
|
170
|
-
|
|
171
|
-
|
|
178
|
+
Create a InfluxdbDatabase resource with the given unique name, props, and options.
|
|
172
179
|
:param str resource_name: The name of the resource.
|
|
173
180
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
174
|
-
:param pulumi.Input[str] database_name: The name of the service database.
|
|
175
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
176
|
-
|
|
181
|
+
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
182
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
183
|
+
reference. Changing this property forces recreation of the resource.
|
|
184
|
+
: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
|
|
185
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
177
186
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
178
187
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
179
188
|
"""
|
|
@@ -184,8 +193,7 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
184
193
|
args: InfluxdbDatabaseArgs,
|
|
185
194
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
186
195
|
"""
|
|
187
|
-
|
|
188
|
-
|
|
196
|
+
Create a InfluxdbDatabase resource with the given unique name, props, and options.
|
|
189
197
|
:param str resource_name: The name of the resource.
|
|
190
198
|
:param InfluxdbDatabaseArgs args: The arguments to use to populate this resource's properties.
|
|
191
199
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -245,9 +253,11 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
245
253
|
:param str resource_name: The unique name of the resulting resource.
|
|
246
254
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
247
255
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
248
|
-
:param pulumi.Input[str] database_name: The name of the service database.
|
|
249
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
250
|
-
|
|
256
|
+
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
257
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
258
|
+
reference. Changing this property forces recreation of the resource.
|
|
259
|
+
: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
|
|
260
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
251
261
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
252
262
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
253
263
|
"""
|
|
@@ -265,7 +275,7 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
265
275
|
@pulumi.getter(name="databaseName")
|
|
266
276
|
def database_name(self) -> pulumi.Output[str]:
|
|
267
277
|
"""
|
|
268
|
-
The name of the service database.
|
|
278
|
+
The name of the service database. Changing this property forces recreation of the resource.
|
|
269
279
|
"""
|
|
270
280
|
return pulumi.get(self, "database_name")
|
|
271
281
|
|
|
@@ -273,7 +283,8 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
273
283
|
@pulumi.getter
|
|
274
284
|
def project(self) -> pulumi.Output[str]:
|
|
275
285
|
"""
|
|
276
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
286
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
287
|
+
reference. Changing this property forces recreation of the resource.
|
|
277
288
|
"""
|
|
278
289
|
return pulumi.get(self, "project")
|
|
279
290
|
|
|
@@ -281,7 +292,8 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
281
292
|
@pulumi.getter(name="serviceName")
|
|
282
293
|
def service_name(self) -> pulumi.Output[str]:
|
|
283
294
|
"""
|
|
284
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
295
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
296
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
285
297
|
"""
|
|
286
298
|
return pulumi.get(self, "service_name")
|
|
287
299
|
|
pulumi_aiven/influxdb_user.py
CHANGED
|
@@ -20,9 +20,12 @@ class InfluxdbUserArgs:
|
|
|
20
20
|
password: Optional[pulumi.Input[str]] = None):
|
|
21
21
|
"""
|
|
22
22
|
The set of arguments for constructing a InfluxdbUser 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
|
|
24
|
-
|
|
25
|
-
:param pulumi.Input[str]
|
|
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
|
|
24
|
+
reference. Changing this property forces recreation of the resource.
|
|
25
|
+
: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
|
|
26
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
27
|
+
:param pulumi.Input[str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
28
|
+
Changing this property forces recreation of the resource.
|
|
26
29
|
:param pulumi.Input[str] password: The password of the InfluxDB User.
|
|
27
30
|
"""
|
|
28
31
|
pulumi.set(__self__, "project", project)
|
|
@@ -35,7 +38,8 @@ class InfluxdbUserArgs:
|
|
|
35
38
|
@pulumi.getter
|
|
36
39
|
def project(self) -> pulumi.Input[str]:
|
|
37
40
|
"""
|
|
38
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
41
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
42
|
+
reference. Changing this property forces recreation of the resource.
|
|
39
43
|
"""
|
|
40
44
|
return pulumi.get(self, "project")
|
|
41
45
|
|
|
@@ -47,7 +51,8 @@ class InfluxdbUserArgs:
|
|
|
47
51
|
@pulumi.getter(name="serviceName")
|
|
48
52
|
def service_name(self) -> pulumi.Input[str]:
|
|
49
53
|
"""
|
|
50
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
54
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
55
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
51
56
|
"""
|
|
52
57
|
return pulumi.get(self, "service_name")
|
|
53
58
|
|
|
@@ -59,7 +64,8 @@ class InfluxdbUserArgs:
|
|
|
59
64
|
@pulumi.getter
|
|
60
65
|
def username(self) -> pulumi.Input[str]:
|
|
61
66
|
"""
|
|
62
|
-
The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
67
|
+
The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
68
|
+
Changing this property forces recreation of the resource.
|
|
63
69
|
"""
|
|
64
70
|
return pulumi.get(self, "username")
|
|
65
71
|
|
|
@@ -95,10 +101,13 @@ class _InfluxdbUserState:
|
|
|
95
101
|
:param pulumi.Input[str] access_cert: Access certificate for the user if applicable for the service in question
|
|
96
102
|
:param pulumi.Input[str] access_key: Access certificate key for the user if applicable for the service in question
|
|
97
103
|
:param pulumi.Input[str] password: The password of the InfluxDB 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
|
|
99
|
-
|
|
104
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
105
|
+
reference. Changing this property forces recreation of the resource.
|
|
106
|
+
: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
|
|
107
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
100
108
|
: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 InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
109
|
+
:param pulumi.Input[str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
110
|
+
Changing this property forces recreation of the resource.
|
|
102
111
|
"""
|
|
103
112
|
if access_cert is not None:
|
|
104
113
|
pulumi.set(__self__, "access_cert", access_cert)
|
|
@@ -155,7 +164,8 @@ class _InfluxdbUserState:
|
|
|
155
164
|
@pulumi.getter
|
|
156
165
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
157
166
|
"""
|
|
158
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
167
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
168
|
+
reference. Changing this property forces recreation of the resource.
|
|
159
169
|
"""
|
|
160
170
|
return pulumi.get(self, "project")
|
|
161
171
|
|
|
@@ -167,7 +177,8 @@ class _InfluxdbUserState:
|
|
|
167
177
|
@pulumi.getter(name="serviceName")
|
|
168
178
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
169
179
|
"""
|
|
170
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
180
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
181
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
171
182
|
"""
|
|
172
183
|
return pulumi.get(self, "service_name")
|
|
173
184
|
|
|
@@ -191,7 +202,8 @@ class _InfluxdbUserState:
|
|
|
191
202
|
@pulumi.getter
|
|
192
203
|
def username(self) -> Optional[pulumi.Input[str]]:
|
|
193
204
|
"""
|
|
194
|
-
The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
205
|
+
The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
206
|
+
Changing this property forces recreation of the resource.
|
|
195
207
|
"""
|
|
196
208
|
return pulumi.get(self, "username")
|
|
197
209
|
|
|
@@ -211,33 +223,16 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
211
223
|
username: Optional[pulumi.Input[str]] = None,
|
|
212
224
|
__props__=None):
|
|
213
225
|
"""
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
## Example Usage
|
|
217
|
-
|
|
218
|
-
```python
|
|
219
|
-
import pulumi
|
|
220
|
-
import pulumi_aiven as aiven
|
|
221
|
-
|
|
222
|
-
foo = aiven.InfluxdbUser("foo",
|
|
223
|
-
service_name=aiven_influxdb["bar"]["service_name"],
|
|
224
|
-
project="my-project",
|
|
225
|
-
username="user-1",
|
|
226
|
-
password="Test$1234")
|
|
227
|
-
```
|
|
228
|
-
|
|
229
|
-
## Import
|
|
230
|
-
|
|
231
|
-
```sh
|
|
232
|
-
$ pulumi import aiven:index/influxdbUser:InfluxdbUser foo project/service_name/username
|
|
233
|
-
```
|
|
234
|
-
|
|
226
|
+
Create a InfluxdbUser resource with the given unique name, props, and options.
|
|
235
227
|
:param str resource_name: The name of the resource.
|
|
236
228
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
237
229
|
:param pulumi.Input[str] password: The password of the InfluxDB 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
|
|
239
|
-
|
|
240
|
-
:param pulumi.Input[str]
|
|
230
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
231
|
+
reference. Changing this property forces recreation of the resource.
|
|
232
|
+
: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
|
|
233
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
234
|
+
:param pulumi.Input[str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
235
|
+
Changing this property forces recreation of the resource.
|
|
241
236
|
"""
|
|
242
237
|
...
|
|
243
238
|
@overload
|
|
@@ -246,27 +241,7 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
246
241
|
args: InfluxdbUserArgs,
|
|
247
242
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
248
243
|
"""
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
## Example Usage
|
|
252
|
-
|
|
253
|
-
```python
|
|
254
|
-
import pulumi
|
|
255
|
-
import pulumi_aiven as aiven
|
|
256
|
-
|
|
257
|
-
foo = aiven.InfluxdbUser("foo",
|
|
258
|
-
service_name=aiven_influxdb["bar"]["service_name"],
|
|
259
|
-
project="my-project",
|
|
260
|
-
username="user-1",
|
|
261
|
-
password="Test$1234")
|
|
262
|
-
```
|
|
263
|
-
|
|
264
|
-
## Import
|
|
265
|
-
|
|
266
|
-
```sh
|
|
267
|
-
$ pulumi import aiven:index/influxdbUser:InfluxdbUser foo project/service_name/username
|
|
268
|
-
```
|
|
269
|
-
|
|
244
|
+
Create a InfluxdbUser resource with the given unique name, props, and options.
|
|
270
245
|
:param str resource_name: The name of the resource.
|
|
271
246
|
:param InfluxdbUserArgs args: The arguments to use to populate this resource's properties.
|
|
272
247
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -337,10 +312,13 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
337
312
|
:param pulumi.Input[str] access_cert: Access certificate for the user if applicable for the service in question
|
|
338
313
|
:param pulumi.Input[str] access_key: Access certificate key for the user if applicable for the service in question
|
|
339
314
|
:param pulumi.Input[str] password: The password of the InfluxDB 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
|
|
341
|
-
|
|
315
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
316
|
+
reference. Changing this property forces recreation of the resource.
|
|
317
|
+
: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
|
|
318
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
342
319
|
: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 InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
320
|
+
:param pulumi.Input[str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
321
|
+
Changing this property forces recreation of the resource.
|
|
344
322
|
"""
|
|
345
323
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
346
324
|
|
|
@@ -383,7 +361,8 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
383
361
|
@pulumi.getter
|
|
384
362
|
def project(self) -> pulumi.Output[str]:
|
|
385
363
|
"""
|
|
386
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
364
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
365
|
+
reference. Changing this property forces recreation of the resource.
|
|
387
366
|
"""
|
|
388
367
|
return pulumi.get(self, "project")
|
|
389
368
|
|
|
@@ -391,7 +370,8 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
391
370
|
@pulumi.getter(name="serviceName")
|
|
392
371
|
def service_name(self) -> pulumi.Output[str]:
|
|
393
372
|
"""
|
|
394
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
373
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
374
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
395
375
|
"""
|
|
396
376
|
return pulumi.get(self, "service_name")
|
|
397
377
|
|
|
@@ -407,7 +387,8 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
407
387
|
@pulumi.getter
|
|
408
388
|
def username(self) -> pulumi.Output[str]:
|
|
409
389
|
"""
|
|
410
|
-
The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
390
|
+
The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
391
|
+
Changing this property forces recreation of the resource.
|
|
411
392
|
"""
|
|
412
393
|
return pulumi.get(self, "username")
|
|
413
394
|
|
pulumi_aiven/kafka.py
CHANGED
|
@@ -36,7 +36,7 @@ class KafkaArgs:
|
|
|
36
36
|
"""
|
|
37
37
|
The set of arguments for constructing a Kafka resource.
|
|
38
38
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
39
|
-
: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.
|
|
39
|
+
: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.
|
|
40
40
|
: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 service so name should be picked based on intended service usage rather than current attributes.
|
|
41
41
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
42
42
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
@@ -107,7 +107,7 @@ class KafkaArgs:
|
|
|
107
107
|
@pulumi.getter
|
|
108
108
|
def project(self) -> pulumi.Input[str]:
|
|
109
109
|
"""
|
|
110
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
110
|
+
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
111
|
"""
|
|
112
112
|
return pulumi.get(self, "project")
|
|
113
113
|
|
|
@@ -347,12 +347,12 @@ class _KafkaState:
|
|
|
347
347
|
:param pulumi.Input[str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
348
348
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
349
349
|
:param pulumi.Input['KafkaKafkaUserConfigArgs'] kafka_user_config: Kafka user configurable settings
|
|
350
|
-
:param pulumi.Input[Sequence[pulumi.Input['KafkaKafkaArgs']]] kafkas: Kafka broker configuration values
|
|
350
|
+
:param pulumi.Input[Sequence[pulumi.Input['KafkaKafkaArgs']]] kafkas: Kafka broker configuration values
|
|
351
351
|
:param pulumi.Input[bool] karapace: Switch the service to use Karapace for schema registry and REST proxy
|
|
352
352
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
353
353
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
354
354
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
355
|
-
: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.
|
|
355
|
+
: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.
|
|
356
356
|
: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 value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
357
357
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
358
358
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
@@ -562,7 +562,7 @@ class _KafkaState:
|
|
|
562
562
|
@pulumi.getter
|
|
563
563
|
def kafkas(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KafkaKafkaArgs']]]]:
|
|
564
564
|
"""
|
|
565
|
-
Kafka broker configuration values
|
|
565
|
+
Kafka broker configuration values
|
|
566
566
|
"""
|
|
567
567
|
return pulumi.get(self, "kafkas")
|
|
568
568
|
|
|
@@ -625,7 +625,7 @@ class _KafkaState:
|
|
|
625
625
|
@pulumi.getter
|
|
626
626
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
627
627
|
"""
|
|
628
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
628
|
+
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.
|
|
629
629
|
"""
|
|
630
630
|
return pulumi.get(self, "project")
|
|
631
631
|
|
|
@@ -830,6 +830,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
830
830
|
|
|
831
831
|
## Example Usage
|
|
832
832
|
|
|
833
|
+
<!--Start PulumiCodeChooser -->
|
|
833
834
|
```python
|
|
834
835
|
import pulumi
|
|
835
836
|
import pulumi_aiven as aiven
|
|
@@ -845,7 +846,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
845
846
|
kafka_rest=True,
|
|
846
847
|
kafka_connect=True,
|
|
847
848
|
schema_registry=True,
|
|
848
|
-
kafka_version="3.
|
|
849
|
+
kafka_version="3.5",
|
|
849
850
|
kafka=aiven.KafkaKafkaUserConfigKafkaArgs(
|
|
850
851
|
group_max_session_timeout_ms=70000,
|
|
851
852
|
log_retention_bytes=1000000000,
|
|
@@ -856,11 +857,12 @@ class Kafka(pulumi.CustomResource):
|
|
|
856
857
|
),
|
|
857
858
|
))
|
|
858
859
|
```
|
|
860
|
+
<!--End PulumiCodeChooser -->
|
|
859
861
|
|
|
860
862
|
## Import
|
|
861
863
|
|
|
862
864
|
```sh
|
|
863
|
-
|
|
865
|
+
$ pulumi import aiven:index/kafka:Kafka kafka1 project/service_name
|
|
864
866
|
```
|
|
865
867
|
|
|
866
868
|
:param str resource_name: The name of the resource.
|
|
@@ -874,7 +876,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
874
876
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
875
877
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
876
878
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
877
|
-
: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.
|
|
879
|
+
: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.
|
|
878
880
|
: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 value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
879
881
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
880
882
|
: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 service so name should be picked based on intended service usage rather than current attributes.
|
|
@@ -894,6 +896,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
894
896
|
|
|
895
897
|
## Example Usage
|
|
896
898
|
|
|
899
|
+
<!--Start PulumiCodeChooser -->
|
|
897
900
|
```python
|
|
898
901
|
import pulumi
|
|
899
902
|
import pulumi_aiven as aiven
|
|
@@ -909,7 +912,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
909
912
|
kafka_rest=True,
|
|
910
913
|
kafka_connect=True,
|
|
911
914
|
schema_registry=True,
|
|
912
|
-
kafka_version="3.
|
|
915
|
+
kafka_version="3.5",
|
|
913
916
|
kafka=aiven.KafkaKafkaUserConfigKafkaArgs(
|
|
914
917
|
group_max_session_timeout_ms=70000,
|
|
915
918
|
log_retention_bytes=1000000000,
|
|
@@ -920,11 +923,12 @@ class Kafka(pulumi.CustomResource):
|
|
|
920
923
|
),
|
|
921
924
|
))
|
|
922
925
|
```
|
|
926
|
+
<!--End PulumiCodeChooser -->
|
|
923
927
|
|
|
924
928
|
## Import
|
|
925
929
|
|
|
926
930
|
```sh
|
|
927
|
-
|
|
931
|
+
$ pulumi import aiven:index/kafka:Kafka kafka1 project/service_name
|
|
928
932
|
```
|
|
929
933
|
|
|
930
934
|
:param str resource_name: The name of the resource.
|
|
@@ -1063,12 +1067,12 @@ class Kafka(pulumi.CustomResource):
|
|
|
1063
1067
|
:param pulumi.Input[str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
1064
1068
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
1065
1069
|
:param pulumi.Input[pulumi.InputType['KafkaKafkaUserConfigArgs']] kafka_user_config: Kafka user configurable settings
|
|
1066
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaKafkaArgs']]]] kafkas: Kafka broker configuration values
|
|
1070
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaKafkaArgs']]]] kafkas: Kafka broker configuration values
|
|
1067
1071
|
:param pulumi.Input[bool] karapace: Switch the service to use Karapace for schema registry and REST proxy
|
|
1068
1072
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
1069
1073
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
1070
1074
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1071
|
-
: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.
|
|
1075
|
+
: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.
|
|
1072
1076
|
: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 value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
1073
1077
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
1074
1078
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
@@ -1207,7 +1211,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
1207
1211
|
@pulumi.getter
|
|
1208
1212
|
def kafkas(self) -> pulumi.Output[Sequence['outputs.KafkaKafka']]:
|
|
1209
1213
|
"""
|
|
1210
|
-
Kafka broker configuration values
|
|
1214
|
+
Kafka broker configuration values
|
|
1211
1215
|
"""
|
|
1212
1216
|
return pulumi.get(self, "kafkas")
|
|
1213
1217
|
|
|
@@ -1250,7 +1254,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
1250
1254
|
@pulumi.getter
|
|
1251
1255
|
def project(self) -> pulumi.Output[str]:
|
|
1252
1256
|
"""
|
|
1253
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
1257
|
+
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.
|
|
1254
1258
|
"""
|
|
1255
1259
|
return pulumi.get(self, "project")
|
|
1256
1260
|
|