pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.14.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 +2623 -1138
- pulumi_aiven/account.py +8 -8
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +6 -6
- pulumi_aiven/account_team_member.py +27 -31
- pulumi_aiven/account_team_project.py +12 -12
- pulumi_aiven/aws_privatelink.py +39 -43
- pulumi_aiven/aws_vpc_peering_connection.py +62 -56
- pulumi_aiven/azure_privatelink.py +49 -53
- pulumi_aiven/azure_privatelink_connection_approval.py +131 -33
- pulumi_aiven/azure_vpc_peering_connection.py +76 -72
- pulumi_aiven/billing_group.py +18 -18
- pulumi_aiven/cassandra.py +25 -57
- pulumi_aiven/cassandra_user.py +25 -29
- pulumi_aiven/clickhouse.py +25 -57
- pulumi_aiven/clickhouse_database.py +31 -33
- pulumi_aiven/clickhouse_grant.py +56 -58
- pulumi_aiven/clickhouse_role.py +23 -27
- pulumi_aiven/clickhouse_user.py +25 -29
- pulumi_aiven/connection_pool.py +38 -42
- pulumi_aiven/dragonfly.py +1205 -0
- pulumi_aiven/flink.py +32 -36
- pulumi_aiven/flink_application.py +22 -24
- pulumi_aiven/flink_application_deployment.py +28 -28
- pulumi_aiven/flink_application_version.py +96 -14
- pulumi_aiven/gcp_privatelink.py +40 -40
- pulumi_aiven/gcp_privatelink_connection_approval.py +47 -47
- pulumi_aiven/gcp_vpc_peering_connection.py +39 -43
- pulumi_aiven/get_account.py +0 -4
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +15 -19
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -27
- pulumi_aiven/get_azure_privatelink.py +17 -21
- pulumi_aiven/get_azure_vpc_peering_connection.py +50 -22
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +7 -24
- pulumi_aiven/get_cassandra.py +7 -24
- pulumi_aiven/get_cassandra_user.py +13 -17
- pulumi_aiven/get_clickhouse.py +7 -24
- pulumi_aiven/get_clickhouse_database.py +13 -17
- pulumi_aiven/get_clickhouse_user.py +13 -17
- pulumi_aiven/get_connection_pool.py +14 -18
- pulumi_aiven/get_dragonfly.py +450 -0
- pulumi_aiven/get_flink.py +6 -10
- pulumi_aiven/get_flink_application.py +8 -12
- pulumi_aiven/get_flink_application_version.py +8 -12
- pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -22
- pulumi_aiven/get_grafana.py +7 -24
- pulumi_aiven/get_kafka.py +13 -17
- pulumi_aiven/get_kafka_acl.py +19 -23
- pulumi_aiven/get_kafka_connect.py +7 -24
- pulumi_aiven/get_kafka_connector.py +13 -17
- pulumi_aiven/get_kafka_mirror_maker.py +7 -24
- pulumi_aiven/get_kafka_schema.py +13 -17
- pulumi_aiven/get_kafka_schema_configuration.py +11 -15
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +19 -23
- pulumi_aiven/get_kafka_user.py +13 -17
- pulumi_aiven/get_m3_aggregator.py +7 -24
- pulumi_aiven/get_m3_db.py +7 -24
- pulumi_aiven/get_m3db_user.py +13 -17
- pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
- pulumi_aiven/get_my_sql.py +7 -24
- pulumi_aiven/get_mysql_database.py +13 -17
- pulumi_aiven/get_mysql_user.py +13 -17
- pulumi_aiven/get_open_search.py +6 -10
- pulumi_aiven/get_open_search_acl_config.py +10 -14
- pulumi_aiven/get_open_search_acl_rule.py +16 -20
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
- pulumi_aiven/get_opensearch_user.py +13 -17
- pulumi_aiven/get_organization.py +8 -12
- pulumi_aiven/get_organization_user_group.py +29 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +6 -10
- pulumi_aiven/get_pg_database.py +15 -19
- pulumi_aiven/get_pg_user.py +13 -17
- pulumi_aiven/get_project.py +17 -21
- pulumi_aiven/get_project_user.py +9 -13
- pulumi_aiven/get_project_vpc.py +11 -17
- pulumi_aiven/get_redis.py +7 -24
- pulumi_aiven/get_redis_user.py +17 -21
- pulumi_aiven/get_service_component.py +4 -8
- pulumi_aiven/get_service_integration.py +75 -37
- pulumi_aiven/get_service_integration_endpoint.py +3 -7
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +11 -15
- pulumi_aiven/grafana.py +82 -267
- pulumi_aiven/influx_db.py +28 -28
- pulumi_aiven/influxdb_database.py +35 -35
- pulumi_aiven/influxdb_user.py +42 -42
- pulumi_aiven/kafka.py +50 -54
- pulumi_aiven/kafka_acl.py +41 -45
- pulumi_aiven/kafka_connect.py +80 -267
- pulumi_aiven/kafka_connector.py +33 -37
- pulumi_aiven/kafka_mirror_maker.py +80 -267
- pulumi_aiven/kafka_schema.py +51 -51
- pulumi_aiven/kafka_schema_configuration.py +20 -24
- pulumi_aiven/kafka_schema_registry_acl.py +75 -35
- pulumi_aiven/kafka_topic.py +91 -53
- pulumi_aiven/kafka_user.py +25 -29
- pulumi_aiven/m3_aggregator.py +80 -267
- pulumi_aiven/m3_db.py +80 -267
- pulumi_aiven/m3db_user.py +23 -27
- pulumi_aiven/mirror_maker_replication_flow.py +58 -60
- pulumi_aiven/my_sql.py +80 -267
- pulumi_aiven/mysql_database.py +27 -31
- pulumi_aiven/mysql_user.py +25 -29
- pulumi_aiven/open_search.py +27 -31
- pulumi_aiven/open_search_acl_config.py +28 -36
- pulumi_aiven/open_search_acl_rule.py +50 -54
- pulumi_aiven/opensearch_security_plugin_config.py +64 -16
- pulumi_aiven/opensearch_user.py +25 -29
- pulumi_aiven/organization.py +10 -14
- pulumi_aiven/organization_group_project.py +336 -0
- pulumi_aiven/organization_user.py +16 -34
- pulumi_aiven/organization_user_group.py +59 -23
- pulumi_aiven/organization_user_group_member.py +350 -0
- pulumi_aiven/organizational_unit.py +36 -36
- pulumi_aiven/outputs.py +3539 -1136
- pulumi_aiven/pg.py +30 -30
- pulumi_aiven/pg_database.py +41 -45
- pulumi_aiven/pg_user.py +25 -29
- pulumi_aiven/project.py +91 -69
- pulumi_aiven/project_user.py +24 -28
- pulumi_aiven/project_vpc.py +49 -25
- pulumi_aiven/redis.py +80 -267
- pulumi_aiven/redis_user.py +53 -57
- pulumi_aiven/service_integration.py +249 -65
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +25 -29
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
|
@@ -45,7 +45,7 @@ class GetOrganizationalUnitResult:
|
|
|
45
45
|
@pulumi.getter(name="createTime")
|
|
46
46
|
def create_time(self) -> str:
|
|
47
47
|
"""
|
|
48
|
-
Time of creation
|
|
48
|
+
Time of creation.
|
|
49
49
|
"""
|
|
50
50
|
return pulumi.get(self, "create_time")
|
|
51
51
|
|
|
@@ -61,7 +61,7 @@ class GetOrganizationalUnitResult:
|
|
|
61
61
|
@pulumi.getter
|
|
62
62
|
def name(self) -> str:
|
|
63
63
|
"""
|
|
64
|
-
|
|
64
|
+
The name of the organizational unit.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "name")
|
|
67
67
|
|
|
@@ -69,7 +69,7 @@ class GetOrganizationalUnitResult:
|
|
|
69
69
|
@pulumi.getter(name="parentId")
|
|
70
70
|
def parent_id(self) -> str:
|
|
71
71
|
"""
|
|
72
|
-
|
|
72
|
+
The ID of the organization that the unit is created in.
|
|
73
73
|
"""
|
|
74
74
|
return pulumi.get(self, "parent_id")
|
|
75
75
|
|
|
@@ -77,7 +77,7 @@ class GetOrganizationalUnitResult:
|
|
|
77
77
|
@pulumi.getter(name="tenantId")
|
|
78
78
|
def tenant_id(self) -> str:
|
|
79
79
|
"""
|
|
80
|
-
Tenant ID
|
|
80
|
+
Tenant ID.
|
|
81
81
|
"""
|
|
82
82
|
return pulumi.get(self, "tenant_id")
|
|
83
83
|
|
|
@@ -85,7 +85,7 @@ class GetOrganizationalUnitResult:
|
|
|
85
85
|
@pulumi.getter(name="updateTime")
|
|
86
86
|
def update_time(self) -> str:
|
|
87
87
|
"""
|
|
88
|
-
Time of last update
|
|
88
|
+
Time of last update.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "update_time")
|
|
91
91
|
|
|
@@ -107,10 +107,10 @@ class AwaitableGetOrganizationalUnitResult(GetOrganizationalUnitResult):
|
|
|
107
107
|
def get_organizational_unit(name: Optional[str] = None,
|
|
108
108
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOrganizationalUnitResult:
|
|
109
109
|
"""
|
|
110
|
-
|
|
110
|
+
Gets information about an organizational unit.
|
|
111
111
|
|
|
112
112
|
|
|
113
|
-
:param str name:
|
|
113
|
+
:param str name: The name of the organizational unit.
|
|
114
114
|
"""
|
|
115
115
|
__args__ = dict()
|
|
116
116
|
__args__['name'] = name
|
|
@@ -130,9 +130,9 @@ def get_organizational_unit(name: Optional[str] = None,
|
|
|
130
130
|
def get_organizational_unit_output(name: Optional[pulumi.Input[str]] = None,
|
|
131
131
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationalUnitResult]:
|
|
132
132
|
"""
|
|
133
|
-
|
|
133
|
+
Gets information about an organizational unit.
|
|
134
134
|
|
|
135
135
|
|
|
136
|
-
:param str name:
|
|
136
|
+
:param str name: The name of the organizational unit.
|
|
137
137
|
"""
|
|
138
138
|
...
|
pulumi_aiven/get_pg.py
CHANGED
|
@@ -227,7 +227,7 @@ class GetPgResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
|
|
230
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -331,7 +331,7 @@ class GetPgResult:
|
|
|
331
331
|
@pulumi.getter(name="techEmails")
|
|
332
332
|
def tech_emails(self) -> Sequence['outputs.GetPgTechEmailResult']:
|
|
333
333
|
"""
|
|
334
|
-
|
|
334
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
335
335
|
"""
|
|
336
336
|
return pulumi.get(self, "tech_emails")
|
|
337
337
|
|
|
@@ -389,18 +389,16 @@ def get_pg(project: Optional[str] = None,
|
|
|
389
389
|
|
|
390
390
|
## Example Usage
|
|
391
391
|
|
|
392
|
-
<!--Start PulumiCodeChooser -->
|
|
393
392
|
```python
|
|
394
393
|
import pulumi
|
|
395
394
|
import pulumi_aiven as aiven
|
|
396
395
|
|
|
397
|
-
pg = aiven.get_pg(project=
|
|
396
|
+
pg = aiven.get_pg(project=pr1["project"],
|
|
398
397
|
service_name="my-pg1")
|
|
399
398
|
```
|
|
400
|
-
<!--End PulumiCodeChooser -->
|
|
401
399
|
|
|
402
400
|
|
|
403
|
-
:param str project:
|
|
401
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
404
402
|
: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.
|
|
405
403
|
"""
|
|
406
404
|
__args__ = dict()
|
|
@@ -450,18 +448,16 @@ def get_pg_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
450
448
|
|
|
451
449
|
## Example Usage
|
|
452
450
|
|
|
453
|
-
<!--Start PulumiCodeChooser -->
|
|
454
451
|
```python
|
|
455
452
|
import pulumi
|
|
456
453
|
import pulumi_aiven as aiven
|
|
457
454
|
|
|
458
|
-
pg = aiven.get_pg(project=
|
|
455
|
+
pg = aiven.get_pg(project=pr1["project"],
|
|
459
456
|
service_name="my-pg1")
|
|
460
457
|
```
|
|
461
|
-
<!--End PulumiCodeChooser -->
|
|
462
458
|
|
|
463
459
|
|
|
464
|
-
:param str project:
|
|
460
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
465
461
|
: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.
|
|
466
462
|
"""
|
|
467
463
|
...
|
pulumi_aiven/get_pg_database.py
CHANGED
|
@@ -48,7 +48,7 @@ class GetPgDatabaseResult:
|
|
|
48
48
|
@pulumi.getter(name="databaseName")
|
|
49
49
|
def database_name(self) -> str:
|
|
50
50
|
"""
|
|
51
|
-
The name of the service database.
|
|
51
|
+
The name of the service database. Changing this property forces recreation of the resource.
|
|
52
52
|
"""
|
|
53
53
|
return pulumi.get(self, "database_name")
|
|
54
54
|
|
|
@@ -64,7 +64,7 @@ class GetPgDatabaseResult:
|
|
|
64
64
|
@pulumi.getter(name="lcCollate")
|
|
65
65
|
def lc_collate(self) -> str:
|
|
66
66
|
"""
|
|
67
|
-
Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`.
|
|
67
|
+
Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "lc_collate")
|
|
70
70
|
|
|
@@ -72,7 +72,7 @@ class GetPgDatabaseResult:
|
|
|
72
72
|
@pulumi.getter(name="lcCtype")
|
|
73
73
|
def lc_ctype(self) -> str:
|
|
74
74
|
"""
|
|
75
|
-
Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`.
|
|
75
|
+
Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "lc_ctype")
|
|
78
78
|
|
|
@@ -80,7 +80,7 @@ class GetPgDatabaseResult:
|
|
|
80
80
|
@pulumi.getter
|
|
81
81
|
def project(self) -> str:
|
|
82
82
|
"""
|
|
83
|
-
|
|
83
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
84
84
|
"""
|
|
85
85
|
return pulumi.get(self, "project")
|
|
86
86
|
|
|
@@ -88,7 +88,7 @@ class GetPgDatabaseResult:
|
|
|
88
88
|
@pulumi.getter(name="serviceName")
|
|
89
89
|
def service_name(self) -> str:
|
|
90
90
|
"""
|
|
91
|
-
|
|
91
|
+
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.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "service_name")
|
|
94
94
|
|
|
@@ -122,21 +122,19 @@ def get_pg_database(database_name: Optional[str] = None,
|
|
|
122
122
|
|
|
123
123
|
## Example Usage
|
|
124
124
|
|
|
125
|
-
<!--Start PulumiCodeChooser -->
|
|
126
125
|
```python
|
|
127
126
|
import pulumi
|
|
128
127
|
import pulumi_aiven as aiven
|
|
129
128
|
|
|
130
|
-
mydatabase = aiven.get_pg_database(project=
|
|
131
|
-
service_name=
|
|
129
|
+
mydatabase = aiven.get_pg_database(project=myproject["project"],
|
|
130
|
+
service_name=mypg["serviceName"],
|
|
132
131
|
database_name="<DATABASE_NAME>")
|
|
133
132
|
```
|
|
134
|
-
<!--End PulumiCodeChooser -->
|
|
135
133
|
|
|
136
134
|
|
|
137
|
-
:param str database_name: The name of the service database.
|
|
138
|
-
:param str project:
|
|
139
|
-
:param str service_name:
|
|
135
|
+
:param str database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
136
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
137
|
+
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
140
138
|
"""
|
|
141
139
|
__args__ = dict()
|
|
142
140
|
__args__['databaseName'] = database_name
|
|
@@ -165,20 +163,18 @@ def get_pg_database_output(database_name: Optional[pulumi.Input[str]] = None,
|
|
|
165
163
|
|
|
166
164
|
## Example Usage
|
|
167
165
|
|
|
168
|
-
<!--Start PulumiCodeChooser -->
|
|
169
166
|
```python
|
|
170
167
|
import pulumi
|
|
171
168
|
import pulumi_aiven as aiven
|
|
172
169
|
|
|
173
|
-
mydatabase = aiven.get_pg_database(project=
|
|
174
|
-
service_name=
|
|
170
|
+
mydatabase = aiven.get_pg_database(project=myproject["project"],
|
|
171
|
+
service_name=mypg["serviceName"],
|
|
175
172
|
database_name="<DATABASE_NAME>")
|
|
176
173
|
```
|
|
177
|
-
<!--End PulumiCodeChooser -->
|
|
178
174
|
|
|
179
175
|
|
|
180
|
-
:param str database_name: The name of the service database.
|
|
181
|
-
:param str project:
|
|
182
|
-
:param str service_name:
|
|
176
|
+
:param str database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
177
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
178
|
+
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
183
179
|
"""
|
|
184
180
|
...
|
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
|
-
|
|
97
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
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
|
-
|
|
105
|
+
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,21 +149,19 @@ def get_pg_user(project: Optional[str] = None,
|
|
|
149
149
|
|
|
150
150
|
## Example Usage
|
|
151
151
|
|
|
152
|
-
<!--Start PulumiCodeChooser -->
|
|
153
152
|
```python
|
|
154
153
|
import pulumi
|
|
155
154
|
import pulumi_aiven as aiven
|
|
156
155
|
|
|
157
|
-
user = aiven.get_pg_user(
|
|
158
|
-
|
|
156
|
+
user = aiven.get_pg_user(service_name="my-service",
|
|
157
|
+
project="my-project",
|
|
159
158
|
username="user1")
|
|
160
159
|
```
|
|
161
|
-
<!--End PulumiCodeChooser -->
|
|
162
160
|
|
|
163
161
|
|
|
164
|
-
:param str project:
|
|
165
|
-
:param str service_name:
|
|
166
|
-
:param str username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference.
|
|
162
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
163
|
+
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
164
|
+
: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.
|
|
167
165
|
"""
|
|
168
166
|
__args__ = dict()
|
|
169
167
|
__args__['project'] = project
|
|
@@ -194,20 +192,18 @@ def get_pg_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
194
192
|
|
|
195
193
|
## Example Usage
|
|
196
194
|
|
|
197
|
-
<!--Start PulumiCodeChooser -->
|
|
198
195
|
```python
|
|
199
196
|
import pulumi
|
|
200
197
|
import pulumi_aiven as aiven
|
|
201
198
|
|
|
202
|
-
user = aiven.get_pg_user(
|
|
203
|
-
|
|
199
|
+
user = aiven.get_pg_user(service_name="my-service",
|
|
200
|
+
project="my-project",
|
|
204
201
|
username="user1")
|
|
205
202
|
```
|
|
206
|
-
<!--End PulumiCodeChooser -->
|
|
207
203
|
|
|
208
204
|
|
|
209
|
-
:param str project:
|
|
210
|
-
:param str service_name:
|
|
211
|
-
:param str username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference.
|
|
205
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
206
|
+
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
207
|
+
: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.
|
|
212
208
|
"""
|
|
213
209
|
...
|
pulumi_aiven/get_project.py
CHANGED
|
@@ -73,7 +73,7 @@ class GetProjectResult:
|
|
|
73
73
|
@pulumi.getter(name="accountId")
|
|
74
74
|
def account_id(self) -> str:
|
|
75
75
|
"""
|
|
76
|
-
|
|
76
|
+
Link a project to an existing account using its account ID. This field is deprecated. Use `parent_id` instead. To set up proper dependencies please refer to this variable as a reference.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "account_id")
|
|
79
79
|
|
|
@@ -89,7 +89,7 @@ class GetProjectResult:
|
|
|
89
89
|
@pulumi.getter(name="availableCredits")
|
|
90
90
|
def available_credits(self) -> str:
|
|
91
91
|
"""
|
|
92
|
-
The
|
|
92
|
+
The number of trial or promotional credits remaining for this project.
|
|
93
93
|
"""
|
|
94
94
|
return pulumi.get(self, "available_credits")
|
|
95
95
|
|
|
@@ -97,7 +97,7 @@ class GetProjectResult:
|
|
|
97
97
|
@pulumi.getter(name="billingGroup")
|
|
98
98
|
def billing_group(self) -> str:
|
|
99
99
|
"""
|
|
100
|
-
The
|
|
100
|
+
The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
|
|
101
101
|
"""
|
|
102
102
|
return pulumi.get(self, "billing_group")
|
|
103
103
|
|
|
@@ -105,7 +105,7 @@ class GetProjectResult:
|
|
|
105
105
|
@pulumi.getter(name="caCert")
|
|
106
106
|
def ca_cert(self) -> str:
|
|
107
107
|
"""
|
|
108
|
-
The CA certificate
|
|
108
|
+
The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
|
|
109
109
|
"""
|
|
110
110
|
return pulumi.get(self, "ca_cert")
|
|
111
111
|
|
|
@@ -113,7 +113,7 @@ class GetProjectResult:
|
|
|
113
113
|
@pulumi.getter(name="copyFromProject")
|
|
114
114
|
def copy_from_project(self) -> str:
|
|
115
115
|
"""
|
|
116
|
-
|
|
116
|
+
The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
|
|
117
117
|
"""
|
|
118
118
|
return pulumi.get(self, "copy_from_project")
|
|
119
119
|
|
|
@@ -121,7 +121,7 @@ class GetProjectResult:
|
|
|
121
121
|
@pulumi.getter(name="defaultCloud")
|
|
122
122
|
def default_cloud(self) -> str:
|
|
123
123
|
"""
|
|
124
|
-
|
|
124
|
+
Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
|
|
125
125
|
"""
|
|
126
126
|
return pulumi.get(self, "default_cloud")
|
|
127
127
|
|
|
@@ -129,7 +129,7 @@ class GetProjectResult:
|
|
|
129
129
|
@pulumi.getter(name="estimatedBalance")
|
|
130
130
|
def estimated_balance(self) -> str:
|
|
131
131
|
"""
|
|
132
|
-
The
|
|
132
|
+
The monthly running estimate for this project for the current billing period.
|
|
133
133
|
"""
|
|
134
134
|
return pulumi.get(self, "estimated_balance")
|
|
135
135
|
|
|
@@ -145,7 +145,7 @@ class GetProjectResult:
|
|
|
145
145
|
@pulumi.getter(name="parentId")
|
|
146
146
|
def parent_id(self) -> str:
|
|
147
147
|
"""
|
|
148
|
-
|
|
148
|
+
Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/projects_accounts_access) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
|
|
149
149
|
"""
|
|
150
150
|
return pulumi.get(self, "parent_id")
|
|
151
151
|
|
|
@@ -153,7 +153,7 @@ class GetProjectResult:
|
|
|
153
153
|
@pulumi.getter(name="paymentMethod")
|
|
154
154
|
def payment_method(self) -> str:
|
|
155
155
|
"""
|
|
156
|
-
The
|
|
156
|
+
The payment type used for this project. For example,`card`.
|
|
157
157
|
"""
|
|
158
158
|
return pulumi.get(self, "payment_method")
|
|
159
159
|
|
|
@@ -161,7 +161,7 @@ class GetProjectResult:
|
|
|
161
161
|
@pulumi.getter
|
|
162
162
|
def project(self) -> str:
|
|
163
163
|
"""
|
|
164
|
-
|
|
164
|
+
The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
|
|
165
165
|
"""
|
|
166
166
|
return pulumi.get(self, "project")
|
|
167
167
|
|
|
@@ -177,7 +177,7 @@ class GetProjectResult:
|
|
|
177
177
|
@pulumi.getter(name="technicalEmails")
|
|
178
178
|
def technical_emails(self) -> Sequence[str]:
|
|
179
179
|
"""
|
|
180
|
-
|
|
180
|
+
The email addresses for [project contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
|
|
181
181
|
"""
|
|
182
182
|
return pulumi.get(self, "technical_emails")
|
|
183
183
|
|
|
@@ -216,21 +216,19 @@ class AwaitableGetProjectResult(GetProjectResult):
|
|
|
216
216
|
def get_project(project: Optional[str] = None,
|
|
217
217
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectResult:
|
|
218
218
|
"""
|
|
219
|
-
|
|
219
|
+
Gets information about an Aiven project.
|
|
220
220
|
|
|
221
221
|
## Example Usage
|
|
222
222
|
|
|
223
|
-
<!--Start PulumiCodeChooser -->
|
|
224
223
|
```python
|
|
225
224
|
import pulumi
|
|
226
225
|
import pulumi_aiven as aiven
|
|
227
226
|
|
|
228
|
-
|
|
227
|
+
example_project = aiven.get_project(project="example-project")
|
|
229
228
|
```
|
|
230
|
-
<!--End PulumiCodeChooser -->
|
|
231
229
|
|
|
232
230
|
|
|
233
|
-
:param str project:
|
|
231
|
+
:param str project: The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
|
|
234
232
|
"""
|
|
235
233
|
__args__ = dict()
|
|
236
234
|
__args__['project'] = project
|
|
@@ -259,20 +257,18 @@ def get_project(project: Optional[str] = None,
|
|
|
259
257
|
def get_project_output(project: Optional[pulumi.Input[str]] = None,
|
|
260
258
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectResult]:
|
|
261
259
|
"""
|
|
262
|
-
|
|
260
|
+
Gets information about an Aiven project.
|
|
263
261
|
|
|
264
262
|
## Example Usage
|
|
265
263
|
|
|
266
|
-
<!--Start PulumiCodeChooser -->
|
|
267
264
|
```python
|
|
268
265
|
import pulumi
|
|
269
266
|
import pulumi_aiven as aiven
|
|
270
267
|
|
|
271
|
-
|
|
268
|
+
example_project = aiven.get_project(project="example-project")
|
|
272
269
|
```
|
|
273
|
-
<!--End PulumiCodeChooser -->
|
|
274
270
|
|
|
275
271
|
|
|
276
|
-
:param str project:
|
|
272
|
+
:param str project: The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
|
|
277
273
|
"""
|
|
278
274
|
...
|
pulumi_aiven/get_project_user.py
CHANGED
|
@@ -42,7 +42,7 @@ class GetProjectUserResult:
|
|
|
42
42
|
@pulumi.getter
|
|
43
43
|
def accepted(self) -> bool:
|
|
44
44
|
"""
|
|
45
|
-
Whether the user has accepted the request to join the project
|
|
45
|
+
Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
|
|
46
46
|
"""
|
|
47
47
|
return pulumi.get(self, "accepted")
|
|
48
48
|
|
|
@@ -50,7 +50,7 @@ class GetProjectUserResult:
|
|
|
50
50
|
@pulumi.getter
|
|
51
51
|
def email(self) -> str:
|
|
52
52
|
"""
|
|
53
|
-
Email address of the user
|
|
53
|
+
Email address of the user in 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
|
-
|
|
77
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
78
78
|
"""
|
|
79
79
|
return pulumi.get(self, "project")
|
|
80
80
|
|
|
@@ -100,19 +100,17 @@ def get_project_user(email: Optional[str] = None,
|
|
|
100
100
|
|
|
101
101
|
## Example Usage
|
|
102
102
|
|
|
103
|
-
<!--Start PulumiCodeChooser -->
|
|
104
103
|
```python
|
|
105
104
|
import pulumi
|
|
106
105
|
import pulumi_aiven as aiven
|
|
107
106
|
|
|
108
|
-
mytestuser = aiven.get_project_user(project=
|
|
107
|
+
mytestuser = aiven.get_project_user(project=myproject["project"],
|
|
109
108
|
email="john.doe@example.com")
|
|
110
109
|
```
|
|
111
|
-
<!--End PulumiCodeChooser -->
|
|
112
110
|
|
|
113
111
|
|
|
114
|
-
:param str email: Email address of the user
|
|
115
|
-
:param str project:
|
|
112
|
+
:param str email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
113
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
116
114
|
"""
|
|
117
115
|
__args__ = dict()
|
|
118
116
|
__args__['email'] = email
|
|
@@ -137,18 +135,16 @@ def get_project_user_output(email: Optional[pulumi.Input[str]] = None,
|
|
|
137
135
|
|
|
138
136
|
## Example Usage
|
|
139
137
|
|
|
140
|
-
<!--Start PulumiCodeChooser -->
|
|
141
138
|
```python
|
|
142
139
|
import pulumi
|
|
143
140
|
import pulumi_aiven as aiven
|
|
144
141
|
|
|
145
|
-
mytestuser = aiven.get_project_user(project=
|
|
142
|
+
mytestuser = aiven.get_project_user(project=myproject["project"],
|
|
146
143
|
email="john.doe@example.com")
|
|
147
144
|
```
|
|
148
|
-
<!--End PulumiCodeChooser -->
|
|
149
145
|
|
|
150
146
|
|
|
151
|
-
:param str email: Email address of the user
|
|
152
|
-
:param str project:
|
|
147
|
+
:param str email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
148
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
153
149
|
"""
|
|
154
150
|
...
|
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,25 +109,22 @@ 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 -->
|
|
117
116
|
```python
|
|
118
117
|
import pulumi
|
|
119
118
|
import pulumi_aiven as aiven
|
|
120
119
|
|
|
121
|
-
|
|
120
|
+
example_vpc = aiven.get_project_vpc(project=example_project["project"],
|
|
122
121
|
cloud_name="google-europe-west1")
|
|
123
|
-
myvpc_id = aiven.get_project_vpc(vpc_id=aiven_project_vpc["vpc"]["id"])
|
|
124
122
|
```
|
|
125
|
-
<!--End PulumiCodeChooser -->
|
|
126
123
|
|
|
127
124
|
|
|
128
|
-
:param str cloud_name:
|
|
125
|
+
: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`.
|
|
129
126
|
:param str project: Identifies the project this resource belongs to.
|
|
130
|
-
:param str vpc_id: ID of the VPC. This can be used to filter out the
|
|
127
|
+
: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.
|
|
131
128
|
"""
|
|
132
129
|
__args__ = dict()
|
|
133
130
|
__args__['cloudName'] = cloud_name
|
|
@@ -151,24 +148,21 @@ def get_project_vpc_output(cloud_name: Optional[pulumi.Input[Optional[str]]] = N
|
|
|
151
148
|
vpc_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
152
149
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectVpcResult]:
|
|
153
150
|
"""
|
|
154
|
-
|
|
151
|
+
Gets information about the VPC for an Aiven project.
|
|
155
152
|
|
|
156
153
|
## Example Usage
|
|
157
154
|
|
|
158
|
-
<!--Start PulumiCodeChooser -->
|
|
159
155
|
```python
|
|
160
156
|
import pulumi
|
|
161
157
|
import pulumi_aiven as aiven
|
|
162
158
|
|
|
163
|
-
|
|
159
|
+
example_vpc = aiven.get_project_vpc(project=example_project["project"],
|
|
164
160
|
cloud_name="google-europe-west1")
|
|
165
|
-
myvpc_id = aiven.get_project_vpc(vpc_id=aiven_project_vpc["vpc"]["id"])
|
|
166
161
|
```
|
|
167
|
-
<!--End PulumiCodeChooser -->
|
|
168
162
|
|
|
169
163
|
|
|
170
|
-
:param str cloud_name:
|
|
164
|
+
: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`.
|
|
171
165
|
:param str project: Identifies the project this resource belongs to.
|
|
172
|
-
:param str vpc_id: ID of the VPC. This can be used to filter out the
|
|
166
|
+
: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.
|
|
173
167
|
"""
|
|
174
168
|
...
|