pulumi-aiven 6.18.0a1719465440__py3-none-any.whl → 6.18.0a1719512199__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 +1618 -1010
- pulumi_aiven/account_authentication.py +10 -4
- pulumi_aiven/account_team.py +16 -8
- pulumi_aiven/account_team_member.py +16 -8
- pulumi_aiven/account_team_project.py +16 -8
- pulumi_aiven/get_project.py +1 -1
- pulumi_aiven/organization.py +2 -2
- pulumi_aiven/organization_group_project.py +2 -2
- pulumi_aiven/organization_user_group.py +2 -2
- pulumi_aiven/organization_user_group_member.py +2 -2
- pulumi_aiven/organizational_unit.py +2 -2
- pulumi_aiven/outputs.py +3041 -2047
- pulumi_aiven/project.py +9 -9
- pulumi_aiven/pulumi-plugin.json +1 -1
- {pulumi_aiven-6.18.0a1719465440.dist-info → pulumi_aiven-6.18.0a1719512199.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.18.0a1719465440.dist-info → pulumi_aiven-6.18.0a1719512199.dist-info}/RECORD +18 -18
- {pulumi_aiven-6.18.0a1719465440.dist-info → pulumi_aiven-6.18.0a1719512199.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.18.0a1719465440.dist-info → pulumi_aiven-6.18.0a1719512199.dist-info}/top_level.txt +0 -0
pulumi_aiven/project.py
CHANGED
|
@@ -34,7 +34,7 @@ class ProjectArgs:
|
|
|
34
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
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
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/
|
|
37
|
+
:param pulumi.Input[str] parent_id: Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/orgs-units-projects) 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
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.
|
|
@@ -146,7 +146,7 @@ class ProjectArgs:
|
|
|
146
146
|
@pulumi.getter(name="parentId")
|
|
147
147
|
def parent_id(self) -> Optional[pulumi.Input[str]]:
|
|
148
148
|
"""
|
|
149
|
-
Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/
|
|
149
|
+
Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/orgs-units-projects) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
|
|
150
150
|
"""
|
|
151
151
|
return pulumi.get(self, "parent_id")
|
|
152
152
|
|
|
@@ -219,7 +219,7 @@ class _ProjectState:
|
|
|
219
219
|
: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.
|
|
220
220
|
: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.
|
|
221
221
|
:param pulumi.Input[str] estimated_balance: The monthly running estimate for this project for the current billing period.
|
|
222
|
-
:param pulumi.Input[str] parent_id: Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/
|
|
222
|
+
:param pulumi.Input[str] parent_id: Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/orgs-units-projects) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
|
|
223
223
|
:param pulumi.Input[str] payment_method: The payment type used for this project. For example,`card`.
|
|
224
224
|
: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.
|
|
225
225
|
:param pulumi.Input[Sequence[pulumi.Input['ProjectTagArgs']]] tags: Tags are key-value pairs that allow you to categorize projects.
|
|
@@ -366,7 +366,7 @@ class _ProjectState:
|
|
|
366
366
|
@pulumi.getter(name="parentId")
|
|
367
367
|
def parent_id(self) -> Optional[pulumi.Input[str]]:
|
|
368
368
|
"""
|
|
369
|
-
Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/
|
|
369
|
+
Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/orgs-units-projects) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
|
|
370
370
|
"""
|
|
371
371
|
return pulumi.get(self, "parent_id")
|
|
372
372
|
|
|
@@ -453,7 +453,7 @@ class Project(pulumi.CustomResource):
|
|
|
453
453
|
use_source_project_billing_group: Optional[pulumi.Input[bool]] = None,
|
|
454
454
|
__props__=None):
|
|
455
455
|
"""
|
|
456
|
-
Creates and manages an [Aiven project](https://aiven.io/docs/platform/concepts/
|
|
456
|
+
Creates and manages an [Aiven project](https://aiven.io/docs/platform/concepts/orgs-units-projects#projects).
|
|
457
457
|
|
|
458
458
|
## Example Usage
|
|
459
459
|
|
|
@@ -479,7 +479,7 @@ class Project(pulumi.CustomResource):
|
|
|
479
479
|
: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.
|
|
480
480
|
: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.
|
|
481
481
|
: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.
|
|
482
|
-
:param pulumi.Input[str] parent_id: Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/
|
|
482
|
+
:param pulumi.Input[str] parent_id: Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/orgs-units-projects) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
|
|
483
483
|
: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.
|
|
484
484
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ProjectTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize projects.
|
|
485
485
|
: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.
|
|
@@ -492,7 +492,7 @@ class Project(pulumi.CustomResource):
|
|
|
492
492
|
args: ProjectArgs,
|
|
493
493
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
494
494
|
"""
|
|
495
|
-
Creates and manages an [Aiven project](https://aiven.io/docs/platform/concepts/
|
|
495
|
+
Creates and manages an [Aiven project](https://aiven.io/docs/platform/concepts/orgs-units-projects#projects).
|
|
496
496
|
|
|
497
497
|
## Example Usage
|
|
498
498
|
|
|
@@ -602,7 +602,7 @@ class Project(pulumi.CustomResource):
|
|
|
602
602
|
: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.
|
|
603
603
|
: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.
|
|
604
604
|
:param pulumi.Input[str] estimated_balance: The monthly running estimate for this project for the current billing period.
|
|
605
|
-
:param pulumi.Input[str] parent_id: Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/
|
|
605
|
+
:param pulumi.Input[str] parent_id: Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/orgs-units-projects) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
|
|
606
606
|
:param pulumi.Input[str] payment_method: The payment type used for this project. For example,`card`.
|
|
607
607
|
: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.
|
|
608
608
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ProjectTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize projects.
|
|
@@ -699,7 +699,7 @@ class Project(pulumi.CustomResource):
|
|
|
699
699
|
@pulumi.getter(name="parentId")
|
|
700
700
|
def parent_id(self) -> pulumi.Output[Optional[str]]:
|
|
701
701
|
"""
|
|
702
|
-
Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/
|
|
702
|
+
Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/orgs-units-projects) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
|
|
703
703
|
"""
|
|
704
704
|
return pulumi.get(self, "parent_id")
|
|
705
705
|
|
pulumi_aiven/pulumi-plugin.json
CHANGED
{pulumi_aiven-6.18.0a1719465440.dist-info → pulumi_aiven-6.18.0a1719512199.dist-info}/RECORD
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
pulumi_aiven/__init__.py,sha256=0h2zG50QpZLUQoqA306HEacGVpiLolClybi7bGHtHSo,17963
|
|
2
|
-
pulumi_aiven/_inputs.py,sha256=
|
|
2
|
+
pulumi_aiven/_inputs.py,sha256=_Qr5tN_JfSJiqT4gWMUyktP5BLYHFVGMCokDSHC1Xyc,1074245
|
|
3
3
|
pulumi_aiven/_utilities.py,sha256=zozFZPZGnJJ7MjOYHQPdH-l-EHcRcX5lh5TVi22oTCw,10446
|
|
4
4
|
pulumi_aiven/account.py,sha256=MlCmPhnrhzt9_f2Elgjvm-4ZVPhFXz6eQ3DMJ5zoQZE,16851
|
|
5
|
-
pulumi_aiven/account_authentication.py,sha256=
|
|
6
|
-
pulumi_aiven/account_team.py,sha256=
|
|
7
|
-
pulumi_aiven/account_team_member.py,sha256=
|
|
8
|
-
pulumi_aiven/account_team_project.py,sha256=
|
|
5
|
+
pulumi_aiven/account_authentication.py,sha256=yJ9nXqgflErBGKR97UFSc1YStpETmthvpt0cp_2tECY,37385
|
|
6
|
+
pulumi_aiven/account_team.py,sha256=zEh_BUwbpjJL8InMrsLtkaGN1A63LMj8NTPupwwdLzo,12459
|
|
7
|
+
pulumi_aiven/account_team_member.py,sha256=214mcy2d-njWPsJAy8lXKer-GB2g-Q2dcykOzPuNTZw,18609
|
|
8
|
+
pulumi_aiven/account_team_project.py,sha256=QVS4k_dO2S6hocULkxZV1MIY-JN2sAWDywJWUWGafEI,15101
|
|
9
9
|
pulumi_aiven/aws_privatelink.py,sha256=unh4v3-UrdUTwOyYJeVl79bsbqfxfbMpA0iw6H1zwhY,15431
|
|
10
10
|
pulumi_aiven/aws_vpc_peering_connection.py,sha256=g_8vsPQ3N0dScetTpgQ-EIoU0tulT1QR3Qouo_T0Di8,18360
|
|
11
11
|
pulumi_aiven/azure_privatelink.py,sha256=fnW3eM-N2Og8IhfOgYbtaeo9PEFtnnoQ4utMEm_QdM4,17982
|
|
@@ -85,7 +85,7 @@ pulumi_aiven/get_organizational_unit.py,sha256=wuiMG9iefxZluA84PqT9iwArghn7JcH1P
|
|
|
85
85
|
pulumi_aiven/get_pg.py,sha256=h28v-WCAxiq_bj7qpit9FWQQp_u_aGw2RitFO7x0nBE,22166
|
|
86
86
|
pulumi_aiven/get_pg_database.py,sha256=Qf5Z0zXtox8_wSLm5xcEyl6r7MyXxf_8L_pMj_QEPDs,7774
|
|
87
87
|
pulumi_aiven/get_pg_user.py,sha256=MwMMXmC-f6O5bBWJtVqW0ILRchZwL3icFy2ougshnyY,8470
|
|
88
|
-
pulumi_aiven/get_project.py,sha256=
|
|
88
|
+
pulumi_aiven/get_project.py,sha256=BMI-RAjRUc-KASrMgXxHcdtzGORQy5uxFgedoXD3m_Q,12306
|
|
89
89
|
pulumi_aiven/get_project_user.py,sha256=i3ip_La8okn6l-2mXkAeWS0FfH9xLsls5QCRxwy4nUM,5587
|
|
90
90
|
pulumi_aiven/get_project_vpc.py,sha256=M4wDUcR56X2GvGI4kfaxiYZOWX-5RC8FmotDYsKRmeg,6327
|
|
91
91
|
pulumi_aiven/get_redis.py,sha256=2JFVMxjLqYTjYAVRWydqTR03JgAUYbJUY3NS5gI51LE,22323
|
|
@@ -120,23 +120,23 @@ pulumi_aiven/open_search_acl_config.py,sha256=t5lPy7nN2_08a9LK-4H-hwNS1PpS8aRouj
|
|
|
120
120
|
pulumi_aiven/open_search_acl_rule.py,sha256=_8D_sLAiM29SNMMjl1fLUzae8tgNQhLPmWaJAX_LwMs,21934
|
|
121
121
|
pulumi_aiven/opensearch_security_plugin_config.py,sha256=HpnFd2__mtiAwwOh9PFboST9zs8tRWruKvl_PFEaQKs,18636
|
|
122
122
|
pulumi_aiven/opensearch_user.py,sha256=N7mlHAEAKFXNrwzCJ-j-VBHD5pCHHk-UHoove-Y5Rjc,16488
|
|
123
|
-
pulumi_aiven/organization.py,sha256=
|
|
123
|
+
pulumi_aiven/organization.py,sha256=cVunIqyQHEFbqe6VHhlYHcoxyny-vCGLZ0pQHy0BYho,10881
|
|
124
124
|
pulumi_aiven/organization_application_user.py,sha256=wYLkE8Whvl13AUdl_29JUgATLUZ7MvEWSO2pVLc6LBE,14353
|
|
125
125
|
pulumi_aiven/organization_application_user_token.py,sha256=7ut1Apo13uyi6-5Wn6Ksn4FKMh3x1CEgHSkJlknz8ws,30983
|
|
126
|
-
pulumi_aiven/organization_group_project.py,sha256=
|
|
126
|
+
pulumi_aiven/organization_group_project.py,sha256=PcrnQe4VYym25Zm0USWijeLGu_M7f6DrAYTqkEJ8RxQ,13430
|
|
127
127
|
pulumi_aiven/organization_user.py,sha256=eJ59ukayuIBnmYl08YyF_GJBDC8pjFpuBtsCkw6EXxo,15555
|
|
128
|
-
pulumi_aiven/organization_user_group.py,sha256=
|
|
129
|
-
pulumi_aiven/organization_user_group_member.py,sha256=
|
|
130
|
-
pulumi_aiven/organizational_unit.py,sha256=
|
|
131
|
-
pulumi_aiven/outputs.py,sha256=
|
|
128
|
+
pulumi_aiven/organization_user_group.py,sha256=VIG187GzPkUjZpbu42Y1sDNr57KoKMdXr3TeckArwJs,14658
|
|
129
|
+
pulumi_aiven/organization_user_group_member.py,sha256=G5MP6QRjcScNDephelTvzrsxmC61l3nBGJXlH3lTN5o,14050
|
|
130
|
+
pulumi_aiven/organizational_unit.py,sha256=HxSsz1TNJvhrtb1NPUfdA_V1fYiWCftoqJakJnBP8uU,11465
|
|
131
|
+
pulumi_aiven/outputs.py,sha256=vwjzSJhb0cGzCBpeMPmXgCuvLhXuiSrq-aq_ULiZo_s,1765043
|
|
132
132
|
pulumi_aiven/pg.py,sha256=peePCkaLqIVjBjTv55jIrXpertrccwzn6is3SKh8icY,76807
|
|
133
133
|
pulumi_aiven/pg_database.py,sha256=qsYKZAioLzv2bzYAFVxLumkEV-2e031ysC77h9HkqLA,20021
|
|
134
134
|
pulumi_aiven/pg_user.py,sha256=O25YPH3N19lRc_QoLgw9NK9i8W2jys0dejq37f3EaXo,20775
|
|
135
|
-
pulumi_aiven/project.py,sha256=
|
|
135
|
+
pulumi_aiven/project.py,sha256=EsX09N6mKAVlzsnidMgDlH9adoC5UBcSkQ4gazM2pQQ,45350
|
|
136
136
|
pulumi_aiven/project_user.py,sha256=CAxxa2QCsyk1Apm-Mf7BZv5YeFbKbx8LxUEjtG5NUJA,13182
|
|
137
137
|
pulumi_aiven/project_vpc.py,sha256=_87HVOeC9IvAmG-fnln5tXW8Z3BdLCA8kER800tp5AE,13908
|
|
138
138
|
pulumi_aiven/provider.py,sha256=8Nv5JAKLMaDCG8iqDCiMTBS5DYK8bh5Fvv0Pl6_5LK0,4881
|
|
139
|
-
pulumi_aiven/pulumi-plugin.json,sha256=
|
|
139
|
+
pulumi_aiven/pulumi-plugin.json,sha256=vPS_xW88AG8h3wB-ijBPY5u7--GTixMsNn54QkCGUwY,82
|
|
140
140
|
pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
141
141
|
pulumi_aiven/redis.py,sha256=x7xVWYiMcqPFqMtj_I29Rn7TSbWmzBarj0XPYEFjlno,78692
|
|
142
142
|
pulumi_aiven/redis_user.py,sha256=jGHT0lw0egvRigZIBlokBIE6-_c8sbjhFM2bJLoaGHg,29184
|
|
@@ -147,7 +147,7 @@ pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=C3mkzEZYqeRCJFLO2PM5vaCBWM
|
|
|
147
147
|
pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
148
148
|
pulumi_aiven/config/__init__.pyi,sha256=i0kRcMqRhHZqXZfs-7cXU-bEhaP2QAJDGjuUhIMDgqY,465
|
|
149
149
|
pulumi_aiven/config/vars.py,sha256=hQgM94csEU3YnUsOUTPc-JvxssBTpi2DURZx6QWdLUk,658
|
|
150
|
-
pulumi_aiven-6.18.
|
|
151
|
-
pulumi_aiven-6.18.
|
|
152
|
-
pulumi_aiven-6.18.
|
|
153
|
-
pulumi_aiven-6.18.
|
|
150
|
+
pulumi_aiven-6.18.0a1719512199.dist-info/METADATA,sha256=DVRp5IHncJKGMbC1g8u5IzT91QVDM-9PVQc-thD__OQ,2532
|
|
151
|
+
pulumi_aiven-6.18.0a1719512199.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
|
|
152
|
+
pulumi_aiven-6.18.0a1719512199.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
|
|
153
|
+
pulumi_aiven-6.18.0a1719512199.dist-info/RECORD,,
|
|
File without changes
|
{pulumi_aiven-6.18.0a1719465440.dist-info → pulumi_aiven-6.18.0a1719512199.dist-info}/top_level.txt
RENAMED
|
File without changes
|