pulumi-aiven 6.34.0a1739941685__py3-none-any.whl → 6.35.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 CHANGED
@@ -13,8 +13,10 @@ from .account_team_project import *
13
13
  from .alloydbomni import *
14
14
  from .alloydbomni_database import *
15
15
  from .alloydbomni_user import *
16
+ from .aws_org_vpc_peering_connection import *
16
17
  from .aws_privatelink import *
17
18
  from .aws_vpc_peering_connection import *
19
+ from .azure_org_vpc_peering_connection import *
18
20
  from .azure_privatelink import *
19
21
  from .azure_privatelink_connection_approval import *
20
22
  from .azure_vpc_peering_connection import *
@@ -35,6 +37,7 @@ from .flink_application_version import *
35
37
  from .flink_jar_application import *
36
38
  from .flink_jar_application_deployment import *
37
39
  from .flink_jar_application_version import *
40
+ from .gcp_org_vpc_peering_connection import *
38
41
  from .gcp_privatelink import *
39
42
  from .gcp_privatelink_connection_approval import *
40
43
  from .gcp_vpc_peering_connection import *
@@ -46,8 +49,10 @@ from .get_account_team_project import *
46
49
  from .get_alloydbomni import *
47
50
  from .get_alloydbomni_database import *
48
51
  from .get_alloydbomni_user import *
52
+ from .get_aws_org_vpc_peering_connection import *
49
53
  from .get_aws_privatelink import *
50
54
  from .get_aws_vpc_peering_connection import *
55
+ from .get_azure_org_vpc_peering_connection import *
51
56
  from .get_azure_privatelink import *
52
57
  from .get_azure_vpc_peering_connection import *
53
58
  from .get_billing_group import *
@@ -63,6 +68,7 @@ from .get_external_identity import *
63
68
  from .get_flink import *
64
69
  from .get_flink_application import *
65
70
  from .get_flink_application_version import *
71
+ from .get_gcp_org_vpc_peering_connection import *
66
72
  from .get_gcp_privatelink import *
67
73
  from .get_gcp_vpc_peering_connection import *
68
74
  from .get_grafana import *
@@ -93,9 +99,11 @@ from .get_opensearch_security_plugin_config import *
93
99
  from .get_opensearch_user import *
94
100
  from .get_organization import *
95
101
  from .get_organization_application_user import *
102
+ from .get_organization_project import *
96
103
  from .get_organization_user import *
97
104
  from .get_organization_user_group import *
98
105
  from .get_organization_user_list import *
106
+ from .get_organization_vpc import *
99
107
  from .get_organizational_unit import *
100
108
  from .get_pg import *
101
109
  from .get_pg_database import *
@@ -145,9 +153,11 @@ from .organization_application_user import *
145
153
  from .organization_application_user_token import *
146
154
  from .organization_group_project import *
147
155
  from .organization_permission import *
156
+ from .organization_project import *
148
157
  from .organization_user import *
149
158
  from .organization_user_group import *
150
159
  from .organization_user_group_member import *
160
+ from .organization_vpc import *
151
161
  from .organizational_unit import *
152
162
  from .pg import *
153
163
  from .pg_database import *
@@ -242,6 +252,14 @@ _utilities.register(
242
252
  "aiven:index/alloydbomniUser:AlloydbomniUser": "AlloydbomniUser"
243
253
  }
244
254
  },
255
+ {
256
+ "pkg": "aiven",
257
+ "mod": "index/awsOrgVpcPeeringConnection",
258
+ "fqn": "pulumi_aiven",
259
+ "classes": {
260
+ "aiven:index/awsOrgVpcPeeringConnection:AwsOrgVpcPeeringConnection": "AwsOrgVpcPeeringConnection"
261
+ }
262
+ },
245
263
  {
246
264
  "pkg": "aiven",
247
265
  "mod": "index/awsPrivatelink",
@@ -258,6 +276,14 @@ _utilities.register(
258
276
  "aiven:index/awsVpcPeeringConnection:AwsVpcPeeringConnection": "AwsVpcPeeringConnection"
259
277
  }
260
278
  },
279
+ {
280
+ "pkg": "aiven",
281
+ "mod": "index/azureOrgVpcPeeringConnection",
282
+ "fqn": "pulumi_aiven",
283
+ "classes": {
284
+ "aiven:index/azureOrgVpcPeeringConnection:AzureOrgVpcPeeringConnection": "AzureOrgVpcPeeringConnection"
285
+ }
286
+ },
261
287
  {
262
288
  "pkg": "aiven",
263
289
  "mod": "index/azurePrivatelink",
@@ -418,6 +444,14 @@ _utilities.register(
418
444
  "aiven:index/flinkJarApplicationVersion:FlinkJarApplicationVersion": "FlinkJarApplicationVersion"
419
445
  }
420
446
  },
447
+ {
448
+ "pkg": "aiven",
449
+ "mod": "index/gcpOrgVpcPeeringConnection",
450
+ "fqn": "pulumi_aiven",
451
+ "classes": {
452
+ "aiven:index/gcpOrgVpcPeeringConnection:GcpOrgVpcPeeringConnection": "GcpOrgVpcPeeringConnection"
453
+ }
454
+ },
421
455
  {
422
456
  "pkg": "aiven",
423
457
  "mod": "index/gcpPrivatelink",
@@ -706,6 +740,14 @@ _utilities.register(
706
740
  "aiven:index/organizationPermission:OrganizationPermission": "OrganizationPermission"
707
741
  }
708
742
  },
743
+ {
744
+ "pkg": "aiven",
745
+ "mod": "index/organizationProject",
746
+ "fqn": "pulumi_aiven",
747
+ "classes": {
748
+ "aiven:index/organizationProject:OrganizationProject": "OrganizationProject"
749
+ }
750
+ },
709
751
  {
710
752
  "pkg": "aiven",
711
753
  "mod": "index/organizationUser",
@@ -730,6 +772,14 @@ _utilities.register(
730
772
  "aiven:index/organizationUserGroupMember:OrganizationUserGroupMember": "OrganizationUserGroupMember"
731
773
  }
732
774
  },
775
+ {
776
+ "pkg": "aiven",
777
+ "mod": "index/organizationVpc",
778
+ "fqn": "pulumi_aiven",
779
+ "classes": {
780
+ "aiven:index/organizationVpc:OrganizationVpc": "OrganizationVpc"
781
+ }
782
+ },
733
783
  {
734
784
  "pkg": "aiven",
735
785
  "mod": "index/organizationalUnit",
pulumi_aiven/_inputs.py CHANGED
@@ -453,6 +453,8 @@ __all__ = [
453
453
  'OrganizationGroupProjectTimeoutsArgsDict',
454
454
  'OrganizationPermissionPermissionArgs',
455
455
  'OrganizationPermissionPermissionArgsDict',
456
+ 'OrganizationProjectTagArgs',
457
+ 'OrganizationProjectTagArgsDict',
456
458
  'OrganizationTimeoutsArgs',
457
459
  'OrganizationTimeoutsArgsDict',
458
460
  'OrganizationUserGroupMemberTimeoutsArgs',
@@ -28225,6 +28227,56 @@ class OrganizationPermissionPermissionArgs:
28225
28227
  pulumi.set(self, "update_time", value)
28226
28228
 
28227
28229
 
28230
+ if not MYPY:
28231
+ class OrganizationProjectTagArgsDict(TypedDict):
28232
+ key: pulumi.Input[str]
28233
+ """
28234
+ Project tag key.
28235
+ """
28236
+ value: pulumi.Input[str]
28237
+ """
28238
+ Project tag value.
28239
+ """
28240
+ elif False:
28241
+ OrganizationProjectTagArgsDict: TypeAlias = Mapping[str, Any]
28242
+
28243
+ @pulumi.input_type
28244
+ class OrganizationProjectTagArgs:
28245
+ def __init__(__self__, *,
28246
+ key: pulumi.Input[str],
28247
+ value: pulumi.Input[str]):
28248
+ """
28249
+ :param pulumi.Input[str] key: Project tag key.
28250
+ :param pulumi.Input[str] value: Project tag value.
28251
+ """
28252
+ pulumi.set(__self__, "key", key)
28253
+ pulumi.set(__self__, "value", value)
28254
+
28255
+ @property
28256
+ @pulumi.getter
28257
+ def key(self) -> pulumi.Input[str]:
28258
+ """
28259
+ Project tag key.
28260
+ """
28261
+ return pulumi.get(self, "key")
28262
+
28263
+ @key.setter
28264
+ def key(self, value: pulumi.Input[str]):
28265
+ pulumi.set(self, "key", value)
28266
+
28267
+ @property
28268
+ @pulumi.getter
28269
+ def value(self) -> pulumi.Input[str]:
28270
+ """
28271
+ Project tag value.
28272
+ """
28273
+ return pulumi.get(self, "value")
28274
+
28275
+ @value.setter
28276
+ def value(self, value: pulumi.Input[str]):
28277
+ pulumi.set(self, "value", value)
28278
+
28279
+
28228
28280
  if not MYPY:
28229
28281
  class OrganizationTimeoutsArgsDict(TypedDict):
28230
28282
  create: NotRequired[pulumi.Input[str]]
pulumi_aiven/account.py CHANGED
@@ -223,8 +223,7 @@ class Account(pulumi.CustomResource):
223
223
  """
224
224
  Creates and manages an Aiven account.
225
225
 
226
- > **This resource is deprecated**.
227
-
226
+ > **This resource is deprecated**
228
227
  This resource will be removed in v5.0.0. Use `Organization` instead.
229
228
 
230
229
  ## Example Usage
@@ -256,8 +255,7 @@ class Account(pulumi.CustomResource):
256
255
  """
257
256
  Creates and manages an Aiven account.
258
257
 
259
- > **This resource is deprecated**.
260
-
258
+ > **This resource is deprecated**
261
259
  This resource will be removed in v5.0.0. Use `Organization` instead.
262
260
 
263
261
  ## Example Usage
@@ -550,8 +550,7 @@ class AccountAuthentication(pulumi.CustomResource):
550
550
  """
551
551
  Creates and manages an authentication method.
552
552
 
553
- > **This resource is deprecated**.
554
-
553
+ > **This resource is deprecated**
555
554
  To set up an identity provider as an authentication method for your organization,
556
555
  [use the Aiven Console](https://aiven.io/docs/platform/howto/saml/add-identity-providers).
557
556
  It guides you through the steps and explains the settings.
@@ -587,8 +586,7 @@ class AccountAuthentication(pulumi.CustomResource):
587
586
  """
588
587
  Creates and manages an authentication method.
589
588
 
590
- > **This resource is deprecated**.
591
-
589
+ > **This resource is deprecated**
592
590
  To set up an identity provider as an authentication method for your organization,
593
591
  [use the Aiven Console](https://aiven.io/docs/platform/howto/saml/add-identity-providers).
594
592
  It guides you through the steps and explains the settings.