pulumi-aiven 6.14.0a1714562227__py3-none-any.whl → 6.15.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 +19 -0
- pulumi_aiven/_inputs.py +232 -150
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team_member.py +2 -2
- pulumi_aiven/aws_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
- pulumi_aiven/billing_group.py +18 -16
- pulumi_aiven/cassandra.py +16 -44
- pulumi_aiven/cassandra_user.py +16 -16
- pulumi_aiven/clickhouse.py +16 -44
- pulumi_aiven/clickhouse_database.py +16 -43
- pulumi_aiven/clickhouse_grant.py +14 -14
- pulumi_aiven/clickhouse_role.py +18 -18
- pulumi_aiven/clickhouse_user.py +14 -14
- pulumi_aiven/connection_pool.py +16 -16
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +16 -16
- pulumi_aiven/flink_application.py +16 -16
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_aws_privatelink.py +6 -6
- pulumi_aiven/get_azure_privatelink.py +6 -6
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +5 -18
- pulumi_aiven/get_cassandra.py +5 -18
- pulumi_aiven/get_cassandra_user.py +6 -6
- pulumi_aiven/get_clickhouse.py +5 -18
- pulumi_aiven/get_clickhouse_database.py +6 -6
- pulumi_aiven/get_clickhouse_user.py +6 -6
- pulumi_aiven/get_connection_pool.py +6 -6
- pulumi_aiven/get_dragonfly.py +27 -20
- pulumi_aiven/get_flink.py +4 -4
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_grafana.py +5 -18
- pulumi_aiven/get_kafka.py +13 -13
- pulumi_aiven/get_kafka_acl.py +6 -6
- pulumi_aiven/get_kafka_connect.py +5 -18
- pulumi_aiven/get_kafka_connector.py +6 -6
- pulumi_aiven/get_kafka_mirror_maker.py +5 -18
- pulumi_aiven/get_kafka_schema.py +6 -6
- pulumi_aiven/get_kafka_schema_configuration.py +6 -6
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -16
- pulumi_aiven/get_kafka_user.py +6 -6
- pulumi_aiven/get_m3_aggregator.py +5 -18
- pulumi_aiven/get_m3_db.py +5 -18
- pulumi_aiven/get_m3db_user.py +6 -6
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +5 -18
- pulumi_aiven/get_mysql_database.py +6 -6
- pulumi_aiven/get_mysql_user.py +6 -6
- pulumi_aiven/get_open_search.py +4 -4
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +6 -6
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +6 -6
- pulumi_aiven/get_organization_application_user.py +156 -0
- pulumi_aiven/get_pg.py +4 -4
- pulumi_aiven/get_pg_database.py +6 -6
- pulumi_aiven/get_pg_user.py +6 -6
- pulumi_aiven/get_project.py +17 -17
- pulumi_aiven/get_project_user.py +7 -7
- pulumi_aiven/get_redis.py +5 -18
- pulumi_aiven/get_redis_user.py +6 -6
- pulumi_aiven/get_service_integration.py +19 -29
- pulumi_aiven/grafana.py +78 -261
- pulumi_aiven/influx_db.py +21 -21
- pulumi_aiven/influxdb_database.py +21 -41
- pulumi_aiven/influxdb_user.py +21 -21
- pulumi_aiven/kafka.py +43 -43
- pulumi_aiven/kafka_acl.py +16 -16
- pulumi_aiven/kafka_connect.py +78 -261
- pulumi_aiven/kafka_connector.py +14 -14
- pulumi_aiven/kafka_mirror_maker.py +78 -261
- pulumi_aiven/kafka_schema.py +14 -14
- pulumi_aiven/kafka_schema_configuration.py +16 -16
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +40 -60
- pulumi_aiven/kafka_user.py +16 -16
- pulumi_aiven/m3_aggregator.py +78 -261
- pulumi_aiven/m3_db.py +78 -261
- pulumi_aiven/m3db_user.py +14 -14
- pulumi_aiven/mirror_maker_replication_flow.py +14 -14
- pulumi_aiven/my_sql.py +78 -261
- pulumi_aiven/mysql_database.py +16 -36
- pulumi_aiven/mysql_user.py +16 -16
- pulumi_aiven/open_search.py +14 -14
- pulumi_aiven/open_search_acl_config.py +16 -20
- pulumi_aiven/open_search_acl_rule.py +16 -16
- pulumi_aiven/opensearch_security_plugin_config.py +16 -16
- pulumi_aiven/opensearch_user.py +16 -16
- pulumi_aiven/organization_application_user.py +323 -0
- pulumi_aiven/organization_application_user_token.py +742 -0
- pulumi_aiven/organization_group_project.py +20 -6
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/outputs.py +259 -266
- pulumi_aiven/pg.py +16 -16
- pulumi_aiven/pg_database.py +16 -36
- pulumi_aiven/pg_user.py +16 -16
- pulumi_aiven/project.py +71 -71
- pulumi_aiven/project_user.py +22 -22
- pulumi_aiven/project_vpc.py +7 -7
- pulumi_aiven/redis.py +78 -261
- pulumi_aiven/redis_user.py +16 -16
- pulumi_aiven/service_integration.py +54 -54
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.15.0.dist-info/RECORD +153 -0
- pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.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: 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.
|
|
32
|
+
:param pulumi.Input[str] account_id: 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.
|
|
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 this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
|
|
35
|
+
:param pulumi.Input[str] copy_from_project: 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.
|
|
36
|
+
:param pulumi.Input[str] default_cloud: Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
|
|
37
|
+
:param pulumi.Input[str] parent_id: 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.
|
|
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: 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.
|
|
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
|
+
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.
|
|
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
|
+
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.
|
|
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 this project is assigned to. 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
|
+
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.
|
|
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
|
+
Default cloud provider and region where services are hosted. This can be changed after the project is created and 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
|
+
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.
|
|
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
|
+
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.
|
|
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: 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.
|
|
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 number of trial or promotional credits remaining for this project.
|
|
223
|
+
:param pulumi.Input[str] billing_group: The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
|
|
224
|
+
:param pulumi.Input[str] ca_cert: The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
|
|
225
|
+
:param pulumi.Input[str] copy_from_project: 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.
|
|
226
|
+
:param pulumi.Input[str] default_cloud: Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
|
|
227
|
+
:param pulumi.Input[str] estimated_balance: The monthly running estimate for this project for the current billing period.
|
|
228
|
+
:param pulumi.Input[str] parent_id: 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.
|
|
229
|
+
:param pulumi.Input[str] payment_method: The payment type used for this project. For example,`card`.
|
|
230
|
+
:param pulumi.Input[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.
|
|
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: 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.
|
|
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
|
+
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.
|
|
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 number of trial or promotional credits remaining for this project.
|
|
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 this project is assigned to. 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 for 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
|
+
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.
|
|
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
|
+
Default cloud provider and region where services are hosted. This can be changed after the project is created and 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 monthly running estimate for this project for 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
|
+
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.
|
|
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 payment type used for this project. For example,`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
|
+
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.
|
|
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
|
+
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.
|
|
428
428
|
"""
|
|
429
429
|
return pulumi.get(self, "technical_emails")
|
|
430
430
|
|
|
@@ -465,7 +465,7 @@ class Project(pulumi.CustomResource):
|
|
|
465
465
|
use_source_project_billing_group: Optional[pulumi.Input[bool]] = None,
|
|
466
466
|
__props__=None):
|
|
467
467
|
"""
|
|
468
|
-
|
|
468
|
+
Creates and manages an [Aiven project](https://aiven.io/docs/platform/concepts/projects_accounts_access#projects).
|
|
469
469
|
|
|
470
470
|
## Example Usage
|
|
471
471
|
|
|
@@ -474,27 +474,27 @@ class Project(pulumi.CustomResource):
|
|
|
474
474
|
import pulumi_aiven as aiven
|
|
475
475
|
|
|
476
476
|
example_project = aiven.Project("example_project",
|
|
477
|
-
project="
|
|
477
|
+
project="example-project",
|
|
478
478
|
parent_id=main["id"])
|
|
479
479
|
```
|
|
480
480
|
|
|
481
481
|
## Import
|
|
482
482
|
|
|
483
483
|
```sh
|
|
484
|
-
$ pulumi import aiven:index/project:Project
|
|
484
|
+
$ pulumi import aiven:index/project:Project example_project PROJECT
|
|
485
485
|
```
|
|
486
486
|
|
|
487
487
|
:param str resource_name: The name of the resource.
|
|
488
488
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
489
|
-
:param pulumi.Input[str] account_id:
|
|
489
|
+
:param pulumi.Input[str] account_id: 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.
|
|
490
490
|
: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:
|
|
491
|
+
:param pulumi.Input[str] billing_group: The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
|
|
492
|
+
:param pulumi.Input[str] copy_from_project: 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.
|
|
493
|
+
:param pulumi.Input[str] default_cloud: Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
|
|
494
|
+
:param pulumi.Input[str] parent_id: 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.
|
|
495
|
+
:param pulumi.Input[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.
|
|
496
496
|
: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:
|
|
497
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] technical_emails: 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.
|
|
498
498
|
:param pulumi.Input[bool] use_source_project_billing_group: Use the same billing group that is used in source project.
|
|
499
499
|
"""
|
|
500
500
|
...
|
|
@@ -504,7 +504,7 @@ class Project(pulumi.CustomResource):
|
|
|
504
504
|
args: ProjectArgs,
|
|
505
505
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
506
506
|
"""
|
|
507
|
-
|
|
507
|
+
Creates and manages an [Aiven project](https://aiven.io/docs/platform/concepts/projects_accounts_access#projects).
|
|
508
508
|
|
|
509
509
|
## Example Usage
|
|
510
510
|
|
|
@@ -513,14 +513,14 @@ class Project(pulumi.CustomResource):
|
|
|
513
513
|
import pulumi_aiven as aiven
|
|
514
514
|
|
|
515
515
|
example_project = aiven.Project("example_project",
|
|
516
|
-
project="
|
|
516
|
+
project="example-project",
|
|
517
517
|
parent_id=main["id"])
|
|
518
518
|
```
|
|
519
519
|
|
|
520
520
|
## Import
|
|
521
521
|
|
|
522
522
|
```sh
|
|
523
|
-
$ pulumi import aiven:index/project:Project
|
|
523
|
+
$ pulumi import aiven:index/project:Project example_project PROJECT
|
|
524
524
|
```
|
|
525
525
|
|
|
526
526
|
:param str resource_name: The name of the resource.
|
|
@@ -606,19 +606,19 @@ class Project(pulumi.CustomResource):
|
|
|
606
606
|
:param str resource_name: The unique name of the resulting resource.
|
|
607
607
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
608
608
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
609
|
-
:param pulumi.Input[str] account_id:
|
|
609
|
+
:param pulumi.Input[str] account_id: 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.
|
|
610
610
|
: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:
|
|
611
|
+
:param pulumi.Input[str] available_credits: The number of trial or promotional credits remaining for this project.
|
|
612
|
+
:param pulumi.Input[str] billing_group: The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
|
|
613
|
+
:param pulumi.Input[str] ca_cert: The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
|
|
614
|
+
:param pulumi.Input[str] copy_from_project: 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.
|
|
615
|
+
:param pulumi.Input[str] default_cloud: Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
|
|
616
|
+
:param pulumi.Input[str] estimated_balance: The monthly running estimate for this project for the current billing period.
|
|
617
|
+
:param pulumi.Input[str] parent_id: 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.
|
|
618
|
+
:param pulumi.Input[str] payment_method: The payment type used for this project. For example,`card`.
|
|
619
|
+
:param pulumi.Input[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.
|
|
620
620
|
: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:
|
|
621
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] technical_emails: 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.
|
|
622
622
|
:param pulumi.Input[bool] use_source_project_billing_group: Use the same billing group that is used in source project.
|
|
623
623
|
"""
|
|
624
624
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -645,7 +645,7 @@ class Project(pulumi.CustomResource):
|
|
|
645
645
|
@pulumi.getter(name="accountId")
|
|
646
646
|
def account_id(self) -> pulumi.Output[Optional[str]]:
|
|
647
647
|
"""
|
|
648
|
-
|
|
648
|
+
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.
|
|
649
649
|
"""
|
|
650
650
|
warnings.warn("""Use parent_id instead. This field will be removed in the next major release.""", DeprecationWarning)
|
|
651
651
|
pulumi.log.warn("""account_id is deprecated: Use parent_id instead. This field will be removed in the next major release.""")
|
|
@@ -667,7 +667,7 @@ class Project(pulumi.CustomResource):
|
|
|
667
667
|
@pulumi.getter(name="availableCredits")
|
|
668
668
|
def available_credits(self) -> pulumi.Output[str]:
|
|
669
669
|
"""
|
|
670
|
-
The
|
|
670
|
+
The number of trial or promotional credits remaining for this project.
|
|
671
671
|
"""
|
|
672
672
|
return pulumi.get(self, "available_credits")
|
|
673
673
|
|
|
@@ -675,7 +675,7 @@ class Project(pulumi.CustomResource):
|
|
|
675
675
|
@pulumi.getter(name="billingGroup")
|
|
676
676
|
def billing_group(self) -> pulumi.Output[Optional[str]]:
|
|
677
677
|
"""
|
|
678
|
-
The
|
|
678
|
+
The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
|
|
679
679
|
"""
|
|
680
680
|
return pulumi.get(self, "billing_group")
|
|
681
681
|
|
|
@@ -683,7 +683,7 @@ class Project(pulumi.CustomResource):
|
|
|
683
683
|
@pulumi.getter(name="caCert")
|
|
684
684
|
def ca_cert(self) -> pulumi.Output[str]:
|
|
685
685
|
"""
|
|
686
|
-
The CA certificate
|
|
686
|
+
The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
|
|
687
687
|
"""
|
|
688
688
|
return pulumi.get(self, "ca_cert")
|
|
689
689
|
|
|
@@ -691,7 +691,7 @@ class Project(pulumi.CustomResource):
|
|
|
691
691
|
@pulumi.getter(name="copyFromProject")
|
|
692
692
|
def copy_from_project(self) -> pulumi.Output[Optional[str]]:
|
|
693
693
|
"""
|
|
694
|
-
|
|
694
|
+
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.
|
|
695
695
|
"""
|
|
696
696
|
return pulumi.get(self, "copy_from_project")
|
|
697
697
|
|
|
@@ -699,7 +699,7 @@ class Project(pulumi.CustomResource):
|
|
|
699
699
|
@pulumi.getter(name="defaultCloud")
|
|
700
700
|
def default_cloud(self) -> pulumi.Output[Optional[str]]:
|
|
701
701
|
"""
|
|
702
|
-
|
|
702
|
+
Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
|
|
703
703
|
"""
|
|
704
704
|
return pulumi.get(self, "default_cloud")
|
|
705
705
|
|
|
@@ -707,7 +707,7 @@ class Project(pulumi.CustomResource):
|
|
|
707
707
|
@pulumi.getter(name="estimatedBalance")
|
|
708
708
|
def estimated_balance(self) -> pulumi.Output[str]:
|
|
709
709
|
"""
|
|
710
|
-
The
|
|
710
|
+
The monthly running estimate for this project for the current billing period.
|
|
711
711
|
"""
|
|
712
712
|
return pulumi.get(self, "estimated_balance")
|
|
713
713
|
|
|
@@ -715,7 +715,7 @@ class Project(pulumi.CustomResource):
|
|
|
715
715
|
@pulumi.getter(name="parentId")
|
|
716
716
|
def parent_id(self) -> pulumi.Output[Optional[str]]:
|
|
717
717
|
"""
|
|
718
|
-
|
|
718
|
+
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.
|
|
719
719
|
"""
|
|
720
720
|
return pulumi.get(self, "parent_id")
|
|
721
721
|
|
|
@@ -723,7 +723,7 @@ class Project(pulumi.CustomResource):
|
|
|
723
723
|
@pulumi.getter(name="paymentMethod")
|
|
724
724
|
def payment_method(self) -> pulumi.Output[str]:
|
|
725
725
|
"""
|
|
726
|
-
The
|
|
726
|
+
The payment type used for this project. For example,`card`.
|
|
727
727
|
"""
|
|
728
728
|
return pulumi.get(self, "payment_method")
|
|
729
729
|
|
|
@@ -731,7 +731,7 @@ class Project(pulumi.CustomResource):
|
|
|
731
731
|
@pulumi.getter
|
|
732
732
|
def project(self) -> pulumi.Output[str]:
|
|
733
733
|
"""
|
|
734
|
-
|
|
734
|
+
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.
|
|
735
735
|
"""
|
|
736
736
|
return pulumi.get(self, "project")
|
|
737
737
|
|
|
@@ -747,7 +747,7 @@ class Project(pulumi.CustomResource):
|
|
|
747
747
|
@pulumi.getter(name="technicalEmails")
|
|
748
748
|
def technical_emails(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
749
749
|
"""
|
|
750
|
-
|
|
750
|
+
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.
|
|
751
751
|
"""
|
|
752
752
|
return pulumi.get(self, "technical_emails")
|
|
753
753
|
|
pulumi_aiven/project_user.py
CHANGED
|
@@ -19,9 +19,9 @@ class ProjectUserArgs:
|
|
|
19
19
|
project: pulumi.Input[str]):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a ProjectUser resource.
|
|
22
|
-
:param pulumi.Input[str] email: Email address of the user
|
|
22
|
+
:param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
23
23
|
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer` and `operator`.
|
|
24
|
-
:param pulumi.Input[str] project:
|
|
24
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "email", email)
|
|
27
27
|
pulumi.set(__self__, "member_type", member_type)
|
|
@@ -31,7 +31,7 @@ class ProjectUserArgs:
|
|
|
31
31
|
@pulumi.getter
|
|
32
32
|
def email(self) -> pulumi.Input[str]:
|
|
33
33
|
"""
|
|
34
|
-
Email address of the user
|
|
34
|
+
Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
35
35
|
"""
|
|
36
36
|
return pulumi.get(self, "email")
|
|
37
37
|
|
|
@@ -55,7 +55,7 @@ class ProjectUserArgs:
|
|
|
55
55
|
@pulumi.getter
|
|
56
56
|
def project(self) -> pulumi.Input[str]:
|
|
57
57
|
"""
|
|
58
|
-
|
|
58
|
+
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.
|
|
59
59
|
"""
|
|
60
60
|
return pulumi.get(self, "project")
|
|
61
61
|
|
|
@@ -73,10 +73,10 @@ class _ProjectUserState:
|
|
|
73
73
|
project: Optional[pulumi.Input[str]] = None):
|
|
74
74
|
"""
|
|
75
75
|
Input properties used for looking up and filtering ProjectUser resources.
|
|
76
|
-
:param pulumi.Input[bool] accepted: Whether the user has accepted the request to join the project
|
|
77
|
-
:param pulumi.Input[str] email: Email address of the user
|
|
76
|
+
:param pulumi.Input[bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
|
|
77
|
+
:param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
78
78
|
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer` and `operator`.
|
|
79
|
-
:param pulumi.Input[str] project:
|
|
79
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
80
80
|
"""
|
|
81
81
|
if accepted is not None:
|
|
82
82
|
pulumi.set(__self__, "accepted", accepted)
|
|
@@ -91,7 +91,7 @@ class _ProjectUserState:
|
|
|
91
91
|
@pulumi.getter
|
|
92
92
|
def accepted(self) -> Optional[pulumi.Input[bool]]:
|
|
93
93
|
"""
|
|
94
|
-
Whether the user has accepted the request to join the project
|
|
94
|
+
Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
|
|
95
95
|
"""
|
|
96
96
|
return pulumi.get(self, "accepted")
|
|
97
97
|
|
|
@@ -103,7 +103,7 @@ class _ProjectUserState:
|
|
|
103
103
|
@pulumi.getter
|
|
104
104
|
def email(self) -> Optional[pulumi.Input[str]]:
|
|
105
105
|
"""
|
|
106
|
-
Email address of the user
|
|
106
|
+
Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
107
107
|
"""
|
|
108
108
|
return pulumi.get(self, "email")
|
|
109
109
|
|
|
@@ -127,7 +127,7 @@ class _ProjectUserState:
|
|
|
127
127
|
@pulumi.getter
|
|
128
128
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
129
129
|
"""
|
|
130
|
-
|
|
130
|
+
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.
|
|
131
131
|
"""
|
|
132
132
|
return pulumi.get(self, "project")
|
|
133
133
|
|
|
@@ -146,7 +146,7 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
146
146
|
project: Optional[pulumi.Input[str]] = None,
|
|
147
147
|
__props__=None):
|
|
148
148
|
"""
|
|
149
|
-
|
|
149
|
+
Creates and manages an Aiven project member.
|
|
150
150
|
|
|
151
151
|
## Example Usage
|
|
152
152
|
|
|
@@ -163,14 +163,14 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
163
163
|
## Import
|
|
164
164
|
|
|
165
165
|
```sh
|
|
166
|
-
$ pulumi import aiven:index/projectUser:ProjectUser mytestuser
|
|
166
|
+
$ pulumi import aiven:index/projectUser:ProjectUser mytestuser PROJECT/EMAIL
|
|
167
167
|
```
|
|
168
168
|
|
|
169
169
|
:param str resource_name: The name of the resource.
|
|
170
170
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
171
|
-
:param pulumi.Input[str] email: Email address of the user
|
|
171
|
+
:param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
172
172
|
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer` and `operator`.
|
|
173
|
-
:param pulumi.Input[str] project:
|
|
173
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
174
174
|
"""
|
|
175
175
|
...
|
|
176
176
|
@overload
|
|
@@ -179,7 +179,7 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
179
179
|
args: ProjectUserArgs,
|
|
180
180
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
181
181
|
"""
|
|
182
|
-
|
|
182
|
+
Creates and manages an Aiven project member.
|
|
183
183
|
|
|
184
184
|
## Example Usage
|
|
185
185
|
|
|
@@ -196,7 +196,7 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
196
196
|
## Import
|
|
197
197
|
|
|
198
198
|
```sh
|
|
199
|
-
$ pulumi import aiven:index/projectUser:ProjectUser mytestuser
|
|
199
|
+
$ pulumi import aiven:index/projectUser:ProjectUser mytestuser PROJECT/EMAIL
|
|
200
200
|
```
|
|
201
201
|
|
|
202
202
|
:param str resource_name: The name of the resource.
|
|
@@ -257,10 +257,10 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
257
257
|
:param str resource_name: The unique name of the resulting resource.
|
|
258
258
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
259
259
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
260
|
-
:param pulumi.Input[bool] accepted: Whether the user has accepted the request to join the project
|
|
261
|
-
:param pulumi.Input[str] email: Email address of the user
|
|
260
|
+
:param pulumi.Input[bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
|
|
261
|
+
:param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
262
262
|
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer` and `operator`.
|
|
263
|
-
:param pulumi.Input[str] project:
|
|
263
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
264
264
|
"""
|
|
265
265
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
266
266
|
|
|
@@ -276,7 +276,7 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
276
276
|
@pulumi.getter
|
|
277
277
|
def accepted(self) -> pulumi.Output[bool]:
|
|
278
278
|
"""
|
|
279
|
-
Whether the user has accepted the request to join the project
|
|
279
|
+
Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
|
|
280
280
|
"""
|
|
281
281
|
return pulumi.get(self, "accepted")
|
|
282
282
|
|
|
@@ -284,7 +284,7 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
284
284
|
@pulumi.getter
|
|
285
285
|
def email(self) -> pulumi.Output[str]:
|
|
286
286
|
"""
|
|
287
|
-
Email address of the user
|
|
287
|
+
Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
288
288
|
"""
|
|
289
289
|
return pulumi.get(self, "email")
|
|
290
290
|
|
|
@@ -300,7 +300,7 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
300
300
|
@pulumi.getter
|
|
301
301
|
def project(self) -> pulumi.Output[str]:
|
|
302
302
|
"""
|
|
303
|
-
|
|
303
|
+
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.
|
|
304
304
|
"""
|
|
305
305
|
return pulumi.get(self, "project")
|
|
306
306
|
|