pulumi-aiven 6.42.0a1753333878__py3-none-any.whl → 6.42.0a1753506621__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 (188) hide show
  1. pulumi_aiven/__init__.py +1 -1
  2. pulumi_aiven/_inputs.py +10713 -10714
  3. pulumi_aiven/account.py +89 -90
  4. pulumi_aiven/account_authentication.py +253 -254
  5. pulumi_aiven/account_team.py +62 -63
  6. pulumi_aiven/account_team_member.py +79 -80
  7. pulumi_aiven/account_team_project.py +69 -70
  8. pulumi_aiven/alloydbomni.py +319 -320
  9. pulumi_aiven/alloydbomni_database.py +86 -87
  10. pulumi_aiven/alloydbomni_user.py +113 -114
  11. pulumi_aiven/aws_org_vpc_peering_connection.py +113 -114
  12. pulumi_aiven/aws_privatelink.py +70 -71
  13. pulumi_aiven/aws_vpc_peering_connection.py +96 -97
  14. pulumi_aiven/azure_org_vpc_peering_connection.py +138 -139
  15. pulumi_aiven/azure_privatelink.py +88 -89
  16. pulumi_aiven/azure_privatelink_connection_approval.py +70 -71
  17. pulumi_aiven/azure_vpc_peering_connection.py +130 -131
  18. pulumi_aiven/billing_group.py +256 -257
  19. pulumi_aiven/cassandra.py +302 -303
  20. pulumi_aiven/cassandra_user.py +96 -97
  21. pulumi_aiven/clickhouse.py +302 -303
  22. pulumi_aiven/clickhouse_database.py +65 -66
  23. pulumi_aiven/clickhouse_grant.py +75 -76
  24. pulumi_aiven/clickhouse_role.py +52 -53
  25. pulumi_aiven/clickhouse_user.py +79 -80
  26. pulumi_aiven/config/__init__.py +1 -1
  27. pulumi_aiven/config/__init__.pyi +1 -2
  28. pulumi_aiven/config/vars.py +2 -3
  29. pulumi_aiven/connection_pool.py +129 -130
  30. pulumi_aiven/dragonfly.py +302 -303
  31. pulumi_aiven/flink.py +302 -303
  32. pulumi_aiven/flink_application.py +97 -98
  33. pulumi_aiven/flink_application_deployment.py +138 -139
  34. pulumi_aiven/flink_application_version.py +117 -118
  35. pulumi_aiven/flink_jar_application.py +101 -102
  36. pulumi_aiven/flink_jar_application_deployment.py +217 -218
  37. pulumi_aiven/flink_jar_application_version.py +116 -117
  38. pulumi_aiven/gcp_org_vpc_peering_connection.py +87 -88
  39. pulumi_aiven/gcp_privatelink.py +62 -63
  40. pulumi_aiven/gcp_privatelink_connection_approval.py +79 -80
  41. pulumi_aiven/gcp_vpc_peering_connection.py +79 -80
  42. pulumi_aiven/get_account.py +23 -24
  43. pulumi_aiven/get_account_authentication.py +46 -47
  44. pulumi_aiven/get_account_team.py +21 -22
  45. pulumi_aiven/get_account_team_member.py +27 -28
  46. pulumi_aiven/get_account_team_project.py +23 -24
  47. pulumi_aiven/get_alloydbomni.py +63 -64
  48. pulumi_aiven/get_alloydbomni_database.py +25 -26
  49. pulumi_aiven/get_alloydbomni_user.py +31 -32
  50. pulumi_aiven/get_aws_org_vpc_peering_connection.py +39 -40
  51. pulumi_aiven/get_aws_privatelink.py +21 -22
  52. pulumi_aiven/get_aws_vpc_peering_connection.py +33 -34
  53. pulumi_aiven/get_azure_org_vpc_peering_connection.py +41 -42
  54. pulumi_aiven/get_azure_privatelink.py +25 -26
  55. pulumi_aiven/get_azure_vpc_peering_connection.py +45 -46
  56. pulumi_aiven/get_billing_group.py +39 -40
  57. pulumi_aiven/get_cassanda.py +61 -62
  58. pulumi_aiven/get_cassandra.py +61 -62
  59. pulumi_aiven/get_cassandra_user.py +29 -30
  60. pulumi_aiven/get_clickhouse.py +61 -62
  61. pulumi_aiven/get_clickhouse_database.py +23 -24
  62. pulumi_aiven/get_clickhouse_user.py +27 -28
  63. pulumi_aiven/get_connection_pool.py +31 -32
  64. pulumi_aiven/get_dragonfly.py +61 -62
  65. pulumi_aiven/get_external_identity.py +27 -28
  66. pulumi_aiven/get_flink.py +61 -62
  67. pulumi_aiven/get_flink_application.py +31 -32
  68. pulumi_aiven/get_flink_application_version.py +39 -40
  69. pulumi_aiven/get_gcp_org_vpc_peering_connection.py +31 -32
  70. pulumi_aiven/get_gcp_privatelink.py +21 -22
  71. pulumi_aiven/get_gcp_vpc_peering_connection.py +27 -28
  72. pulumi_aiven/get_grafana.py +61 -62
  73. pulumi_aiven/get_influx_db.py +57 -58
  74. pulumi_aiven/get_influxdb_database.py +17 -18
  75. pulumi_aiven/get_influxdb_user.py +23 -24
  76. pulumi_aiven/get_kafka.py +65 -66
  77. pulumi_aiven/get_kafka_acl.py +35 -36
  78. pulumi_aiven/get_kafka_connect.py +60 -61
  79. pulumi_aiven/get_kafka_connector.py +36 -37
  80. pulumi_aiven/get_kafka_mirror_maker.py +60 -61
  81. pulumi_aiven/get_kafka_schema.py +29 -30
  82. pulumi_aiven/get_kafka_schema_configuration.py +25 -26
  83. pulumi_aiven/get_kafka_schema_registry_acl.py +35 -36
  84. pulumi_aiven/get_kafka_topic.py +33 -34
  85. pulumi_aiven/get_kafka_user.py +29 -30
  86. pulumi_aiven/get_m3_aggregator.py +61 -62
  87. pulumi_aiven/get_m3_db.py +61 -62
  88. pulumi_aiven/get_m3db_user.py +25 -26
  89. pulumi_aiven/get_mirror_maker_replication_flow.py +51 -52
  90. pulumi_aiven/get_my_sql.py +61 -62
  91. pulumi_aiven/get_mysql_database.py +23 -24
  92. pulumi_aiven/get_mysql_user.py +31 -32
  93. pulumi_aiven/get_open_search.py +61 -62
  94. pulumi_aiven/get_open_search_acl_config.py +19 -20
  95. pulumi_aiven/get_open_search_acl_rule.py +33 -34
  96. pulumi_aiven/get_opensearch_security_plugin_config.py +23 -24
  97. pulumi_aiven/get_opensearch_user.py +25 -26
  98. pulumi_aiven/get_organization.py +20 -21
  99. pulumi_aiven/get_organization_address.py +32 -33
  100. pulumi_aiven/get_organization_application_user.py +21 -22
  101. pulumi_aiven/get_organization_billing_group.py +34 -35
  102. pulumi_aiven/get_organization_billing_group_list.py +11 -12
  103. pulumi_aiven/get_organization_project.py +27 -28
  104. pulumi_aiven/get_organization_user.py +23 -24
  105. pulumi_aiven/get_organization_user_group.py +23 -24
  106. pulumi_aiven/get_organization_user_list.py +14 -15
  107. pulumi_aiven/get_organization_vpc.py +25 -26
  108. pulumi_aiven/get_organizational_unit.py +17 -18
  109. pulumi_aiven/get_pg.py +61 -62
  110. pulumi_aiven/get_pg_database.py +27 -28
  111. pulumi_aiven/get_pg_user.py +31 -32
  112. pulumi_aiven/get_project.py +34 -35
  113. pulumi_aiven/get_project_user.py +19 -20
  114. pulumi_aiven/get_project_vpc.py +25 -26
  115. pulumi_aiven/get_redis.py +61 -62
  116. pulumi_aiven/get_redis_user.py +33 -34
  117. pulumi_aiven/get_service_component.py +51 -52
  118. pulumi_aiven/get_service_integration.py +52 -53
  119. pulumi_aiven/get_service_integration_endpoint.py +38 -39
  120. pulumi_aiven/get_thanos.py +61 -62
  121. pulumi_aiven/get_transit_gateway_vpc_attachment.py +31 -32
  122. pulumi_aiven/get_valkey.py +61 -62
  123. pulumi_aiven/get_valkey_user.py +33 -34
  124. pulumi_aiven/governance_access.py +84 -85
  125. pulumi_aiven/grafana.py +302 -303
  126. pulumi_aiven/influx_db.py +302 -303
  127. pulumi_aiven/influxdb_database.py +65 -66
  128. pulumi_aiven/influxdb_user.py +96 -97
  129. pulumi_aiven/kafka.py +336 -337
  130. pulumi_aiven/kafka_acl.py +95 -96
  131. pulumi_aiven/kafka_connect.py +299 -300
  132. pulumi_aiven/kafka_connector.py +125 -126
  133. pulumi_aiven/kafka_mirror_maker.py +299 -300
  134. pulumi_aiven/kafka_native_acl.py +154 -155
  135. pulumi_aiven/kafka_quota.py +120 -121
  136. pulumi_aiven/kafka_schema.py +112 -113
  137. pulumi_aiven/kafka_schema_configuration.py +52 -53
  138. pulumi_aiven/kafka_schema_registry_acl.py +95 -96
  139. pulumi_aiven/kafka_topic.py +139 -140
  140. pulumi_aiven/kafka_user.py +96 -97
  141. pulumi_aiven/m3_aggregator.py +302 -303
  142. pulumi_aiven/m3_db.py +302 -303
  143. pulumi_aiven/m3db_user.py +78 -79
  144. pulumi_aiven/mirror_maker_replication_flow.py +273 -274
  145. pulumi_aiven/my_sql.py +302 -303
  146. pulumi_aiven/mysql_database.py +65 -66
  147. pulumi_aiven/mysql_user.py +113 -114
  148. pulumi_aiven/open_search.py +302 -303
  149. pulumi_aiven/open_search_acl_config.py +69 -70
  150. pulumi_aiven/open_search_acl_rule.py +86 -87
  151. pulumi_aiven/opensearch_security_plugin_config.py +79 -80
  152. pulumi_aiven/opensearch_user.py +78 -79
  153. pulumi_aiven/organization.py +48 -49
  154. pulumi_aiven/organization_address.py +150 -151
  155. pulumi_aiven/organization_application_user.py +70 -71
  156. pulumi_aiven/organization_application_user_token.py +210 -211
  157. pulumi_aiven/organization_billing_group.py +183 -184
  158. pulumi_aiven/organization_group_project.py +55 -56
  159. pulumi_aiven/organization_permission.py +55 -56
  160. pulumi_aiven/organization_project.py +118 -119
  161. pulumi_aiven/organization_user.py +71 -72
  162. pulumi_aiven/organization_user_group.py +79 -80
  163. pulumi_aiven/organization_user_group_member.py +64 -65
  164. pulumi_aiven/organization_vpc.py +88 -89
  165. pulumi_aiven/organizational_unit.py +62 -63
  166. pulumi_aiven/outputs.py +14260 -14261
  167. pulumi_aiven/pg.py +302 -303
  168. pulumi_aiven/pg_database.py +99 -100
  169. pulumi_aiven/pg_user.py +113 -114
  170. pulumi_aiven/project.py +193 -194
  171. pulumi_aiven/project_user.py +61 -62
  172. pulumi_aiven/project_vpc.py +61 -62
  173. pulumi_aiven/provider.py +12 -13
  174. pulumi_aiven/pulumi-plugin.json +1 -1
  175. pulumi_aiven/redis.py +302 -303
  176. pulumi_aiven/redis_user.py +146 -147
  177. pulumi_aiven/service_integration.py +191 -192
  178. pulumi_aiven/service_integration_endpoint.py +118 -119
  179. pulumi_aiven/static_ip.py +71 -72
  180. pulumi_aiven/thanos.py +302 -303
  181. pulumi_aiven/transit_gateway_vpc_attachment.py +113 -114
  182. pulumi_aiven/valkey.py +302 -303
  183. pulumi_aiven/valkey_user.py +146 -147
  184. {pulumi_aiven-6.42.0a1753333878.dist-info → pulumi_aiven-6.42.0a1753506621.dist-info}/METADATA +1 -1
  185. pulumi_aiven-6.42.0a1753506621.dist-info/RECORD +189 -0
  186. pulumi_aiven-6.42.0a1753333878.dist-info/RECORD +0 -189
  187. {pulumi_aiven-6.42.0a1753333878.dist-info → pulumi_aiven-6.42.0a1753506621.dist-info}/WHEEL +0 -0
  188. {pulumi_aiven-6.42.0a1753333878.dist-info → pulumi_aiven-6.42.0a1753506621.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -20,73 +19,73 @@ __all__ = ['GcpVpcPeeringConnectionArgs', 'GcpVpcPeeringConnection']
20
19
  @pulumi.input_type
21
20
  class GcpVpcPeeringConnectionArgs:
22
21
  def __init__(__self__, *,
23
- gcp_project_id: pulumi.Input[builtins.str],
24
- peer_vpc: pulumi.Input[builtins.str],
25
- vpc_id: pulumi.Input[builtins.str]):
22
+ gcp_project_id: pulumi.Input[_builtins.str],
23
+ peer_vpc: pulumi.Input[_builtins.str],
24
+ vpc_id: pulumi.Input[_builtins.str]):
26
25
  """
27
26
  The set of arguments for constructing a GcpVpcPeeringConnection resource.
28
- :param pulumi.Input[builtins.str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
29
- :param pulumi.Input[builtins.str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
30
- :param pulumi.Input[builtins.str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
27
+ :param pulumi.Input[_builtins.str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
28
+ :param pulumi.Input[_builtins.str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
29
+ :param pulumi.Input[_builtins.str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
31
30
  """
32
31
  pulumi.set(__self__, "gcp_project_id", gcp_project_id)
33
32
  pulumi.set(__self__, "peer_vpc", peer_vpc)
34
33
  pulumi.set(__self__, "vpc_id", vpc_id)
35
34
 
36
- @property
35
+ @_builtins.property
37
36
  @pulumi.getter(name="gcpProjectId")
38
- def gcp_project_id(self) -> pulumi.Input[builtins.str]:
37
+ def gcp_project_id(self) -> pulumi.Input[_builtins.str]:
39
38
  """
40
39
  Google Cloud project ID. Changing this property forces recreation of the resource.
41
40
  """
42
41
  return pulumi.get(self, "gcp_project_id")
43
42
 
44
43
  @gcp_project_id.setter
45
- def gcp_project_id(self, value: pulumi.Input[builtins.str]):
44
+ def gcp_project_id(self, value: pulumi.Input[_builtins.str]):
46
45
  pulumi.set(self, "gcp_project_id", value)
47
46
 
48
- @property
47
+ @_builtins.property
49
48
  @pulumi.getter(name="peerVpc")
50
- def peer_vpc(self) -> pulumi.Input[builtins.str]:
49
+ def peer_vpc(self) -> pulumi.Input[_builtins.str]:
51
50
  """
52
51
  Google Cloud VPC network name. Changing this property forces recreation of the resource.
53
52
  """
54
53
  return pulumi.get(self, "peer_vpc")
55
54
 
56
55
  @peer_vpc.setter
57
- def peer_vpc(self, value: pulumi.Input[builtins.str]):
56
+ def peer_vpc(self, value: pulumi.Input[_builtins.str]):
58
57
  pulumi.set(self, "peer_vpc", value)
59
58
 
60
- @property
59
+ @_builtins.property
61
60
  @pulumi.getter(name="vpcId")
62
- def vpc_id(self) -> pulumi.Input[builtins.str]:
61
+ def vpc_id(self) -> pulumi.Input[_builtins.str]:
63
62
  """
64
63
  The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
65
64
  """
66
65
  return pulumi.get(self, "vpc_id")
67
66
 
68
67
  @vpc_id.setter
69
- def vpc_id(self, value: pulumi.Input[builtins.str]):
68
+ def vpc_id(self, value: pulumi.Input[_builtins.str]):
70
69
  pulumi.set(self, "vpc_id", value)
71
70
 
72
71
 
73
72
  @pulumi.input_type
74
73
  class _GcpVpcPeeringConnectionState:
75
74
  def __init__(__self__, *,
76
- gcp_project_id: Optional[pulumi.Input[builtins.str]] = None,
77
- peer_vpc: Optional[pulumi.Input[builtins.str]] = None,
78
- self_link: Optional[pulumi.Input[builtins.str]] = None,
79
- state: Optional[pulumi.Input[builtins.str]] = None,
80
- state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
81
- vpc_id: Optional[pulumi.Input[builtins.str]] = None):
75
+ gcp_project_id: Optional[pulumi.Input[_builtins.str]] = None,
76
+ peer_vpc: Optional[pulumi.Input[_builtins.str]] = None,
77
+ self_link: Optional[pulumi.Input[_builtins.str]] = None,
78
+ state: Optional[pulumi.Input[_builtins.str]] = None,
79
+ state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
80
+ vpc_id: Optional[pulumi.Input[_builtins.str]] = None):
82
81
  """
83
82
  Input properties used for looking up and filtering GcpVpcPeeringConnection resources.
84
- :param pulumi.Input[builtins.str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
85
- :param pulumi.Input[builtins.str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
86
- :param pulumi.Input[builtins.str] self_link: Computed Google Cloud network peering link.
87
- :param pulumi.Input[builtins.str] state: State of the peering connection.
88
- :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] state_info: State-specific help or error information.
89
- :param pulumi.Input[builtins.str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
83
+ :param pulumi.Input[_builtins.str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
84
+ :param pulumi.Input[_builtins.str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
85
+ :param pulumi.Input[_builtins.str] self_link: Computed Google Cloud network peering link.
86
+ :param pulumi.Input[_builtins.str] state: State of the peering connection.
87
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] state_info: State-specific help or error information.
88
+ :param pulumi.Input[_builtins.str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
90
89
  """
91
90
  if gcp_project_id is not None:
92
91
  pulumi.set(__self__, "gcp_project_id", gcp_project_id)
@@ -101,76 +100,76 @@ class _GcpVpcPeeringConnectionState:
101
100
  if vpc_id is not None:
102
101
  pulumi.set(__self__, "vpc_id", vpc_id)
103
102
 
104
- @property
103
+ @_builtins.property
105
104
  @pulumi.getter(name="gcpProjectId")
106
- def gcp_project_id(self) -> Optional[pulumi.Input[builtins.str]]:
105
+ def gcp_project_id(self) -> Optional[pulumi.Input[_builtins.str]]:
107
106
  """
108
107
  Google Cloud project ID. Changing this property forces recreation of the resource.
109
108
  """
110
109
  return pulumi.get(self, "gcp_project_id")
111
110
 
112
111
  @gcp_project_id.setter
113
- def gcp_project_id(self, value: Optional[pulumi.Input[builtins.str]]):
112
+ def gcp_project_id(self, value: Optional[pulumi.Input[_builtins.str]]):
114
113
  pulumi.set(self, "gcp_project_id", value)
115
114
 
116
- @property
115
+ @_builtins.property
117
116
  @pulumi.getter(name="peerVpc")
118
- def peer_vpc(self) -> Optional[pulumi.Input[builtins.str]]:
117
+ def peer_vpc(self) -> Optional[pulumi.Input[_builtins.str]]:
119
118
  """
120
119
  Google Cloud VPC network name. Changing this property forces recreation of the resource.
121
120
  """
122
121
  return pulumi.get(self, "peer_vpc")
123
122
 
124
123
  @peer_vpc.setter
125
- def peer_vpc(self, value: Optional[pulumi.Input[builtins.str]]):
124
+ def peer_vpc(self, value: Optional[pulumi.Input[_builtins.str]]):
126
125
  pulumi.set(self, "peer_vpc", value)
127
126
 
128
- @property
127
+ @_builtins.property
129
128
  @pulumi.getter(name="selfLink")
130
- def self_link(self) -> Optional[pulumi.Input[builtins.str]]:
129
+ def self_link(self) -> Optional[pulumi.Input[_builtins.str]]:
131
130
  """
132
131
  Computed Google Cloud network peering link.
133
132
  """
134
133
  return pulumi.get(self, "self_link")
135
134
 
136
135
  @self_link.setter
137
- def self_link(self, value: Optional[pulumi.Input[builtins.str]]):
136
+ def self_link(self, value: Optional[pulumi.Input[_builtins.str]]):
138
137
  pulumi.set(self, "self_link", value)
139
138
 
140
- @property
139
+ @_builtins.property
141
140
  @pulumi.getter
142
- def state(self) -> Optional[pulumi.Input[builtins.str]]:
141
+ def state(self) -> Optional[pulumi.Input[_builtins.str]]:
143
142
  """
144
143
  State of the peering connection.
145
144
  """
146
145
  return pulumi.get(self, "state")
147
146
 
148
147
  @state.setter
149
- def state(self, value: Optional[pulumi.Input[builtins.str]]):
148
+ def state(self, value: Optional[pulumi.Input[_builtins.str]]):
150
149
  pulumi.set(self, "state", value)
151
150
 
152
- @property
151
+ @_builtins.property
153
152
  @pulumi.getter(name="stateInfo")
154
- def state_info(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
153
+ def state_info(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
155
154
  """
156
155
  State-specific help or error information.
157
156
  """
158
157
  return pulumi.get(self, "state_info")
159
158
 
160
159
  @state_info.setter
161
- def state_info(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
160
+ def state_info(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
162
161
  pulumi.set(self, "state_info", value)
163
162
 
164
- @property
163
+ @_builtins.property
165
164
  @pulumi.getter(name="vpcId")
166
- def vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
165
+ def vpc_id(self) -> Optional[pulumi.Input[_builtins.str]]:
167
166
  """
168
167
  The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
169
168
  """
170
169
  return pulumi.get(self, "vpc_id")
171
170
 
172
171
  @vpc_id.setter
173
- def vpc_id(self, value: Optional[pulumi.Input[builtins.str]]):
172
+ def vpc_id(self, value: Optional[pulumi.Input[_builtins.str]]):
174
173
  pulumi.set(self, "vpc_id", value)
175
174
 
176
175
 
@@ -180,9 +179,9 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
180
179
  def __init__(__self__,
181
180
  resource_name: str,
182
181
  opts: Optional[pulumi.ResourceOptions] = None,
183
- gcp_project_id: Optional[pulumi.Input[builtins.str]] = None,
184
- peer_vpc: Optional[pulumi.Input[builtins.str]] = None,
185
- vpc_id: Optional[pulumi.Input[builtins.str]] = None,
182
+ gcp_project_id: Optional[pulumi.Input[_builtins.str]] = None,
183
+ peer_vpc: Optional[pulumi.Input[_builtins.str]] = None,
184
+ vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
186
185
  __props__=None):
187
186
  """
188
187
  Creates and manages a Google Cloud VPC peering connection.
@@ -207,9 +206,9 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
207
206
 
208
207
  :param str resource_name: The name of the resource.
209
208
  :param pulumi.ResourceOptions opts: Options for the resource.
210
- :param pulumi.Input[builtins.str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
211
- :param pulumi.Input[builtins.str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
212
- :param pulumi.Input[builtins.str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
209
+ :param pulumi.Input[_builtins.str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
210
+ :param pulumi.Input[_builtins.str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
211
+ :param pulumi.Input[_builtins.str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
213
212
  """
214
213
  ...
215
214
  @overload
@@ -253,9 +252,9 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
253
252
  def _internal_init(__self__,
254
253
  resource_name: str,
255
254
  opts: Optional[pulumi.ResourceOptions] = None,
256
- gcp_project_id: Optional[pulumi.Input[builtins.str]] = None,
257
- peer_vpc: Optional[pulumi.Input[builtins.str]] = None,
258
- vpc_id: Optional[pulumi.Input[builtins.str]] = None,
255
+ gcp_project_id: Optional[pulumi.Input[_builtins.str]] = None,
256
+ peer_vpc: Optional[pulumi.Input[_builtins.str]] = None,
257
+ vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
259
258
  __props__=None):
260
259
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
261
260
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -287,12 +286,12 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
287
286
  def get(resource_name: str,
288
287
  id: pulumi.Input[str],
289
288
  opts: Optional[pulumi.ResourceOptions] = None,
290
- gcp_project_id: Optional[pulumi.Input[builtins.str]] = None,
291
- peer_vpc: Optional[pulumi.Input[builtins.str]] = None,
292
- self_link: Optional[pulumi.Input[builtins.str]] = None,
293
- state: Optional[pulumi.Input[builtins.str]] = None,
294
- state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
295
- vpc_id: Optional[pulumi.Input[builtins.str]] = None) -> 'GcpVpcPeeringConnection':
289
+ gcp_project_id: Optional[pulumi.Input[_builtins.str]] = None,
290
+ peer_vpc: Optional[pulumi.Input[_builtins.str]] = None,
291
+ self_link: Optional[pulumi.Input[_builtins.str]] = None,
292
+ state: Optional[pulumi.Input[_builtins.str]] = None,
293
+ state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
294
+ vpc_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'GcpVpcPeeringConnection':
296
295
  """
297
296
  Get an existing GcpVpcPeeringConnection resource's state with the given name, id, and optional extra
298
297
  properties used to qualify the lookup.
@@ -300,12 +299,12 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
300
299
  :param str resource_name: The unique name of the resulting resource.
301
300
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
302
301
  :param pulumi.ResourceOptions opts: Options for the resource.
303
- :param pulumi.Input[builtins.str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
304
- :param pulumi.Input[builtins.str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
305
- :param pulumi.Input[builtins.str] self_link: Computed Google Cloud network peering link.
306
- :param pulumi.Input[builtins.str] state: State of the peering connection.
307
- :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] state_info: State-specific help or error information.
308
- :param pulumi.Input[builtins.str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
302
+ :param pulumi.Input[_builtins.str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
303
+ :param pulumi.Input[_builtins.str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
304
+ :param pulumi.Input[_builtins.str] self_link: Computed Google Cloud network peering link.
305
+ :param pulumi.Input[_builtins.str] state: State of the peering connection.
306
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] state_info: State-specific help or error information.
307
+ :param pulumi.Input[_builtins.str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
309
308
  """
310
309
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
311
310
 
@@ -319,49 +318,49 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
319
318
  __props__.__dict__["vpc_id"] = vpc_id
320
319
  return GcpVpcPeeringConnection(resource_name, opts=opts, __props__=__props__)
321
320
 
322
- @property
321
+ @_builtins.property
323
322
  @pulumi.getter(name="gcpProjectId")
324
- def gcp_project_id(self) -> pulumi.Output[builtins.str]:
323
+ def gcp_project_id(self) -> pulumi.Output[_builtins.str]:
325
324
  """
326
325
  Google Cloud project ID. Changing this property forces recreation of the resource.
327
326
  """
328
327
  return pulumi.get(self, "gcp_project_id")
329
328
 
330
- @property
329
+ @_builtins.property
331
330
  @pulumi.getter(name="peerVpc")
332
- def peer_vpc(self) -> pulumi.Output[builtins.str]:
331
+ def peer_vpc(self) -> pulumi.Output[_builtins.str]:
333
332
  """
334
333
  Google Cloud VPC network name. Changing this property forces recreation of the resource.
335
334
  """
336
335
  return pulumi.get(self, "peer_vpc")
337
336
 
338
- @property
337
+ @_builtins.property
339
338
  @pulumi.getter(name="selfLink")
340
- def self_link(self) -> pulumi.Output[builtins.str]:
339
+ def self_link(self) -> pulumi.Output[_builtins.str]:
341
340
  """
342
341
  Computed Google Cloud network peering link.
343
342
  """
344
343
  return pulumi.get(self, "self_link")
345
344
 
346
- @property
345
+ @_builtins.property
347
346
  @pulumi.getter
348
- def state(self) -> pulumi.Output[builtins.str]:
347
+ def state(self) -> pulumi.Output[_builtins.str]:
349
348
  """
350
349
  State of the peering connection.
351
350
  """
352
351
  return pulumi.get(self, "state")
353
352
 
354
- @property
353
+ @_builtins.property
355
354
  @pulumi.getter(name="stateInfo")
356
- def state_info(self) -> pulumi.Output[Mapping[str, builtins.str]]:
355
+ def state_info(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
357
356
  """
358
357
  State-specific help or error information.
359
358
  """
360
359
  return pulumi.get(self, "state_info")
361
360
 
362
- @property
361
+ @_builtins.property
363
362
  @pulumi.getter(name="vpcId")
364
- def vpc_id(self) -> pulumi.Output[builtins.str]:
363
+ def vpc_id(self) -> pulumi.Output[_builtins.str]:
365
364
  """
366
365
  The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
367
366
  """
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -56,73 +55,73 @@ class GetAccountResult:
56
55
  raise TypeError("Expected argument 'update_time' to be a str")
57
56
  pulumi.set(__self__, "update_time", update_time)
58
57
 
59
- @property
58
+ @_builtins.property
60
59
  @pulumi.getter(name="accountId")
61
- def account_id(self) -> builtins.str:
60
+ def account_id(self) -> _builtins.str:
62
61
  """
63
62
  Account id
64
63
  """
65
64
  return pulumi.get(self, "account_id")
66
65
 
67
- @property
66
+ @_builtins.property
68
67
  @pulumi.getter(name="createTime")
69
- def create_time(self) -> builtins.str:
68
+ def create_time(self) -> _builtins.str:
70
69
  """
71
70
  Time of creation
72
71
  """
73
72
  return pulumi.get(self, "create_time")
74
73
 
75
- @property
74
+ @_builtins.property
76
75
  @pulumi.getter
77
- def id(self) -> builtins.str:
76
+ def id(self) -> _builtins.str:
78
77
  """
79
78
  The provider-assigned unique ID for this managed resource.
80
79
  """
81
80
  return pulumi.get(self, "id")
82
81
 
83
- @property
82
+ @_builtins.property
84
83
  @pulumi.getter(name="isAccountOwner")
85
- def is_account_owner(self) -> builtins.bool:
84
+ def is_account_owner(self) -> _builtins.bool:
86
85
  """
87
86
  If true, user is part of the owners team for this account
88
87
  """
89
88
  return pulumi.get(self, "is_account_owner")
90
89
 
91
- @property
90
+ @_builtins.property
92
91
  @pulumi.getter
93
- def name(self) -> builtins.str:
92
+ def name(self) -> _builtins.str:
94
93
  """
95
94
  Account name
96
95
  """
97
96
  return pulumi.get(self, "name")
98
97
 
99
- @property
98
+ @_builtins.property
100
99
  @pulumi.getter(name="ownerTeamId")
101
- def owner_team_id(self) -> builtins.str:
100
+ def owner_team_id(self) -> _builtins.str:
102
101
  """
103
102
  Owner team id
104
103
  """
105
104
  return pulumi.get(self, "owner_team_id")
106
105
 
107
- @property
106
+ @_builtins.property
108
107
  @pulumi.getter(name="primaryBillingGroupId")
109
- def primary_billing_group_id(self) -> builtins.str:
108
+ def primary_billing_group_id(self) -> _builtins.str:
110
109
  """
111
110
  Billing group id
112
111
  """
113
112
  return pulumi.get(self, "primary_billing_group_id")
114
113
 
115
- @property
114
+ @_builtins.property
116
115
  @pulumi.getter(name="tenantId")
117
- def tenant_id(self) -> builtins.str:
116
+ def tenant_id(self) -> _builtins.str:
118
117
  """
119
118
  Tenant id
120
119
  """
121
120
  return pulumi.get(self, "tenant_id")
122
121
 
123
- @property
122
+ @_builtins.property
124
123
  @pulumi.getter(name="updateTime")
125
- def update_time(self) -> builtins.str:
124
+ def update_time(self) -> _builtins.str:
126
125
  """
127
126
  Time of last update
128
127
  """
@@ -146,7 +145,7 @@ class AwaitableGetAccountResult(GetAccountResult):
146
145
  update_time=self.update_time)
147
146
 
148
147
 
149
- def get_account(name: Optional[builtins.str] = None,
148
+ def get_account(name: Optional[_builtins.str] = None,
150
149
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAccountResult:
151
150
  """
152
151
  The Account data source provides information about the existing Aiven Account.
@@ -164,7 +163,7 @@ def get_account(name: Optional[builtins.str] = None,
164
163
  ```
165
164
 
166
165
 
167
- :param builtins.str name: Account name
166
+ :param _builtins.str name: Account name
168
167
  """
169
168
  __args__ = dict()
170
169
  __args__['name'] = name
@@ -181,7 +180,7 @@ def get_account(name: Optional[builtins.str] = None,
181
180
  primary_billing_group_id=pulumi.get(__ret__, 'primary_billing_group_id'),
182
181
  tenant_id=pulumi.get(__ret__, 'tenant_id'),
183
182
  update_time=pulumi.get(__ret__, 'update_time'))
184
- def get_account_output(name: Optional[pulumi.Input[builtins.str]] = None,
183
+ def get_account_output(name: Optional[pulumi.Input[_builtins.str]] = None,
185
184
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAccountResult]:
186
185
  """
187
186
  The Account data source provides information about the existing Aiven Account.
@@ -199,7 +198,7 @@ def get_account_output(name: Optional[pulumi.Input[builtins.str]] = None,
199
198
  ```
200
199
 
201
200
 
202
- :param builtins.str name: Account name
201
+ :param _builtins.str name: Account name
203
202
  """
204
203
  __args__ = dict()
205
204
  __args__['name'] = name