pulumi-aiven 6.27.0a1729894273__py3-none-any.whl → 6.27.0a1730118480__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.
- pulumi_aiven/__init__.py +1 -0
- pulumi_aiven/_inputs.py +931 -3
- 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_organization_user_list.py +121 -0
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/get_thanos.py +20 -0
- pulumi_aiven/kafka_schema.py +7 -7
- pulumi_aiven/kafka_topic.py +11 -9
- pulumi_aiven/organization_group_project.py +7 -7
- pulumi_aiven/outputs.py +1465 -2
- pulumi_aiven/project.py +1 -1
- pulumi_aiven/project_user.py +7 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/thanos.py +50 -0
- {pulumi_aiven-6.27.0a1729894273.dist-info → pulumi_aiven-6.27.0a1730118480.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.27.0a1729894273.dist-info → pulumi_aiven-6.27.0a1730118480.dist-info}/RECORD +22 -21
- {pulumi_aiven-6.27.0a1729894273.dist-info → pulumi_aiven-6.27.0a1730118480.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.27.0a1729894273.dist-info → pulumi_aiven-6.27.0a1730118480.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` and `
|
|
31
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:permissions:read` and `service:logs: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` and `
|
|
80
|
+
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:permissions:read` and `service:logs: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` and `
|
|
101
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:permissions:read` and `service:logs: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` and `
|
|
152
|
+
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:permissions:read` and `service:logs: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` and `
|
|
213
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:permissions:read` and `service:logs: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` and `
|
|
318
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:permissions:read` and `service:logs: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` and `
|
|
358
|
+
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:permissions:read` and `service:logs: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` and `
|
|
82
|
+
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:permissions:read` and `service:logs: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. The 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. The 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 user group that
|
|
85
|
+
The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
86
86
|
"""
|
|
87
87
|
return pulumi.get(self, "owner_user_group_id")
|
|
88
88
|
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetOrganizationUserListResult',
|
|
20
|
+
'AwaitableGetOrganizationUserListResult',
|
|
21
|
+
'get_organization_user_list',
|
|
22
|
+
'get_organization_user_list_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetOrganizationUserListResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getOrganizationUserList.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, id=None, name=None, users=None):
|
|
31
|
+
if id and not isinstance(id, str):
|
|
32
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
33
|
+
pulumi.set(__self__, "id", id)
|
|
34
|
+
if name and not isinstance(name, str):
|
|
35
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
36
|
+
pulumi.set(__self__, "name", name)
|
|
37
|
+
if users and not isinstance(users, list):
|
|
38
|
+
raise TypeError("Expected argument 'users' to be a list")
|
|
39
|
+
pulumi.set(__self__, "users", users)
|
|
40
|
+
|
|
41
|
+
@property
|
|
42
|
+
@pulumi.getter
|
|
43
|
+
def id(self) -> Optional[str]:
|
|
44
|
+
"""
|
|
45
|
+
Organization id. Example: `org12345678`.
|
|
46
|
+
"""
|
|
47
|
+
return pulumi.get(self, "id")
|
|
48
|
+
|
|
49
|
+
@property
|
|
50
|
+
@pulumi.getter
|
|
51
|
+
def name(self) -> Optional[str]:
|
|
52
|
+
"""
|
|
53
|
+
Organization name. Example: `aiven`.
|
|
54
|
+
"""
|
|
55
|
+
return pulumi.get(self, "name")
|
|
56
|
+
|
|
57
|
+
@property
|
|
58
|
+
@pulumi.getter
|
|
59
|
+
def users(self) -> Sequence['outputs.GetOrganizationUserListUserResult']:
|
|
60
|
+
"""
|
|
61
|
+
List of users of the organization
|
|
62
|
+
"""
|
|
63
|
+
return pulumi.get(self, "users")
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
class AwaitableGetOrganizationUserListResult(GetOrganizationUserListResult):
|
|
67
|
+
# pylint: disable=using-constant-test
|
|
68
|
+
def __await__(self):
|
|
69
|
+
if False:
|
|
70
|
+
yield self
|
|
71
|
+
return GetOrganizationUserListResult(
|
|
72
|
+
id=self.id,
|
|
73
|
+
name=self.name,
|
|
74
|
+
users=self.users)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
def get_organization_user_list(id: Optional[str] = None,
|
|
78
|
+
name: Optional[str] = None,
|
|
79
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOrganizationUserListResult:
|
|
80
|
+
"""
|
|
81
|
+
List of users of the organization.
|
|
82
|
+
|
|
83
|
+
**This resource is in the beta stage and may change without notice.** Set
|
|
84
|
+
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
:param str id: Organization id. Example: `org12345678`.
|
|
88
|
+
:param str name: Organization name. Example: `aiven`.
|
|
89
|
+
"""
|
|
90
|
+
__args__ = dict()
|
|
91
|
+
__args__['id'] = id
|
|
92
|
+
__args__['name'] = name
|
|
93
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
94
|
+
__ret__ = pulumi.runtime.invoke('aiven:index/getOrganizationUserList:getOrganizationUserList', __args__, opts=opts, typ=GetOrganizationUserListResult).value
|
|
95
|
+
|
|
96
|
+
return AwaitableGetOrganizationUserListResult(
|
|
97
|
+
id=pulumi.get(__ret__, 'id'),
|
|
98
|
+
name=pulumi.get(__ret__, 'name'),
|
|
99
|
+
users=pulumi.get(__ret__, 'users'))
|
|
100
|
+
def get_organization_user_list_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
101
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
102
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationUserListResult]:
|
|
103
|
+
"""
|
|
104
|
+
List of users of the organization.
|
|
105
|
+
|
|
106
|
+
**This resource is in the beta stage and may change without notice.** Set
|
|
107
|
+
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
:param str id: Organization id. Example: `org12345678`.
|
|
111
|
+
:param str name: Organization name. Example: `aiven`.
|
|
112
|
+
"""
|
|
113
|
+
__args__ = dict()
|
|
114
|
+
__args__['id'] = id
|
|
115
|
+
__args__['name'] = name
|
|
116
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
117
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getOrganizationUserList:getOrganizationUserList', __args__, opts=opts, typ=GetOrganizationUserListResult)
|
|
118
|
+
return __ret__.apply(lambda __response__: GetOrganizationUserListResult(
|
|
119
|
+
id=pulumi.get(__response__, 'id'),
|
|
120
|
+
name=pulumi.get(__response__, 'name'),
|
|
121
|
+
users=pulumi.get(__response__, 'users')))
|
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` and `
|
|
74
|
+
Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read`, `read_only` and `service:logs:read`.
|
|
75
75
|
"""
|
|
76
76
|
return pulumi.get(self, "member_type")
|
|
77
77
|
|
pulumi_aiven/get_thanos.py
CHANGED
|
@@ -392,6 +392,16 @@ 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
|
+
|
|
395
405
|
|
|
396
406
|
: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.
|
|
397
407
|
: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.
|
|
@@ -438,6 +448,16 @@ def get_thanos_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
438
448
|
"""
|
|
439
449
|
Gets information about an Aiven for Thanos® service.
|
|
440
450
|
|
|
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
|
+
|
|
441
461
|
|
|
442
462
|
: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.
|
|
443
463
|
: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. The 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. The 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. The 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. The 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. The 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. The 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. The 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 user group that
|
|
42
|
+
:param pulumi.Input[str] owner_user_group_id: The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
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 user group that
|
|
138
|
+
The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
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 user group that
|
|
196
|
+
:param pulumi.Input[str] owner_user_group_id: The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
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 user group that
|
|
242
|
+
The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
243
243
|
"""
|
|
244
244
|
return pulumi.get(self, "owner_user_group_id")
|
|
245
245
|
|
|
@@ -376,7 +376,8 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
376
376
|
config={
|
|
377
377
|
"flush_ms": "10",
|
|
378
378
|
"cleanup_policy": "compact,delete",
|
|
379
|
-
}
|
|
379
|
+
},
|
|
380
|
+
owner_user_group_id=example["groupId"])
|
|
380
381
|
```
|
|
381
382
|
|
|
382
383
|
## Import
|
|
@@ -388,7 +389,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
388
389
|
:param str resource_name: The name of the resource.
|
|
389
390
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
390
391
|
:param pulumi.Input[Union['KafkaTopicConfigArgs', 'KafkaTopicConfigArgsDict']] config: [Advanced parameters](https://aiven.io/docs/products/kafka/reference/advanced-params) to configure topics.
|
|
391
|
-
:param pulumi.Input[str] owner_user_group_id: The user group that
|
|
392
|
+
:param pulumi.Input[str] owner_user_group_id: The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
392
393
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
393
394
|
: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.
|
|
394
395
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
@@ -422,7 +423,8 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
422
423
|
config={
|
|
423
424
|
"flush_ms": "10",
|
|
424
425
|
"cleanup_policy": "compact,delete",
|
|
425
|
-
}
|
|
426
|
+
},
|
|
427
|
+
owner_user_group_id=example["groupId"])
|
|
426
428
|
```
|
|
427
429
|
|
|
428
430
|
## Import
|
|
@@ -513,7 +515,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
513
515
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
514
516
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
515
517
|
:param pulumi.Input[Union['KafkaTopicConfigArgs', 'KafkaTopicConfigArgsDict']] config: [Advanced parameters](https://aiven.io/docs/products/kafka/reference/advanced-params) to configure topics.
|
|
516
|
-
:param pulumi.Input[str] owner_user_group_id: The user group that
|
|
518
|
+
:param pulumi.Input[str] owner_user_group_id: The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
517
519
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
518
520
|
: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.
|
|
519
521
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
@@ -550,7 +552,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
550
552
|
@pulumi.getter(name="ownerUserGroupId")
|
|
551
553
|
def owner_user_group_id(self) -> pulumi.Output[Optional[str]]:
|
|
552
554
|
"""
|
|
553
|
-
The user group that
|
|
555
|
+
The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
554
556
|
"""
|
|
555
557
|
return pulumi.get(self, "owner_user_group_id")
|
|
556
558
|
|
|
@@ -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` and `
|
|
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`, `project:permissions:read` and `service:logs: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` and `
|
|
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`, `project:permissions:read` and `service:logs: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` and `
|
|
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`, `project:permissions:read` and `service:logs: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` and `
|
|
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`, `project:permissions:read` and `service:logs: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` and `
|
|
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`, `project:permissions:read` and `service:logs: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` and `
|
|
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`, `project:permissions:read` and `service:logs: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` and `
|
|
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`, `project:permissions:read` and `service:logs:read`.
|
|
334
334
|
"""
|
|
335
335
|
return pulumi.get(self, "role")
|
|
336
336
|
|