pulumi-aiven 6.36.0a1741493223__py3-none-any.whl → 6.37.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.

Files changed (187) hide show
  1. pulumi_aiven/__init__.py +22 -0
  2. pulumi_aiven/_inputs.py +9039 -8239
  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 +60 -59
  8. pulumi_aiven/alloydbomni.py +250 -257
  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 +236 -243
  20. pulumi_aiven/cassandra_user.py +78 -77
  21. pulumi_aiven/clickhouse.py +236 -243
  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 +236 -243
  31. pulumi_aiven/flink.py +236 -243
  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 +19 -18
  47. pulumi_aiven/get_alloydbomni.py +35 -37
  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 +41 -22
  57. pulumi_aiven/get_cassanda.py +34 -36
  58. pulumi_aiven/get_cassandra.py +34 -36
  59. pulumi_aiven/get_cassandra_user.py +21 -20
  60. pulumi_aiven/get_clickhouse.py +34 -36
  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 +34 -36
  65. pulumi_aiven/get_external_identity.py +22 -21
  66. pulumi_aiven/get_flink.py +34 -36
  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 +34 -36
  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 +36 -38
  77. pulumi_aiven/get_kafka_acl.py +28 -27
  78. pulumi_aiven/get_kafka_connect.py +34 -36
  79. pulumi_aiven/get_kafka_connector.py +24 -23
  80. pulumi_aiven/get_kafka_mirror_maker.py +34 -36
  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 +34 -36
  87. pulumi_aiven/get_m3_db.py +34 -36
  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 +34 -36
  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 +34 -36
  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 +16 -35
  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 +34 -36
  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 +17 -16
  114. pulumi_aiven/get_project_vpc.py +19 -18
  115. pulumi_aiven/get_redis.py +34 -36
  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 +34 -36
  121. pulumi_aiven/get_transit_gateway_vpc_attachment.py +22 -21
  122. pulumi_aiven/get_valkey.py +34 -36
  123. pulumi_aiven/get_valkey_user.py +23 -22
  124. pulumi_aiven/grafana.py +236 -243
  125. pulumi_aiven/influx_db.py +289 -282
  126. pulumi_aiven/influxdb_database.py +53 -52
  127. pulumi_aiven/influxdb_user.py +78 -77
  128. pulumi_aiven/kafka.py +266 -273
  129. pulumi_aiven/kafka_acl.py +78 -77
  130. pulumi_aiven/kafka_connect.py +236 -243
  131. pulumi_aiven/kafka_connector.py +99 -98
  132. pulumi_aiven/kafka_mirror_maker.py +236 -243
  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 +236 -243
  141. pulumi_aiven/m3_db.py +236 -243
  142. pulumi_aiven/m3db_user.py +64 -63
  143. pulumi_aiven/mirror_maker_replication_flow.py +225 -224
  144. pulumi_aiven/my_sql.py +236 -243
  145. pulumi_aiven/mysql_database.py +53 -52
  146. pulumi_aiven/mysql_user.py +92 -91
  147. pulumi_aiven/open_search.py +236 -243
  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 +66 -67
  155. pulumi_aiven/organization_application_user_token.py +202 -154
  156. pulumi_aiven/organization_billing_group.py +645 -0
  157. pulumi_aiven/organization_group_project.py +48 -47
  158. pulumi_aiven/organization_permission.py +61 -46
  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 +10986 -9945
  166. pulumi_aiven/pg.py +236 -243
  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 +55 -54
  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 +236 -243
  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 +236 -243
  180. pulumi_aiven/transit_gateway_vpc_attachment.py +92 -91
  181. pulumi_aiven/valkey.py +236 -243
  182. pulumi_aiven/valkey_user.py +120 -119
  183. {pulumi_aiven-6.36.0a1741493223.dist-info → pulumi_aiven-6.37.0.dist-info}/METADATA +2 -2
  184. pulumi_aiven-6.37.0.dist-info/RECORD +188 -0
  185. {pulumi_aiven-6.36.0a1741493223.dist-info → pulumi_aiven-6.37.0.dist-info}/WHEEL +1 -1
  186. pulumi_aiven-6.36.0a1741493223.dist-info/RECORD +0 -183
  187. {pulumi_aiven-6.36.0a1741493223.dist-info → pulumi_aiven-6.37.0.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,18 +20,18 @@ __all__ = ['AlloydbomniDatabaseArgs', 'AlloydbomniDatabase']
19
20
  @pulumi.input_type
20
21
  class AlloydbomniDatabaseArgs:
21
22
  def __init__(__self__, *,
22
- database_name: pulumi.Input[str],
23
- project: pulumi.Input[str],
24
- service_name: pulumi.Input[str],
25
- lc_collate: Optional[pulumi.Input[str]] = None,
26
- lc_ctype: Optional[pulumi.Input[str]] = None):
23
+ database_name: pulumi.Input[builtins.str],
24
+ project: pulumi.Input[builtins.str],
25
+ service_name: pulumi.Input[builtins.str],
26
+ lc_collate: Optional[pulumi.Input[builtins.str]] = None,
27
+ lc_ctype: Optional[pulumi.Input[builtins.str]] = None):
27
28
  """
28
29
  The set of arguments for constructing a AlloydbomniDatabase resource.
29
- :param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
30
- :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
31
- :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
32
- :param pulumi.Input[str] lc_collate: Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
33
- :param pulumi.Input[str] lc_ctype: Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
30
+ :param pulumi.Input[builtins.str] database_name: The name of the service database. Changing this property forces recreation of the resource.
31
+ :param pulumi.Input[builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
32
+ :param pulumi.Input[builtins.str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
33
+ :param pulumi.Input[builtins.str] lc_collate: Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
34
+ :param pulumi.Input[builtins.str] lc_ctype: Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
34
35
  """
35
36
  pulumi.set(__self__, "database_name", database_name)
36
37
  pulumi.set(__self__, "project", project)
@@ -42,80 +43,80 @@ class AlloydbomniDatabaseArgs:
42
43
 
43
44
  @property
44
45
  @pulumi.getter(name="databaseName")
45
- def database_name(self) -> pulumi.Input[str]:
46
+ def database_name(self) -> pulumi.Input[builtins.str]:
46
47
  """
47
48
  The name of the service database. Changing this property forces recreation of the resource.
48
49
  """
49
50
  return pulumi.get(self, "database_name")
50
51
 
51
52
  @database_name.setter
52
- def database_name(self, value: pulumi.Input[str]):
53
+ def database_name(self, value: pulumi.Input[builtins.str]):
53
54
  pulumi.set(self, "database_name", value)
54
55
 
55
56
  @property
56
57
  @pulumi.getter
57
- def project(self) -> pulumi.Input[str]:
58
+ def project(self) -> pulumi.Input[builtins.str]:
58
59
  """
59
60
  The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
60
61
  """
61
62
  return pulumi.get(self, "project")
62
63
 
63
64
  @project.setter
64
- def project(self, value: pulumi.Input[str]):
65
+ def project(self, value: pulumi.Input[builtins.str]):
65
66
  pulumi.set(self, "project", value)
66
67
 
67
68
  @property
68
69
  @pulumi.getter(name="serviceName")
69
- def service_name(self) -> pulumi.Input[str]:
70
+ def service_name(self) -> pulumi.Input[builtins.str]:
70
71
  """
71
72
  The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
72
73
  """
73
74
  return pulumi.get(self, "service_name")
74
75
 
75
76
  @service_name.setter
76
- def service_name(self, value: pulumi.Input[str]):
77
+ def service_name(self, value: pulumi.Input[builtins.str]):
77
78
  pulumi.set(self, "service_name", value)
78
79
 
79
80
  @property
80
81
  @pulumi.getter(name="lcCollate")
81
- def lc_collate(self) -> Optional[pulumi.Input[str]]:
82
+ def lc_collate(self) -> Optional[pulumi.Input[builtins.str]]:
82
83
  """
83
84
  Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
84
85
  """
85
86
  return pulumi.get(self, "lc_collate")
86
87
 
87
88
  @lc_collate.setter
88
- def lc_collate(self, value: Optional[pulumi.Input[str]]):
89
+ def lc_collate(self, value: Optional[pulumi.Input[builtins.str]]):
89
90
  pulumi.set(self, "lc_collate", value)
90
91
 
91
92
  @property
92
93
  @pulumi.getter(name="lcCtype")
93
- def lc_ctype(self) -> Optional[pulumi.Input[str]]:
94
+ def lc_ctype(self) -> Optional[pulumi.Input[builtins.str]]:
94
95
  """
95
96
  Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
96
97
  """
97
98
  return pulumi.get(self, "lc_ctype")
98
99
 
99
100
  @lc_ctype.setter
100
- def lc_ctype(self, value: Optional[pulumi.Input[str]]):
101
+ def lc_ctype(self, value: Optional[pulumi.Input[builtins.str]]):
101
102
  pulumi.set(self, "lc_ctype", value)
102
103
 
103
104
 
104
105
  @pulumi.input_type
105
106
  class _AlloydbomniDatabaseState:
106
107
  def __init__(__self__, *,
107
- database_name: Optional[pulumi.Input[str]] = None,
108
- lc_collate: Optional[pulumi.Input[str]] = None,
109
- lc_ctype: Optional[pulumi.Input[str]] = None,
110
- project: Optional[pulumi.Input[str]] = None,
111
- service_name: Optional[pulumi.Input[str]] = None):
108
+ database_name: Optional[pulumi.Input[builtins.str]] = None,
109
+ lc_collate: Optional[pulumi.Input[builtins.str]] = None,
110
+ lc_ctype: Optional[pulumi.Input[builtins.str]] = None,
111
+ project: Optional[pulumi.Input[builtins.str]] = None,
112
+ service_name: Optional[pulumi.Input[builtins.str]] = None):
112
113
  """
113
114
  Input properties used for looking up and filtering AlloydbomniDatabase resources.
114
- :param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
115
- :param pulumi.Input[str] lc_collate: Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
116
- :param pulumi.Input[str] lc_ctype: Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
117
- :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
118
- :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
115
+ :param pulumi.Input[builtins.str] database_name: The name of the service database. Changing this property forces recreation of the resource.
116
+ :param pulumi.Input[builtins.str] lc_collate: Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
117
+ :param pulumi.Input[builtins.str] lc_ctype: Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
118
+ :param pulumi.Input[builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
119
+ :param pulumi.Input[builtins.str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
119
120
  """
120
121
  if database_name is not None:
121
122
  pulumi.set(__self__, "database_name", database_name)
@@ -130,62 +131,62 @@ class _AlloydbomniDatabaseState:
130
131
 
131
132
  @property
132
133
  @pulumi.getter(name="databaseName")
133
- def database_name(self) -> Optional[pulumi.Input[str]]:
134
+ def database_name(self) -> Optional[pulumi.Input[builtins.str]]:
134
135
  """
135
136
  The name of the service database. Changing this property forces recreation of the resource.
136
137
  """
137
138
  return pulumi.get(self, "database_name")
138
139
 
139
140
  @database_name.setter
140
- def database_name(self, value: Optional[pulumi.Input[str]]):
141
+ def database_name(self, value: Optional[pulumi.Input[builtins.str]]):
141
142
  pulumi.set(self, "database_name", value)
142
143
 
143
144
  @property
144
145
  @pulumi.getter(name="lcCollate")
145
- def lc_collate(self) -> Optional[pulumi.Input[str]]:
146
+ def lc_collate(self) -> Optional[pulumi.Input[builtins.str]]:
146
147
  """
147
148
  Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
148
149
  """
149
150
  return pulumi.get(self, "lc_collate")
150
151
 
151
152
  @lc_collate.setter
152
- def lc_collate(self, value: Optional[pulumi.Input[str]]):
153
+ def lc_collate(self, value: Optional[pulumi.Input[builtins.str]]):
153
154
  pulumi.set(self, "lc_collate", value)
154
155
 
155
156
  @property
156
157
  @pulumi.getter(name="lcCtype")
157
- def lc_ctype(self) -> Optional[pulumi.Input[str]]:
158
+ def lc_ctype(self) -> Optional[pulumi.Input[builtins.str]]:
158
159
  """
159
160
  Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
160
161
  """
161
162
  return pulumi.get(self, "lc_ctype")
162
163
 
163
164
  @lc_ctype.setter
164
- def lc_ctype(self, value: Optional[pulumi.Input[str]]):
165
+ def lc_ctype(self, value: Optional[pulumi.Input[builtins.str]]):
165
166
  pulumi.set(self, "lc_ctype", value)
166
167
 
167
168
  @property
168
169
  @pulumi.getter
169
- def project(self) -> Optional[pulumi.Input[str]]:
170
+ def project(self) -> Optional[pulumi.Input[builtins.str]]:
170
171
  """
171
172
  The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
172
173
  """
173
174
  return pulumi.get(self, "project")
174
175
 
175
176
  @project.setter
176
- def project(self, value: Optional[pulumi.Input[str]]):
177
+ def project(self, value: Optional[pulumi.Input[builtins.str]]):
177
178
  pulumi.set(self, "project", value)
178
179
 
179
180
  @property
180
181
  @pulumi.getter(name="serviceName")
181
- def service_name(self) -> Optional[pulumi.Input[str]]:
182
+ def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
182
183
  """
183
184
  The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
184
185
  """
185
186
  return pulumi.get(self, "service_name")
186
187
 
187
188
  @service_name.setter
188
- def service_name(self, value: Optional[pulumi.Input[str]]):
189
+ def service_name(self, value: Optional[pulumi.Input[builtins.str]]):
189
190
  pulumi.set(self, "service_name", value)
190
191
 
191
192
 
@@ -194,11 +195,11 @@ class AlloydbomniDatabase(pulumi.CustomResource):
194
195
  def __init__(__self__,
195
196
  resource_name: str,
196
197
  opts: Optional[pulumi.ResourceOptions] = None,
197
- database_name: Optional[pulumi.Input[str]] = None,
198
- lc_collate: Optional[pulumi.Input[str]] = None,
199
- lc_ctype: Optional[pulumi.Input[str]] = None,
200
- project: Optional[pulumi.Input[str]] = None,
201
- service_name: Optional[pulumi.Input[str]] = None,
198
+ database_name: Optional[pulumi.Input[builtins.str]] = None,
199
+ lc_collate: Optional[pulumi.Input[builtins.str]] = None,
200
+ lc_ctype: Optional[pulumi.Input[builtins.str]] = None,
201
+ project: Optional[pulumi.Input[builtins.str]] = None,
202
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
202
203
  __props__=None):
203
204
  """
204
205
  Creates and manages a database in an Aiven for AlloyDB Omni service.
@@ -208,11 +209,11 @@ class AlloydbomniDatabase(pulumi.CustomResource):
208
209
 
209
210
  :param str resource_name: The name of the resource.
210
211
  :param pulumi.ResourceOptions opts: Options for the resource.
211
- :param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
212
- :param pulumi.Input[str] lc_collate: Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
213
- :param pulumi.Input[str] lc_ctype: Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
214
- :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
215
- :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
212
+ :param pulumi.Input[builtins.str] database_name: The name of the service database. Changing this property forces recreation of the resource.
213
+ :param pulumi.Input[builtins.str] lc_collate: Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
214
+ :param pulumi.Input[builtins.str] lc_ctype: Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
215
+ :param pulumi.Input[builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
216
+ :param pulumi.Input[builtins.str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
216
217
  """
217
218
  ...
218
219
  @overload
@@ -241,11 +242,11 @@ class AlloydbomniDatabase(pulumi.CustomResource):
241
242
  def _internal_init(__self__,
242
243
  resource_name: str,
243
244
  opts: Optional[pulumi.ResourceOptions] = None,
244
- database_name: Optional[pulumi.Input[str]] = None,
245
- lc_collate: Optional[pulumi.Input[str]] = None,
246
- lc_ctype: Optional[pulumi.Input[str]] = None,
247
- project: Optional[pulumi.Input[str]] = None,
248
- service_name: Optional[pulumi.Input[str]] = None,
245
+ database_name: Optional[pulumi.Input[builtins.str]] = None,
246
+ lc_collate: Optional[pulumi.Input[builtins.str]] = None,
247
+ lc_ctype: Optional[pulumi.Input[builtins.str]] = None,
248
+ project: Optional[pulumi.Input[builtins.str]] = None,
249
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
249
250
  __props__=None):
250
251
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
251
252
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -276,11 +277,11 @@ class AlloydbomniDatabase(pulumi.CustomResource):
276
277
  def get(resource_name: str,
277
278
  id: pulumi.Input[str],
278
279
  opts: Optional[pulumi.ResourceOptions] = None,
279
- database_name: Optional[pulumi.Input[str]] = None,
280
- lc_collate: Optional[pulumi.Input[str]] = None,
281
- lc_ctype: Optional[pulumi.Input[str]] = None,
282
- project: Optional[pulumi.Input[str]] = None,
283
- service_name: Optional[pulumi.Input[str]] = None) -> 'AlloydbomniDatabase':
280
+ database_name: Optional[pulumi.Input[builtins.str]] = None,
281
+ lc_collate: Optional[pulumi.Input[builtins.str]] = None,
282
+ lc_ctype: Optional[pulumi.Input[builtins.str]] = None,
283
+ project: Optional[pulumi.Input[builtins.str]] = None,
284
+ service_name: Optional[pulumi.Input[builtins.str]] = None) -> 'AlloydbomniDatabase':
284
285
  """
285
286
  Get an existing AlloydbomniDatabase resource's state with the given name, id, and optional extra
286
287
  properties used to qualify the lookup.
@@ -288,11 +289,11 @@ class AlloydbomniDatabase(pulumi.CustomResource):
288
289
  :param str resource_name: The unique name of the resulting resource.
289
290
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
290
291
  :param pulumi.ResourceOptions opts: Options for the resource.
291
- :param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
292
- :param pulumi.Input[str] lc_collate: Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
293
- :param pulumi.Input[str] lc_ctype: Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
294
- :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
295
- :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
292
+ :param pulumi.Input[builtins.str] database_name: The name of the service database. Changing this property forces recreation of the resource.
293
+ :param pulumi.Input[builtins.str] lc_collate: Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
294
+ :param pulumi.Input[builtins.str] lc_ctype: Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
295
+ :param pulumi.Input[builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
296
+ :param pulumi.Input[builtins.str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
296
297
  """
297
298
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
298
299
 
@@ -307,7 +308,7 @@ class AlloydbomniDatabase(pulumi.CustomResource):
307
308
 
308
309
  @property
309
310
  @pulumi.getter(name="databaseName")
310
- def database_name(self) -> pulumi.Output[str]:
311
+ def database_name(self) -> pulumi.Output[builtins.str]:
311
312
  """
312
313
  The name of the service database. Changing this property forces recreation of the resource.
313
314
  """
@@ -315,7 +316,7 @@ class AlloydbomniDatabase(pulumi.CustomResource):
315
316
 
316
317
  @property
317
318
  @pulumi.getter(name="lcCollate")
318
- def lc_collate(self) -> pulumi.Output[Optional[str]]:
319
+ def lc_collate(self) -> pulumi.Output[Optional[builtins.str]]:
319
320
  """
320
321
  Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
321
322
  """
@@ -323,7 +324,7 @@ class AlloydbomniDatabase(pulumi.CustomResource):
323
324
 
324
325
  @property
325
326
  @pulumi.getter(name="lcCtype")
326
- def lc_ctype(self) -> pulumi.Output[Optional[str]]:
327
+ def lc_ctype(self) -> pulumi.Output[Optional[builtins.str]]:
327
328
  """
328
329
  Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
329
330
  """
@@ -331,7 +332,7 @@ class AlloydbomniDatabase(pulumi.CustomResource):
331
332
 
332
333
  @property
333
334
  @pulumi.getter
334
- def project(self) -> pulumi.Output[str]:
335
+ def project(self) -> pulumi.Output[builtins.str]:
335
336
  """
336
337
  The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
337
338
  """
@@ -339,7 +340,7 @@ class AlloydbomniDatabase(pulumi.CustomResource):
339
340
 
340
341
  @property
341
342
  @pulumi.getter(name="serviceName")
342
- def service_name(self) -> pulumi.Output[str]:
343
+ def service_name(self) -> pulumi.Output[builtins.str]:
343
344
  """
344
345
  The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
345
346
  """