pulumi-aiven 6.37.0a1743570488__py3-none-any.whl → 6.37.0a1744182902__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 (182) hide show
  1. pulumi_aiven/__init__.py +1 -0
  2. pulumi_aiven/_inputs.py +8278 -8277
  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 +246 -245
  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 +232 -231
  20. pulumi_aiven/cassandra_user.py +78 -77
  21. pulumi_aiven/clickhouse.py +232 -231
  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 +232 -231
  31. pulumi_aiven/flink.py +232 -231
  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 +33 -32
  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 +32 -31
  58. pulumi_aiven/get_cassandra.py +32 -31
  59. pulumi_aiven/get_cassandra_user.py +21 -20
  60. pulumi_aiven/get_clickhouse.py +32 -31
  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 +32 -31
  65. pulumi_aiven/get_external_identity.py +22 -21
  66. pulumi_aiven/get_flink.py +32 -31
  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 +32 -31
  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 +34 -33
  77. pulumi_aiven/get_kafka_acl.py +28 -27
  78. pulumi_aiven/get_kafka_connect.py +32 -31
  79. pulumi_aiven/get_kafka_connector.py +24 -23
  80. pulumi_aiven/get_kafka_mirror_maker.py +32 -31
  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 +32 -31
  87. pulumi_aiven/get_m3_db.py +32 -31
  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 +32 -31
  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 +32 -31
  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_application_user.py +15 -14
  100. pulumi_aiven/get_organization_project.py +15 -14
  101. pulumi_aiven/get_organization_user.py +18 -17
  102. pulumi_aiven/get_organization_user_group.py +16 -15
  103. pulumi_aiven/get_organization_user_list.py +11 -10
  104. pulumi_aiven/get_organization_vpc.py +17 -16
  105. pulumi_aiven/get_organizational_unit.py +11 -10
  106. pulumi_aiven/get_pg.py +32 -31
  107. pulumi_aiven/get_pg_database.py +20 -19
  108. pulumi_aiven/get_pg_user.py +22 -21
  109. pulumi_aiven/get_project.py +19 -18
  110. pulumi_aiven/get_project_user.py +14 -13
  111. pulumi_aiven/get_project_vpc.py +19 -18
  112. pulumi_aiven/get_redis.py +32 -31
  113. pulumi_aiven/get_redis_user.py +23 -22
  114. pulumi_aiven/get_service_component.py +39 -38
  115. pulumi_aiven/get_service_integration.py +27 -26
  116. pulumi_aiven/get_service_integration_endpoint.py +14 -13
  117. pulumi_aiven/get_thanos.py +32 -31
  118. pulumi_aiven/get_transit_gateway_vpc_attachment.py +22 -21
  119. pulumi_aiven/get_valkey.py +32 -31
  120. pulumi_aiven/get_valkey_user.py +23 -22
  121. pulumi_aiven/grafana.py +232 -231
  122. pulumi_aiven/influx_db.py +232 -231
  123. pulumi_aiven/influxdb_database.py +53 -52
  124. pulumi_aiven/influxdb_user.py +78 -77
  125. pulumi_aiven/kafka.py +260 -259
  126. pulumi_aiven/kafka_acl.py +78 -77
  127. pulumi_aiven/kafka_connect.py +232 -231
  128. pulumi_aiven/kafka_connector.py +99 -98
  129. pulumi_aiven/kafka_mirror_maker.py +232 -231
  130. pulumi_aiven/kafka_native_acl.py +127 -126
  131. pulumi_aiven/kafka_quota.py +99 -98
  132. pulumi_aiven/kafka_schema.py +92 -91
  133. pulumi_aiven/kafka_schema_configuration.py +43 -42
  134. pulumi_aiven/kafka_schema_registry_acl.py +78 -77
  135. pulumi_aiven/kafka_topic.py +109 -108
  136. pulumi_aiven/kafka_user.py +78 -77
  137. pulumi_aiven/m3_aggregator.py +232 -231
  138. pulumi_aiven/m3_db.py +232 -231
  139. pulumi_aiven/m3db_user.py +64 -63
  140. pulumi_aiven/mirror_maker_replication_flow.py +225 -224
  141. pulumi_aiven/my_sql.py +232 -231
  142. pulumi_aiven/mysql_database.py +53 -52
  143. pulumi_aiven/mysql_user.py +92 -91
  144. pulumi_aiven/open_search.py +232 -231
  145. pulumi_aiven/open_search_acl_config.py +57 -56
  146. pulumi_aiven/open_search_acl_rule.py +75 -74
  147. pulumi_aiven/opensearch_security_plugin_config.py +64 -63
  148. pulumi_aiven/opensearch_user.py +64 -63
  149. pulumi_aiven/organization.py +36 -35
  150. pulumi_aiven/organization_application_user.py +57 -56
  151. pulumi_aiven/organization_application_user_token.py +169 -168
  152. pulumi_aiven/organization_group_project.py +43 -42
  153. pulumi_aiven/organization_permission.py +43 -42
  154. pulumi_aiven/organization_project.py +71 -70
  155. pulumi_aiven/organization_user.py +57 -56
  156. pulumi_aiven/organization_user_group.py +64 -63
  157. pulumi_aiven/organization_user_group_member.py +50 -49
  158. pulumi_aiven/organization_vpc.py +71 -70
  159. pulumi_aiven/organizational_unit.py +50 -49
  160. pulumi_aiven/outputs.py +9982 -9981
  161. pulumi_aiven/pg.py +232 -231
  162. pulumi_aiven/pg_database.py +81 -80
  163. pulumi_aiven/pg_user.py +92 -91
  164. pulumi_aiven/project.py +155 -154
  165. pulumi_aiven/project_user.py +50 -49
  166. pulumi_aiven/project_vpc.py +50 -49
  167. pulumi_aiven/provider.py +9 -8
  168. pulumi_aiven/pulumi-plugin.json +1 -1
  169. pulumi_aiven/redis.py +232 -231
  170. pulumi_aiven/redis_user.py +120 -119
  171. pulumi_aiven/service_integration.py +120 -119
  172. pulumi_aiven/service_integration_endpoint.py +50 -49
  173. pulumi_aiven/static_ip.py +57 -56
  174. pulumi_aiven/thanos.py +232 -231
  175. pulumi_aiven/transit_gateway_vpc_attachment.py +92 -91
  176. pulumi_aiven/valkey.py +232 -231
  177. pulumi_aiven/valkey_user.py +120 -119
  178. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744182902.dist-info}/METADATA +1 -1
  179. pulumi_aiven-6.37.0a1744182902.dist-info/RECORD +183 -0
  180. pulumi_aiven-6.37.0a1743570488.dist-info/RECORD +0 -183
  181. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744182902.dist-info}/WHEEL +0 -0
  182. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744182902.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
@@ -19,58 +20,58 @@ __all__ = ['OrganizationUserArgs', 'OrganizationUser']
19
20
  @pulumi.input_type
20
21
  class OrganizationUserArgs:
21
22
  def __init__(__self__, *,
22
- organization_id: pulumi.Input[str],
23
- user_email: pulumi.Input[str]):
23
+ organization_id: pulumi.Input[builtins.str],
24
+ user_email: pulumi.Input[builtins.str]):
24
25
  """
25
26
  The set of arguments for constructing a OrganizationUser resource.
26
- :param pulumi.Input[str] organization_id: The unique organization ID. Changing this property forces recreation of the resource.
27
- :param pulumi.Input[str] user_email: This is a user email address that first will be invited, and after accepting an invitation, they become a member of the organization. Should be lowercase. Changing this property forces recreation of the resource.
27
+ :param pulumi.Input[builtins.str] organization_id: The unique organization ID. Changing this property forces recreation of the resource.
28
+ :param pulumi.Input[builtins.str] user_email: This is a user email address that first will be invited, and after accepting an invitation, they become a member of the organization. Should be lowercase. Changing this property forces recreation of the resource.
28
29
  """
29
30
  pulumi.set(__self__, "organization_id", organization_id)
30
31
  pulumi.set(__self__, "user_email", user_email)
31
32
 
32
33
  @property
33
34
  @pulumi.getter(name="organizationId")
34
- def organization_id(self) -> pulumi.Input[str]:
35
+ def organization_id(self) -> pulumi.Input[builtins.str]:
35
36
  """
36
37
  The unique organization ID. Changing this property forces recreation of the resource.
37
38
  """
38
39
  return pulumi.get(self, "organization_id")
39
40
 
40
41
  @organization_id.setter
41
- def organization_id(self, value: pulumi.Input[str]):
42
+ def organization_id(self, value: pulumi.Input[builtins.str]):
42
43
  pulumi.set(self, "organization_id", value)
43
44
 
44
45
  @property
45
46
  @pulumi.getter(name="userEmail")
46
- def user_email(self) -> pulumi.Input[str]:
47
+ def user_email(self) -> pulumi.Input[builtins.str]:
47
48
  """
48
49
  This is a user email address that first will be invited, and after accepting an invitation, they become a member of the organization. Should be lowercase. Changing this property forces recreation of the resource.
49
50
  """
50
51
  return pulumi.get(self, "user_email")
51
52
 
52
53
  @user_email.setter
53
- def user_email(self, value: pulumi.Input[str]):
54
+ def user_email(self, value: pulumi.Input[builtins.str]):
54
55
  pulumi.set(self, "user_email", value)
55
56
 
56
57
 
57
58
  @pulumi.input_type
58
59
  class _OrganizationUserState:
59
60
  def __init__(__self__, *,
60
- accepted: Optional[pulumi.Input[bool]] = None,
61
- create_time: Optional[pulumi.Input[str]] = None,
62
- invited_by: Optional[pulumi.Input[str]] = None,
63
- organization_id: Optional[pulumi.Input[str]] = None,
64
- user_email: Optional[pulumi.Input[str]] = None,
65
- user_id: Optional[pulumi.Input[str]] = None):
61
+ accepted: Optional[pulumi.Input[builtins.bool]] = None,
62
+ create_time: Optional[pulumi.Input[builtins.str]] = None,
63
+ invited_by: Optional[pulumi.Input[builtins.str]] = None,
64
+ organization_id: Optional[pulumi.Input[builtins.str]] = None,
65
+ user_email: Optional[pulumi.Input[builtins.str]] = None,
66
+ user_id: Optional[pulumi.Input[builtins.str]] = None):
66
67
  """
67
68
  Input properties used for looking up and filtering OrganizationUser resources.
68
- :param pulumi.Input[bool] accepted: This is a boolean flag that determines whether an invitation was accepted or not by the user. `false` value means that the invitation was sent to the user but not yet accepted. `true` means that the user accepted the invitation and now a member of an organization.
69
- :param pulumi.Input[str] create_time: Time of creation
70
- :param pulumi.Input[str] invited_by: The email address of the user who sent an invitation to the user.
71
- :param pulumi.Input[str] organization_id: The unique organization ID. Changing this property forces recreation of the resource.
72
- :param pulumi.Input[str] user_email: This is a user email address that first will be invited, and after accepting an invitation, they become a member of the organization. Should be lowercase. Changing this property forces recreation of the resource.
73
- :param pulumi.Input[str] user_id: The unique organization user ID
69
+ :param pulumi.Input[builtins.bool] accepted: This is a boolean flag that determines whether an invitation was accepted or not by the user. `false` value means that the invitation was sent to the user but not yet accepted. `true` means that the user accepted the invitation and now a member of an organization.
70
+ :param pulumi.Input[builtins.str] create_time: Time of creation
71
+ :param pulumi.Input[builtins.str] invited_by: The email address of the user who sent an invitation to the user.
72
+ :param pulumi.Input[builtins.str] organization_id: The unique organization ID. Changing this property forces recreation of the resource.
73
+ :param pulumi.Input[builtins.str] user_email: This is a user email address that first will be invited, and after accepting an invitation, they become a member of the organization. Should be lowercase. Changing this property forces recreation of the resource.
74
+ :param pulumi.Input[builtins.str] user_id: The unique organization user ID
74
75
  """
75
76
  if accepted is not None:
76
77
  warnings.warn("""This field is deprecated and will be removed in the next major release. """, DeprecationWarning)
@@ -94,75 +95,75 @@ class _OrganizationUserState:
94
95
  @property
95
96
  @pulumi.getter
96
97
  @_utilities.deprecated("""This field is deprecated and will be removed in the next major release. """)
97
- def accepted(self) -> Optional[pulumi.Input[bool]]:
98
+ def accepted(self) -> Optional[pulumi.Input[builtins.bool]]:
98
99
  """
99
100
  This is a boolean flag that determines whether an invitation was accepted or not by the user. `false` value means that the invitation was sent to the user but not yet accepted. `true` means that the user accepted the invitation and now a member of an organization.
100
101
  """
101
102
  return pulumi.get(self, "accepted")
102
103
 
103
104
  @accepted.setter
104
- def accepted(self, value: Optional[pulumi.Input[bool]]):
105
+ def accepted(self, value: Optional[pulumi.Input[builtins.bool]]):
105
106
  pulumi.set(self, "accepted", value)
106
107
 
107
108
  @property
108
109
  @pulumi.getter(name="createTime")
109
- def create_time(self) -> Optional[pulumi.Input[str]]:
110
+ def create_time(self) -> Optional[pulumi.Input[builtins.str]]:
110
111
  """
111
112
  Time of creation
112
113
  """
113
114
  return pulumi.get(self, "create_time")
114
115
 
115
116
  @create_time.setter
116
- def create_time(self, value: Optional[pulumi.Input[str]]):
117
+ def create_time(self, value: Optional[pulumi.Input[builtins.str]]):
117
118
  pulumi.set(self, "create_time", value)
118
119
 
119
120
  @property
120
121
  @pulumi.getter(name="invitedBy")
121
122
  @_utilities.deprecated("""This field is deprecated and will be removed in the next major release. """)
122
- def invited_by(self) -> Optional[pulumi.Input[str]]:
123
+ def invited_by(self) -> Optional[pulumi.Input[builtins.str]]:
123
124
  """
124
125
  The email address of the user who sent an invitation to the user.
125
126
  """
126
127
  return pulumi.get(self, "invited_by")
127
128
 
128
129
  @invited_by.setter
129
- def invited_by(self, value: Optional[pulumi.Input[str]]):
130
+ def invited_by(self, value: Optional[pulumi.Input[builtins.str]]):
130
131
  pulumi.set(self, "invited_by", value)
131
132
 
132
133
  @property
133
134
  @pulumi.getter(name="organizationId")
134
- def organization_id(self) -> Optional[pulumi.Input[str]]:
135
+ def organization_id(self) -> Optional[pulumi.Input[builtins.str]]:
135
136
  """
136
137
  The unique organization ID. Changing this property forces recreation of the resource.
137
138
  """
138
139
  return pulumi.get(self, "organization_id")
139
140
 
140
141
  @organization_id.setter
141
- def organization_id(self, value: Optional[pulumi.Input[str]]):
142
+ def organization_id(self, value: Optional[pulumi.Input[builtins.str]]):
142
143
  pulumi.set(self, "organization_id", value)
143
144
 
144
145
  @property
145
146
  @pulumi.getter(name="userEmail")
146
- def user_email(self) -> Optional[pulumi.Input[str]]:
147
+ def user_email(self) -> Optional[pulumi.Input[builtins.str]]:
147
148
  """
148
149
  This is a user email address that first will be invited, and after accepting an invitation, they become a member of the organization. Should be lowercase. Changing this property forces recreation of the resource.
149
150
  """
150
151
  return pulumi.get(self, "user_email")
151
152
 
152
153
  @user_email.setter
153
- def user_email(self, value: Optional[pulumi.Input[str]]):
154
+ def user_email(self, value: Optional[pulumi.Input[builtins.str]]):
154
155
  pulumi.set(self, "user_email", value)
155
156
 
156
157
  @property
157
158
  @pulumi.getter(name="userId")
158
- def user_id(self) -> Optional[pulumi.Input[str]]:
159
+ def user_id(self) -> Optional[pulumi.Input[builtins.str]]:
159
160
  """
160
161
  The unique organization user ID
161
162
  """
162
163
  return pulumi.get(self, "user_id")
163
164
 
164
165
  @user_id.setter
165
- def user_id(self, value: Optional[pulumi.Input[str]]):
166
+ def user_id(self, value: Optional[pulumi.Input[builtins.str]]):
166
167
  pulumi.set(self, "user_id", value)
167
168
 
168
169
 
@@ -171,15 +172,15 @@ class OrganizationUser(pulumi.CustomResource):
171
172
  def __init__(__self__,
172
173
  resource_name: str,
173
174
  opts: Optional[pulumi.ResourceOptions] = None,
174
- organization_id: Optional[pulumi.Input[str]] = None,
175
- user_email: Optional[pulumi.Input[str]] = None,
175
+ organization_id: Optional[pulumi.Input[builtins.str]] = None,
176
+ user_email: Optional[pulumi.Input[builtins.str]] = None,
176
177
  __props__=None):
177
178
  """
178
179
  Create a OrganizationUser resource with the given unique name, props, and options.
179
180
  :param str resource_name: The name of the resource.
180
181
  :param pulumi.ResourceOptions opts: Options for the resource.
181
- :param pulumi.Input[str] organization_id: The unique organization ID. Changing this property forces recreation of the resource.
182
- :param pulumi.Input[str] user_email: This is a user email address that first will be invited, and after accepting an invitation, they become a member of the organization. Should be lowercase. Changing this property forces recreation of the resource.
182
+ :param pulumi.Input[builtins.str] organization_id: The unique organization ID. Changing this property forces recreation of the resource.
183
+ :param pulumi.Input[builtins.str] user_email: This is a user email address that first will be invited, and after accepting an invitation, they become a member of the organization. Should be lowercase. Changing this property forces recreation of the resource.
183
184
  """
184
185
  ...
185
186
  @overload
@@ -204,8 +205,8 @@ class OrganizationUser(pulumi.CustomResource):
204
205
  def _internal_init(__self__,
205
206
  resource_name: str,
206
207
  opts: Optional[pulumi.ResourceOptions] = None,
207
- organization_id: Optional[pulumi.Input[str]] = None,
208
- user_email: Optional[pulumi.Input[str]] = None,
208
+ organization_id: Optional[pulumi.Input[builtins.str]] = None,
209
+ user_email: Optional[pulumi.Input[builtins.str]] = None,
209
210
  __props__=None):
210
211
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
211
212
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -235,12 +236,12 @@ class OrganizationUser(pulumi.CustomResource):
235
236
  def get(resource_name: str,
236
237
  id: pulumi.Input[str],
237
238
  opts: Optional[pulumi.ResourceOptions] = None,
238
- accepted: Optional[pulumi.Input[bool]] = None,
239
- create_time: Optional[pulumi.Input[str]] = None,
240
- invited_by: Optional[pulumi.Input[str]] = None,
241
- organization_id: Optional[pulumi.Input[str]] = None,
242
- user_email: Optional[pulumi.Input[str]] = None,
243
- user_id: Optional[pulumi.Input[str]] = None) -> 'OrganizationUser':
239
+ accepted: Optional[pulumi.Input[builtins.bool]] = None,
240
+ create_time: Optional[pulumi.Input[builtins.str]] = None,
241
+ invited_by: Optional[pulumi.Input[builtins.str]] = None,
242
+ organization_id: Optional[pulumi.Input[builtins.str]] = None,
243
+ user_email: Optional[pulumi.Input[builtins.str]] = None,
244
+ user_id: Optional[pulumi.Input[builtins.str]] = None) -> 'OrganizationUser':
244
245
  """
245
246
  Get an existing OrganizationUser resource's state with the given name, id, and optional extra
246
247
  properties used to qualify the lookup.
@@ -248,12 +249,12 @@ class OrganizationUser(pulumi.CustomResource):
248
249
  :param str resource_name: The unique name of the resulting resource.
249
250
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
250
251
  :param pulumi.ResourceOptions opts: Options for the resource.
251
- :param pulumi.Input[bool] accepted: This is a boolean flag that determines whether an invitation was accepted or not by the user. `false` value means that the invitation was sent to the user but not yet accepted. `true` means that the user accepted the invitation and now a member of an organization.
252
- :param pulumi.Input[str] create_time: Time of creation
253
- :param pulumi.Input[str] invited_by: The email address of the user who sent an invitation to the user.
254
- :param pulumi.Input[str] organization_id: The unique organization ID. Changing this property forces recreation of the resource.
255
- :param pulumi.Input[str] user_email: This is a user email address that first will be invited, and after accepting an invitation, they become a member of the organization. Should be lowercase. Changing this property forces recreation of the resource.
256
- :param pulumi.Input[str] user_id: The unique organization user ID
252
+ :param pulumi.Input[builtins.bool] accepted: This is a boolean flag that determines whether an invitation was accepted or not by the user. `false` value means that the invitation was sent to the user but not yet accepted. `true` means that the user accepted the invitation and now a member of an organization.
253
+ :param pulumi.Input[builtins.str] create_time: Time of creation
254
+ :param pulumi.Input[builtins.str] invited_by: The email address of the user who sent an invitation to the user.
255
+ :param pulumi.Input[builtins.str] organization_id: The unique organization ID. Changing this property forces recreation of the resource.
256
+ :param pulumi.Input[builtins.str] user_email: This is a user email address that first will be invited, and after accepting an invitation, they become a member of the organization. Should be lowercase. Changing this property forces recreation of the resource.
257
+ :param pulumi.Input[builtins.str] user_id: The unique organization user ID
257
258
  """
258
259
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
259
260
 
@@ -270,7 +271,7 @@ class OrganizationUser(pulumi.CustomResource):
270
271
  @property
271
272
  @pulumi.getter
272
273
  @_utilities.deprecated("""This field is deprecated and will be removed in the next major release. """)
273
- def accepted(self) -> pulumi.Output[bool]:
274
+ def accepted(self) -> pulumi.Output[builtins.bool]:
274
275
  """
275
276
  This is a boolean flag that determines whether an invitation was accepted or not by the user. `false` value means that the invitation was sent to the user but not yet accepted. `true` means that the user accepted the invitation and now a member of an organization.
276
277
  """
@@ -278,7 +279,7 @@ class OrganizationUser(pulumi.CustomResource):
278
279
 
279
280
  @property
280
281
  @pulumi.getter(name="createTime")
281
- def create_time(self) -> pulumi.Output[str]:
282
+ def create_time(self) -> pulumi.Output[builtins.str]:
282
283
  """
283
284
  Time of creation
284
285
  """
@@ -287,7 +288,7 @@ class OrganizationUser(pulumi.CustomResource):
287
288
  @property
288
289
  @pulumi.getter(name="invitedBy")
289
290
  @_utilities.deprecated("""This field is deprecated and will be removed in the next major release. """)
290
- def invited_by(self) -> pulumi.Output[str]:
291
+ def invited_by(self) -> pulumi.Output[builtins.str]:
291
292
  """
292
293
  The email address of the user who sent an invitation to the user.
293
294
  """
@@ -295,7 +296,7 @@ class OrganizationUser(pulumi.CustomResource):
295
296
 
296
297
  @property
297
298
  @pulumi.getter(name="organizationId")
298
- def organization_id(self) -> pulumi.Output[str]:
299
+ def organization_id(self) -> pulumi.Output[builtins.str]:
299
300
  """
300
301
  The unique organization ID. Changing this property forces recreation of the resource.
301
302
  """
@@ -303,7 +304,7 @@ class OrganizationUser(pulumi.CustomResource):
303
304
 
304
305
  @property
305
306
  @pulumi.getter(name="userEmail")
306
- def user_email(self) -> pulumi.Output[str]:
307
+ def user_email(self) -> pulumi.Output[builtins.str]:
307
308
  """
308
309
  This is a user email address that first will be invited, and after accepting an invitation, they become a member of the organization. Should be lowercase. Changing this property forces recreation of the resource.
309
310
  """
@@ -311,7 +312,7 @@ class OrganizationUser(pulumi.CustomResource):
311
312
 
312
313
  @property
313
314
  @pulumi.getter(name="userId")
314
- def user_id(self) -> pulumi.Output[str]:
315
+ def user_id(self) -> pulumi.Output[builtins.str]:
315
316
  """
316
317
  The unique organization user ID
317
318
  """
@@ -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
@@ -19,14 +20,14 @@ __all__ = ['OrganizationUserGroupArgs', 'OrganizationUserGroup']
19
20
  @pulumi.input_type
20
21
  class OrganizationUserGroupArgs:
21
22
  def __init__(__self__, *,
22
- description: pulumi.Input[str],
23
- organization_id: pulumi.Input[str],
24
- name: Optional[pulumi.Input[str]] = None):
23
+ description: pulumi.Input[builtins.str],
24
+ organization_id: pulumi.Input[builtins.str],
25
+ name: Optional[pulumi.Input[builtins.str]] = None):
25
26
  """
26
27
  The set of arguments for constructing a OrganizationUserGroup resource.
27
- :param pulumi.Input[str] description: The description of the user group. Changing this property forces recreation of the resource.
28
- :param pulumi.Input[str] organization_id: The ID of the organization. Changing this property forces recreation of the resource.
29
- :param pulumi.Input[str] name: The name of the user group. Changing this property forces recreation of the resource.
28
+ :param pulumi.Input[builtins.str] description: The description of the user group. Changing this property forces recreation of the resource.
29
+ :param pulumi.Input[builtins.str] organization_id: The ID of the organization. Changing this property forces recreation of the resource.
30
+ :param pulumi.Input[builtins.str] name: The name of the user group. Changing this property forces recreation of the resource.
30
31
  """
31
32
  pulumi.set(__self__, "description", description)
32
33
  pulumi.set(__self__, "organization_id", organization_id)
@@ -35,58 +36,58 @@ class OrganizationUserGroupArgs:
35
36
 
36
37
  @property
37
38
  @pulumi.getter
38
- def description(self) -> pulumi.Input[str]:
39
+ def description(self) -> pulumi.Input[builtins.str]:
39
40
  """
40
41
  The description of the user group. Changing this property forces recreation of the resource.
41
42
  """
42
43
  return pulumi.get(self, "description")
43
44
 
44
45
  @description.setter
45
- def description(self, value: pulumi.Input[str]):
46
+ def description(self, value: pulumi.Input[builtins.str]):
46
47
  pulumi.set(self, "description", value)
47
48
 
48
49
  @property
49
50
  @pulumi.getter(name="organizationId")
50
- def organization_id(self) -> pulumi.Input[str]:
51
+ def organization_id(self) -> pulumi.Input[builtins.str]:
51
52
  """
52
53
  The ID of the organization. Changing this property forces recreation of the resource.
53
54
  """
54
55
  return pulumi.get(self, "organization_id")
55
56
 
56
57
  @organization_id.setter
57
- def organization_id(self, value: pulumi.Input[str]):
58
+ def organization_id(self, value: pulumi.Input[builtins.str]):
58
59
  pulumi.set(self, "organization_id", value)
59
60
 
60
61
  @property
61
62
  @pulumi.getter
62
- def name(self) -> Optional[pulumi.Input[str]]:
63
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
63
64
  """
64
65
  The name of the user group. Changing this property forces recreation of the resource.
65
66
  """
66
67
  return pulumi.get(self, "name")
67
68
 
68
69
  @name.setter
69
- def name(self, value: Optional[pulumi.Input[str]]):
70
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
70
71
  pulumi.set(self, "name", value)
71
72
 
72
73
 
73
74
  @pulumi.input_type
74
75
  class _OrganizationUserGroupState:
75
76
  def __init__(__self__, *,
76
- create_time: Optional[pulumi.Input[str]] = None,
77
- description: Optional[pulumi.Input[str]] = None,
78
- group_id: Optional[pulumi.Input[str]] = None,
79
- name: Optional[pulumi.Input[str]] = None,
80
- organization_id: Optional[pulumi.Input[str]] = None,
81
- update_time: Optional[pulumi.Input[str]] = None):
77
+ create_time: Optional[pulumi.Input[builtins.str]] = None,
78
+ description: Optional[pulumi.Input[builtins.str]] = None,
79
+ group_id: Optional[pulumi.Input[builtins.str]] = None,
80
+ name: Optional[pulumi.Input[builtins.str]] = None,
81
+ organization_id: Optional[pulumi.Input[builtins.str]] = None,
82
+ update_time: Optional[pulumi.Input[builtins.str]] = None):
82
83
  """
83
84
  Input properties used for looking up and filtering OrganizationUserGroup resources.
84
- :param pulumi.Input[str] create_time: Time of creation.
85
- :param pulumi.Input[str] description: The description of the user group. Changing this property forces recreation of the resource.
86
- :param pulumi.Input[str] group_id: The ID of the user group.
87
- :param pulumi.Input[str] name: The name of the user group. Changing this property forces recreation of the resource.
88
- :param pulumi.Input[str] organization_id: The ID of the organization. Changing this property forces recreation of the resource.
89
- :param pulumi.Input[str] update_time: Time of last update.
85
+ :param pulumi.Input[builtins.str] create_time: Time of creation.
86
+ :param pulumi.Input[builtins.str] description: The description of the user group. Changing this property forces recreation of the resource.
87
+ :param pulumi.Input[builtins.str] group_id: The ID of the user group.
88
+ :param pulumi.Input[builtins.str] name: The name of the user group. Changing this property forces recreation of the resource.
89
+ :param pulumi.Input[builtins.str] organization_id: The ID of the organization. Changing this property forces recreation of the resource.
90
+ :param pulumi.Input[builtins.str] update_time: Time of last update.
90
91
  """
91
92
  if create_time is not None:
92
93
  pulumi.set(__self__, "create_time", create_time)
@@ -103,74 +104,74 @@ class _OrganizationUserGroupState:
103
104
 
104
105
  @property
105
106
  @pulumi.getter(name="createTime")
106
- def create_time(self) -> Optional[pulumi.Input[str]]:
107
+ def create_time(self) -> Optional[pulumi.Input[builtins.str]]:
107
108
  """
108
109
  Time of creation.
109
110
  """
110
111
  return pulumi.get(self, "create_time")
111
112
 
112
113
  @create_time.setter
113
- def create_time(self, value: Optional[pulumi.Input[str]]):
114
+ def create_time(self, value: Optional[pulumi.Input[builtins.str]]):
114
115
  pulumi.set(self, "create_time", value)
115
116
 
116
117
  @property
117
118
  @pulumi.getter
118
- def description(self) -> Optional[pulumi.Input[str]]:
119
+ def description(self) -> Optional[pulumi.Input[builtins.str]]:
119
120
  """
120
121
  The description of the user group. Changing this property forces recreation of the resource.
121
122
  """
122
123
  return pulumi.get(self, "description")
123
124
 
124
125
  @description.setter
125
- def description(self, value: Optional[pulumi.Input[str]]):
126
+ def description(self, value: Optional[pulumi.Input[builtins.str]]):
126
127
  pulumi.set(self, "description", value)
127
128
 
128
129
  @property
129
130
  @pulumi.getter(name="groupId")
130
- def group_id(self) -> Optional[pulumi.Input[str]]:
131
+ def group_id(self) -> Optional[pulumi.Input[builtins.str]]:
131
132
  """
132
133
  The ID of the user group.
133
134
  """
134
135
  return pulumi.get(self, "group_id")
135
136
 
136
137
  @group_id.setter
137
- def group_id(self, value: Optional[pulumi.Input[str]]):
138
+ def group_id(self, value: Optional[pulumi.Input[builtins.str]]):
138
139
  pulumi.set(self, "group_id", value)
139
140
 
140
141
  @property
141
142
  @pulumi.getter
142
- def name(self) -> Optional[pulumi.Input[str]]:
143
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
143
144
  """
144
145
  The name of the user group. Changing this property forces recreation of the resource.
145
146
  """
146
147
  return pulumi.get(self, "name")
147
148
 
148
149
  @name.setter
149
- def name(self, value: Optional[pulumi.Input[str]]):
150
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
150
151
  pulumi.set(self, "name", value)
151
152
 
152
153
  @property
153
154
  @pulumi.getter(name="organizationId")
154
- def organization_id(self) -> Optional[pulumi.Input[str]]:
155
+ def organization_id(self) -> Optional[pulumi.Input[builtins.str]]:
155
156
  """
156
157
  The ID of the organization. Changing this property forces recreation of the resource.
157
158
  """
158
159
  return pulumi.get(self, "organization_id")
159
160
 
160
161
  @organization_id.setter
161
- def organization_id(self, value: Optional[pulumi.Input[str]]):
162
+ def organization_id(self, value: Optional[pulumi.Input[builtins.str]]):
162
163
  pulumi.set(self, "organization_id", value)
163
164
 
164
165
  @property
165
166
  @pulumi.getter(name="updateTime")
166
- def update_time(self) -> Optional[pulumi.Input[str]]:
167
+ def update_time(self) -> Optional[pulumi.Input[builtins.str]]:
167
168
  """
168
169
  Time of last update.
169
170
  """
170
171
  return pulumi.get(self, "update_time")
171
172
 
172
173
  @update_time.setter
173
- def update_time(self, value: Optional[pulumi.Input[str]]):
174
+ def update_time(self, value: Optional[pulumi.Input[builtins.str]]):
174
175
  pulumi.set(self, "update_time", value)
175
176
 
176
177
 
@@ -179,9 +180,9 @@ class OrganizationUserGroup(pulumi.CustomResource):
179
180
  def __init__(__self__,
180
181
  resource_name: str,
181
182
  opts: Optional[pulumi.ResourceOptions] = None,
182
- description: Optional[pulumi.Input[str]] = None,
183
- name: Optional[pulumi.Input[str]] = None,
184
- organization_id: Optional[pulumi.Input[str]] = None,
183
+ description: Optional[pulumi.Input[builtins.str]] = None,
184
+ name: Optional[pulumi.Input[builtins.str]] = None,
185
+ organization_id: Optional[pulumi.Input[builtins.str]] = None,
185
186
  __props__=None):
186
187
  """
187
188
  Creates and manages a [user group](https://aiven.io/docs/platform/howto/list-groups) in an organization.
@@ -206,9 +207,9 @@ class OrganizationUserGroup(pulumi.CustomResource):
206
207
 
207
208
  :param str resource_name: The name of the resource.
208
209
  :param pulumi.ResourceOptions opts: Options for the resource.
209
- :param pulumi.Input[str] description: The description of the user group. Changing this property forces recreation of the resource.
210
- :param pulumi.Input[str] name: The name of the user group. Changing this property forces recreation of the resource.
211
- :param pulumi.Input[str] organization_id: The ID of the organization. Changing this property forces recreation of the resource.
210
+ :param pulumi.Input[builtins.str] description: The description of the user group. Changing this property forces recreation of the resource.
211
+ :param pulumi.Input[builtins.str] name: The name of the user group. Changing this property forces recreation of the resource.
212
+ :param pulumi.Input[builtins.str] organization_id: The ID of the organization. Changing this property forces recreation of the resource.
212
213
  """
213
214
  ...
214
215
  @overload
@@ -252,9 +253,9 @@ class OrganizationUserGroup(pulumi.CustomResource):
252
253
  def _internal_init(__self__,
253
254
  resource_name: str,
254
255
  opts: Optional[pulumi.ResourceOptions] = None,
255
- description: Optional[pulumi.Input[str]] = None,
256
- name: Optional[pulumi.Input[str]] = None,
257
- organization_id: Optional[pulumi.Input[str]] = None,
256
+ description: Optional[pulumi.Input[builtins.str]] = None,
257
+ name: Optional[pulumi.Input[builtins.str]] = None,
258
+ organization_id: Optional[pulumi.Input[builtins.str]] = None,
258
259
  __props__=None):
259
260
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
260
261
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -284,12 +285,12 @@ class OrganizationUserGroup(pulumi.CustomResource):
284
285
  def get(resource_name: str,
285
286
  id: pulumi.Input[str],
286
287
  opts: Optional[pulumi.ResourceOptions] = None,
287
- create_time: Optional[pulumi.Input[str]] = None,
288
- description: Optional[pulumi.Input[str]] = None,
289
- group_id: Optional[pulumi.Input[str]] = None,
290
- name: Optional[pulumi.Input[str]] = None,
291
- organization_id: Optional[pulumi.Input[str]] = None,
292
- update_time: Optional[pulumi.Input[str]] = None) -> 'OrganizationUserGroup':
288
+ create_time: Optional[pulumi.Input[builtins.str]] = None,
289
+ description: Optional[pulumi.Input[builtins.str]] = None,
290
+ group_id: Optional[pulumi.Input[builtins.str]] = None,
291
+ name: Optional[pulumi.Input[builtins.str]] = None,
292
+ organization_id: Optional[pulumi.Input[builtins.str]] = None,
293
+ update_time: Optional[pulumi.Input[builtins.str]] = None) -> 'OrganizationUserGroup':
293
294
  """
294
295
  Get an existing OrganizationUserGroup resource's state with the given name, id, and optional extra
295
296
  properties used to qualify the lookup.
@@ -297,12 +298,12 @@ class OrganizationUserGroup(pulumi.CustomResource):
297
298
  :param str resource_name: The unique name of the resulting resource.
298
299
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
299
300
  :param pulumi.ResourceOptions opts: Options for the resource.
300
- :param pulumi.Input[str] create_time: Time of creation.
301
- :param pulumi.Input[str] description: The description of the user group. Changing this property forces recreation of the resource.
302
- :param pulumi.Input[str] group_id: The ID of the user group.
303
- :param pulumi.Input[str] name: The name of the user group. Changing this property forces recreation of the resource.
304
- :param pulumi.Input[str] organization_id: The ID of the organization. Changing this property forces recreation of the resource.
305
- :param pulumi.Input[str] update_time: Time of last update.
301
+ :param pulumi.Input[builtins.str] create_time: Time of creation.
302
+ :param pulumi.Input[builtins.str] description: The description of the user group. Changing this property forces recreation of the resource.
303
+ :param pulumi.Input[builtins.str] group_id: The ID of the user group.
304
+ :param pulumi.Input[builtins.str] name: The name of the user group. Changing this property forces recreation of the resource.
305
+ :param pulumi.Input[builtins.str] organization_id: The ID of the organization. Changing this property forces recreation of the resource.
306
+ :param pulumi.Input[builtins.str] update_time: Time of last update.
306
307
  """
307
308
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
308
309
 
@@ -318,7 +319,7 @@ class OrganizationUserGroup(pulumi.CustomResource):
318
319
 
319
320
  @property
320
321
  @pulumi.getter(name="createTime")
321
- def create_time(self) -> pulumi.Output[str]:
322
+ def create_time(self) -> pulumi.Output[builtins.str]:
322
323
  """
323
324
  Time of creation.
324
325
  """
@@ -326,7 +327,7 @@ class OrganizationUserGroup(pulumi.CustomResource):
326
327
 
327
328
  @property
328
329
  @pulumi.getter
329
- def description(self) -> pulumi.Output[str]:
330
+ def description(self) -> pulumi.Output[builtins.str]:
330
331
  """
331
332
  The description of the user group. Changing this property forces recreation of the resource.
332
333
  """
@@ -334,7 +335,7 @@ class OrganizationUserGroup(pulumi.CustomResource):
334
335
 
335
336
  @property
336
337
  @pulumi.getter(name="groupId")
337
- def group_id(self) -> pulumi.Output[str]:
338
+ def group_id(self) -> pulumi.Output[builtins.str]:
338
339
  """
339
340
  The ID of the user group.
340
341
  """
@@ -342,7 +343,7 @@ class OrganizationUserGroup(pulumi.CustomResource):
342
343
 
343
344
  @property
344
345
  @pulumi.getter
345
- def name(self) -> pulumi.Output[str]:
346
+ def name(self) -> pulumi.Output[builtins.str]:
346
347
  """
347
348
  The name of the user group. Changing this property forces recreation of the resource.
348
349
  """
@@ -350,7 +351,7 @@ class OrganizationUserGroup(pulumi.CustomResource):
350
351
 
351
352
  @property
352
353
  @pulumi.getter(name="organizationId")
353
- def organization_id(self) -> pulumi.Output[str]:
354
+ def organization_id(self) -> pulumi.Output[builtins.str]:
354
355
  """
355
356
  The ID of the organization. Changing this property forces recreation of the resource.
356
357
  """
@@ -358,7 +359,7 @@ class OrganizationUserGroup(pulumi.CustomResource):
358
359
 
359
360
  @property
360
361
  @pulumi.getter(name="updateTime")
361
- def update_time(self) -> pulumi.Output[str]:
362
+ def update_time(self) -> pulumi.Output[builtins.str]:
362
363
  """
363
364
  Time of last update.
364
365
  """