pulumi-aiven 6.27.0__py3-none-any.whl → 6.27.0a1728590805__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 +0 -1
- pulumi_aiven/_inputs.py +3 -931
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_kafka_schema.py +1 -1
- pulumi_aiven/get_kafka_schema_configuration.py +1 -1
- pulumi_aiven/get_kafka_topic.py +1 -1
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/get_thanos.py +0 -20
- pulumi_aiven/kafka_schema.py +7 -7
- pulumi_aiven/kafka_topic.py +9 -11
- pulumi_aiven/organization_group_project.py +7 -7
- pulumi_aiven/outputs.py +2 -1465
- pulumi_aiven/project.py +1 -1
- pulumi_aiven/project_user.py +7 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/thanos.py +0 -50
- {pulumi_aiven-6.27.0.dist-info → pulumi_aiven-6.27.0a1728590805.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.27.0.dist-info → pulumi_aiven-6.27.0a1728590805.dist-info}/RECORD +21 -22
- {pulumi_aiven-6.27.0.dist-info → pulumi_aiven-6.27.0a1728590805.dist-info}/WHEEL +1 -1
- pulumi_aiven/get_organization_user_list.py +0 -121
- {pulumi_aiven-6.27.0.dist-info → pulumi_aiven-6.27.0a1728590805.dist-info}/top_level.txt +0 -0
|
@@ -28,7 +28,7 @@ class AccountTeamProjectArgs:
|
|
|
28
28
|
:param pulumi.Input[str] account_id: The unique account id
|
|
29
29
|
:param pulumi.Input[str] team_id: An account team id
|
|
30
30
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
31
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only
|
|
31
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
32
32
|
"""
|
|
33
33
|
pulumi.set(__self__, "account_id", account_id)
|
|
34
34
|
pulumi.set(__self__, "team_id", team_id)
|
|
@@ -77,7 +77,7 @@ class AccountTeamProjectArgs:
|
|
|
77
77
|
@pulumi.getter(name="teamType")
|
|
78
78
|
def team_type(self) -> Optional[pulumi.Input[str]]:
|
|
79
79
|
"""
|
|
80
|
-
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only
|
|
80
|
+
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
81
81
|
"""
|
|
82
82
|
return pulumi.get(self, "team_type")
|
|
83
83
|
|
|
@@ -98,7 +98,7 @@ class _AccountTeamProjectState:
|
|
|
98
98
|
:param pulumi.Input[str] account_id: The unique account id
|
|
99
99
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
100
100
|
:param pulumi.Input[str] team_id: An account team id
|
|
101
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only
|
|
101
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
102
102
|
"""
|
|
103
103
|
if account_id is not None:
|
|
104
104
|
pulumi.set(__self__, "account_id", account_id)
|
|
@@ -149,7 +149,7 @@ class _AccountTeamProjectState:
|
|
|
149
149
|
@pulumi.getter(name="teamType")
|
|
150
150
|
def team_type(self) -> Optional[pulumi.Input[str]]:
|
|
151
151
|
"""
|
|
152
|
-
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only
|
|
152
|
+
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
153
153
|
"""
|
|
154
154
|
return pulumi.get(self, "team_type")
|
|
155
155
|
|
|
@@ -210,7 +210,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
210
210
|
:param pulumi.Input[str] account_id: The unique account id
|
|
211
211
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
212
212
|
:param pulumi.Input[str] team_id: An account team id
|
|
213
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only
|
|
213
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
214
214
|
"""
|
|
215
215
|
...
|
|
216
216
|
@overload
|
|
@@ -315,7 +315,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
315
315
|
:param pulumi.Input[str] account_id: The unique account id
|
|
316
316
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
317
317
|
:param pulumi.Input[str] team_id: An account team id
|
|
318
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only
|
|
318
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
319
319
|
"""
|
|
320
320
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
321
321
|
|
|
@@ -355,7 +355,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
355
355
|
@pulumi.getter(name="teamType")
|
|
356
356
|
def team_type(self) -> pulumi.Output[Optional[str]]:
|
|
357
357
|
"""
|
|
358
|
-
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only
|
|
358
|
+
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
359
359
|
"""
|
|
360
360
|
return pulumi.get(self, "team_type")
|
|
361
361
|
|
|
@@ -79,7 +79,7 @@ class GetAccountTeamProjectResult:
|
|
|
79
79
|
@pulumi.getter(name="teamType")
|
|
80
80
|
def team_type(self) -> str:
|
|
81
81
|
"""
|
|
82
|
-
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only
|
|
82
|
+
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
83
83
|
"""
|
|
84
84
|
return pulumi.get(self, "team_type")
|
|
85
85
|
|
pulumi_aiven/get_kafka_schema.py
CHANGED
|
@@ -88,7 +88,7 @@ class GetKafkaSchemaResult:
|
|
|
88
88
|
@pulumi.getter(name="schemaType")
|
|
89
89
|
def schema_type(self) -> str:
|
|
90
90
|
"""
|
|
91
|
-
Kafka Schema configuration type. Defaults to AVRO.
|
|
91
|
+
Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "schema_type")
|
|
94
94
|
|
|
@@ -88,7 +88,7 @@ class GetKafkaSchemaConfigurationResult:
|
|
|
88
88
|
@pulumi.getter(name="schemaType")
|
|
89
89
|
def schema_type(self) -> str:
|
|
90
90
|
"""
|
|
91
|
-
Kafka Schema configuration type. Defaults to AVRO.
|
|
91
|
+
Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "schema_type")
|
|
94
94
|
|
pulumi_aiven/get_kafka_topic.py
CHANGED
|
@@ -82,7 +82,7 @@ class GetKafkaTopicResult:
|
|
|
82
82
|
@pulumi.getter(name="ownerUserGroupId")
|
|
83
83
|
def owner_user_group_id(self) -> str:
|
|
84
84
|
"""
|
|
85
|
-
The
|
|
85
|
+
The user group that is the owner of the topic
|
|
86
86
|
"""
|
|
87
87
|
return pulumi.get(self, "owner_user_group_id")
|
|
88
88
|
|
pulumi_aiven/get_project_user.py
CHANGED
|
@@ -71,7 +71,7 @@ class GetProjectUserResult:
|
|
|
71
71
|
@pulumi.getter(name="memberType")
|
|
72
72
|
def member_type(self) -> str:
|
|
73
73
|
"""
|
|
74
|
-
Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read
|
|
74
|
+
Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `read_only`.
|
|
75
75
|
"""
|
|
76
76
|
return pulumi.get(self, "member_type")
|
|
77
77
|
|
pulumi_aiven/get_thanos.py
CHANGED
|
@@ -392,16 +392,6 @@ def get_thanos(project: Optional[str] = None,
|
|
|
392
392
|
"""
|
|
393
393
|
Gets information about an Aiven for Thanos® service.
|
|
394
394
|
|
|
395
|
-
## Example Usage
|
|
396
|
-
|
|
397
|
-
```python
|
|
398
|
-
import pulumi
|
|
399
|
-
import pulumi_aiven as aiven
|
|
400
|
-
|
|
401
|
-
example_thanos = aiven.get_thanos(project=example_project["project"],
|
|
402
|
-
service_name="example-thanos-service")
|
|
403
|
-
```
|
|
404
|
-
|
|
405
395
|
|
|
406
396
|
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
407
397
|
:param 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.
|
|
@@ -448,16 +438,6 @@ def get_thanos_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
448
438
|
"""
|
|
449
439
|
Gets information about an Aiven for Thanos® service.
|
|
450
440
|
|
|
451
|
-
## Example Usage
|
|
452
|
-
|
|
453
|
-
```python
|
|
454
|
-
import pulumi
|
|
455
|
-
import pulumi_aiven as aiven
|
|
456
|
-
|
|
457
|
-
example_thanos = aiven.get_thanos(project=example_project["project"],
|
|
458
|
-
service_name="example-thanos-service")
|
|
459
|
-
```
|
|
460
|
-
|
|
461
441
|
|
|
462
442
|
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
463
443
|
:param 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.
|
pulumi_aiven/kafka_schema.py
CHANGED
|
@@ -32,7 +32,7 @@ class KafkaSchemaArgs:
|
|
|
32
32
|
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
33
33
|
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
34
34
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
35
|
-
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO.
|
|
35
|
+
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
36
36
|
"""
|
|
37
37
|
pulumi.set(__self__, "project", project)
|
|
38
38
|
pulumi.set(__self__, "schema", schema)
|
|
@@ -107,7 +107,7 @@ class KafkaSchemaArgs:
|
|
|
107
107
|
@pulumi.getter(name="schemaType")
|
|
108
108
|
def schema_type(self) -> Optional[pulumi.Input[str]]:
|
|
109
109
|
"""
|
|
110
|
-
Kafka Schema configuration type. Defaults to AVRO.
|
|
110
|
+
Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
111
111
|
"""
|
|
112
112
|
return pulumi.get(self, "schema_type")
|
|
113
113
|
|
|
@@ -131,7 +131,7 @@ class _KafkaSchemaState:
|
|
|
131
131
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
132
132
|
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
133
133
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
134
|
-
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO.
|
|
134
|
+
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
135
135
|
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
136
136
|
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
137
137
|
:param pulumi.Input[int] version: Kafka Schema configuration version.
|
|
@@ -191,7 +191,7 @@ class _KafkaSchemaState:
|
|
|
191
191
|
@pulumi.getter(name="schemaType")
|
|
192
192
|
def schema_type(self) -> Optional[pulumi.Input[str]]:
|
|
193
193
|
"""
|
|
194
|
-
Kafka Schema configuration type. Defaults to AVRO.
|
|
194
|
+
Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
195
195
|
"""
|
|
196
196
|
return pulumi.get(self, "schema_type")
|
|
197
197
|
|
|
@@ -291,7 +291,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
291
291
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
292
292
|
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
293
293
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
294
|
-
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO.
|
|
294
|
+
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
295
295
|
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
296
296
|
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
297
297
|
"""
|
|
@@ -411,7 +411,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
411
411
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
412
412
|
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
413
413
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
414
|
-
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO.
|
|
414
|
+
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
415
415
|
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
416
416
|
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
417
417
|
:param pulumi.Input[int] version: Kafka Schema configuration version.
|
|
@@ -457,7 +457,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
457
457
|
@pulumi.getter(name="schemaType")
|
|
458
458
|
def schema_type(self) -> pulumi.Output[Optional[str]]:
|
|
459
459
|
"""
|
|
460
|
-
Kafka Schema configuration type. Defaults to AVRO.
|
|
460
|
+
Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
461
461
|
"""
|
|
462
462
|
return pulumi.get(self, "schema_type")
|
|
463
463
|
|
pulumi_aiven/kafka_topic.py
CHANGED
|
@@ -39,7 +39,7 @@ class KafkaTopicArgs:
|
|
|
39
39
|
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
40
40
|
:param pulumi.Input[str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
41
41
|
:param pulumi.Input['KafkaTopicConfigArgs'] config: [Advanced parameters](https://aiven.io/docs/products/kafka/reference/advanced-params) to configure topics.
|
|
42
|
-
:param pulumi.Input[str] owner_user_group_id: The
|
|
42
|
+
:param pulumi.Input[str] owner_user_group_id: The user group that is the owner of the topic
|
|
43
43
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]] tags: Tags for the topic.
|
|
44
44
|
:param pulumi.Input[str] topic_description: The description of the topic
|
|
45
45
|
"""
|
|
@@ -135,7 +135,7 @@ class KafkaTopicArgs:
|
|
|
135
135
|
@pulumi.getter(name="ownerUserGroupId")
|
|
136
136
|
def owner_user_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
137
137
|
"""
|
|
138
|
-
The
|
|
138
|
+
The user group that is the owner of the topic
|
|
139
139
|
"""
|
|
140
140
|
return pulumi.get(self, "owner_user_group_id")
|
|
141
141
|
|
|
@@ -193,7 +193,7 @@ class _KafkaTopicState:
|
|
|
193
193
|
"""
|
|
194
194
|
Input properties used for looking up and filtering KafkaTopic resources.
|
|
195
195
|
:param pulumi.Input['KafkaTopicConfigArgs'] config: [Advanced parameters](https://aiven.io/docs/products/kafka/reference/advanced-params) to configure topics.
|
|
196
|
-
:param pulumi.Input[str] owner_user_group_id: The
|
|
196
|
+
:param pulumi.Input[str] owner_user_group_id: The user group that is the owner of the topic
|
|
197
197
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
198
198
|
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
199
199
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
@@ -239,7 +239,7 @@ class _KafkaTopicState:
|
|
|
239
239
|
@pulumi.getter(name="ownerUserGroupId")
|
|
240
240
|
def owner_user_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
241
241
|
"""
|
|
242
|
-
The
|
|
242
|
+
The user group that is the owner of the topic
|
|
243
243
|
"""
|
|
244
244
|
return pulumi.get(self, "owner_user_group_id")
|
|
245
245
|
|
|
@@ -376,8 +376,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
376
376
|
config={
|
|
377
377
|
"flush_ms": "10",
|
|
378
378
|
"cleanup_policy": "compact,delete",
|
|
379
|
-
}
|
|
380
|
-
owner_user_group_id=example["groupId"])
|
|
379
|
+
})
|
|
381
380
|
```
|
|
382
381
|
|
|
383
382
|
## Import
|
|
@@ -389,7 +388,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
389
388
|
:param str resource_name: The name of the resource.
|
|
390
389
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
391
390
|
:param pulumi.Input[Union['KafkaTopicConfigArgs', 'KafkaTopicConfigArgsDict']] config: [Advanced parameters](https://aiven.io/docs/products/kafka/reference/advanced-params) to configure topics.
|
|
392
|
-
:param pulumi.Input[str] owner_user_group_id: The
|
|
391
|
+
:param pulumi.Input[str] owner_user_group_id: The user group that is the owner of the topic
|
|
393
392
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
394
393
|
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
395
394
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
@@ -423,8 +422,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
423
422
|
config={
|
|
424
423
|
"flush_ms": "10",
|
|
425
424
|
"cleanup_policy": "compact,delete",
|
|
426
|
-
}
|
|
427
|
-
owner_user_group_id=example["groupId"])
|
|
425
|
+
})
|
|
428
426
|
```
|
|
429
427
|
|
|
430
428
|
## Import
|
|
@@ -515,7 +513,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
515
513
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
516
514
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
517
515
|
:param pulumi.Input[Union['KafkaTopicConfigArgs', 'KafkaTopicConfigArgsDict']] config: [Advanced parameters](https://aiven.io/docs/products/kafka/reference/advanced-params) to configure topics.
|
|
518
|
-
:param pulumi.Input[str] owner_user_group_id: The
|
|
516
|
+
:param pulumi.Input[str] owner_user_group_id: The user group that is the owner of the topic
|
|
519
517
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
520
518
|
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
521
519
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
@@ -552,7 +550,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
552
550
|
@pulumi.getter(name="ownerUserGroupId")
|
|
553
551
|
def owner_user_group_id(self) -> pulumi.Output[Optional[str]]:
|
|
554
552
|
"""
|
|
555
|
-
The
|
|
553
|
+
The user group that is the owner of the topic
|
|
556
554
|
"""
|
|
557
555
|
return pulumi.get(self, "owner_user_group_id")
|
|
558
556
|
|
|
@@ -29,7 +29,7 @@ class OrganizationGroupProjectArgs:
|
|
|
29
29
|
The set of arguments for constructing a OrganizationGroupProject resource.
|
|
30
30
|
:param pulumi.Input[str] group_id: The ID of the user group.
|
|
31
31
|
:param pulumi.Input[str] project: The project that the users in the group are members of.
|
|
32
|
-
:param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only
|
|
32
|
+
:param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
33
33
|
"""
|
|
34
34
|
pulumi.set(__self__, "group_id", group_id)
|
|
35
35
|
pulumi.set(__self__, "project", project)
|
|
@@ -65,7 +65,7 @@ class OrganizationGroupProjectArgs:
|
|
|
65
65
|
@pulumi.getter
|
|
66
66
|
def role(self) -> pulumi.Input[str]:
|
|
67
67
|
"""
|
|
68
|
-
[Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only
|
|
68
|
+
[Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
69
69
|
"""
|
|
70
70
|
return pulumi.get(self, "role")
|
|
71
71
|
|
|
@@ -94,7 +94,7 @@ class _OrganizationGroupProjectState:
|
|
|
94
94
|
Input properties used for looking up and filtering OrganizationGroupProject resources.
|
|
95
95
|
:param pulumi.Input[str] group_id: The ID of the user group.
|
|
96
96
|
:param pulumi.Input[str] project: The project that the users in the group are members of.
|
|
97
|
-
:param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only
|
|
97
|
+
:param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
98
98
|
"""
|
|
99
99
|
if group_id is not None:
|
|
100
100
|
pulumi.set(__self__, "group_id", group_id)
|
|
@@ -133,7 +133,7 @@ class _OrganizationGroupProjectState:
|
|
|
133
133
|
@pulumi.getter
|
|
134
134
|
def role(self) -> Optional[pulumi.Input[str]]:
|
|
135
135
|
"""
|
|
136
|
-
[Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only
|
|
136
|
+
[Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
137
137
|
"""
|
|
138
138
|
return pulumi.get(self, "role")
|
|
139
139
|
|
|
@@ -197,7 +197,7 @@ class OrganizationGroupProject(pulumi.CustomResource):
|
|
|
197
197
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
198
198
|
:param pulumi.Input[str] group_id: The ID of the user group.
|
|
199
199
|
:param pulumi.Input[str] project: The project that the users in the group are members of.
|
|
200
|
-
:param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only
|
|
200
|
+
:param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
201
201
|
"""
|
|
202
202
|
...
|
|
203
203
|
@overload
|
|
@@ -298,7 +298,7 @@ class OrganizationGroupProject(pulumi.CustomResource):
|
|
|
298
298
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
299
299
|
:param pulumi.Input[str] group_id: The ID of the user group.
|
|
300
300
|
:param pulumi.Input[str] project: The project that the users in the group are members of.
|
|
301
|
-
:param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only
|
|
301
|
+
:param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
302
302
|
"""
|
|
303
303
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
304
304
|
|
|
@@ -330,7 +330,7 @@ class OrganizationGroupProject(pulumi.CustomResource):
|
|
|
330
330
|
@pulumi.getter
|
|
331
331
|
def role(self) -> pulumi.Output[str]:
|
|
332
332
|
"""
|
|
333
|
-
[Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only
|
|
333
|
+
[Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
334
334
|
"""
|
|
335
335
|
return pulumi.get(self, "role")
|
|
336
336
|
|