pulumi-aiven 6.41.0a1752815525__py3-none-any.whl → 6.41.0a1753242343__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/_inputs.py +286 -120
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/clickhouse.py +4 -4
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_clickhouse.py +1 -1
- pulumi_aiven/get_kafka.py +1 -1
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/get_service_integration.py +15 -1
- pulumi_aiven/kafka.py +7 -7
- pulumi_aiven/organization_application_user.py +7 -7
- pulumi_aiven/organization_group_project.py +7 -7
- pulumi_aiven/outputs.py +370 -140
- pulumi_aiven/project_user.py +7 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/service_integration.py +47 -0
- {pulumi_aiven-6.41.0a1752815525.dist-info → pulumi_aiven-6.41.0a1753242343.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.41.0a1752815525.dist-info → pulumi_aiven-6.41.0a1753242343.dist-info}/RECORD +19 -19
- {pulumi_aiven-6.41.0a1752815525.dist-info → pulumi_aiven-6.41.0a1753242343.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.41.0a1752815525.dist-info → pulumi_aiven-6.41.0a1753242343.dist-info}/top_level.txt +0 -0
|
@@ -29,7 +29,7 @@ class AccountTeamProjectArgs:
|
|
|
29
29
|
:param pulumi.Input[builtins.str] account_id: The unique account id
|
|
30
30
|
:param pulumi.Input[builtins.str] team_id: An account team id
|
|
31
31
|
:param pulumi.Input[builtins.str] project_name: The name of an already existing project
|
|
32
|
-
:param pulumi.Input[builtins.str] team_type: The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:
|
|
32
|
+
:param pulumi.Input[builtins.str] team_type: The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
33
33
|
"""
|
|
34
34
|
pulumi.set(__self__, "account_id", account_id)
|
|
35
35
|
pulumi.set(__self__, "team_id", team_id)
|
|
@@ -78,7 +78,7 @@ class AccountTeamProjectArgs:
|
|
|
78
78
|
@pulumi.getter(name="teamType")
|
|
79
79
|
def team_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
80
80
|
"""
|
|
81
|
-
The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:
|
|
81
|
+
The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
82
82
|
"""
|
|
83
83
|
return pulumi.get(self, "team_type")
|
|
84
84
|
|
|
@@ -99,7 +99,7 @@ class _AccountTeamProjectState:
|
|
|
99
99
|
:param pulumi.Input[builtins.str] account_id: The unique account id
|
|
100
100
|
:param pulumi.Input[builtins.str] project_name: The name of an already existing project
|
|
101
101
|
:param pulumi.Input[builtins.str] team_id: An account team id
|
|
102
|
-
:param pulumi.Input[builtins.str] team_type: The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:
|
|
102
|
+
:param pulumi.Input[builtins.str] team_type: The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
103
103
|
"""
|
|
104
104
|
if account_id is not None:
|
|
105
105
|
pulumi.set(__self__, "account_id", account_id)
|
|
@@ -150,7 +150,7 @@ class _AccountTeamProjectState:
|
|
|
150
150
|
@pulumi.getter(name="teamType")
|
|
151
151
|
def team_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
152
152
|
"""
|
|
153
|
-
The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:
|
|
153
|
+
The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
154
154
|
"""
|
|
155
155
|
return pulumi.get(self, "team_type")
|
|
156
156
|
|
|
@@ -214,7 +214,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
214
214
|
:param pulumi.Input[builtins.str] account_id: The unique account id
|
|
215
215
|
:param pulumi.Input[builtins.str] project_name: The name of an already existing project
|
|
216
216
|
:param pulumi.Input[builtins.str] team_id: An account team id
|
|
217
|
-
:param pulumi.Input[builtins.str] team_type: The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:
|
|
217
|
+
:param pulumi.Input[builtins.str] team_type: The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
218
218
|
"""
|
|
219
219
|
...
|
|
220
220
|
@overload
|
|
@@ -321,7 +321,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
321
321
|
:param pulumi.Input[builtins.str] account_id: The unique account id
|
|
322
322
|
:param pulumi.Input[builtins.str] project_name: The name of an already existing project
|
|
323
323
|
:param pulumi.Input[builtins.str] team_id: An account team id
|
|
324
|
-
:param pulumi.Input[builtins.str] team_type: The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:
|
|
324
|
+
:param pulumi.Input[builtins.str] team_type: The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
325
325
|
"""
|
|
326
326
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
327
327
|
|
|
@@ -361,7 +361,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
361
361
|
@pulumi.getter(name="teamType")
|
|
362
362
|
def team_type(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
363
363
|
"""
|
|
364
|
-
The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:
|
|
364
|
+
The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
365
365
|
"""
|
|
366
366
|
return pulumi.get(self, "team_type")
|
|
367
367
|
|
pulumi_aiven/clickhouse.py
CHANGED
|
@@ -338,7 +338,7 @@ class _ClickhouseState:
|
|
|
338
338
|
:param pulumi.Input[builtins.str] service_password: Password used for connecting to the service, if applicable
|
|
339
339
|
:param pulumi.Input[builtins.int] service_port: The port of the service
|
|
340
340
|
:param pulumi.Input[builtins.str] service_type: Aiven internal service type code
|
|
341
|
-
:param pulumi.Input[builtins.str] service_uri: URI for
|
|
341
|
+
:param pulumi.Input[builtins.str] service_uri: The service URI for the ClickHouse service, which contains the hostname and port (e.g., 'service-name.h.aivencloud.com:16539') used to connect to the service. For protocol-specific connections, see the ClickHouse service example.
|
|
342
342
|
:param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
|
|
343
343
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
344
344
|
:param pulumi.Input[Sequence[pulumi.Input['ClickhouseTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
@@ -666,7 +666,7 @@ class _ClickhouseState:
|
|
|
666
666
|
@pulumi.getter(name="serviceUri")
|
|
667
667
|
def service_uri(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
668
668
|
"""
|
|
669
|
-
URI for
|
|
669
|
+
The service URI for the ClickHouse service, which contains the hostname and port (e.g., 'service-name.h.aivencloud.com:16539') used to connect to the service. For protocol-specific connections, see the ClickHouse service example.
|
|
670
670
|
"""
|
|
671
671
|
return pulumi.get(self, "service_uri")
|
|
672
672
|
|
|
@@ -982,7 +982,7 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
982
982
|
:param pulumi.Input[builtins.str] service_password: Password used for connecting to the service, if applicable
|
|
983
983
|
:param pulumi.Input[builtins.int] service_port: The port of the service
|
|
984
984
|
:param pulumi.Input[builtins.str] service_type: Aiven internal service type code
|
|
985
|
-
:param pulumi.Input[builtins.str] service_uri: URI for
|
|
985
|
+
:param pulumi.Input[builtins.str] service_uri: The service URI for the ClickHouse service, which contains the hostname and port (e.g., 'service-name.h.aivencloud.com:16539') used to connect to the service. For protocol-specific connections, see the ClickHouse service example.
|
|
986
986
|
:param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
|
|
987
987
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
988
988
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ClickhouseTagArgs', 'ClickhouseTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
@@ -1197,7 +1197,7 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
1197
1197
|
@pulumi.getter(name="serviceUri")
|
|
1198
1198
|
def service_uri(self) -> pulumi.Output[builtins.str]:
|
|
1199
1199
|
"""
|
|
1200
|
-
URI for
|
|
1200
|
+
The service URI for the ClickHouse service, which contains the hostname and port (e.g., 'service-name.h.aivencloud.com:16539') used to connect to the service. For protocol-specific connections, see the ClickHouse service example.
|
|
1201
1201
|
"""
|
|
1202
1202
|
return pulumi.get(self, "service_uri")
|
|
1203
1203
|
|
|
@@ -80,7 +80,7 @@ class GetAccountTeamProjectResult:
|
|
|
80
80
|
@pulumi.getter(name="teamType")
|
|
81
81
|
def team_type(self) -> builtins.str:
|
|
82
82
|
"""
|
|
83
|
-
The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:
|
|
83
|
+
The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
84
84
|
"""
|
|
85
85
|
return pulumi.get(self, "team_type")
|
|
86
86
|
|
pulumi_aiven/get_clickhouse.py
CHANGED
|
@@ -297,7 +297,7 @@ class GetClickhouseResult:
|
|
|
297
297
|
@pulumi.getter(name="serviceUri")
|
|
298
298
|
def service_uri(self) -> builtins.str:
|
|
299
299
|
"""
|
|
300
|
-
URI for
|
|
300
|
+
The service URI for the ClickHouse service, which contains the hostname and port (e.g., 'service-name.h.aivencloud.com:16539') used to connect to the service. For protocol-specific connections, see the ClickHouse service example.
|
|
301
301
|
"""
|
|
302
302
|
return pulumi.get(self, "service_uri")
|
|
303
303
|
|
pulumi_aiven/get_kafka.py
CHANGED
|
@@ -223,7 +223,7 @@ class GetKafkaResult:
|
|
|
223
223
|
@pulumi.getter
|
|
224
224
|
def karapace(self) -> builtins.bool:
|
|
225
225
|
"""
|
|
226
|
-
Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
|
|
226
|
+
Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy. This attribute is deprecated, use `schema_registry` and `kafka_rest` instead.
|
|
227
227
|
"""
|
|
228
228
|
return pulumi.get(self, "karapace")
|
|
229
229
|
|
pulumi_aiven/get_project_user.py
CHANGED
|
@@ -72,7 +72,7 @@ class GetProjectUserResult:
|
|
|
72
72
|
@pulumi.getter(name="memberType")
|
|
73
73
|
def member_type(self) -> builtins.str:
|
|
74
74
|
"""
|
|
75
|
-
Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:
|
|
75
|
+
Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "member_type")
|
|
78
78
|
|
|
@@ -28,7 +28,10 @@ class GetServiceIntegrationResult:
|
|
|
28
28
|
"""
|
|
29
29
|
A collection of values returned by getServiceIntegration.
|
|
30
30
|
"""
|
|
31
|
-
def __init__(__self__, clickhouse_kafka_user_configs=None, clickhouse_postgresql_user_configs=None, datadog_user_configs=None, destination_endpoint_id=None, destination_service_name=None, destination_service_project=None, external_aws_cloudwatch_logs_user_configs=None, external_aws_cloudwatch_metrics_user_configs=None, external_elasticsearch_logs_user_configs=None, external_opensearch_logs_user_configs=None, flink_external_postgresql_user_configs=None, id=None, integration_id=None, integration_type=None, kafka_connect_user_configs=None, kafka_logs_user_configs=None, kafka_mirrormaker_user_configs=None, logs_user_configs=None, metrics_user_configs=None, project=None, prometheus_user_configs=None, source_endpoint_id=None, source_service_name=None, source_service_project=None):
|
|
31
|
+
def __init__(__self__, clickhouse_credentials_user_configs=None, clickhouse_kafka_user_configs=None, clickhouse_postgresql_user_configs=None, datadog_user_configs=None, destination_endpoint_id=None, destination_service_name=None, destination_service_project=None, external_aws_cloudwatch_logs_user_configs=None, external_aws_cloudwatch_metrics_user_configs=None, external_elasticsearch_logs_user_configs=None, external_opensearch_logs_user_configs=None, flink_external_postgresql_user_configs=None, id=None, integration_id=None, integration_type=None, kafka_connect_user_configs=None, kafka_logs_user_configs=None, kafka_mirrormaker_user_configs=None, logs_user_configs=None, metrics_user_configs=None, project=None, prometheus_user_configs=None, source_endpoint_id=None, source_service_name=None, source_service_project=None):
|
|
32
|
+
if clickhouse_credentials_user_configs and not isinstance(clickhouse_credentials_user_configs, list):
|
|
33
|
+
raise TypeError("Expected argument 'clickhouse_credentials_user_configs' to be a list")
|
|
34
|
+
pulumi.set(__self__, "clickhouse_credentials_user_configs", clickhouse_credentials_user_configs)
|
|
32
35
|
if clickhouse_kafka_user_configs and not isinstance(clickhouse_kafka_user_configs, list):
|
|
33
36
|
raise TypeError("Expected argument 'clickhouse_kafka_user_configs' to be a list")
|
|
34
37
|
pulumi.set(__self__, "clickhouse_kafka_user_configs", clickhouse_kafka_user_configs)
|
|
@@ -102,6 +105,14 @@ class GetServiceIntegrationResult:
|
|
|
102
105
|
raise TypeError("Expected argument 'source_service_project' to be a str")
|
|
103
106
|
pulumi.set(__self__, "source_service_project", source_service_project)
|
|
104
107
|
|
|
108
|
+
@property
|
|
109
|
+
@pulumi.getter(name="clickhouseCredentialsUserConfigs")
|
|
110
|
+
def clickhouse_credentials_user_configs(self) -> Sequence['outputs.GetServiceIntegrationClickhouseCredentialsUserConfigResult']:
|
|
111
|
+
"""
|
|
112
|
+
ClickhouseCredentials user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
113
|
+
"""
|
|
114
|
+
return pulumi.get(self, "clickhouse_credentials_user_configs")
|
|
115
|
+
|
|
105
116
|
@property
|
|
106
117
|
@pulumi.getter(name="clickhouseKafkaUserConfigs")
|
|
107
118
|
def clickhouse_kafka_user_configs(self) -> Sequence['outputs.GetServiceIntegrationClickhouseKafkaUserConfigResult']:
|
|
@@ -301,6 +312,7 @@ class AwaitableGetServiceIntegrationResult(GetServiceIntegrationResult):
|
|
|
301
312
|
if False:
|
|
302
313
|
yield self
|
|
303
314
|
return GetServiceIntegrationResult(
|
|
315
|
+
clickhouse_credentials_user_configs=self.clickhouse_credentials_user_configs,
|
|
304
316
|
clickhouse_kafka_user_configs=self.clickhouse_kafka_user_configs,
|
|
305
317
|
clickhouse_postgresql_user_configs=self.clickhouse_postgresql_user_configs,
|
|
306
318
|
datadog_user_configs=self.datadog_user_configs,
|
|
@@ -362,6 +374,7 @@ def get_service_integration(destination_service_name: Optional[builtins.str] = N
|
|
|
362
374
|
__ret__ = pulumi.runtime.invoke('aiven:index/getServiceIntegration:getServiceIntegration', __args__, opts=opts, typ=GetServiceIntegrationResult).value
|
|
363
375
|
|
|
364
376
|
return AwaitableGetServiceIntegrationResult(
|
|
377
|
+
clickhouse_credentials_user_configs=pulumi.get(__ret__, 'clickhouse_credentials_user_configs'),
|
|
365
378
|
clickhouse_kafka_user_configs=pulumi.get(__ret__, 'clickhouse_kafka_user_configs'),
|
|
366
379
|
clickhouse_postgresql_user_configs=pulumi.get(__ret__, 'clickhouse_postgresql_user_configs'),
|
|
367
380
|
datadog_user_configs=pulumi.get(__ret__, 'datadog_user_configs'),
|
|
@@ -420,6 +433,7 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
|
|
|
420
433
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
421
434
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getServiceIntegration:getServiceIntegration', __args__, opts=opts, typ=GetServiceIntegrationResult)
|
|
422
435
|
return __ret__.apply(lambda __response__: GetServiceIntegrationResult(
|
|
436
|
+
clickhouse_credentials_user_configs=pulumi.get(__response__, 'clickhouse_credentials_user_configs'),
|
|
423
437
|
clickhouse_kafka_user_configs=pulumi.get(__response__, 'clickhouse_kafka_user_configs'),
|
|
424
438
|
clickhouse_postgresql_user_configs=pulumi.get(__response__, 'clickhouse_postgresql_user_configs'),
|
|
425
439
|
datadog_user_configs=pulumi.get(__response__, 'datadog_user_configs'),
|
pulumi_aiven/kafka.py
CHANGED
|
@@ -51,7 +51,7 @@ class KafkaArgs:
|
|
|
51
51
|
:param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
52
52
|
:param pulumi.Input['KafkaKafkaUserConfigArgs'] kafka_user_config: Kafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
53
53
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaKafkaArgs']]] kafkas: Kafka server connection details.
|
|
54
|
-
:param pulumi.Input[builtins.bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
|
|
54
|
+
:param pulumi.Input[builtins.bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy. This attribute is deprecated, use `schema_registry` and `kafka_rest` instead.
|
|
55
55
|
:param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
56
56
|
:param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
57
57
|
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. 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. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
@@ -215,7 +215,7 @@ class KafkaArgs:
|
|
|
215
215
|
@_utilities.deprecated("""Usage of this field is discouraged.""")
|
|
216
216
|
def karapace(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
217
217
|
"""
|
|
218
|
-
Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
|
|
218
|
+
Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy. This attribute is deprecated, use `schema_registry` and `kafka_rest` instead.
|
|
219
219
|
"""
|
|
220
220
|
return pulumi.get(self, "karapace")
|
|
221
221
|
|
|
@@ -366,7 +366,7 @@ class _KafkaState:
|
|
|
366
366
|
:param pulumi.Input[builtins.str] disk_space_used: Disk space that service is currently using
|
|
367
367
|
:param pulumi.Input['KafkaKafkaUserConfigArgs'] kafka_user_config: Kafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
368
368
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaKafkaArgs']]] kafkas: Kafka server connection details.
|
|
369
|
-
:param pulumi.Input[builtins.bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
|
|
369
|
+
:param pulumi.Input[builtins.bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy. This attribute is deprecated, use `schema_registry` and `kafka_rest` instead.
|
|
370
370
|
:param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
371
371
|
:param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
372
372
|
:param pulumi.Input[builtins.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 seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
@@ -594,7 +594,7 @@ class _KafkaState:
|
|
|
594
594
|
@_utilities.deprecated("""Usage of this field is discouraged.""")
|
|
595
595
|
def karapace(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
596
596
|
"""
|
|
597
|
-
Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
|
|
597
|
+
Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy. This attribute is deprecated, use `schema_registry` and `kafka_rest` instead.
|
|
598
598
|
"""
|
|
599
599
|
return pulumi.get(self, "karapace")
|
|
600
600
|
|
|
@@ -887,7 +887,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
887
887
|
:param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
888
888
|
:param pulumi.Input[Union['KafkaKafkaUserConfigArgs', 'KafkaKafkaUserConfigArgsDict']] kafka_user_config: Kafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
889
889
|
:param pulumi.Input[Sequence[pulumi.Input[Union['KafkaKafkaArgs', 'KafkaKafkaArgsDict']]]] kafkas: Kafka server connection details.
|
|
890
|
-
:param pulumi.Input[builtins.bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
|
|
890
|
+
:param pulumi.Input[builtins.bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy. This attribute is deprecated, use `schema_registry` and `kafka_rest` instead.
|
|
891
891
|
:param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
892
892
|
:param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
893
893
|
:param pulumi.Input[builtins.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 seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
@@ -1082,7 +1082,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
1082
1082
|
:param pulumi.Input[builtins.str] disk_space_used: Disk space that service is currently using
|
|
1083
1083
|
:param pulumi.Input[Union['KafkaKafkaUserConfigArgs', 'KafkaKafkaUserConfigArgsDict']] kafka_user_config: Kafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1084
1084
|
:param pulumi.Input[Sequence[pulumi.Input[Union['KafkaKafkaArgs', 'KafkaKafkaArgsDict']]]] kafkas: Kafka server connection details.
|
|
1085
|
-
:param pulumi.Input[builtins.bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
|
|
1085
|
+
:param pulumi.Input[builtins.bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy. This attribute is deprecated, use `schema_registry` and `kafka_rest` instead.
|
|
1086
1086
|
:param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
1087
1087
|
:param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
1088
1088
|
:param pulumi.Input[builtins.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 seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
@@ -1232,7 +1232,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
1232
1232
|
@_utilities.deprecated("""Usage of this field is discouraged.""")
|
|
1233
1233
|
def karapace(self) -> pulumi.Output[Optional[builtins.bool]]:
|
|
1234
1234
|
"""
|
|
1235
|
-
Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
|
|
1235
|
+
Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy. This attribute is deprecated, use `schema_registry` and `kafka_rest` instead.
|
|
1236
1236
|
"""
|
|
1237
1237
|
return pulumi.get(self, "karapace")
|
|
1238
1238
|
|
|
@@ -31,8 +31,8 @@ class OrganizationApplicationUserArgs:
|
|
|
31
31
|
"""
|
|
32
32
|
pulumi.set(__self__, "organization_id", organization_id)
|
|
33
33
|
if is_super_admin is not None:
|
|
34
|
-
warnings.warn("""This field is
|
|
35
|
-
pulumi.log.warn("""is_super_admin is deprecated: This field is
|
|
34
|
+
warnings.warn("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""", DeprecationWarning)
|
|
35
|
+
pulumi.log.warn("""is_super_admin is deprecated: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""")
|
|
36
36
|
if is_super_admin is not None:
|
|
37
37
|
pulumi.set(__self__, "is_super_admin", is_super_admin)
|
|
38
38
|
if name is not None:
|
|
@@ -52,7 +52,7 @@ class OrganizationApplicationUserArgs:
|
|
|
52
52
|
|
|
53
53
|
@property
|
|
54
54
|
@pulumi.getter(name="isSuperAdmin")
|
|
55
|
-
@_utilities.deprecated("""This field is
|
|
55
|
+
@_utilities.deprecated("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""")
|
|
56
56
|
def is_super_admin(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
57
57
|
"""
|
|
58
58
|
Makes the application user a super admin. The super admin role has completely unrestricted access to all organization resources and settings. This role should be limited to as few users as possible. For daily administrative tasks, assign users the organization admin role instead using the `OrganizationPermission` resource.
|
|
@@ -95,8 +95,8 @@ class _OrganizationApplicationUserState:
|
|
|
95
95
|
if email is not None:
|
|
96
96
|
pulumi.set(__self__, "email", email)
|
|
97
97
|
if is_super_admin is not None:
|
|
98
|
-
warnings.warn("""This field is
|
|
99
|
-
pulumi.log.warn("""is_super_admin is deprecated: This field is
|
|
98
|
+
warnings.warn("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""", DeprecationWarning)
|
|
99
|
+
pulumi.log.warn("""is_super_admin is deprecated: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""")
|
|
100
100
|
if is_super_admin is not None:
|
|
101
101
|
pulumi.set(__self__, "is_super_admin", is_super_admin)
|
|
102
102
|
if name is not None:
|
|
@@ -120,7 +120,7 @@ class _OrganizationApplicationUserState:
|
|
|
120
120
|
|
|
121
121
|
@property
|
|
122
122
|
@pulumi.getter(name="isSuperAdmin")
|
|
123
|
-
@_utilities.deprecated("""This field is
|
|
123
|
+
@_utilities.deprecated("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""")
|
|
124
124
|
def is_super_admin(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
125
125
|
"""
|
|
126
126
|
Makes the application user a super admin. The super admin role has completely unrestricted access to all organization resources and settings. This role should be limited to as few users as possible. For daily administrative tasks, assign users the organization admin role instead using the `OrganizationPermission` resource.
|
|
@@ -321,7 +321,7 @@ class OrganizationApplicationUser(pulumi.CustomResource):
|
|
|
321
321
|
|
|
322
322
|
@property
|
|
323
323
|
@pulumi.getter(name="isSuperAdmin")
|
|
324
|
-
@_utilities.deprecated("""This field is
|
|
324
|
+
@_utilities.deprecated("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""")
|
|
325
325
|
def is_super_admin(self) -> pulumi.Output[Optional[builtins.bool]]:
|
|
326
326
|
"""
|
|
327
327
|
Makes the application user a super admin. The super admin role has completely unrestricted access to all organization resources and settings. This role should be limited to as few users as possible. For daily administrative tasks, assign users the organization admin role instead using the `OrganizationPermission` resource.
|
|
@@ -30,7 +30,7 @@ class OrganizationGroupProjectArgs:
|
|
|
30
30
|
The set of arguments for constructing a OrganizationGroupProject resource.
|
|
31
31
|
:param pulumi.Input[builtins.str] group_id: The ID of the user group.
|
|
32
32
|
:param pulumi.Input[builtins.str] project: The project that the users in the group are members of.
|
|
33
|
-
:param pulumi.Input[builtins.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`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:
|
|
33
|
+
:param pulumi.Input[builtins.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`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
34
34
|
"""
|
|
35
35
|
pulumi.set(__self__, "group_id", group_id)
|
|
36
36
|
pulumi.set(__self__, "project", project)
|
|
@@ -66,7 +66,7 @@ class OrganizationGroupProjectArgs:
|
|
|
66
66
|
@pulumi.getter
|
|
67
67
|
def role(self) -> pulumi.Input[builtins.str]:
|
|
68
68
|
"""
|
|
69
|
-
[Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:
|
|
69
|
+
[Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
70
70
|
"""
|
|
71
71
|
return pulumi.get(self, "role")
|
|
72
72
|
|
|
@@ -95,7 +95,7 @@ class _OrganizationGroupProjectState:
|
|
|
95
95
|
Input properties used for looking up and filtering OrganizationGroupProject resources.
|
|
96
96
|
:param pulumi.Input[builtins.str] group_id: The ID of the user group.
|
|
97
97
|
:param pulumi.Input[builtins.str] project: The project that the users in the group are members of.
|
|
98
|
-
:param pulumi.Input[builtins.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`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:
|
|
98
|
+
:param pulumi.Input[builtins.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`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
99
99
|
"""
|
|
100
100
|
if group_id is not None:
|
|
101
101
|
pulumi.set(__self__, "group_id", group_id)
|
|
@@ -134,7 +134,7 @@ class _OrganizationGroupProjectState:
|
|
|
134
134
|
@pulumi.getter
|
|
135
135
|
def role(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
136
136
|
"""
|
|
137
|
-
[Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:
|
|
137
|
+
[Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
138
138
|
"""
|
|
139
139
|
return pulumi.get(self, "role")
|
|
140
140
|
|
|
@@ -203,7 +203,7 @@ class OrganizationGroupProject(pulumi.CustomResource):
|
|
|
203
203
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
204
204
|
:param pulumi.Input[builtins.str] group_id: The ID of the user group.
|
|
205
205
|
:param pulumi.Input[builtins.str] project: The project that the users in the group are members of.
|
|
206
|
-
:param pulumi.Input[builtins.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`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:
|
|
206
|
+
:param pulumi.Input[builtins.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`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
207
207
|
"""
|
|
208
208
|
...
|
|
209
209
|
@overload
|
|
@@ -308,7 +308,7 @@ class OrganizationGroupProject(pulumi.CustomResource):
|
|
|
308
308
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
309
309
|
:param pulumi.Input[builtins.str] group_id: The ID of the user group.
|
|
310
310
|
:param pulumi.Input[builtins.str] project: The project that the users in the group are members of.
|
|
311
|
-
:param pulumi.Input[builtins.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`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:
|
|
311
|
+
:param pulumi.Input[builtins.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`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
312
312
|
"""
|
|
313
313
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
314
314
|
|
|
@@ -340,7 +340,7 @@ class OrganizationGroupProject(pulumi.CustomResource):
|
|
|
340
340
|
@pulumi.getter
|
|
341
341
|
def role(self) -> pulumi.Output[builtins.str]:
|
|
342
342
|
"""
|
|
343
|
-
[Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:
|
|
343
|
+
[Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
344
344
|
"""
|
|
345
345
|
return pulumi.get(self, "role")
|
|
346
346
|
|