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,14 +20,14 @@ __all__ = ['ProjectUserArgs', 'ProjectUser']
19
20
  @pulumi.input_type
20
21
  class ProjectUserArgs:
21
22
  def __init__(__self__, *,
22
- email: pulumi.Input[str],
23
- member_type: pulumi.Input[str],
24
- project: pulumi.Input[str]):
23
+ email: pulumi.Input[builtins.str],
24
+ member_type: pulumi.Input[builtins.str],
25
+ project: pulumi.Input[builtins.str]):
25
26
  """
26
27
  The set of arguments for constructing a ProjectUser resource.
27
- :param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
28
- :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
29
- :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.
28
+ :param pulumi.Input[builtins.str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
29
+ :param pulumi.Input[builtins.str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
30
+ :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.
30
31
  """
31
32
  pulumi.set(__self__, "email", email)
32
33
  pulumi.set(__self__, "member_type", member_type)
@@ -34,54 +35,54 @@ class ProjectUserArgs:
34
35
 
35
36
  @property
36
37
  @pulumi.getter
37
- def email(self) -> pulumi.Input[str]:
38
+ def email(self) -> pulumi.Input[builtins.str]:
38
39
  """
39
40
  Email address of the user in lowercase. Changing this property forces recreation of the resource.
40
41
  """
41
42
  return pulumi.get(self, "email")
42
43
 
43
44
  @email.setter
44
- def email(self, value: pulumi.Input[str]):
45
+ def email(self, value: pulumi.Input[builtins.str]):
45
46
  pulumi.set(self, "email", value)
46
47
 
47
48
  @property
48
49
  @pulumi.getter(name="memberType")
49
- def member_type(self) -> pulumi.Input[str]:
50
+ def member_type(self) -> pulumi.Input[builtins.str]:
50
51
  """
51
52
  Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
52
53
  """
53
54
  return pulumi.get(self, "member_type")
54
55
 
55
56
  @member_type.setter
56
- def member_type(self, value: pulumi.Input[str]):
57
+ def member_type(self, value: pulumi.Input[builtins.str]):
57
58
  pulumi.set(self, "member_type", value)
58
59
 
59
60
  @property
60
61
  @pulumi.getter
61
- def project(self) -> pulumi.Input[str]:
62
+ def project(self) -> pulumi.Input[builtins.str]:
62
63
  """
63
64
  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.
64
65
  """
65
66
  return pulumi.get(self, "project")
66
67
 
67
68
  @project.setter
68
- def project(self, value: pulumi.Input[str]):
69
+ def project(self, value: pulumi.Input[builtins.str]):
69
70
  pulumi.set(self, "project", value)
70
71
 
71
72
 
72
73
  @pulumi.input_type
73
74
  class _ProjectUserState:
74
75
  def __init__(__self__, *,
75
- accepted: Optional[pulumi.Input[bool]] = None,
76
- email: Optional[pulumi.Input[str]] = None,
77
- member_type: Optional[pulumi.Input[str]] = None,
78
- project: Optional[pulumi.Input[str]] = None):
76
+ accepted: Optional[pulumi.Input[builtins.bool]] = None,
77
+ email: Optional[pulumi.Input[builtins.str]] = None,
78
+ member_type: Optional[pulumi.Input[builtins.str]] = None,
79
+ project: Optional[pulumi.Input[builtins.str]] = None):
79
80
  """
80
81
  Input properties used for looking up and filtering ProjectUser resources.
81
- :param pulumi.Input[bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
82
- :param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
83
- :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
84
- :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.
82
+ :param pulumi.Input[builtins.bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
83
+ :param pulumi.Input[builtins.str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
84
+ :param pulumi.Input[builtins.str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
85
+ :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.
85
86
  """
86
87
  if accepted is not None:
87
88
  pulumi.set(__self__, "accepted", accepted)
@@ -94,50 +95,50 @@ class _ProjectUserState:
94
95
 
95
96
  @property
96
97
  @pulumi.getter
97
- def accepted(self) -> Optional[pulumi.Input[bool]]:
98
+ def accepted(self) -> Optional[pulumi.Input[builtins.bool]]:
98
99
  """
99
100
  Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
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
109
- def email(self) -> Optional[pulumi.Input[str]]:
110
+ def email(self) -> Optional[pulumi.Input[builtins.str]]:
110
111
  """
111
112
  Email address of the user in lowercase. Changing this property forces recreation of the resource.
112
113
  """
113
114
  return pulumi.get(self, "email")
114
115
 
115
116
  @email.setter
116
- def email(self, value: Optional[pulumi.Input[str]]):
117
+ def email(self, value: Optional[pulumi.Input[builtins.str]]):
117
118
  pulumi.set(self, "email", value)
118
119
 
119
120
  @property
120
121
  @pulumi.getter(name="memberType")
121
- def member_type(self) -> Optional[pulumi.Input[str]]:
122
+ def member_type(self) -> Optional[pulumi.Input[builtins.str]]:
122
123
  """
123
124
  Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
124
125
  """
125
126
  return pulumi.get(self, "member_type")
126
127
 
127
128
  @member_type.setter
128
- def member_type(self, value: Optional[pulumi.Input[str]]):
129
+ def member_type(self, value: Optional[pulumi.Input[builtins.str]]):
129
130
  pulumi.set(self, "member_type", value)
130
131
 
131
132
  @property
132
133
  @pulumi.getter
133
- def project(self) -> Optional[pulumi.Input[str]]:
134
+ def project(self) -> Optional[pulumi.Input[builtins.str]]:
134
135
  """
135
136
  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.
136
137
  """
137
138
  return pulumi.get(self, "project")
138
139
 
139
140
  @project.setter
140
- def project(self, value: Optional[pulumi.Input[str]]):
141
+ def project(self, value: Optional[pulumi.Input[builtins.str]]):
141
142
  pulumi.set(self, "project", value)
142
143
 
143
144
 
@@ -146,9 +147,9 @@ class ProjectUser(pulumi.CustomResource):
146
147
  def __init__(__self__,
147
148
  resource_name: str,
148
149
  opts: Optional[pulumi.ResourceOptions] = None,
149
- email: Optional[pulumi.Input[str]] = None,
150
- member_type: Optional[pulumi.Input[str]] = None,
151
- project: Optional[pulumi.Input[str]] = None,
150
+ email: Optional[pulumi.Input[builtins.str]] = None,
151
+ member_type: Optional[pulumi.Input[builtins.str]] = None,
152
+ project: Optional[pulumi.Input[builtins.str]] = None,
152
153
  __props__=None):
153
154
  """
154
155
  Creates and manages an Aiven project member.
@@ -178,9 +179,9 @@ class ProjectUser(pulumi.CustomResource):
178
179
 
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] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
182
- :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
183
- :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.
182
+ :param pulumi.Input[builtins.str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
183
+ :param pulumi.Input[builtins.str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
184
+ :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.
184
185
  """
185
186
  ...
186
187
  @overload
@@ -229,9 +230,9 @@ class ProjectUser(pulumi.CustomResource):
229
230
  def _internal_init(__self__,
230
231
  resource_name: str,
231
232
  opts: Optional[pulumi.ResourceOptions] = None,
232
- email: Optional[pulumi.Input[str]] = None,
233
- member_type: Optional[pulumi.Input[str]] = None,
234
- project: Optional[pulumi.Input[str]] = None,
233
+ email: Optional[pulumi.Input[builtins.str]] = None,
234
+ member_type: Optional[pulumi.Input[builtins.str]] = None,
235
+ project: Optional[pulumi.Input[builtins.str]] = None,
235
236
  __props__=None):
236
237
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
237
238
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -261,10 +262,10 @@ class ProjectUser(pulumi.CustomResource):
261
262
  def get(resource_name: str,
262
263
  id: pulumi.Input[str],
263
264
  opts: Optional[pulumi.ResourceOptions] = None,
264
- accepted: Optional[pulumi.Input[bool]] = None,
265
- email: Optional[pulumi.Input[str]] = None,
266
- member_type: Optional[pulumi.Input[str]] = None,
267
- project: Optional[pulumi.Input[str]] = None) -> 'ProjectUser':
265
+ accepted: Optional[pulumi.Input[builtins.bool]] = None,
266
+ email: Optional[pulumi.Input[builtins.str]] = None,
267
+ member_type: Optional[pulumi.Input[builtins.str]] = None,
268
+ project: Optional[pulumi.Input[builtins.str]] = None) -> 'ProjectUser':
268
269
  """
269
270
  Get an existing ProjectUser resource's state with the given name, id, and optional extra
270
271
  properties used to qualify the lookup.
@@ -272,10 +273,10 @@ class ProjectUser(pulumi.CustomResource):
272
273
  :param str resource_name: The unique name of the resulting resource.
273
274
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
274
275
  :param pulumi.ResourceOptions opts: Options for the resource.
275
- :param pulumi.Input[bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
276
- :param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
277
- :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
278
- :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.
276
+ :param pulumi.Input[builtins.bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
277
+ :param pulumi.Input[builtins.str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
278
+ :param pulumi.Input[builtins.str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
279
+ :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.
279
280
  """
280
281
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
281
282
 
@@ -289,7 +290,7 @@ class ProjectUser(pulumi.CustomResource):
289
290
 
290
291
  @property
291
292
  @pulumi.getter
292
- def accepted(self) -> pulumi.Output[bool]:
293
+ def accepted(self) -> pulumi.Output[builtins.bool]:
293
294
  """
294
295
  Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
295
296
  """
@@ -297,7 +298,7 @@ class ProjectUser(pulumi.CustomResource):
297
298
 
298
299
  @property
299
300
  @pulumi.getter
300
- def email(self) -> pulumi.Output[str]:
301
+ def email(self) -> pulumi.Output[builtins.str]:
301
302
  """
302
303
  Email address of the user in lowercase. Changing this property forces recreation of the resource.
303
304
  """
@@ -305,7 +306,7 @@ class ProjectUser(pulumi.CustomResource):
305
306
 
306
307
  @property
307
308
  @pulumi.getter(name="memberType")
308
- def member_type(self) -> pulumi.Output[str]:
309
+ def member_type(self) -> pulumi.Output[builtins.str]:
309
310
  """
310
311
  Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
311
312
  """
@@ -313,7 +314,7 @@ class ProjectUser(pulumi.CustomResource):
313
314
 
314
315
  @property
315
316
  @pulumi.getter
316
- def project(self) -> pulumi.Output[str]:
317
+ def project(self) -> pulumi.Output[builtins.str]:
317
318
  """
318
319
  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.
319
320
  """
@@ -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__ = ['ProjectVpcArgs', 'ProjectVpc']
19
20
  @pulumi.input_type
20
21
  class ProjectVpcArgs:
21
22
  def __init__(__self__, *,
22
- cloud_name: pulumi.Input[str],
23
- network_cidr: pulumi.Input[str],
24
- project: pulumi.Input[str]):
23
+ cloud_name: pulumi.Input[builtins.str],
24
+ network_cidr: pulumi.Input[builtins.str],
25
+ project: pulumi.Input[builtins.str]):
25
26
  """
26
27
  The set of arguments for constructing a ProjectVpc resource.
27
- :param pulumi.Input[str] cloud_name: 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.
28
- :param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
29
- :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.
28
+ :param pulumi.Input[builtins.str] cloud_name: 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.
29
+ :param pulumi.Input[builtins.str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
30
+ :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.
30
31
  """
31
32
  pulumi.set(__self__, "cloud_name", cloud_name)
32
33
  pulumi.set(__self__, "network_cidr", network_cidr)
@@ -34,54 +35,54 @@ class ProjectVpcArgs:
34
35
 
35
36
  @property
36
37
  @pulumi.getter(name="cloudName")
37
- def cloud_name(self) -> pulumi.Input[str]:
38
+ def cloud_name(self) -> pulumi.Input[builtins.str]:
38
39
  """
39
40
  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.
40
41
  """
41
42
  return pulumi.get(self, "cloud_name")
42
43
 
43
44
  @cloud_name.setter
44
- def cloud_name(self, value: pulumi.Input[str]):
45
+ def cloud_name(self, value: pulumi.Input[builtins.str]):
45
46
  pulumi.set(self, "cloud_name", value)
46
47
 
47
48
  @property
48
49
  @pulumi.getter(name="networkCidr")
49
- def network_cidr(self) -> pulumi.Input[str]:
50
+ def network_cidr(self) -> pulumi.Input[builtins.str]:
50
51
  """
51
52
  Network address range used by the VPC. For example, `192.168.0.0/24`.
52
53
  """
53
54
  return pulumi.get(self, "network_cidr")
54
55
 
55
56
  @network_cidr.setter
56
- def network_cidr(self, value: pulumi.Input[str]):
57
+ def network_cidr(self, value: pulumi.Input[builtins.str]):
57
58
  pulumi.set(self, "network_cidr", value)
58
59
 
59
60
  @property
60
61
  @pulumi.getter
61
- def project(self) -> pulumi.Input[str]:
62
+ def project(self) -> pulumi.Input[builtins.str]:
62
63
  """
63
64
  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.
64
65
  """
65
66
  return pulumi.get(self, "project")
66
67
 
67
68
  @project.setter
68
- def project(self, value: pulumi.Input[str]):
69
+ def project(self, value: pulumi.Input[builtins.str]):
69
70
  pulumi.set(self, "project", value)
70
71
 
71
72
 
72
73
  @pulumi.input_type
73
74
  class _ProjectVpcState:
74
75
  def __init__(__self__, *,
75
- cloud_name: Optional[pulumi.Input[str]] = None,
76
- network_cidr: Optional[pulumi.Input[str]] = None,
77
- project: Optional[pulumi.Input[str]] = None,
78
- state: Optional[pulumi.Input[str]] = None):
76
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
77
+ network_cidr: Optional[pulumi.Input[builtins.str]] = None,
78
+ project: Optional[pulumi.Input[builtins.str]] = None,
79
+ state: Optional[pulumi.Input[builtins.str]] = None):
79
80
  """
80
81
  Input properties used for looking up and filtering ProjectVpc resources.
81
- :param pulumi.Input[str] cloud_name: 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.
82
- :param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
83
- :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.
84
- :param pulumi.Input[str] state: State of the VPC. The possible values are `ACTIVE`, `APPROVED`, `DELETED` and `DELETING`.
82
+ :param pulumi.Input[builtins.str] cloud_name: 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.
83
+ :param pulumi.Input[builtins.str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
84
+ :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.
85
+ :param pulumi.Input[builtins.str] state: State of the VPC. The possible values are `ACTIVE`, `APPROVED`, `DELETED` and `DELETING`.
85
86
  """
86
87
  if cloud_name is not None:
87
88
  pulumi.set(__self__, "cloud_name", cloud_name)
@@ -94,50 +95,50 @@ class _ProjectVpcState:
94
95
 
95
96
  @property
96
97
  @pulumi.getter(name="cloudName")
97
- def cloud_name(self) -> Optional[pulumi.Input[str]]:
98
+ def cloud_name(self) -> Optional[pulumi.Input[builtins.str]]:
98
99
  """
99
100
  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.
100
101
  """
101
102
  return pulumi.get(self, "cloud_name")
102
103
 
103
104
  @cloud_name.setter
104
- def cloud_name(self, value: Optional[pulumi.Input[str]]):
105
+ def cloud_name(self, value: Optional[pulumi.Input[builtins.str]]):
105
106
  pulumi.set(self, "cloud_name", value)
106
107
 
107
108
  @property
108
109
  @pulumi.getter(name="networkCidr")
109
- def network_cidr(self) -> Optional[pulumi.Input[str]]:
110
+ def network_cidr(self) -> Optional[pulumi.Input[builtins.str]]:
110
111
  """
111
112
  Network address range used by the VPC. For example, `192.168.0.0/24`.
112
113
  """
113
114
  return pulumi.get(self, "network_cidr")
114
115
 
115
116
  @network_cidr.setter
116
- def network_cidr(self, value: Optional[pulumi.Input[str]]):
117
+ def network_cidr(self, value: Optional[pulumi.Input[builtins.str]]):
117
118
  pulumi.set(self, "network_cidr", value)
118
119
 
119
120
  @property
120
121
  @pulumi.getter
121
- def project(self) -> Optional[pulumi.Input[str]]:
122
+ def project(self) -> Optional[pulumi.Input[builtins.str]]:
122
123
  """
123
124
  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.
124
125
  """
125
126
  return pulumi.get(self, "project")
126
127
 
127
128
  @project.setter
128
- def project(self, value: Optional[pulumi.Input[str]]):
129
+ def project(self, value: Optional[pulumi.Input[builtins.str]]):
129
130
  pulumi.set(self, "project", value)
130
131
 
131
132
  @property
132
133
  @pulumi.getter
133
- def state(self) -> Optional[pulumi.Input[str]]:
134
+ def state(self) -> Optional[pulumi.Input[builtins.str]]:
134
135
  """
135
136
  State of the VPC. The possible values are `ACTIVE`, `APPROVED`, `DELETED` and `DELETING`.
136
137
  """
137
138
  return pulumi.get(self, "state")
138
139
 
139
140
  @state.setter
140
- def state(self, value: Optional[pulumi.Input[str]]):
141
+ def state(self, value: Optional[pulumi.Input[builtins.str]]):
141
142
  pulumi.set(self, "state", value)
142
143
 
143
144
 
@@ -146,9 +147,9 @@ class ProjectVpc(pulumi.CustomResource):
146
147
  def __init__(__self__,
147
148
  resource_name: str,
148
149
  opts: Optional[pulumi.ResourceOptions] = None,
149
- cloud_name: Optional[pulumi.Input[str]] = None,
150
- network_cidr: Optional[pulumi.Input[str]] = None,
151
- project: Optional[pulumi.Input[str]] = None,
150
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
151
+ network_cidr: Optional[pulumi.Input[builtins.str]] = None,
152
+ project: Optional[pulumi.Input[builtins.str]] = None,
152
153
  __props__=None):
153
154
  """
154
155
  Creates and manages a VPC for an Aiven project.
@@ -173,9 +174,9 @@ class ProjectVpc(pulumi.CustomResource):
173
174
 
174
175
  :param str resource_name: The name of the resource.
175
176
  :param pulumi.ResourceOptions opts: Options for the resource.
176
- :param pulumi.Input[str] cloud_name: 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.
177
- :param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
178
- :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.
177
+ :param pulumi.Input[builtins.str] cloud_name: 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.
178
+ :param pulumi.Input[builtins.str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
179
+ :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.
179
180
  """
180
181
  ...
181
182
  @overload
@@ -219,9 +220,9 @@ class ProjectVpc(pulumi.CustomResource):
219
220
  def _internal_init(__self__,
220
221
  resource_name: str,
221
222
  opts: Optional[pulumi.ResourceOptions] = None,
222
- cloud_name: Optional[pulumi.Input[str]] = None,
223
- network_cidr: Optional[pulumi.Input[str]] = None,
224
- project: Optional[pulumi.Input[str]] = None,
223
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
224
+ network_cidr: Optional[pulumi.Input[builtins.str]] = None,
225
+ project: Optional[pulumi.Input[builtins.str]] = None,
225
226
  __props__=None):
226
227
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
227
228
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -251,10 +252,10 @@ class ProjectVpc(pulumi.CustomResource):
251
252
  def get(resource_name: str,
252
253
  id: pulumi.Input[str],
253
254
  opts: Optional[pulumi.ResourceOptions] = None,
254
- cloud_name: Optional[pulumi.Input[str]] = None,
255
- network_cidr: Optional[pulumi.Input[str]] = None,
256
- project: Optional[pulumi.Input[str]] = None,
257
- state: Optional[pulumi.Input[str]] = None) -> 'ProjectVpc':
255
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
256
+ network_cidr: Optional[pulumi.Input[builtins.str]] = None,
257
+ project: Optional[pulumi.Input[builtins.str]] = None,
258
+ state: Optional[pulumi.Input[builtins.str]] = None) -> 'ProjectVpc':
258
259
  """
259
260
  Get an existing ProjectVpc resource's state with the given name, id, and optional extra
260
261
  properties used to qualify the lookup.
@@ -262,10 +263,10 @@ class ProjectVpc(pulumi.CustomResource):
262
263
  :param str resource_name: The unique name of the resulting resource.
263
264
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
264
265
  :param pulumi.ResourceOptions opts: Options for the resource.
265
- :param pulumi.Input[str] cloud_name: 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.
266
- :param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
267
- :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.
268
- :param pulumi.Input[str] state: State of the VPC. The possible values are `ACTIVE`, `APPROVED`, `DELETED` and `DELETING`.
266
+ :param pulumi.Input[builtins.str] cloud_name: 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.
267
+ :param pulumi.Input[builtins.str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
268
+ :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.
269
+ :param pulumi.Input[builtins.str] state: State of the VPC. The possible values are `ACTIVE`, `APPROVED`, `DELETED` and `DELETING`.
269
270
  """
270
271
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
271
272
 
@@ -279,7 +280,7 @@ class ProjectVpc(pulumi.CustomResource):
279
280
 
280
281
  @property
281
282
  @pulumi.getter(name="cloudName")
282
- def cloud_name(self) -> pulumi.Output[str]:
283
+ def cloud_name(self) -> pulumi.Output[builtins.str]:
283
284
  """
284
285
  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.
285
286
  """
@@ -287,7 +288,7 @@ class ProjectVpc(pulumi.CustomResource):
287
288
 
288
289
  @property
289
290
  @pulumi.getter(name="networkCidr")
290
- def network_cidr(self) -> pulumi.Output[str]:
291
+ def network_cidr(self) -> pulumi.Output[builtins.str]:
291
292
  """
292
293
  Network address range used by the VPC. For example, `192.168.0.0/24`.
293
294
  """
@@ -295,7 +296,7 @@ class ProjectVpc(pulumi.CustomResource):
295
296
 
296
297
  @property
297
298
  @pulumi.getter
298
- def project(self) -> pulumi.Output[str]:
299
+ def project(self) -> pulumi.Output[builtins.str]:
299
300
  """
300
301
  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.
301
302
  """
@@ -303,7 +304,7 @@ class ProjectVpc(pulumi.CustomResource):
303
304
 
304
305
  @property
305
306
  @pulumi.getter
306
- def state(self) -> pulumi.Output[str]:
307
+ def state(self) -> pulumi.Output[builtins.str]:
307
308
  """
308
309
  State of the VPC. The possible values are `ACTIVE`, `APPROVED`, `DELETED` and `DELETING`.
309
310
  """
pulumi_aiven/provider.py CHANGED
@@ -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,24 +20,24 @@ __all__ = ['ProviderArgs', 'Provider']
19
20
  @pulumi.input_type
20
21
  class ProviderArgs:
21
22
  def __init__(__self__, *,
22
- api_token: Optional[pulumi.Input[str]] = None):
23
+ api_token: Optional[pulumi.Input[builtins.str]] = None):
23
24
  """
24
25
  The set of arguments for constructing a Provider resource.
25
- :param pulumi.Input[str] api_token: Aiven authentication token. Can also be set with the AIVEN_TOKEN environment variable.
26
+ :param pulumi.Input[builtins.str] api_token: Aiven authentication token. Can also be set with the AIVEN_TOKEN environment variable.
26
27
  """
27
28
  if api_token is not None:
28
29
  pulumi.set(__self__, "api_token", api_token)
29
30
 
30
31
  @property
31
32
  @pulumi.getter(name="apiToken")
32
- def api_token(self) -> Optional[pulumi.Input[str]]:
33
+ def api_token(self) -> Optional[pulumi.Input[builtins.str]]:
33
34
  """
34
35
  Aiven authentication token. Can also be set with the AIVEN_TOKEN environment variable.
35
36
  """
36
37
  return pulumi.get(self, "api_token")
37
38
 
38
39
  @api_token.setter
39
- def api_token(self, value: Optional[pulumi.Input[str]]):
40
+ def api_token(self, value: Optional[pulumi.Input[builtins.str]]):
40
41
  pulumi.set(self, "api_token", value)
41
42
 
42
43
 
@@ -45,7 +46,7 @@ class Provider(pulumi.ProviderResource):
45
46
  def __init__(__self__,
46
47
  resource_name: str,
47
48
  opts: Optional[pulumi.ResourceOptions] = None,
48
- api_token: Optional[pulumi.Input[str]] = None,
49
+ api_token: Optional[pulumi.Input[builtins.str]] = None,
49
50
  __props__=None):
50
51
  """
51
52
  The provider type for the aiven package. By default, resources use package-wide configuration
@@ -55,7 +56,7 @@ class Provider(pulumi.ProviderResource):
55
56
 
56
57
  :param str resource_name: The name of the resource.
57
58
  :param pulumi.ResourceOptions opts: Options for the resource.
58
- :param pulumi.Input[str] api_token: Aiven authentication token. Can also be set with the AIVEN_TOKEN environment variable.
59
+ :param pulumi.Input[builtins.str] api_token: Aiven authentication token. Can also be set with the AIVEN_TOKEN environment variable.
59
60
  """
60
61
  ...
61
62
  @overload
@@ -84,7 +85,7 @@ class Provider(pulumi.ProviderResource):
84
85
  def _internal_init(__self__,
85
86
  resource_name: str,
86
87
  opts: Optional[pulumi.ResourceOptions] = None,
87
- api_token: Optional[pulumi.Input[str]] = None,
88
+ api_token: Optional[pulumi.Input[builtins.str]] = None,
88
89
  __props__=None):
89
90
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
90
91
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -105,7 +106,7 @@ class Provider(pulumi.ProviderResource):
105
106
 
106
107
  @property
107
108
  @pulumi.getter(name="apiToken")
108
- def api_token(self) -> pulumi.Output[Optional[str]]:
109
+ def api_token(self) -> pulumi.Output[Optional[builtins.str]]:
109
110
  """
110
111
  Aiven authentication token. Can also be set with the AIVEN_TOKEN environment variable.
111
112
  """
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "aiven",
4
- "version": "6.37.0-alpha.1743570488"
4
+ "version": "6.37.0-alpha.1744182902"
5
5
  }