pulumi-aiven 6.12.0a1708492523__py3-none-any.whl → 6.13.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +28 -0
- pulumi_aiven/_inputs.py +2973 -1323
- pulumi_aiven/account.py +40 -32
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +36 -4
- pulumi_aiven/account_team_member.py +69 -35
- pulumi_aiven/account_team_project.py +52 -12
- pulumi_aiven/aws_privatelink.py +43 -39
- pulumi_aiven/aws_vpc_peering_connection.py +66 -52
- pulumi_aiven/azure_privatelink.py +53 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +80 -68
- pulumi_aiven/billing_group.py +6 -2
- pulumi_aiven/cassandra.py +17 -13
- pulumi_aiven/cassandra_user.py +27 -23
- pulumi_aiven/clickhouse.py +13 -9
- pulumi_aiven/clickhouse_database.py +27 -23
- pulumi_aiven/clickhouse_grant.py +46 -42
- pulumi_aiven/clickhouse_role.py +27 -23
- pulumi_aiven/clickhouse_user.py +27 -23
- pulumi_aiven/connection_pool.py +34 -30
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +13 -9
- pulumi_aiven/flink_application.py +20 -16
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +16 -16
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +19 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
- pulumi_aiven/get_azure_privatelink.py +21 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +7 -3
- pulumi_aiven/get_cassandra.py +7 -3
- pulumi_aiven/get_cassandra_user.py +13 -9
- pulumi_aiven/get_clickhouse.py +7 -3
- pulumi_aiven/get_clickhouse_database.py +13 -9
- pulumi_aiven/get_clickhouse_user.py +13 -9
- pulumi_aiven/get_connection_pool.py +14 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +7 -3
- pulumi_aiven/get_flink_application.py +10 -6
- pulumi_aiven/get_flink_application_version.py +10 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
- pulumi_aiven/get_grafana.py +7 -3
- pulumi_aiven/get_influx_db.py +2 -114
- pulumi_aiven/get_influxdb_database.py +2 -21
- pulumi_aiven/get_influxdb_user.py +2 -55
- pulumi_aiven/get_kafka.py +7 -3
- pulumi_aiven/get_kafka_acl.py +19 -15
- pulumi_aiven/get_kafka_connect.py +7 -3
- pulumi_aiven/get_kafka_connector.py +13 -9
- pulumi_aiven/get_kafka_mirror_maker.py +7 -3
- pulumi_aiven/get_kafka_schema.py +13 -9
- pulumi_aiven/get_kafka_schema_configuration.py +11 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +13 -9
- pulumi_aiven/get_kafka_user.py +13 -9
- pulumi_aiven/get_m3_aggregator.py +7 -3
- pulumi_aiven/get_m3_db.py +7 -3
- pulumi_aiven/get_m3db_user.py +13 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
- pulumi_aiven/get_my_sql.py +7 -3
- pulumi_aiven/get_mysql_database.py +13 -9
- pulumi_aiven/get_mysql_user.py +13 -9
- pulumi_aiven/get_open_search.py +7 -3
- pulumi_aiven/get_open_search_acl_config.py +10 -6
- pulumi_aiven/get_open_search_acl_rule.py +16 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
- pulumi_aiven/get_opensearch_user.py +13 -9
- pulumi_aiven/get_organization.py +12 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +7 -3
- pulumi_aiven/get_pg_database.py +15 -11
- pulumi_aiven/get_pg_user.py +13 -9
- pulumi_aiven/get_project.py +4 -0
- pulumi_aiven/get_project_user.py +10 -6
- pulumi_aiven/get_project_vpc.py +15 -13
- pulumi_aiven/get_redis.py +7 -3
- pulumi_aiven/get_redis_user.py +17 -13
- pulumi_aiven/get_service_component.py +4 -0
- pulumi_aiven/get_service_integration.py +68 -6
- pulumi_aiven/get_service_integration_endpoint.py +5 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
- pulumi_aiven/grafana.py +13 -9
- pulumi_aiven/influx_db.py +239 -138
- pulumi_aiven/influxdb_database.py +37 -25
- pulumi_aiven/influxdb_user.py +44 -63
- pulumi_aiven/kafka.py +19 -15
- pulumi_aiven/kafka_acl.py +41 -37
- pulumi_aiven/kafka_connect.py +13 -9
- pulumi_aiven/kafka_connector.py +29 -25
- pulumi_aiven/kafka_mirror_maker.py +13 -9
- pulumi_aiven/kafka_schema.py +53 -45
- pulumi_aiven/kafka_schema_configuration.py +20 -16
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +23 -23
- pulumi_aiven/kafka_user.py +27 -23
- pulumi_aiven/m3_aggregator.py +13 -9
- pulumi_aiven/m3_db.py +13 -9
- pulumi_aiven/m3db_user.py +27 -23
- pulumi_aiven/mirror_maker_replication_flow.py +56 -50
- pulumi_aiven/my_sql.py +13 -9
- pulumi_aiven/mysql_database.py +27 -23
- pulumi_aiven/mysql_user.py +27 -23
- pulumi_aiven/open_search.py +17 -13
- pulumi_aiven/open_search_acl_config.py +20 -16
- pulumi_aiven/open_search_acl_rule.py +34 -30
- pulumi_aiven/opensearch_security_plugin_config.py +68 -16
- pulumi_aiven/opensearch_user.py +27 -23
- pulumi_aiven/organization.py +14 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +20 -18
- pulumi_aiven/organization_user_group.py +77 -38
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +36 -32
- pulumi_aiven/outputs.py +4004 -1363
- pulumi_aiven/pg.py +16 -16
- pulumi_aiven/pg_database.py +41 -37
- pulumi_aiven/pg_user.py +27 -23
- pulumi_aiven/project.py +28 -2
- pulumi_aiven/project_user.py +20 -16
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +13 -9
- pulumi_aiven/redis_user.py +55 -51
- pulumi_aiven/service_integration.py +207 -15
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
- {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
- {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.12.0a1708492523.dist-info/RECORD +0 -146
- {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/get_pg_user.py
CHANGED
|
@@ -94,7 +94,7 @@ class GetPgUserResult:
|
|
|
94
94
|
@pulumi.getter
|
|
95
95
|
def project(self) -> str:
|
|
96
96
|
"""
|
|
97
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
97
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
98
98
|
"""
|
|
99
99
|
return pulumi.get(self, "project")
|
|
100
100
|
|
|
@@ -102,7 +102,7 @@ class GetPgUserResult:
|
|
|
102
102
|
@pulumi.getter(name="serviceName")
|
|
103
103
|
def service_name(self) -> str:
|
|
104
104
|
"""
|
|
105
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
105
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
106
106
|
"""
|
|
107
107
|
return pulumi.get(self, "service_name")
|
|
108
108
|
|
|
@@ -118,7 +118,7 @@ class GetPgUserResult:
|
|
|
118
118
|
@pulumi.getter
|
|
119
119
|
def username(self) -> str:
|
|
120
120
|
"""
|
|
121
|
-
The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference.
|
|
121
|
+
The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
122
122
|
"""
|
|
123
123
|
return pulumi.get(self, "username")
|
|
124
124
|
|
|
@@ -149,6 +149,7 @@ def get_pg_user(project: Optional[str] = None,
|
|
|
149
149
|
|
|
150
150
|
## Example Usage
|
|
151
151
|
|
|
152
|
+
<!--Start PulumiCodeChooser -->
|
|
152
153
|
```python
|
|
153
154
|
import pulumi
|
|
154
155
|
import pulumi_aiven as aiven
|
|
@@ -157,11 +158,12 @@ def get_pg_user(project: Optional[str] = None,
|
|
|
157
158
|
service_name="my-service",
|
|
158
159
|
username="user1")
|
|
159
160
|
```
|
|
161
|
+
<!--End PulumiCodeChooser -->
|
|
160
162
|
|
|
161
163
|
|
|
162
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
163
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
164
|
-
:param str username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference.
|
|
164
|
+
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
165
|
+
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
166
|
+
:param str username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
165
167
|
"""
|
|
166
168
|
__args__ = dict()
|
|
167
169
|
__args__['project'] = project
|
|
@@ -192,6 +194,7 @@ def get_pg_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
192
194
|
|
|
193
195
|
## Example Usage
|
|
194
196
|
|
|
197
|
+
<!--Start PulumiCodeChooser -->
|
|
195
198
|
```python
|
|
196
199
|
import pulumi
|
|
197
200
|
import pulumi_aiven as aiven
|
|
@@ -200,10 +203,11 @@ def get_pg_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
200
203
|
service_name="my-service",
|
|
201
204
|
username="user1")
|
|
202
205
|
```
|
|
206
|
+
<!--End PulumiCodeChooser -->
|
|
203
207
|
|
|
204
208
|
|
|
205
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
206
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
207
|
-
:param str username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference.
|
|
209
|
+
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
210
|
+
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
211
|
+
:param str username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
208
212
|
"""
|
|
209
213
|
...
|
pulumi_aiven/get_project.py
CHANGED
|
@@ -220,12 +220,14 @@ def get_project(project: Optional[str] = None,
|
|
|
220
220
|
|
|
221
221
|
## Example Usage
|
|
222
222
|
|
|
223
|
+
<!--Start PulumiCodeChooser -->
|
|
223
224
|
```python
|
|
224
225
|
import pulumi
|
|
225
226
|
import pulumi_aiven as aiven
|
|
226
227
|
|
|
227
228
|
myproject = aiven.get_project(project="<PROJECT_NAME>")
|
|
228
229
|
```
|
|
230
|
+
<!--End PulumiCodeChooser -->
|
|
229
231
|
|
|
230
232
|
|
|
231
233
|
:param str project: Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
|
|
@@ -261,12 +263,14 @@ def get_project_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
261
263
|
|
|
262
264
|
## Example Usage
|
|
263
265
|
|
|
266
|
+
<!--Start PulumiCodeChooser -->
|
|
264
267
|
```python
|
|
265
268
|
import pulumi
|
|
266
269
|
import pulumi_aiven as aiven
|
|
267
270
|
|
|
268
271
|
myproject = aiven.get_project(project="<PROJECT_NAME>")
|
|
269
272
|
```
|
|
273
|
+
<!--End PulumiCodeChooser -->
|
|
270
274
|
|
|
271
275
|
|
|
272
276
|
:param str project: Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
|
pulumi_aiven/get_project_user.py
CHANGED
|
@@ -50,7 +50,7 @@ class GetProjectUserResult:
|
|
|
50
50
|
@pulumi.getter
|
|
51
51
|
def email(self) -> str:
|
|
52
52
|
"""
|
|
53
|
-
Email address of the user. Should be lowercase.
|
|
53
|
+
Email address of the user. Should be lowercase. Changing this property forces recreation of the resource.
|
|
54
54
|
"""
|
|
55
55
|
return pulumi.get(self, "email")
|
|
56
56
|
|
|
@@ -74,7 +74,7 @@ class GetProjectUserResult:
|
|
|
74
74
|
@pulumi.getter
|
|
75
75
|
def project(self) -> str:
|
|
76
76
|
"""
|
|
77
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
77
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
78
78
|
"""
|
|
79
79
|
return pulumi.get(self, "project")
|
|
80
80
|
|
|
@@ -100,6 +100,7 @@ def get_project_user(email: Optional[str] = None,
|
|
|
100
100
|
|
|
101
101
|
## Example Usage
|
|
102
102
|
|
|
103
|
+
<!--Start PulumiCodeChooser -->
|
|
103
104
|
```python
|
|
104
105
|
import pulumi
|
|
105
106
|
import pulumi_aiven as aiven
|
|
@@ -107,10 +108,11 @@ def get_project_user(email: Optional[str] = None,
|
|
|
107
108
|
mytestuser = aiven.get_project_user(project=aiven_project["myproject"]["project"],
|
|
108
109
|
email="john.doe@example.com")
|
|
109
110
|
```
|
|
111
|
+
<!--End PulumiCodeChooser -->
|
|
110
112
|
|
|
111
113
|
|
|
112
|
-
:param str email: Email address of the user. Should be lowercase.
|
|
113
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
114
|
+
:param str email: Email address of the user. Should be lowercase. Changing this property forces recreation of the resource.
|
|
115
|
+
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
114
116
|
"""
|
|
115
117
|
__args__ = dict()
|
|
116
118
|
__args__['email'] = email
|
|
@@ -135,6 +137,7 @@ def get_project_user_output(email: Optional[pulumi.Input[str]] = None,
|
|
|
135
137
|
|
|
136
138
|
## Example Usage
|
|
137
139
|
|
|
140
|
+
<!--Start PulumiCodeChooser -->
|
|
138
141
|
```python
|
|
139
142
|
import pulumi
|
|
140
143
|
import pulumi_aiven as aiven
|
|
@@ -142,9 +145,10 @@ def get_project_user_output(email: Optional[pulumi.Input[str]] = None,
|
|
|
142
145
|
mytestuser = aiven.get_project_user(project=aiven_project["myproject"]["project"],
|
|
143
146
|
email="john.doe@example.com")
|
|
144
147
|
```
|
|
148
|
+
<!--End PulumiCodeChooser -->
|
|
145
149
|
|
|
146
150
|
|
|
147
|
-
:param str email: Email address of the user. Should be lowercase.
|
|
148
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
151
|
+
:param str email: Email address of the user. Should be lowercase. Changing this property forces recreation of the resource.
|
|
152
|
+
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
149
153
|
"""
|
|
150
154
|
...
|
pulumi_aiven/get_project_vpc.py
CHANGED
|
@@ -45,7 +45,7 @@ class GetProjectVpcResult:
|
|
|
45
45
|
@pulumi.getter(name="cloudName")
|
|
46
46
|
def cloud_name(self) -> Optional[str]:
|
|
47
47
|
"""
|
|
48
|
-
|
|
48
|
+
The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`.
|
|
49
49
|
"""
|
|
50
50
|
return pulumi.get(self, "cloud_name")
|
|
51
51
|
|
|
@@ -61,7 +61,7 @@ class GetProjectVpcResult:
|
|
|
61
61
|
@pulumi.getter(name="networkCidr")
|
|
62
62
|
def network_cidr(self) -> str:
|
|
63
63
|
"""
|
|
64
|
-
Network address range used by the VPC
|
|
64
|
+
Network address range used by the VPC. For example, `192.168.0.0/24`.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "network_cidr")
|
|
67
67
|
|
|
@@ -85,7 +85,7 @@ class GetProjectVpcResult:
|
|
|
85
85
|
@pulumi.getter(name="vpcId")
|
|
86
86
|
def vpc_id(self) -> Optional[str]:
|
|
87
87
|
"""
|
|
88
|
-
ID of the VPC. This can be used to filter out the
|
|
88
|
+
The ID of the VPC. This can be used to filter out the other VPCs if there are more than one for the project and cloud.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "vpc_id")
|
|
91
91
|
|
|
@@ -109,23 +109,24 @@ def get_project_vpc(cloud_name: Optional[str] = None,
|
|
|
109
109
|
vpc_id: Optional[str] = None,
|
|
110
110
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectVpcResult:
|
|
111
111
|
"""
|
|
112
|
-
|
|
112
|
+
Gets information about the VPC for an Aiven project.
|
|
113
113
|
|
|
114
114
|
## Example Usage
|
|
115
115
|
|
|
116
|
+
<!--Start PulumiCodeChooser -->
|
|
116
117
|
```python
|
|
117
118
|
import pulumi
|
|
118
119
|
import pulumi_aiven as aiven
|
|
119
120
|
|
|
120
|
-
|
|
121
|
+
example_vpc = aiven.get_project_vpc(project=data["aiven_project"]["example_project"]["project"],
|
|
121
122
|
cloud_name="google-europe-west1")
|
|
122
|
-
myvpc_id = aiven.get_project_vpc(vpc_id=aiven_project_vpc["vpc"]["id"])
|
|
123
123
|
```
|
|
124
|
+
<!--End PulumiCodeChooser -->
|
|
124
125
|
|
|
125
126
|
|
|
126
|
-
:param str cloud_name:
|
|
127
|
+
:param str cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`.
|
|
127
128
|
:param str project: Identifies the project this resource belongs to.
|
|
128
|
-
:param str vpc_id: ID of the VPC. This can be used to filter out the
|
|
129
|
+
:param str vpc_id: The ID of the VPC. This can be used to filter out the other VPCs if there are more than one for the project and cloud.
|
|
129
130
|
"""
|
|
130
131
|
__args__ = dict()
|
|
131
132
|
__args__['cloudName'] = cloud_name
|
|
@@ -149,22 +150,23 @@ def get_project_vpc_output(cloud_name: Optional[pulumi.Input[Optional[str]]] = N
|
|
|
149
150
|
vpc_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
150
151
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectVpcResult]:
|
|
151
152
|
"""
|
|
152
|
-
|
|
153
|
+
Gets information about the VPC for an Aiven project.
|
|
153
154
|
|
|
154
155
|
## Example Usage
|
|
155
156
|
|
|
157
|
+
<!--Start PulumiCodeChooser -->
|
|
156
158
|
```python
|
|
157
159
|
import pulumi
|
|
158
160
|
import pulumi_aiven as aiven
|
|
159
161
|
|
|
160
|
-
|
|
162
|
+
example_vpc = aiven.get_project_vpc(project=data["aiven_project"]["example_project"]["project"],
|
|
161
163
|
cloud_name="google-europe-west1")
|
|
162
|
-
myvpc_id = aiven.get_project_vpc(vpc_id=aiven_project_vpc["vpc"]["id"])
|
|
163
164
|
```
|
|
165
|
+
<!--End PulumiCodeChooser -->
|
|
164
166
|
|
|
165
167
|
|
|
166
|
-
:param str cloud_name:
|
|
168
|
+
:param str cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`.
|
|
167
169
|
:param str project: Identifies the project this resource belongs to.
|
|
168
|
-
:param str vpc_id: ID of the VPC. This can be used to filter out the
|
|
170
|
+
:param str vpc_id: The ID of the VPC. This can be used to filter out the other VPCs if there are more than one for the project and cloud.
|
|
169
171
|
"""
|
|
170
172
|
...
|
pulumi_aiven/get_redis.py
CHANGED
|
@@ -211,7 +211,7 @@ class GetRedisResult:
|
|
|
211
211
|
@pulumi.getter
|
|
212
212
|
def project(self) -> str:
|
|
213
213
|
"""
|
|
214
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
214
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
215
215
|
"""
|
|
216
216
|
return pulumi.get(self, "project")
|
|
217
217
|
|
|
@@ -389,6 +389,7 @@ def get_redis(project: Optional[str] = None,
|
|
|
389
389
|
|
|
390
390
|
## Example Usage
|
|
391
391
|
|
|
392
|
+
<!--Start PulumiCodeChooser -->
|
|
392
393
|
```python
|
|
393
394
|
import pulumi
|
|
394
395
|
import pulumi_aiven as aiven
|
|
@@ -396,9 +397,10 @@ def get_redis(project: Optional[str] = None,
|
|
|
396
397
|
redis1 = aiven.get_redis(project=data["aiven_project"]["pr1"]["project"],
|
|
397
398
|
service_name="my-redis1")
|
|
398
399
|
```
|
|
400
|
+
<!--End PulumiCodeChooser -->
|
|
399
401
|
|
|
400
402
|
|
|
401
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
403
|
+
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
402
404
|
: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.
|
|
403
405
|
"""
|
|
404
406
|
__args__ = dict()
|
|
@@ -448,6 +450,7 @@ def get_redis_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
448
450
|
|
|
449
451
|
## Example Usage
|
|
450
452
|
|
|
453
|
+
<!--Start PulumiCodeChooser -->
|
|
451
454
|
```python
|
|
452
455
|
import pulumi
|
|
453
456
|
import pulumi_aiven as aiven
|
|
@@ -455,9 +458,10 @@ def get_redis_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
455
458
|
redis1 = aiven.get_redis(project=data["aiven_project"]["pr1"]["project"],
|
|
456
459
|
service_name="my-redis1")
|
|
457
460
|
```
|
|
461
|
+
<!--End PulumiCodeChooser -->
|
|
458
462
|
|
|
459
463
|
|
|
460
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
464
|
+
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
461
465
|
: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.
|
|
462
466
|
"""
|
|
463
467
|
...
|
pulumi_aiven/get_redis_user.py
CHANGED
|
@@ -73,7 +73,7 @@ class GetRedisUserResult:
|
|
|
73
73
|
@pulumi.getter
|
|
74
74
|
def project(self) -> str:
|
|
75
75
|
"""
|
|
76
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
76
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "project")
|
|
79
79
|
|
|
@@ -81,7 +81,7 @@ class GetRedisUserResult:
|
|
|
81
81
|
@pulumi.getter(name="redisAclCategories")
|
|
82
82
|
def redis_acl_categories(self) -> Sequence[str]:
|
|
83
83
|
"""
|
|
84
|
-
Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`.
|
|
84
|
+
Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
85
85
|
"""
|
|
86
86
|
return pulumi.get(self, "redis_acl_categories")
|
|
87
87
|
|
|
@@ -89,7 +89,7 @@ class GetRedisUserResult:
|
|
|
89
89
|
@pulumi.getter(name="redisAclChannels")
|
|
90
90
|
def redis_acl_channels(self) -> Sequence[str]:
|
|
91
91
|
"""
|
|
92
|
-
Defines the permitted pub/sub channel patterns.
|
|
92
|
+
Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
|
|
93
93
|
"""
|
|
94
94
|
return pulumi.get(self, "redis_acl_channels")
|
|
95
95
|
|
|
@@ -97,7 +97,7 @@ class GetRedisUserResult:
|
|
|
97
97
|
@pulumi.getter(name="redisAclCommands")
|
|
98
98
|
def redis_acl_commands(self) -> Sequence[str]:
|
|
99
99
|
"""
|
|
100
|
-
Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
100
|
+
Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
101
101
|
"""
|
|
102
102
|
return pulumi.get(self, "redis_acl_commands")
|
|
103
103
|
|
|
@@ -105,7 +105,7 @@ class GetRedisUserResult:
|
|
|
105
105
|
@pulumi.getter(name="redisAclKeys")
|
|
106
106
|
def redis_acl_keys(self) -> Sequence[str]:
|
|
107
107
|
"""
|
|
108
|
-
Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
108
|
+
Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
109
109
|
"""
|
|
110
110
|
return pulumi.get(self, "redis_acl_keys")
|
|
111
111
|
|
|
@@ -113,7 +113,7 @@ class GetRedisUserResult:
|
|
|
113
113
|
@pulumi.getter(name="serviceName")
|
|
114
114
|
def service_name(self) -> str:
|
|
115
115
|
"""
|
|
116
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
116
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
117
117
|
"""
|
|
118
118
|
return pulumi.get(self, "service_name")
|
|
119
119
|
|
|
@@ -129,7 +129,7 @@ class GetRedisUserResult:
|
|
|
129
129
|
@pulumi.getter
|
|
130
130
|
def username(self) -> str:
|
|
131
131
|
"""
|
|
132
|
-
The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference.
|
|
132
|
+
The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
133
133
|
"""
|
|
134
134
|
return pulumi.get(self, "username")
|
|
135
135
|
|
|
@@ -161,6 +161,7 @@ def get_redis_user(project: Optional[str] = None,
|
|
|
161
161
|
|
|
162
162
|
## Example Usage
|
|
163
163
|
|
|
164
|
+
<!--Start PulumiCodeChooser -->
|
|
164
165
|
```python
|
|
165
166
|
import pulumi
|
|
166
167
|
import pulumi_aiven as aiven
|
|
@@ -169,11 +170,12 @@ def get_redis_user(project: Optional[str] = None,
|
|
|
169
170
|
service_name="my-service",
|
|
170
171
|
username="user1")
|
|
171
172
|
```
|
|
173
|
+
<!--End PulumiCodeChooser -->
|
|
172
174
|
|
|
173
175
|
|
|
174
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
175
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
176
|
-
:param str username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference.
|
|
176
|
+
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
177
|
+
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
178
|
+
:param str username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
177
179
|
"""
|
|
178
180
|
__args__ = dict()
|
|
179
181
|
__args__['project'] = project
|
|
@@ -205,6 +207,7 @@ def get_redis_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
205
207
|
|
|
206
208
|
## Example Usage
|
|
207
209
|
|
|
210
|
+
<!--Start PulumiCodeChooser -->
|
|
208
211
|
```python
|
|
209
212
|
import pulumi
|
|
210
213
|
import pulumi_aiven as aiven
|
|
@@ -213,10 +216,11 @@ def get_redis_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
213
216
|
service_name="my-service",
|
|
214
217
|
username="user1")
|
|
215
218
|
```
|
|
219
|
+
<!--End PulumiCodeChooser -->
|
|
216
220
|
|
|
217
221
|
|
|
218
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
219
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
220
|
-
:param str username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference.
|
|
222
|
+
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
223
|
+
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
224
|
+
:param str username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
221
225
|
"""
|
|
222
226
|
...
|
|
@@ -167,6 +167,7 @@ def get_service_component(component: Optional[str] = None,
|
|
|
167
167
|
|
|
168
168
|
## Example Usage
|
|
169
169
|
|
|
170
|
+
<!--Start PulumiCodeChooser -->
|
|
170
171
|
```python
|
|
171
172
|
import pulumi
|
|
172
173
|
import pulumi_aiven as aiven
|
|
@@ -177,6 +178,7 @@ def get_service_component(component: Optional[str] = None,
|
|
|
177
178
|
route="dynamic",
|
|
178
179
|
kafka_authentication_method="certificate")
|
|
179
180
|
```
|
|
181
|
+
<!--End PulumiCodeChooser -->
|
|
180
182
|
|
|
181
183
|
|
|
182
184
|
:param str component: Service component name
|
|
@@ -227,6 +229,7 @@ def get_service_component_output(component: Optional[pulumi.Input[str]] = None,
|
|
|
227
229
|
|
|
228
230
|
## Example Usage
|
|
229
231
|
|
|
232
|
+
<!--Start PulumiCodeChooser -->
|
|
230
233
|
```python
|
|
231
234
|
import pulumi
|
|
232
235
|
import pulumi_aiven as aiven
|
|
@@ -237,6 +240,7 @@ def get_service_component_output(component: Optional[pulumi.Input[str]] = None,
|
|
|
237
240
|
route="dynamic",
|
|
238
241
|
kafka_authentication_method="certificate")
|
|
239
242
|
```
|
|
243
|
+
<!--End PulumiCodeChooser -->
|
|
240
244
|
|
|
241
245
|
|
|
242
246
|
:param str component: Service component name
|
|
@@ -22,7 +22,7 @@ class GetServiceIntegrationResult:
|
|
|
22
22
|
"""
|
|
23
23
|
A collection of values returned by getServiceIntegration.
|
|
24
24
|
"""
|
|
25
|
-
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, external_aws_cloudwatch_metrics_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, source_endpoint_id=None, source_service_name=None):
|
|
25
|
+
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, 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, 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):
|
|
26
26
|
if clickhouse_kafka_user_configs and not isinstance(clickhouse_kafka_user_configs, list):
|
|
27
27
|
raise TypeError("Expected argument 'clickhouse_kafka_user_configs' to be a list")
|
|
28
28
|
pulumi.set(__self__, "clickhouse_kafka_user_configs", clickhouse_kafka_user_configs)
|
|
@@ -38,9 +38,18 @@ class GetServiceIntegrationResult:
|
|
|
38
38
|
if destination_service_name and not isinstance(destination_service_name, str):
|
|
39
39
|
raise TypeError("Expected argument 'destination_service_name' to be a str")
|
|
40
40
|
pulumi.set(__self__, "destination_service_name", destination_service_name)
|
|
41
|
+
if external_aws_cloudwatch_logs_user_configs and not isinstance(external_aws_cloudwatch_logs_user_configs, list):
|
|
42
|
+
raise TypeError("Expected argument 'external_aws_cloudwatch_logs_user_configs' to be a list")
|
|
43
|
+
pulumi.set(__self__, "external_aws_cloudwatch_logs_user_configs", external_aws_cloudwatch_logs_user_configs)
|
|
41
44
|
if external_aws_cloudwatch_metrics_user_configs and not isinstance(external_aws_cloudwatch_metrics_user_configs, list):
|
|
42
45
|
raise TypeError("Expected argument 'external_aws_cloudwatch_metrics_user_configs' to be a list")
|
|
43
46
|
pulumi.set(__self__, "external_aws_cloudwatch_metrics_user_configs", external_aws_cloudwatch_metrics_user_configs)
|
|
47
|
+
if external_elasticsearch_logs_user_configs and not isinstance(external_elasticsearch_logs_user_configs, list):
|
|
48
|
+
raise TypeError("Expected argument 'external_elasticsearch_logs_user_configs' to be a list")
|
|
49
|
+
pulumi.set(__self__, "external_elasticsearch_logs_user_configs", external_elasticsearch_logs_user_configs)
|
|
50
|
+
if external_opensearch_logs_user_configs and not isinstance(external_opensearch_logs_user_configs, list):
|
|
51
|
+
raise TypeError("Expected argument 'external_opensearch_logs_user_configs' to be a list")
|
|
52
|
+
pulumi.set(__self__, "external_opensearch_logs_user_configs", external_opensearch_logs_user_configs)
|
|
44
53
|
if id and not isinstance(id, str):
|
|
45
54
|
raise TypeError("Expected argument 'id' to be a str")
|
|
46
55
|
pulumi.set(__self__, "id", id)
|
|
@@ -68,6 +77,9 @@ class GetServiceIntegrationResult:
|
|
|
68
77
|
if project and not isinstance(project, str):
|
|
69
78
|
raise TypeError("Expected argument 'project' to be a str")
|
|
70
79
|
pulumi.set(__self__, "project", project)
|
|
80
|
+
if prometheus_user_configs and not isinstance(prometheus_user_configs, list):
|
|
81
|
+
raise TypeError("Expected argument 'prometheus_user_configs' to be a list")
|
|
82
|
+
pulumi.set(__self__, "prometheus_user_configs", prometheus_user_configs)
|
|
71
83
|
if source_endpoint_id and not isinstance(source_endpoint_id, str):
|
|
72
84
|
raise TypeError("Expected argument 'source_endpoint_id' to be a str")
|
|
73
85
|
pulumi.set(__self__, "source_endpoint_id", source_endpoint_id)
|
|
@@ -115,6 +127,14 @@ class GetServiceIntegrationResult:
|
|
|
115
127
|
"""
|
|
116
128
|
return pulumi.get(self, "destination_service_name")
|
|
117
129
|
|
|
130
|
+
@property
|
|
131
|
+
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfigs")
|
|
132
|
+
def external_aws_cloudwatch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalAwsCloudwatchLogsUserConfigResult']:
|
|
133
|
+
"""
|
|
134
|
+
ExternalAwsCloudwatchLogs user configurable settings
|
|
135
|
+
"""
|
|
136
|
+
return pulumi.get(self, "external_aws_cloudwatch_logs_user_configs")
|
|
137
|
+
|
|
118
138
|
@property
|
|
119
139
|
@pulumi.getter(name="externalAwsCloudwatchMetricsUserConfigs")
|
|
120
140
|
def external_aws_cloudwatch_metrics_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigResult']:
|
|
@@ -123,6 +143,22 @@ class GetServiceIntegrationResult:
|
|
|
123
143
|
"""
|
|
124
144
|
return pulumi.get(self, "external_aws_cloudwatch_metrics_user_configs")
|
|
125
145
|
|
|
146
|
+
@property
|
|
147
|
+
@pulumi.getter(name="externalElasticsearchLogsUserConfigs")
|
|
148
|
+
def external_elasticsearch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalElasticsearchLogsUserConfigResult']:
|
|
149
|
+
"""
|
|
150
|
+
ExternalElasticsearchLogs user configurable settings
|
|
151
|
+
"""
|
|
152
|
+
return pulumi.get(self, "external_elasticsearch_logs_user_configs")
|
|
153
|
+
|
|
154
|
+
@property
|
|
155
|
+
@pulumi.getter(name="externalOpensearchLogsUserConfigs")
|
|
156
|
+
def external_opensearch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalOpensearchLogsUserConfigResult']:
|
|
157
|
+
"""
|
|
158
|
+
ExternalOpensearchLogs user configurable settings
|
|
159
|
+
"""
|
|
160
|
+
return pulumi.get(self, "external_opensearch_logs_user_configs")
|
|
161
|
+
|
|
126
162
|
@property
|
|
127
163
|
@pulumi.getter
|
|
128
164
|
def id(self) -> str:
|
|
@@ -143,7 +179,7 @@ class GetServiceIntegrationResult:
|
|
|
143
179
|
@pulumi.getter(name="integrationType")
|
|
144
180
|
def integration_type(self) -> str:
|
|
145
181
|
"""
|
|
146
|
-
Type of the service integration. Possible values: `alertmanager`, `cassandra_cross_service_cluster`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`
|
|
182
|
+
Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
147
183
|
"""
|
|
148
184
|
return pulumi.get(self, "integration_type")
|
|
149
185
|
|
|
@@ -195,6 +231,14 @@ class GetServiceIntegrationResult:
|
|
|
195
231
|
"""
|
|
196
232
|
return pulumi.get(self, "project")
|
|
197
233
|
|
|
234
|
+
@property
|
|
235
|
+
@pulumi.getter(name="prometheusUserConfigs")
|
|
236
|
+
def prometheus_user_configs(self) -> Sequence['outputs.GetServiceIntegrationPrometheusUserConfigResult']:
|
|
237
|
+
"""
|
|
238
|
+
Prometheus user configurable settings
|
|
239
|
+
"""
|
|
240
|
+
return pulumi.get(self, "prometheus_user_configs")
|
|
241
|
+
|
|
198
242
|
@property
|
|
199
243
|
@pulumi.getter(name="sourceEndpointId")
|
|
200
244
|
def source_endpoint_id(self) -> str:
|
|
@@ -223,7 +267,10 @@ class AwaitableGetServiceIntegrationResult(GetServiceIntegrationResult):
|
|
|
223
267
|
datadog_user_configs=self.datadog_user_configs,
|
|
224
268
|
destination_endpoint_id=self.destination_endpoint_id,
|
|
225
269
|
destination_service_name=self.destination_service_name,
|
|
270
|
+
external_aws_cloudwatch_logs_user_configs=self.external_aws_cloudwatch_logs_user_configs,
|
|
226
271
|
external_aws_cloudwatch_metrics_user_configs=self.external_aws_cloudwatch_metrics_user_configs,
|
|
272
|
+
external_elasticsearch_logs_user_configs=self.external_elasticsearch_logs_user_configs,
|
|
273
|
+
external_opensearch_logs_user_configs=self.external_opensearch_logs_user_configs,
|
|
227
274
|
id=self.id,
|
|
228
275
|
integration_id=self.integration_id,
|
|
229
276
|
integration_type=self.integration_type,
|
|
@@ -233,6 +280,7 @@ class AwaitableGetServiceIntegrationResult(GetServiceIntegrationResult):
|
|
|
233
280
|
logs_user_configs=self.logs_user_configs,
|
|
234
281
|
metrics_user_configs=self.metrics_user_configs,
|
|
235
282
|
project=self.project,
|
|
283
|
+
prometheus_user_configs=self.prometheus_user_configs,
|
|
236
284
|
source_endpoint_id=self.source_endpoint_id,
|
|
237
285
|
source_service_name=self.source_service_name)
|
|
238
286
|
|
|
@@ -245,10 +293,14 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
245
293
|
"""
|
|
246
294
|
The Service Integration data source provides information about the existing Aiven Service Integration.
|
|
247
295
|
|
|
248
|
-
Service Integration defines an integration between two Aiven services or between Aiven service and an external
|
|
296
|
+
Service Integration defines an integration between two Aiven services or between Aiven service and an external
|
|
297
|
+
integration endpoint. Integration could be for example sending metrics from Kafka service to an M3DB service,
|
|
298
|
+
getting metrics from an M3Db service to a Grafana service to show dashboards, sending logs from any service to
|
|
299
|
+
OpenSearch, etc.
|
|
249
300
|
|
|
250
301
|
## Example Usage
|
|
251
302
|
|
|
303
|
+
<!--Start PulumiCodeChooser -->
|
|
252
304
|
```python
|
|
253
305
|
import pulumi
|
|
254
306
|
import pulumi_aiven as aiven
|
|
@@ -258,10 +310,11 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
258
310
|
integration_type="datadog",
|
|
259
311
|
source_service_name="<SOURCE_SERVICE_NAME>")
|
|
260
312
|
```
|
|
313
|
+
<!--End PulumiCodeChooser -->
|
|
261
314
|
|
|
262
315
|
|
|
263
316
|
:param str destination_service_name: Destination service for the integration (if any)
|
|
264
|
-
:param str integration_type: Type of the service integration. Possible values: `alertmanager`, `cassandra_cross_service_cluster`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`
|
|
317
|
+
:param str integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
265
318
|
:param str project: Project the integration belongs to
|
|
266
319
|
:param str source_service_name: Source service for the integration (if any)
|
|
267
320
|
"""
|
|
@@ -279,7 +332,10 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
279
332
|
datadog_user_configs=pulumi.get(__ret__, 'datadog_user_configs'),
|
|
280
333
|
destination_endpoint_id=pulumi.get(__ret__, 'destination_endpoint_id'),
|
|
281
334
|
destination_service_name=pulumi.get(__ret__, 'destination_service_name'),
|
|
335
|
+
external_aws_cloudwatch_logs_user_configs=pulumi.get(__ret__, 'external_aws_cloudwatch_logs_user_configs'),
|
|
282
336
|
external_aws_cloudwatch_metrics_user_configs=pulumi.get(__ret__, 'external_aws_cloudwatch_metrics_user_configs'),
|
|
337
|
+
external_elasticsearch_logs_user_configs=pulumi.get(__ret__, 'external_elasticsearch_logs_user_configs'),
|
|
338
|
+
external_opensearch_logs_user_configs=pulumi.get(__ret__, 'external_opensearch_logs_user_configs'),
|
|
283
339
|
id=pulumi.get(__ret__, 'id'),
|
|
284
340
|
integration_id=pulumi.get(__ret__, 'integration_id'),
|
|
285
341
|
integration_type=pulumi.get(__ret__, 'integration_type'),
|
|
@@ -289,6 +345,7 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
289
345
|
logs_user_configs=pulumi.get(__ret__, 'logs_user_configs'),
|
|
290
346
|
metrics_user_configs=pulumi.get(__ret__, 'metrics_user_configs'),
|
|
291
347
|
project=pulumi.get(__ret__, 'project'),
|
|
348
|
+
prometheus_user_configs=pulumi.get(__ret__, 'prometheus_user_configs'),
|
|
292
349
|
source_endpoint_id=pulumi.get(__ret__, 'source_endpoint_id'),
|
|
293
350
|
source_service_name=pulumi.get(__ret__, 'source_service_name'))
|
|
294
351
|
|
|
@@ -302,10 +359,14 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
|
|
|
302
359
|
"""
|
|
303
360
|
The Service Integration data source provides information about the existing Aiven Service Integration.
|
|
304
361
|
|
|
305
|
-
Service Integration defines an integration between two Aiven services or between Aiven service and an external
|
|
362
|
+
Service Integration defines an integration between two Aiven services or between Aiven service and an external
|
|
363
|
+
integration endpoint. Integration could be for example sending metrics from Kafka service to an M3DB service,
|
|
364
|
+
getting metrics from an M3Db service to a Grafana service to show dashboards, sending logs from any service to
|
|
365
|
+
OpenSearch, etc.
|
|
306
366
|
|
|
307
367
|
## Example Usage
|
|
308
368
|
|
|
369
|
+
<!--Start PulumiCodeChooser -->
|
|
309
370
|
```python
|
|
310
371
|
import pulumi
|
|
311
372
|
import pulumi_aiven as aiven
|
|
@@ -315,10 +376,11 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
|
|
|
315
376
|
integration_type="datadog",
|
|
316
377
|
source_service_name="<SOURCE_SERVICE_NAME>")
|
|
317
378
|
```
|
|
379
|
+
<!--End PulumiCodeChooser -->
|
|
318
380
|
|
|
319
381
|
|
|
320
382
|
:param str destination_service_name: Destination service for the integration (if any)
|
|
321
|
-
:param str integration_type: Type of the service integration. Possible values: `alertmanager`, `cassandra_cross_service_cluster`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`
|
|
383
|
+
:param str integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
322
384
|
:param str project: Project the integration belongs to
|
|
323
385
|
:param str source_service_name: Source service for the integration (if any)
|
|
324
386
|
"""
|