pulumi-aiven 6.14.0__py3-none-any.whl → 6.14.0a1711602990__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 +262 -200
- pulumi_aiven/account.py +6 -2
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team.py +6 -6
- pulumi_aiven/account_team_member.py +10 -6
- pulumi_aiven/account_team_project.py +12 -12
- pulumi_aiven/aws_privatelink.py +22 -18
- pulumi_aiven/aws_vpc_peering_connection.py +12 -8
- pulumi_aiven/azure_privatelink.py +22 -18
- pulumi_aiven/azure_privatelink_connection_approval.py +14 -112
- pulumi_aiven/azure_vpc_peering_connection.py +10 -6
- pulumi_aiven/billing_group.py +18 -18
- pulumi_aiven/cassandra.py +57 -25
- pulumi_aiven/cassandra_user.py +22 -18
- pulumi_aiven/clickhouse.py +57 -25
- pulumi_aiven/clickhouse_database.py +26 -24
- pulumi_aiven/clickhouse_grant.py +37 -35
- pulumi_aiven/clickhouse_role.py +20 -16
- pulumi_aiven/clickhouse_user.py +22 -18
- pulumi_aiven/connection_pool.py +28 -24
- pulumi_aiven/dragonfly.py +263 -124
- pulumi_aiven/flink.py +36 -32
- pulumi_aiven/flink_application.py +24 -22
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +14 -96
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +8 -4
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_aws_privatelink.py +14 -10
- pulumi_aiven/get_aws_vpc_peering_connection.py +10 -6
- pulumi_aiven/get_azure_privatelink.py +14 -10
- pulumi_aiven/get_azure_vpc_peering_connection.py +6 -2
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +24 -7
- pulumi_aiven/get_cassandra.py +24 -7
- pulumi_aiven/get_cassandra_user.py +14 -10
- pulumi_aiven/get_clickhouse.py +24 -7
- pulumi_aiven/get_clickhouse_database.py +14 -10
- pulumi_aiven/get_clickhouse_user.py +14 -10
- pulumi_aiven/get_connection_pool.py +14 -10
- pulumi_aiven/get_dragonfly.py +20 -27
- pulumi_aiven/get_flink.py +10 -6
- pulumi_aiven/get_flink_application.py +12 -8
- pulumi_aiven/get_flink_application_version.py +12 -8
- pulumi_aiven/get_gcp_vpc_peering_connection.py +6 -2
- pulumi_aiven/get_grafana.py +24 -7
- pulumi_aiven/get_kafka.py +17 -13
- pulumi_aiven/get_kafka_acl.py +14 -10
- pulumi_aiven/get_kafka_connect.py +24 -7
- pulumi_aiven/get_kafka_connector.py +14 -10
- pulumi_aiven/get_kafka_mirror_maker.py +24 -7
- pulumi_aiven/get_kafka_schema.py +14 -10
- pulumi_aiven/get_kafka_schema_configuration.py +14 -10
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +20 -16
- pulumi_aiven/get_kafka_user.py +14 -10
- pulumi_aiven/get_m3_aggregator.py +24 -7
- pulumi_aiven/get_m3_db.py +24 -7
- pulumi_aiven/get_m3db_user.py +14 -10
- pulumi_aiven/get_mirror_maker_replication_flow.py +18 -14
- pulumi_aiven/get_my_sql.py +24 -7
- pulumi_aiven/get_mysql_database.py +14 -10
- pulumi_aiven/get_mysql_user.py +14 -10
- pulumi_aiven/get_open_search.py +10 -6
- pulumi_aiven/get_open_search_acl_config.py +14 -10
- pulumi_aiven/get_open_search_acl_rule.py +14 -10
- pulumi_aiven/get_opensearch_security_plugin_config.py +14 -10
- pulumi_aiven/get_opensearch_user.py +14 -10
- pulumi_aiven/get_organization.py +4 -0
- pulumi_aiven/get_organization_user_group.py +6 -2
- pulumi_aiven/get_pg.py +10 -6
- pulumi_aiven/get_pg_database.py +14 -10
- pulumi_aiven/get_pg_user.py +14 -10
- pulumi_aiven/get_project.py +21 -17
- pulumi_aiven/get_project_user.py +13 -9
- pulumi_aiven/get_project_vpc.py +6 -2
- pulumi_aiven/get_redis.py +24 -7
- pulumi_aiven/get_redis_user.py +14 -10
- pulumi_aiven/get_service_component.py +8 -4
- pulumi_aiven/get_service_integration.py +33 -19
- pulumi_aiven/get_service_integration_endpoint.py +6 -2
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +6 -2
- pulumi_aiven/grafana.py +267 -82
- pulumi_aiven/influx_db.py +21 -21
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +21 -21
- pulumi_aiven/kafka.py +54 -50
- pulumi_aiven/kafka_acl.py +24 -20
- pulumi_aiven/kafka_connect.py +267 -80
- pulumi_aiven/kafka_connector.py +30 -26
- pulumi_aiven/kafka_mirror_maker.py +267 -80
- pulumi_aiven/kafka_schema.py +22 -18
- pulumi_aiven/kafka_schema_configuration.py +24 -20
- pulumi_aiven/kafka_schema_registry_acl.py +14 -54
- pulumi_aiven/kafka_topic.py +46 -84
- pulumi_aiven/kafka_user.py +22 -18
- pulumi_aiven/m3_aggregator.py +267 -80
- pulumi_aiven/m3_db.py +267 -80
- pulumi_aiven/m3db_user.py +20 -16
- pulumi_aiven/mirror_maker_replication_flow.py +26 -22
- pulumi_aiven/my_sql.py +267 -80
- pulumi_aiven/mysql_database.py +24 -20
- pulumi_aiven/mysql_user.py +22 -18
- pulumi_aiven/open_search.py +31 -27
- pulumi_aiven/open_search_acl_config.py +36 -28
- pulumi_aiven/open_search_acl_rule.py +40 -36
- pulumi_aiven/opensearch_security_plugin_config.py +32 -28
- pulumi_aiven/opensearch_user.py +22 -18
- pulumi_aiven/organization.py +6 -2
- pulumi_aiven/organization_group_project.py +0 -46
- pulumi_aiven/organization_user.py +20 -2
- pulumi_aiven/organization_user_group.py +6 -4
- pulumi_aiven/organization_user_group_member.py +10 -8
- pulumi_aiven/organizational_unit.py +6 -6
- pulumi_aiven/outputs.py +390 -271
- pulumi_aiven/pg.py +30 -30
- pulumi_aiven/pg_database.py +24 -20
- pulumi_aiven/pg_user.py +22 -18
- pulumi_aiven/project.py +79 -75
- pulumi_aiven/project_user.py +28 -24
- pulumi_aiven/project_vpc.py +7 -31
- pulumi_aiven/redis.py +267 -80
- pulumi_aiven/redis_user.py +22 -18
- pulumi_aiven/service_integration.py +58 -54
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +8 -4
- {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711602990.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0a1711602990.dist-info/RECORD +150 -0
- pulumi_aiven-6.14.0.dist-info/RECORD +0 -150
- {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711602990.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711602990.dist-info}/top_level.txt +0 -0
pulumi_aiven/project.py
CHANGED
|
@@ -28,15 +28,15 @@ class ProjectArgs:
|
|
|
28
28
|
use_source_project_billing_group: Optional[pulumi.Input[bool]] = None):
|
|
29
29
|
"""
|
|
30
30
|
The set of arguments for constructing a Project resource.
|
|
31
|
-
:param pulumi.Input[str] project:
|
|
32
|
-
:param pulumi.Input[str] account_id:
|
|
31
|
+
:param pulumi.Input[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.
|
|
32
|
+
:param pulumi.Input[str] account_id: An optional property to link a project to an already existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
|
|
33
33
|
:param pulumi.Input[bool] add_account_owners_admin_access: If parent_id is set, grant account owner team admin access to the new project. The default value is `true`.
|
|
34
|
-
:param pulumi.Input[str] billing_group: The
|
|
35
|
-
:param pulumi.Input[str] copy_from_project:
|
|
36
|
-
:param pulumi.Input[str] default_cloud:
|
|
37
|
-
:param pulumi.Input[str] parent_id:
|
|
34
|
+
:param pulumi.Input[str] billing_group: The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
|
|
35
|
+
:param pulumi.Input[str] copy_from_project: is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
|
|
36
|
+
:param pulumi.Input[str] default_cloud: Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
|
|
37
|
+
:param pulumi.Input[str] parent_id: An optional property to link a project to an already existing organization or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
|
|
38
38
|
:param pulumi.Input[Sequence[pulumi.Input['ProjectTagArgs']]] tags: Tags are key-value pairs that allow you to categorize projects.
|
|
39
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] technical_emails:
|
|
39
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] technical_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is a good practice to keep this up-to-date to be aware of any potential issues with your project.
|
|
40
40
|
:param pulumi.Input[bool] use_source_project_billing_group: Use the same billing group that is used in source project.
|
|
41
41
|
"""
|
|
42
42
|
pulumi.set(__self__, "project", project)
|
|
@@ -72,7 +72,7 @@ class ProjectArgs:
|
|
|
72
72
|
@pulumi.getter
|
|
73
73
|
def project(self) -> pulumi.Input[str]:
|
|
74
74
|
"""
|
|
75
|
-
|
|
75
|
+
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.
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "project")
|
|
78
78
|
|
|
@@ -84,7 +84,7 @@ class ProjectArgs:
|
|
|
84
84
|
@pulumi.getter(name="accountId")
|
|
85
85
|
def account_id(self) -> Optional[pulumi.Input[str]]:
|
|
86
86
|
"""
|
|
87
|
-
|
|
87
|
+
An optional property to link a project to an already existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
|
|
88
88
|
"""
|
|
89
89
|
warnings.warn("""Use parent_id instead. This field will be removed in the next major release.""", DeprecationWarning)
|
|
90
90
|
pulumi.log.warn("""account_id is deprecated: Use parent_id instead. This field will be removed in the next major release.""")
|
|
@@ -114,7 +114,7 @@ class ProjectArgs:
|
|
|
114
114
|
@pulumi.getter(name="billingGroup")
|
|
115
115
|
def billing_group(self) -> Optional[pulumi.Input[str]]:
|
|
116
116
|
"""
|
|
117
|
-
The
|
|
117
|
+
The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
|
|
118
118
|
"""
|
|
119
119
|
return pulumi.get(self, "billing_group")
|
|
120
120
|
|
|
@@ -126,7 +126,7 @@ class ProjectArgs:
|
|
|
126
126
|
@pulumi.getter(name="copyFromProject")
|
|
127
127
|
def copy_from_project(self) -> Optional[pulumi.Input[str]]:
|
|
128
128
|
"""
|
|
129
|
-
|
|
129
|
+
is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
|
|
130
130
|
"""
|
|
131
131
|
return pulumi.get(self, "copy_from_project")
|
|
132
132
|
|
|
@@ -138,7 +138,7 @@ class ProjectArgs:
|
|
|
138
138
|
@pulumi.getter(name="defaultCloud")
|
|
139
139
|
def default_cloud(self) -> Optional[pulumi.Input[str]]:
|
|
140
140
|
"""
|
|
141
|
-
|
|
141
|
+
Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
|
|
142
142
|
"""
|
|
143
143
|
return pulumi.get(self, "default_cloud")
|
|
144
144
|
|
|
@@ -150,7 +150,7 @@ class ProjectArgs:
|
|
|
150
150
|
@pulumi.getter(name="parentId")
|
|
151
151
|
def parent_id(self) -> Optional[pulumi.Input[str]]:
|
|
152
152
|
"""
|
|
153
|
-
|
|
153
|
+
An optional property to link a project to an already existing organization or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
|
|
154
154
|
"""
|
|
155
155
|
return pulumi.get(self, "parent_id")
|
|
156
156
|
|
|
@@ -174,7 +174,7 @@ class ProjectArgs:
|
|
|
174
174
|
@pulumi.getter(name="technicalEmails")
|
|
175
175
|
def technical_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
176
176
|
"""
|
|
177
|
-
|
|
177
|
+
Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is a good practice to keep this up-to-date to be aware of any potential issues with your project.
|
|
178
178
|
"""
|
|
179
179
|
return pulumi.get(self, "technical_emails")
|
|
180
180
|
|
|
@@ -217,19 +217,19 @@ class _ProjectState:
|
|
|
217
217
|
use_source_project_billing_group: Optional[pulumi.Input[bool]] = None):
|
|
218
218
|
"""
|
|
219
219
|
Input properties used for looking up and filtering Project resources.
|
|
220
|
-
:param pulumi.Input[str] account_id:
|
|
220
|
+
:param pulumi.Input[str] account_id: An optional property to link a project to an already existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
|
|
221
221
|
:param pulumi.Input[bool] add_account_owners_admin_access: If parent_id is set, grant account owner team admin access to the new project. The default value is `true`.
|
|
222
|
-
:param pulumi.Input[str] available_credits: The
|
|
223
|
-
:param pulumi.Input[str] billing_group: The
|
|
224
|
-
:param pulumi.Input[str] ca_cert: The CA certificate
|
|
225
|
-
:param pulumi.Input[str] copy_from_project:
|
|
226
|
-
:param pulumi.Input[str] default_cloud:
|
|
227
|
-
:param pulumi.Input[str] estimated_balance: The
|
|
228
|
-
:param pulumi.Input[str] parent_id:
|
|
229
|
-
:param pulumi.Input[str] payment_method: The
|
|
230
|
-
:param pulumi.Input[str] project:
|
|
222
|
+
:param pulumi.Input[str] available_credits: The amount of platform credits available to the project. This could be your free trial or other promotional credits.
|
|
223
|
+
:param pulumi.Input[str] billing_group: The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
|
|
224
|
+
:param pulumi.Input[str] ca_cert: The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
|
|
225
|
+
:param pulumi.Input[str] copy_from_project: is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
|
|
226
|
+
:param pulumi.Input[str] default_cloud: Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
|
|
227
|
+
:param pulumi.Input[str] estimated_balance: The current accumulated bill for this project in the current billing period.
|
|
228
|
+
:param pulumi.Input[str] parent_id: An optional property to link a project to an already existing organization or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
|
|
229
|
+
:param pulumi.Input[str] payment_method: The method of invoicing used for payments for this project, e.g. `card`.
|
|
230
|
+
:param pulumi.Input[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.
|
|
231
231
|
:param pulumi.Input[Sequence[pulumi.Input['ProjectTagArgs']]] tags: Tags are key-value pairs that allow you to categorize projects.
|
|
232
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] technical_emails:
|
|
232
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] technical_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is a good practice to keep this up-to-date to be aware of any potential issues with your project.
|
|
233
233
|
:param pulumi.Input[bool] use_source_project_billing_group: Use the same billing group that is used in source project.
|
|
234
234
|
"""
|
|
235
235
|
if account_id is not None:
|
|
@@ -274,7 +274,7 @@ class _ProjectState:
|
|
|
274
274
|
@pulumi.getter(name="accountId")
|
|
275
275
|
def account_id(self) -> Optional[pulumi.Input[str]]:
|
|
276
276
|
"""
|
|
277
|
-
|
|
277
|
+
An optional property to link a project to an already existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
|
|
278
278
|
"""
|
|
279
279
|
warnings.warn("""Use parent_id instead. This field will be removed in the next major release.""", DeprecationWarning)
|
|
280
280
|
pulumi.log.warn("""account_id is deprecated: Use parent_id instead. This field will be removed in the next major release.""")
|
|
@@ -304,7 +304,7 @@ class _ProjectState:
|
|
|
304
304
|
@pulumi.getter(name="availableCredits")
|
|
305
305
|
def available_credits(self) -> Optional[pulumi.Input[str]]:
|
|
306
306
|
"""
|
|
307
|
-
The
|
|
307
|
+
The amount of platform credits available to the project. This could be your free trial or other promotional credits.
|
|
308
308
|
"""
|
|
309
309
|
return pulumi.get(self, "available_credits")
|
|
310
310
|
|
|
@@ -316,7 +316,7 @@ class _ProjectState:
|
|
|
316
316
|
@pulumi.getter(name="billingGroup")
|
|
317
317
|
def billing_group(self) -> Optional[pulumi.Input[str]]:
|
|
318
318
|
"""
|
|
319
|
-
The
|
|
319
|
+
The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
|
|
320
320
|
"""
|
|
321
321
|
return pulumi.get(self, "billing_group")
|
|
322
322
|
|
|
@@ -328,7 +328,7 @@ class _ProjectState:
|
|
|
328
328
|
@pulumi.getter(name="caCert")
|
|
329
329
|
def ca_cert(self) -> Optional[pulumi.Input[str]]:
|
|
330
330
|
"""
|
|
331
|
-
The CA certificate
|
|
331
|
+
The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
|
|
332
332
|
"""
|
|
333
333
|
return pulumi.get(self, "ca_cert")
|
|
334
334
|
|
|
@@ -340,7 +340,7 @@ class _ProjectState:
|
|
|
340
340
|
@pulumi.getter(name="copyFromProject")
|
|
341
341
|
def copy_from_project(self) -> Optional[pulumi.Input[str]]:
|
|
342
342
|
"""
|
|
343
|
-
|
|
343
|
+
is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
|
|
344
344
|
"""
|
|
345
345
|
return pulumi.get(self, "copy_from_project")
|
|
346
346
|
|
|
@@ -352,7 +352,7 @@ class _ProjectState:
|
|
|
352
352
|
@pulumi.getter(name="defaultCloud")
|
|
353
353
|
def default_cloud(self) -> Optional[pulumi.Input[str]]:
|
|
354
354
|
"""
|
|
355
|
-
|
|
355
|
+
Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
|
|
356
356
|
"""
|
|
357
357
|
return pulumi.get(self, "default_cloud")
|
|
358
358
|
|
|
@@ -364,7 +364,7 @@ class _ProjectState:
|
|
|
364
364
|
@pulumi.getter(name="estimatedBalance")
|
|
365
365
|
def estimated_balance(self) -> Optional[pulumi.Input[str]]:
|
|
366
366
|
"""
|
|
367
|
-
The
|
|
367
|
+
The current accumulated bill for this project in the current billing period.
|
|
368
368
|
"""
|
|
369
369
|
return pulumi.get(self, "estimated_balance")
|
|
370
370
|
|
|
@@ -376,7 +376,7 @@ class _ProjectState:
|
|
|
376
376
|
@pulumi.getter(name="parentId")
|
|
377
377
|
def parent_id(self) -> Optional[pulumi.Input[str]]:
|
|
378
378
|
"""
|
|
379
|
-
|
|
379
|
+
An optional property to link a project to an already existing organization or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
|
|
380
380
|
"""
|
|
381
381
|
return pulumi.get(self, "parent_id")
|
|
382
382
|
|
|
@@ -388,7 +388,7 @@ class _ProjectState:
|
|
|
388
388
|
@pulumi.getter(name="paymentMethod")
|
|
389
389
|
def payment_method(self) -> Optional[pulumi.Input[str]]:
|
|
390
390
|
"""
|
|
391
|
-
The
|
|
391
|
+
The method of invoicing used for payments for this project, e.g. `card`.
|
|
392
392
|
"""
|
|
393
393
|
return pulumi.get(self, "payment_method")
|
|
394
394
|
|
|
@@ -400,7 +400,7 @@ class _ProjectState:
|
|
|
400
400
|
@pulumi.getter
|
|
401
401
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
402
402
|
"""
|
|
403
|
-
|
|
403
|
+
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.
|
|
404
404
|
"""
|
|
405
405
|
return pulumi.get(self, "project")
|
|
406
406
|
|
|
@@ -424,7 +424,7 @@ class _ProjectState:
|
|
|
424
424
|
@pulumi.getter(name="technicalEmails")
|
|
425
425
|
def technical_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
426
426
|
"""
|
|
427
|
-
|
|
427
|
+
Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is a good practice to keep this up-to-date to be aware of any potential issues with your project.
|
|
428
428
|
"""
|
|
429
429
|
return pulumi.get(self, "technical_emails")
|
|
430
430
|
|
|
@@ -465,36 +465,38 @@ class Project(pulumi.CustomResource):
|
|
|
465
465
|
use_source_project_billing_group: Optional[pulumi.Input[bool]] = None,
|
|
466
466
|
__props__=None):
|
|
467
467
|
"""
|
|
468
|
-
|
|
468
|
+
The Project resource allows the creation and management of Aiven Projects.
|
|
469
469
|
|
|
470
470
|
## Example Usage
|
|
471
471
|
|
|
472
|
+
<!--Start PulumiCodeChooser -->
|
|
472
473
|
```python
|
|
473
474
|
import pulumi
|
|
474
475
|
import pulumi_aiven as aiven
|
|
475
476
|
|
|
476
|
-
example_project = aiven.Project("
|
|
477
|
-
project="
|
|
478
|
-
parent_id=main["id"])
|
|
477
|
+
example_project = aiven.Project("exampleProject",
|
|
478
|
+
project="Example project",
|
|
479
|
+
parent_id=aiven_organization["main"]["id"])
|
|
479
480
|
```
|
|
481
|
+
<!--End PulumiCodeChooser -->
|
|
480
482
|
|
|
481
483
|
## Import
|
|
482
484
|
|
|
483
485
|
```sh
|
|
484
|
-
$ pulumi import aiven:index/project:Project
|
|
486
|
+
$ pulumi import aiven:index/project:Project myproject project
|
|
485
487
|
```
|
|
486
488
|
|
|
487
489
|
:param str resource_name: The name of the resource.
|
|
488
490
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
489
|
-
:param pulumi.Input[str] account_id:
|
|
491
|
+
:param pulumi.Input[str] account_id: An optional property to link a project to an already existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
|
|
490
492
|
:param pulumi.Input[bool] add_account_owners_admin_access: If parent_id is set, grant account owner team admin access to the new project. The default value is `true`.
|
|
491
|
-
:param pulumi.Input[str] billing_group: The
|
|
492
|
-
:param pulumi.Input[str] copy_from_project:
|
|
493
|
-
:param pulumi.Input[str] default_cloud:
|
|
494
|
-
:param pulumi.Input[str] parent_id:
|
|
495
|
-
:param pulumi.Input[str] project:
|
|
493
|
+
:param pulumi.Input[str] billing_group: The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
|
|
494
|
+
:param pulumi.Input[str] copy_from_project: is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
|
|
495
|
+
:param pulumi.Input[str] default_cloud: Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
|
|
496
|
+
:param pulumi.Input[str] parent_id: An optional property to link a project to an already existing organization or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
|
|
497
|
+
:param pulumi.Input[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.
|
|
496
498
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ProjectTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize projects.
|
|
497
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] technical_emails:
|
|
499
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] technical_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is a good practice to keep this up-to-date to be aware of any potential issues with your project.
|
|
498
500
|
:param pulumi.Input[bool] use_source_project_billing_group: Use the same billing group that is used in source project.
|
|
499
501
|
"""
|
|
500
502
|
...
|
|
@@ -504,23 +506,25 @@ class Project(pulumi.CustomResource):
|
|
|
504
506
|
args: ProjectArgs,
|
|
505
507
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
506
508
|
"""
|
|
507
|
-
|
|
509
|
+
The Project resource allows the creation and management of Aiven Projects.
|
|
508
510
|
|
|
509
511
|
## Example Usage
|
|
510
512
|
|
|
513
|
+
<!--Start PulumiCodeChooser -->
|
|
511
514
|
```python
|
|
512
515
|
import pulumi
|
|
513
516
|
import pulumi_aiven as aiven
|
|
514
517
|
|
|
515
|
-
example_project = aiven.Project("
|
|
516
|
-
project="
|
|
517
|
-
parent_id=main["id"])
|
|
518
|
+
example_project = aiven.Project("exampleProject",
|
|
519
|
+
project="Example project",
|
|
520
|
+
parent_id=aiven_organization["main"]["id"])
|
|
518
521
|
```
|
|
522
|
+
<!--End PulumiCodeChooser -->
|
|
519
523
|
|
|
520
524
|
## Import
|
|
521
525
|
|
|
522
526
|
```sh
|
|
523
|
-
$ pulumi import aiven:index/project:Project
|
|
527
|
+
$ pulumi import aiven:index/project:Project myproject project
|
|
524
528
|
```
|
|
525
529
|
|
|
526
530
|
:param str resource_name: The name of the resource.
|
|
@@ -606,19 +610,19 @@ class Project(pulumi.CustomResource):
|
|
|
606
610
|
:param str resource_name: The unique name of the resulting resource.
|
|
607
611
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
608
612
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
609
|
-
:param pulumi.Input[str] account_id:
|
|
613
|
+
:param pulumi.Input[str] account_id: An optional property to link a project to an already existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
|
|
610
614
|
:param pulumi.Input[bool] add_account_owners_admin_access: If parent_id is set, grant account owner team admin access to the new project. The default value is `true`.
|
|
611
|
-
:param pulumi.Input[str] available_credits: The
|
|
612
|
-
:param pulumi.Input[str] billing_group: The
|
|
613
|
-
:param pulumi.Input[str] ca_cert: The CA certificate
|
|
614
|
-
:param pulumi.Input[str] copy_from_project:
|
|
615
|
-
:param pulumi.Input[str] default_cloud:
|
|
616
|
-
:param pulumi.Input[str] estimated_balance: The
|
|
617
|
-
:param pulumi.Input[str] parent_id:
|
|
618
|
-
:param pulumi.Input[str] payment_method: The
|
|
619
|
-
:param pulumi.Input[str] project:
|
|
615
|
+
:param pulumi.Input[str] available_credits: The amount of platform credits available to the project. This could be your free trial or other promotional credits.
|
|
616
|
+
:param pulumi.Input[str] billing_group: The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
|
|
617
|
+
:param pulumi.Input[str] ca_cert: The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
|
|
618
|
+
:param pulumi.Input[str] copy_from_project: is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
|
|
619
|
+
:param pulumi.Input[str] default_cloud: Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
|
|
620
|
+
:param pulumi.Input[str] estimated_balance: The current accumulated bill for this project in the current billing period.
|
|
621
|
+
:param pulumi.Input[str] parent_id: An optional property to link a project to an already existing organization or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
|
|
622
|
+
:param pulumi.Input[str] payment_method: The method of invoicing used for payments for this project, e.g. `card`.
|
|
623
|
+
:param pulumi.Input[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.
|
|
620
624
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ProjectTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize projects.
|
|
621
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] technical_emails:
|
|
625
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] technical_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is a good practice to keep this up-to-date to be aware of any potential issues with your project.
|
|
622
626
|
:param pulumi.Input[bool] use_source_project_billing_group: Use the same billing group that is used in source project.
|
|
623
627
|
"""
|
|
624
628
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -645,7 +649,7 @@ class Project(pulumi.CustomResource):
|
|
|
645
649
|
@pulumi.getter(name="accountId")
|
|
646
650
|
def account_id(self) -> pulumi.Output[Optional[str]]:
|
|
647
651
|
"""
|
|
648
|
-
|
|
652
|
+
An optional property to link a project to an already existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
|
|
649
653
|
"""
|
|
650
654
|
warnings.warn("""Use parent_id instead. This field will be removed in the next major release.""", DeprecationWarning)
|
|
651
655
|
pulumi.log.warn("""account_id is deprecated: Use parent_id instead. This field will be removed in the next major release.""")
|
|
@@ -667,7 +671,7 @@ class Project(pulumi.CustomResource):
|
|
|
667
671
|
@pulumi.getter(name="availableCredits")
|
|
668
672
|
def available_credits(self) -> pulumi.Output[str]:
|
|
669
673
|
"""
|
|
670
|
-
The
|
|
674
|
+
The amount of platform credits available to the project. This could be your free trial or other promotional credits.
|
|
671
675
|
"""
|
|
672
676
|
return pulumi.get(self, "available_credits")
|
|
673
677
|
|
|
@@ -675,7 +679,7 @@ class Project(pulumi.CustomResource):
|
|
|
675
679
|
@pulumi.getter(name="billingGroup")
|
|
676
680
|
def billing_group(self) -> pulumi.Output[Optional[str]]:
|
|
677
681
|
"""
|
|
678
|
-
The
|
|
682
|
+
The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
|
|
679
683
|
"""
|
|
680
684
|
return pulumi.get(self, "billing_group")
|
|
681
685
|
|
|
@@ -683,7 +687,7 @@ class Project(pulumi.CustomResource):
|
|
|
683
687
|
@pulumi.getter(name="caCert")
|
|
684
688
|
def ca_cert(self) -> pulumi.Output[str]:
|
|
685
689
|
"""
|
|
686
|
-
The CA certificate
|
|
690
|
+
The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
|
|
687
691
|
"""
|
|
688
692
|
return pulumi.get(self, "ca_cert")
|
|
689
693
|
|
|
@@ -691,7 +695,7 @@ class Project(pulumi.CustomResource):
|
|
|
691
695
|
@pulumi.getter(name="copyFromProject")
|
|
692
696
|
def copy_from_project(self) -> pulumi.Output[Optional[str]]:
|
|
693
697
|
"""
|
|
694
|
-
|
|
698
|
+
is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
|
|
695
699
|
"""
|
|
696
700
|
return pulumi.get(self, "copy_from_project")
|
|
697
701
|
|
|
@@ -699,7 +703,7 @@ class Project(pulumi.CustomResource):
|
|
|
699
703
|
@pulumi.getter(name="defaultCloud")
|
|
700
704
|
def default_cloud(self) -> pulumi.Output[Optional[str]]:
|
|
701
705
|
"""
|
|
702
|
-
|
|
706
|
+
Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
|
|
703
707
|
"""
|
|
704
708
|
return pulumi.get(self, "default_cloud")
|
|
705
709
|
|
|
@@ -707,7 +711,7 @@ class Project(pulumi.CustomResource):
|
|
|
707
711
|
@pulumi.getter(name="estimatedBalance")
|
|
708
712
|
def estimated_balance(self) -> pulumi.Output[str]:
|
|
709
713
|
"""
|
|
710
|
-
The
|
|
714
|
+
The current accumulated bill for this project in the current billing period.
|
|
711
715
|
"""
|
|
712
716
|
return pulumi.get(self, "estimated_balance")
|
|
713
717
|
|
|
@@ -715,7 +719,7 @@ class Project(pulumi.CustomResource):
|
|
|
715
719
|
@pulumi.getter(name="parentId")
|
|
716
720
|
def parent_id(self) -> pulumi.Output[Optional[str]]:
|
|
717
721
|
"""
|
|
718
|
-
|
|
722
|
+
An optional property to link a project to an already existing organization or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
|
|
719
723
|
"""
|
|
720
724
|
return pulumi.get(self, "parent_id")
|
|
721
725
|
|
|
@@ -723,7 +727,7 @@ class Project(pulumi.CustomResource):
|
|
|
723
727
|
@pulumi.getter(name="paymentMethod")
|
|
724
728
|
def payment_method(self) -> pulumi.Output[str]:
|
|
725
729
|
"""
|
|
726
|
-
The
|
|
730
|
+
The method of invoicing used for payments for this project, e.g. `card`.
|
|
727
731
|
"""
|
|
728
732
|
return pulumi.get(self, "payment_method")
|
|
729
733
|
|
|
@@ -731,7 +735,7 @@ class Project(pulumi.CustomResource):
|
|
|
731
735
|
@pulumi.getter
|
|
732
736
|
def project(self) -> pulumi.Output[str]:
|
|
733
737
|
"""
|
|
734
|
-
|
|
738
|
+
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.
|
|
735
739
|
"""
|
|
736
740
|
return pulumi.get(self, "project")
|
|
737
741
|
|
|
@@ -747,7 +751,7 @@ class Project(pulumi.CustomResource):
|
|
|
747
751
|
@pulumi.getter(name="technicalEmails")
|
|
748
752
|
def technical_emails(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
749
753
|
"""
|
|
750
|
-
|
|
754
|
+
Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is a good practice to keep this up-to-date to be aware of any potential issues with your project.
|
|
751
755
|
"""
|
|
752
756
|
return pulumi.get(self, "technical_emails")
|
|
753
757
|
|