pulumi-aiven 6.37.0a1743570488__py3-none-any.whl → 6.37.0a1744255932__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.

Files changed (187) hide show
  1. pulumi_aiven/__init__.py +22 -0
  2. pulumi_aiven/_inputs.py +8877 -8288
  3. pulumi_aiven/account.py +71 -70
  4. pulumi_aiven/account_authentication.py +204 -203
  5. pulumi_aiven/account_team.py +50 -49
  6. pulumi_aiven/account_team_member.py +64 -63
  7. pulumi_aiven/account_team_project.py +57 -56
  8. pulumi_aiven/alloydbomni.py +247 -254
  9. pulumi_aiven/alloydbomni_database.py +71 -70
  10. pulumi_aiven/alloydbomni_user.py +92 -91
  11. pulumi_aiven/aws_org_vpc_peering_connection.py +92 -91
  12. pulumi_aiven/aws_privatelink.py +57 -56
  13. pulumi_aiven/aws_vpc_peering_connection.py +78 -77
  14. pulumi_aiven/azure_org_vpc_peering_connection.py +113 -112
  15. pulumi_aiven/azure_privatelink.py +71 -70
  16. pulumi_aiven/azure_privatelink_connection_approval.py +57 -56
  17. pulumi_aiven/azure_vpc_peering_connection.py +106 -105
  18. pulumi_aiven/billing_group.py +211 -210
  19. pulumi_aiven/cassandra.py +233 -240
  20. pulumi_aiven/cassandra_user.py +78 -77
  21. pulumi_aiven/clickhouse.py +233 -240
  22. pulumi_aiven/clickhouse_database.py +53 -52
  23. pulumi_aiven/clickhouse_grant.py +57 -56
  24. pulumi_aiven/clickhouse_role.py +43 -42
  25. pulumi_aiven/clickhouse_user.py +64 -63
  26. pulumi_aiven/config/__init__.py +1 -0
  27. pulumi_aiven/config/__init__.pyi +1 -0
  28. pulumi_aiven/config/vars.py +1 -0
  29. pulumi_aiven/connection_pool.py +106 -105
  30. pulumi_aiven/dragonfly.py +233 -240
  31. pulumi_aiven/flink.py +233 -240
  32. pulumi_aiven/flink_application.py +78 -77
  33. pulumi_aiven/flink_application_deployment.py +113 -112
  34. pulumi_aiven/flink_application_version.py +85 -84
  35. pulumi_aiven/flink_jar_application.py +78 -77
  36. pulumi_aiven/flink_jar_application_deployment.py +176 -175
  37. pulumi_aiven/flink_jar_application_version.py +92 -91
  38. pulumi_aiven/gcp_org_vpc_peering_connection.py +71 -70
  39. pulumi_aiven/gcp_privatelink.py +50 -49
  40. pulumi_aiven/gcp_privatelink_connection_approval.py +64 -63
  41. pulumi_aiven/gcp_vpc_peering_connection.py +64 -63
  42. pulumi_aiven/get_account.py +14 -13
  43. pulumi_aiven/get_account_authentication.py +27 -26
  44. pulumi_aiven/get_account_team.py +15 -14
  45. pulumi_aiven/get_account_team_member.py +20 -19
  46. pulumi_aiven/get_account_team_project.py +18 -17
  47. pulumi_aiven/get_alloydbomni.py +34 -36
  48. pulumi_aiven/get_alloydbomni_database.py +19 -18
  49. pulumi_aiven/get_alloydbomni_user.py +22 -21
  50. pulumi_aiven/get_aws_org_vpc_peering_connection.py +30 -29
  51. pulumi_aiven/get_aws_privatelink.py +15 -14
  52. pulumi_aiven/get_aws_vpc_peering_connection.py +25 -24
  53. pulumi_aiven/get_azure_org_vpc_peering_connection.py +31 -30
  54. pulumi_aiven/get_azure_privatelink.py +17 -16
  55. pulumi_aiven/get_azure_vpc_peering_connection.py +35 -34
  56. pulumi_aiven/get_billing_group.py +22 -21
  57. pulumi_aiven/get_cassanda.py +33 -35
  58. pulumi_aiven/get_cassandra.py +33 -35
  59. pulumi_aiven/get_cassandra_user.py +21 -20
  60. pulumi_aiven/get_clickhouse.py +33 -35
  61. pulumi_aiven/get_clickhouse_database.py +18 -17
  62. pulumi_aiven/get_clickhouse_user.py +20 -19
  63. pulumi_aiven/get_connection_pool.py +22 -21
  64. pulumi_aiven/get_dragonfly.py +33 -35
  65. pulumi_aiven/get_external_identity.py +22 -21
  66. pulumi_aiven/get_flink.py +33 -35
  67. pulumi_aiven/get_flink_application.py +22 -21
  68. pulumi_aiven/get_flink_application_version.py +26 -25
  69. pulumi_aiven/get_gcp_org_vpc_peering_connection.py +24 -23
  70. pulumi_aiven/get_gcp_privatelink.py +15 -14
  71. pulumi_aiven/get_gcp_vpc_peering_connection.py +20 -19
  72. pulumi_aiven/get_grafana.py +33 -35
  73. pulumi_aiven/get_influx_db.py +28 -27
  74. pulumi_aiven/get_influxdb_database.py +12 -11
  75. pulumi_aiven/get_influxdb_user.py +15 -14
  76. pulumi_aiven/get_kafka.py +35 -37
  77. pulumi_aiven/get_kafka_acl.py +28 -27
  78. pulumi_aiven/get_kafka_connect.py +33 -35
  79. pulumi_aiven/get_kafka_connector.py +24 -23
  80. pulumi_aiven/get_kafka_mirror_maker.py +33 -35
  81. pulumi_aiven/get_kafka_schema.py +21 -20
  82. pulumi_aiven/get_kafka_schema_configuration.py +17 -16
  83. pulumi_aiven/get_kafka_schema_registry_acl.py +28 -27
  84. pulumi_aiven/get_kafka_topic.py +22 -21
  85. pulumi_aiven/get_kafka_user.py +21 -20
  86. pulumi_aiven/get_m3_aggregator.py +33 -35
  87. pulumi_aiven/get_m3_db.py +33 -35
  88. pulumi_aiven/get_m3db_user.py +19 -18
  89. pulumi_aiven/get_mirror_maker_replication_flow.py +34 -33
  90. pulumi_aiven/get_my_sql.py +33 -35
  91. pulumi_aiven/get_mysql_database.py +18 -17
  92. pulumi_aiven/get_mysql_user.py +22 -21
  93. pulumi_aiven/get_open_search.py +33 -35
  94. pulumi_aiven/get_open_search_acl_config.py +14 -13
  95. pulumi_aiven/get_open_search_acl_rule.py +27 -26
  96. pulumi_aiven/get_opensearch_security_plugin_config.py +16 -15
  97. pulumi_aiven/get_opensearch_user.py +19 -18
  98. pulumi_aiven/get_organization.py +14 -13
  99. pulumi_aiven/get_organization_address.py +227 -0
  100. pulumi_aiven/get_organization_application_user.py +15 -34
  101. pulumi_aiven/get_organization_billing_group.py +241 -0
  102. pulumi_aiven/get_organization_billing_group_list.py +110 -0
  103. pulumi_aiven/get_organization_project.py +30 -15
  104. pulumi_aiven/get_organization_user.py +18 -17
  105. pulumi_aiven/get_organization_user_group.py +16 -15
  106. pulumi_aiven/get_organization_user_list.py +32 -19
  107. pulumi_aiven/get_organization_vpc.py +17 -16
  108. pulumi_aiven/get_organizational_unit.py +11 -10
  109. pulumi_aiven/get_pg.py +33 -35
  110. pulumi_aiven/get_pg_database.py +20 -19
  111. pulumi_aiven/get_pg_user.py +22 -21
  112. pulumi_aiven/get_project.py +19 -18
  113. pulumi_aiven/get_project_user.py +14 -13
  114. pulumi_aiven/get_project_vpc.py +19 -18
  115. pulumi_aiven/get_redis.py +33 -35
  116. pulumi_aiven/get_redis_user.py +23 -22
  117. pulumi_aiven/get_service_component.py +54 -39
  118. pulumi_aiven/get_service_integration.py +29 -28
  119. pulumi_aiven/get_service_integration_endpoint.py +14 -13
  120. pulumi_aiven/get_thanos.py +33 -35
  121. pulumi_aiven/get_transit_gateway_vpc_attachment.py +22 -21
  122. pulumi_aiven/get_valkey.py +33 -35
  123. pulumi_aiven/get_valkey_user.py +23 -22
  124. pulumi_aiven/grafana.py +233 -240
  125. pulumi_aiven/influx_db.py +251 -244
  126. pulumi_aiven/influxdb_database.py +53 -52
  127. pulumi_aiven/influxdb_user.py +78 -77
  128. pulumi_aiven/kafka.py +261 -268
  129. pulumi_aiven/kafka_acl.py +78 -77
  130. pulumi_aiven/kafka_connect.py +233 -240
  131. pulumi_aiven/kafka_connector.py +99 -98
  132. pulumi_aiven/kafka_mirror_maker.py +233 -240
  133. pulumi_aiven/kafka_native_acl.py +127 -126
  134. pulumi_aiven/kafka_quota.py +99 -98
  135. pulumi_aiven/kafka_schema.py +92 -91
  136. pulumi_aiven/kafka_schema_configuration.py +43 -42
  137. pulumi_aiven/kafka_schema_registry_acl.py +78 -77
  138. pulumi_aiven/kafka_topic.py +109 -108
  139. pulumi_aiven/kafka_user.py +78 -77
  140. pulumi_aiven/m3_aggregator.py +233 -240
  141. pulumi_aiven/m3_db.py +233 -240
  142. pulumi_aiven/m3db_user.py +64 -63
  143. pulumi_aiven/mirror_maker_replication_flow.py +225 -224
  144. pulumi_aiven/my_sql.py +233 -240
  145. pulumi_aiven/mysql_database.py +53 -52
  146. pulumi_aiven/mysql_user.py +92 -91
  147. pulumi_aiven/open_search.py +233 -240
  148. pulumi_aiven/open_search_acl_config.py +57 -56
  149. pulumi_aiven/open_search_acl_rule.py +75 -74
  150. pulumi_aiven/opensearch_security_plugin_config.py +64 -63
  151. pulumi_aiven/opensearch_user.py +64 -63
  152. pulumi_aiven/organization.py +38 -37
  153. pulumi_aiven/organization_address.py +557 -0
  154. pulumi_aiven/organization_application_user.py +61 -60
  155. pulumi_aiven/organization_application_user_token.py +169 -168
  156. pulumi_aiven/organization_billing_group.py +645 -0
  157. pulumi_aiven/organization_group_project.py +43 -42
  158. pulumi_aiven/organization_permission.py +45 -44
  159. pulumi_aiven/organization_project.py +114 -82
  160. pulumi_aiven/organization_user.py +57 -56
  161. pulumi_aiven/organization_user_group.py +64 -63
  162. pulumi_aiven/organization_user_group_member.py +50 -81
  163. pulumi_aiven/organization_vpc.py +71 -70
  164. pulumi_aiven/organizational_unit.py +50 -49
  165. pulumi_aiven/outputs.py +10770 -10004
  166. pulumi_aiven/pg.py +233 -240
  167. pulumi_aiven/pg_database.py +81 -80
  168. pulumi_aiven/pg_user.py +92 -91
  169. pulumi_aiven/project.py +155 -154
  170. pulumi_aiven/project_user.py +50 -49
  171. pulumi_aiven/project_vpc.py +50 -49
  172. pulumi_aiven/provider.py +9 -8
  173. pulumi_aiven/pulumi-plugin.json +1 -1
  174. pulumi_aiven/redis.py +233 -240
  175. pulumi_aiven/redis_user.py +120 -119
  176. pulumi_aiven/service_integration.py +124 -123
  177. pulumi_aiven/service_integration_endpoint.py +50 -49
  178. pulumi_aiven/static_ip.py +57 -56
  179. pulumi_aiven/thanos.py +233 -240
  180. pulumi_aiven/transit_gateway_vpc_attachment.py +92 -91
  181. pulumi_aiven/valkey.py +233 -240
  182. pulumi_aiven/valkey_user.py +120 -119
  183. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/METADATA +1 -1
  184. pulumi_aiven-6.37.0a1744255932.dist-info/RECORD +188 -0
  185. pulumi_aiven-6.37.0a1743570488.dist-info/RECORD +0 -183
  186. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/WHEEL +0 -0
  187. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -51,7 +52,7 @@ class GetOrganizationUserGroupResult:
51
52
 
52
53
  @property
53
54
  @pulumi.getter(name="createTime")
54
- def create_time(self) -> str:
55
+ def create_time(self) -> builtins.str:
55
56
  """
56
57
  Time of creation.
57
58
  """
@@ -59,7 +60,7 @@ class GetOrganizationUserGroupResult:
59
60
 
60
61
  @property
61
62
  @pulumi.getter
62
- def description(self) -> str:
63
+ def description(self) -> builtins.str:
63
64
  """
64
65
  The description of the user group. Changing this property forces recreation of the resource.
65
66
  """
@@ -67,7 +68,7 @@ class GetOrganizationUserGroupResult:
67
68
 
68
69
  @property
69
70
  @pulumi.getter(name="groupId")
70
- def group_id(self) -> str:
71
+ def group_id(self) -> builtins.str:
71
72
  """
72
73
  The ID of the user group.
73
74
  """
@@ -75,7 +76,7 @@ class GetOrganizationUserGroupResult:
75
76
 
76
77
  @property
77
78
  @pulumi.getter
78
- def id(self) -> str:
79
+ def id(self) -> builtins.str:
79
80
  """
80
81
  The provider-assigned unique ID for this managed resource.
81
82
  """
@@ -83,7 +84,7 @@ class GetOrganizationUserGroupResult:
83
84
 
84
85
  @property
85
86
  @pulumi.getter
86
- def name(self) -> str:
87
+ def name(self) -> builtins.str:
87
88
  """
88
89
  The name of the user group. Changing this property forces recreation of the resource.
89
90
  """
@@ -91,7 +92,7 @@ class GetOrganizationUserGroupResult:
91
92
 
92
93
  @property
93
94
  @pulumi.getter(name="organizationId")
94
- def organization_id(self) -> str:
95
+ def organization_id(self) -> builtins.str:
95
96
  """
96
97
  The ID of the organization. Changing this property forces recreation of the resource.
97
98
  """
@@ -99,7 +100,7 @@ class GetOrganizationUserGroupResult:
99
100
 
100
101
  @property
101
102
  @pulumi.getter(name="updateTime")
102
- def update_time(self) -> str:
103
+ def update_time(self) -> builtins.str:
103
104
  """
104
105
  Time of last update.
105
106
  """
@@ -121,8 +122,8 @@ class AwaitableGetOrganizationUserGroupResult(GetOrganizationUserGroupResult):
121
122
  update_time=self.update_time)
122
123
 
123
124
 
124
- def get_organization_user_group(name: Optional[str] = None,
125
- organization_id: Optional[str] = None,
125
+ def get_organization_user_group(name: Optional[builtins.str] = None,
126
+ organization_id: Optional[builtins.str] = None,
126
127
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOrganizationUserGroupResult:
127
128
  """
128
129
  Gets information about an existing user group in an organization.
@@ -138,8 +139,8 @@ def get_organization_user_group(name: Optional[str] = None,
138
139
  ```
139
140
 
140
141
 
141
- :param str name: The name of the user group. Changing this property forces recreation of the resource.
142
- :param str organization_id: The ID of the organization. Changing this property forces recreation of the resource.
142
+ :param builtins.str name: The name of the user group. Changing this property forces recreation of the resource.
143
+ :param builtins.str organization_id: The ID of the organization. Changing this property forces recreation of the resource.
143
144
  """
144
145
  __args__ = dict()
145
146
  __args__['name'] = name
@@ -155,8 +156,8 @@ def get_organization_user_group(name: Optional[str] = None,
155
156
  name=pulumi.get(__ret__, 'name'),
156
157
  organization_id=pulumi.get(__ret__, 'organization_id'),
157
158
  update_time=pulumi.get(__ret__, 'update_time'))
158
- def get_organization_user_group_output(name: Optional[pulumi.Input[str]] = None,
159
- organization_id: Optional[pulumi.Input[str]] = None,
159
+ def get_organization_user_group_output(name: Optional[pulumi.Input[builtins.str]] = None,
160
+ organization_id: Optional[pulumi.Input[builtins.str]] = None,
160
161
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOrganizationUserGroupResult]:
161
162
  """
162
163
  Gets information about an existing user group in an organization.
@@ -172,8 +173,8 @@ def get_organization_user_group_output(name: Optional[pulumi.Input[str]] = None,
172
173
  ```
173
174
 
174
175
 
175
- :param str name: The name of the user group. Changing this property forces recreation of the resource.
176
- :param str organization_id: The ID of the organization. Changing this property forces recreation of the resource.
176
+ :param builtins.str name: The name of the user group. Changing this property forces recreation of the resource.
177
+ :param builtins.str organization_id: The ID of the organization. Changing this property forces recreation of the resource.
177
178
  """
178
179
  __args__ = dict()
179
180
  __args__['name'] = name
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -40,17 +41,17 @@ class GetOrganizationUserListResult:
40
41
 
41
42
  @property
42
43
  @pulumi.getter
43
- def id(self) -> Optional[str]:
44
+ def id(self) -> Optional[builtins.str]:
44
45
  """
45
- Organization id. Example: `org12345678`.
46
+ The ID of the organization.
46
47
  """
47
48
  return pulumi.get(self, "id")
48
49
 
49
50
  @property
50
51
  @pulumi.getter
51
- def name(self) -> Optional[str]:
52
+ def name(self) -> Optional[builtins.str]:
52
53
  """
53
- Organization name. Example: `aiven`.
54
+ The name of the organization.
54
55
  """
55
56
  return pulumi.get(self, "name")
56
57
 
@@ -58,7 +59,7 @@ class GetOrganizationUserListResult:
58
59
  @pulumi.getter
59
60
  def users(self) -> Sequence['outputs.GetOrganizationUserListUserResult']:
60
61
  """
61
- List of users of the organization
62
+ List of the users, their profile information, and other data.
62
63
  """
63
64
  return pulumi.get(self, "users")
64
65
 
@@ -74,18 +75,24 @@ class AwaitableGetOrganizationUserListResult(GetOrganizationUserListResult):
74
75
  users=self.users)
75
76
 
76
77
 
77
- def get_organization_user_list(id: Optional[str] = None,
78
- name: Optional[str] = None,
78
+ def get_organization_user_list(id: Optional[builtins.str] = None,
79
+ name: Optional[builtins.str] = None,
79
80
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOrganizationUserListResult:
80
81
  """
81
- List of users of the organization.
82
+ Returns a list of [users in the organization](https://aiven.io/docs/platform/concepts/user-access-management), their profile details, and other data . This includes users you add to your organization and application users.
82
83
 
83
- **This resource is in the beta stage and may change without notice.** Set
84
- the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
84
+ ## Example Usage
85
85
 
86
+ ```python
87
+ import pulumi
88
+ import pulumi_aiven as aiven
86
89
 
87
- :param str id: Organization id. Example: `org12345678`.
88
- :param str name: Organization name. Example: `aiven`.
90
+ users = aiven.get_organization_user_list(name="Example organization")
91
+ ```
92
+
93
+
94
+ :param builtins.str id: The ID of the organization.
95
+ :param builtins.str name: The name of the organization.
89
96
  """
90
97
  __args__ = dict()
91
98
  __args__['id'] = id
@@ -97,18 +104,24 @@ def get_organization_user_list(id: Optional[str] = None,
97
104
  id=pulumi.get(__ret__, 'id'),
98
105
  name=pulumi.get(__ret__, 'name'),
99
106
  users=pulumi.get(__ret__, 'users'))
100
- def get_organization_user_list_output(id: Optional[pulumi.Input[Optional[str]]] = None,
101
- name: Optional[pulumi.Input[Optional[str]]] = None,
107
+ def get_organization_user_list_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
108
+ name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
102
109
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOrganizationUserListResult]:
103
110
  """
104
- List of users of the organization.
111
+ Returns a list of [users in the organization](https://aiven.io/docs/platform/concepts/user-access-management), their profile details, and other data . This includes users you add to your organization and application users.
112
+
113
+ ## Example Usage
114
+
115
+ ```python
116
+ import pulumi
117
+ import pulumi_aiven as aiven
105
118
 
106
- **This resource is in the beta stage and may change without notice.** Set
107
- the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
119
+ users = aiven.get_organization_user_list(name="Example organization")
120
+ ```
108
121
 
109
122
 
110
- :param str id: Organization id. Example: `org12345678`.
111
- :param str name: Organization name. Example: `aiven`.
123
+ :param builtins.str id: The ID of the organization.
124
+ :param builtins.str name: The name of the organization.
112
125
  """
113
126
  __args__ = dict()
114
127
  __args__['id'] = id
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -54,7 +55,7 @@ class GetOrganizationVpcResult:
54
55
 
55
56
  @property
56
57
  @pulumi.getter(name="cloudName")
57
- def cloud_name(self) -> str:
58
+ def cloud_name(self) -> builtins.str:
58
59
  """
59
60
  The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
60
61
  """
@@ -62,7 +63,7 @@ class GetOrganizationVpcResult:
62
63
 
63
64
  @property
64
65
  @pulumi.getter(name="createTime")
65
- def create_time(self) -> str:
66
+ def create_time(self) -> builtins.str:
66
67
  """
67
68
  Time of creation of the VPC.
68
69
  """
@@ -70,7 +71,7 @@ class GetOrganizationVpcResult:
70
71
 
71
72
  @property
72
73
  @pulumi.getter
73
- def id(self) -> str:
74
+ def id(self) -> builtins.str:
74
75
  """
75
76
  The provider-assigned unique ID for this managed resource.
76
77
  """
@@ -78,7 +79,7 @@ class GetOrganizationVpcResult:
78
79
 
79
80
  @property
80
81
  @pulumi.getter(name="networkCidr")
81
- def network_cidr(self) -> str:
82
+ def network_cidr(self) -> builtins.str:
82
83
  """
83
84
  Network address range used by the VPC. For example, `192.168.0.0/24`.
84
85
  """
@@ -86,7 +87,7 @@ class GetOrganizationVpcResult:
86
87
 
87
88
  @property
88
89
  @pulumi.getter(name="organizationId")
89
- def organization_id(self) -> str:
90
+ def organization_id(self) -> builtins.str:
90
91
  """
91
92
  The ID of the organization.
92
93
  """
@@ -94,7 +95,7 @@ class GetOrganizationVpcResult:
94
95
 
95
96
  @property
96
97
  @pulumi.getter(name="organizationVpcId")
97
- def organization_vpc_id(self) -> str:
98
+ def organization_vpc_id(self) -> builtins.str:
98
99
  """
99
100
  The ID of the Aiven Organization VPC.
100
101
  """
@@ -102,7 +103,7 @@ class GetOrganizationVpcResult:
102
103
 
103
104
  @property
104
105
  @pulumi.getter
105
- def state(self) -> str:
106
+ def state(self) -> builtins.str:
106
107
  """
107
108
  State of the VPC. The possible values are `ACTIVE`, `APPROVED`, `DELETED` and `DELETING`.
108
109
  """
@@ -110,7 +111,7 @@ class GetOrganizationVpcResult:
110
111
 
111
112
  @property
112
113
  @pulumi.getter(name="updateTime")
113
- def update_time(self) -> str:
114
+ def update_time(self) -> builtins.str:
114
115
  """
115
116
  Time of the last update of the VPC.
116
117
  """
@@ -133,8 +134,8 @@ class AwaitableGetOrganizationVpcResult(GetOrganizationVpcResult):
133
134
  update_time=self.update_time)
134
135
 
135
136
 
136
- def get_organization_vpc(organization_id: Optional[str] = None,
137
- organization_vpc_id: Optional[str] = None,
137
+ def get_organization_vpc(organization_id: Optional[builtins.str] = None,
138
+ organization_vpc_id: Optional[builtins.str] = None,
138
139
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOrganizationVpcResult:
139
140
  """
140
141
  Gets information about an existing VPC in an Aiven organization.
@@ -143,8 +144,8 @@ def get_organization_vpc(organization_id: Optional[str] = None,
143
144
  the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
144
145
 
145
146
 
146
- :param str organization_id: The ID of the organization.
147
- :param str organization_vpc_id: The ID of the Aiven Organization VPC.
147
+ :param builtins.str organization_id: The ID of the organization.
148
+ :param builtins.str organization_vpc_id: The ID of the Aiven Organization VPC.
148
149
  """
149
150
  __args__ = dict()
150
151
  __args__['organizationId'] = organization_id
@@ -161,8 +162,8 @@ def get_organization_vpc(organization_id: Optional[str] = None,
161
162
  organization_vpc_id=pulumi.get(__ret__, 'organization_vpc_id'),
162
163
  state=pulumi.get(__ret__, 'state'),
163
164
  update_time=pulumi.get(__ret__, 'update_time'))
164
- def get_organization_vpc_output(organization_id: Optional[pulumi.Input[str]] = None,
165
- organization_vpc_id: Optional[pulumi.Input[str]] = None,
165
+ def get_organization_vpc_output(organization_id: Optional[pulumi.Input[builtins.str]] = None,
166
+ organization_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
166
167
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOrganizationVpcResult]:
167
168
  """
168
169
  Gets information about an existing VPC in an Aiven organization.
@@ -171,8 +172,8 @@ def get_organization_vpc_output(organization_id: Optional[pulumi.Input[str]] = N
171
172
  the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
172
173
 
173
174
 
174
- :param str organization_id: The ID of the organization.
175
- :param str organization_vpc_id: The ID of the Aiven Organization VPC.
175
+ :param builtins.str organization_id: The ID of the organization.
176
+ :param builtins.str organization_vpc_id: The ID of the Aiven Organization VPC.
176
177
  """
177
178
  __args__ = dict()
178
179
  __args__['organizationId'] = organization_id
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -48,7 +49,7 @@ class GetOrganizationalUnitResult:
48
49
 
49
50
  @property
50
51
  @pulumi.getter(name="createTime")
51
- def create_time(self) -> str:
52
+ def create_time(self) -> builtins.str:
52
53
  """
53
54
  Time of creation.
54
55
  """
@@ -56,7 +57,7 @@ class GetOrganizationalUnitResult:
56
57
 
57
58
  @property
58
59
  @pulumi.getter
59
- def id(self) -> str:
60
+ def id(self) -> builtins.str:
60
61
  """
61
62
  The provider-assigned unique ID for this managed resource.
62
63
  """
@@ -64,7 +65,7 @@ class GetOrganizationalUnitResult:
64
65
 
65
66
  @property
66
67
  @pulumi.getter
67
- def name(self) -> str:
68
+ def name(self) -> builtins.str:
68
69
  """
69
70
  The name of the organizational unit.
70
71
  """
@@ -72,7 +73,7 @@ class GetOrganizationalUnitResult:
72
73
 
73
74
  @property
74
75
  @pulumi.getter(name="parentId")
75
- def parent_id(self) -> str:
76
+ def parent_id(self) -> builtins.str:
76
77
  """
77
78
  The ID of the organization that the unit is created in.
78
79
  """
@@ -80,7 +81,7 @@ class GetOrganizationalUnitResult:
80
81
 
81
82
  @property
82
83
  @pulumi.getter(name="tenantId")
83
- def tenant_id(self) -> str:
84
+ def tenant_id(self) -> builtins.str:
84
85
  """
85
86
  Tenant ID.
86
87
  """
@@ -88,7 +89,7 @@ class GetOrganizationalUnitResult:
88
89
 
89
90
  @property
90
91
  @pulumi.getter(name="updateTime")
91
- def update_time(self) -> str:
92
+ def update_time(self) -> builtins.str:
92
93
  """
93
94
  Time of last update.
94
95
  """
@@ -109,13 +110,13 @@ class AwaitableGetOrganizationalUnitResult(GetOrganizationalUnitResult):
109
110
  update_time=self.update_time)
110
111
 
111
112
 
112
- def get_organizational_unit(name: Optional[str] = None,
113
+ def get_organizational_unit(name: Optional[builtins.str] = None,
113
114
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOrganizationalUnitResult:
114
115
  """
115
116
  Gets information about an organizational unit.
116
117
 
117
118
 
118
- :param str name: The name of the organizational unit.
119
+ :param builtins.str name: The name of the organizational unit.
119
120
  """
120
121
  __args__ = dict()
121
122
  __args__['name'] = name
@@ -129,13 +130,13 @@ def get_organizational_unit(name: Optional[str] = None,
129
130
  parent_id=pulumi.get(__ret__, 'parent_id'),
130
131
  tenant_id=pulumi.get(__ret__, 'tenant_id'),
131
132
  update_time=pulumi.get(__ret__, 'update_time'))
132
- def get_organizational_unit_output(name: Optional[pulumi.Input[str]] = None,
133
+ def get_organizational_unit_output(name: Optional[pulumi.Input[builtins.str]] = None,
133
134
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOrganizationalUnitResult]:
134
135
  """
135
136
  Gets information about an organizational unit.
136
137
 
137
138
 
138
- :param str name: The name of the organizational unit.
139
+ :param builtins.str name: The name of the organizational unit.
139
140
  """
140
141
  __args__ = dict()
141
142
  __args__['name'] = name