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/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/projects_accounts_access) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
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/projects_accounts_access) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
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/projects_accounts_access) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
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/projects_accounts_access) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
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/projects_accounts_access#projects).
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/projects_accounts_access) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
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/projects_accounts_access#projects).
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/projects_accounts_access) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
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/projects_accounts_access) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
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
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "aiven",
4
- "version": "6.18.0-alpha.1719465440"
4
+ "version": "6.18.0-alpha.1719512199"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_aiven
3
- Version: 6.18.0a1719465440
3
+ Version: 6.18.0a1719512199
4
4
  Summary: A Pulumi package for creating and managing Aiven cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -1,11 +1,11 @@
1
1
  pulumi_aiven/__init__.py,sha256=0h2zG50QpZLUQoqA306HEacGVpiLolClybi7bGHtHSo,17963
2
- pulumi_aiven/_inputs.py,sha256=st5JyyJmEkW1CbaTWJATOl9Uvjp0-vkiwr1z0ev81TM,1032673
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=vltk7XN7jXSO12BQ834AKPy1p1RGKqsX8jrMKOU_7K0,36871
6
- pulumi_aiven/account_team.py,sha256=GMCtLN3Fs6dk2mjDcHIuntSRXk9CSuUoozbU37XrCLk,11277
7
- pulumi_aiven/account_team_member.py,sha256=tJX67UlZdL01c0Yt-doFkPWRPz4QaisV5W5jpZPzsEU,17415
8
- pulumi_aiven/account_team_project.py,sha256=N8S9rHjWOFoxqk-9SuwtAdp3Z5RpJpKFSPf5zWpr4Fg,13913
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=2xcVnL2Meq9YnIU-9gnaCjM82jrsKVP-pua_oVUpICI,12311
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=440RPNMMC4u9SrVovSjpXzOd9bk6HgBT4V9t24v2V5A,10891
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=3eh9eXSwQ1q-eJi3HOoAqG_c-Svuo1jfC7uGBFLwiOs,13476
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=XTBcIrCH9uxRZewjGcMeWyEi91Zel3BrkIC0GcaNdfI,14704
129
- pulumi_aiven/organization_user_group_member.py,sha256=hQNwloGq0KpEuSb0RCirDyA0bygxUSCM80_o-yOzb3o,14096
130
- pulumi_aiven/organizational_unit.py,sha256=dgHOIJKfjAhuLeRsOI9vLYRwVfteIFrWKXe_kTBU-JU,11475
131
- pulumi_aiven/outputs.py,sha256=PWbjlZ5ZG5DjMS-xpYw09mLsqMnZ4zDlOglS3ezp1fE,1694469
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=fjxvGU7-PwB4RqVc1tFFIyfoirihsYZJwp8AbWu7bpw,45395
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=pcX1o7RkRX6BOXRTEU94n4oO79LO5xtitwPJcQeZsok,82
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.0a1719465440.dist-info/METADATA,sha256=JhLqphj34CJA_7_MPyhdnc206D52a9naZ-TfcEd_Is0,2532
151
- pulumi_aiven-6.18.0a1719465440.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
152
- pulumi_aiven-6.18.0a1719465440.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
153
- pulumi_aiven-6.18.0a1719465440.dist-info/RECORD,,
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,,