pulumi-aiven 6.41.0a1753242343__py3-none-any.whl → 6.42.0a1753397358__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.41.0a1753242343.dist-info → pulumi_aiven-6.42.0a1753397358.dist-info}/METADATA +1 -1
  185. pulumi_aiven-6.42.0a1753397358.dist-info/RECORD +189 -0
  186. pulumi_aiven-6.41.0a1753242343.dist-info/RECORD +0 -189
  187. {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0a1753397358.dist-info}/WHEEL +0 -0
  188. {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0a1753397358.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,20 +19,20 @@ __all__ = ['AzureVpcPeeringConnectionArgs', 'AzureVpcPeeringConnection']
20
19
  @pulumi.input_type
21
20
  class AzureVpcPeeringConnectionArgs:
22
21
  def __init__(__self__, *,
23
- azure_subscription_id: pulumi.Input[builtins.str],
24
- peer_azure_app_id: pulumi.Input[builtins.str],
25
- peer_azure_tenant_id: pulumi.Input[builtins.str],
26
- peer_resource_group: pulumi.Input[builtins.str],
27
- vnet_name: pulumi.Input[builtins.str],
28
- vpc_id: pulumi.Input[builtins.str]):
22
+ azure_subscription_id: pulumi.Input[_builtins.str],
23
+ peer_azure_app_id: pulumi.Input[_builtins.str],
24
+ peer_azure_tenant_id: pulumi.Input[_builtins.str],
25
+ peer_resource_group: pulumi.Input[_builtins.str],
26
+ vnet_name: pulumi.Input[_builtins.str],
27
+ vpc_id: pulumi.Input[_builtins.str]):
29
28
  """
30
29
  The set of arguments for constructing a AzureVpcPeeringConnection resource.
31
- :param pulumi.Input[builtins.str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
32
- :param pulumi.Input[builtins.str] peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
33
- :param pulumi.Input[builtins.str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
34
- :param pulumi.Input[builtins.str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
35
- :param pulumi.Input[builtins.str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
36
- :param pulumi.Input[builtins.str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
30
+ :param pulumi.Input[_builtins.str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
31
+ :param pulumi.Input[_builtins.str] peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
32
+ :param pulumi.Input[_builtins.str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
33
+ :param pulumi.Input[_builtins.str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
34
+ :param pulumi.Input[_builtins.str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
35
+ :param pulumi.Input[_builtins.str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
37
36
  """
38
37
  pulumi.set(__self__, "azure_subscription_id", azure_subscription_id)
39
38
  pulumi.set(__self__, "peer_azure_app_id", peer_azure_app_id)
@@ -42,102 +41,102 @@ class AzureVpcPeeringConnectionArgs:
42
41
  pulumi.set(__self__, "vnet_name", vnet_name)
43
42
  pulumi.set(__self__, "vpc_id", vpc_id)
44
43
 
45
- @property
44
+ @_builtins.property
46
45
  @pulumi.getter(name="azureSubscriptionId")
47
- def azure_subscription_id(self) -> pulumi.Input[builtins.str]:
46
+ def azure_subscription_id(self) -> pulumi.Input[_builtins.str]:
48
47
  """
49
48
  The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
50
49
  """
51
50
  return pulumi.get(self, "azure_subscription_id")
52
51
 
53
52
  @azure_subscription_id.setter
54
- def azure_subscription_id(self, value: pulumi.Input[builtins.str]):
53
+ def azure_subscription_id(self, value: pulumi.Input[_builtins.str]):
55
54
  pulumi.set(self, "azure_subscription_id", value)
56
55
 
57
- @property
56
+ @_builtins.property
58
57
  @pulumi.getter(name="peerAzureAppId")
59
- def peer_azure_app_id(self) -> pulumi.Input[builtins.str]:
58
+ def peer_azure_app_id(self) -> pulumi.Input[_builtins.str]:
60
59
  """
61
60
  The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
62
61
  """
63
62
  return pulumi.get(self, "peer_azure_app_id")
64
63
 
65
64
  @peer_azure_app_id.setter
66
- def peer_azure_app_id(self, value: pulumi.Input[builtins.str]):
65
+ def peer_azure_app_id(self, value: pulumi.Input[_builtins.str]):
67
66
  pulumi.set(self, "peer_azure_app_id", value)
68
67
 
69
- @property
68
+ @_builtins.property
70
69
  @pulumi.getter(name="peerAzureTenantId")
71
- def peer_azure_tenant_id(self) -> pulumi.Input[builtins.str]:
70
+ def peer_azure_tenant_id(self) -> pulumi.Input[_builtins.str]:
72
71
  """
73
72
  The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
74
73
  """
75
74
  return pulumi.get(self, "peer_azure_tenant_id")
76
75
 
77
76
  @peer_azure_tenant_id.setter
78
- def peer_azure_tenant_id(self, value: pulumi.Input[builtins.str]):
77
+ def peer_azure_tenant_id(self, value: pulumi.Input[_builtins.str]):
79
78
  pulumi.set(self, "peer_azure_tenant_id", value)
80
79
 
81
- @property
80
+ @_builtins.property
82
81
  @pulumi.getter(name="peerResourceGroup")
83
- def peer_resource_group(self) -> pulumi.Input[builtins.str]:
82
+ def peer_resource_group(self) -> pulumi.Input[_builtins.str]:
84
83
  """
85
84
  The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
86
85
  """
87
86
  return pulumi.get(self, "peer_resource_group")
88
87
 
89
88
  @peer_resource_group.setter
90
- def peer_resource_group(self, value: pulumi.Input[builtins.str]):
89
+ def peer_resource_group(self, value: pulumi.Input[_builtins.str]):
91
90
  pulumi.set(self, "peer_resource_group", value)
92
91
 
93
- @property
92
+ @_builtins.property
94
93
  @pulumi.getter(name="vnetName")
95
- def vnet_name(self) -> pulumi.Input[builtins.str]:
94
+ def vnet_name(self) -> pulumi.Input[_builtins.str]:
96
95
  """
97
96
  The name of the Azure VNet. Changing this property forces recreation of the resource.
98
97
  """
99
98
  return pulumi.get(self, "vnet_name")
100
99
 
101
100
  @vnet_name.setter
102
- def vnet_name(self, value: pulumi.Input[builtins.str]):
101
+ def vnet_name(self, value: pulumi.Input[_builtins.str]):
103
102
  pulumi.set(self, "vnet_name", value)
104
103
 
105
- @property
104
+ @_builtins.property
106
105
  @pulumi.getter(name="vpcId")
107
- def vpc_id(self) -> pulumi.Input[builtins.str]:
106
+ def vpc_id(self) -> pulumi.Input[_builtins.str]:
108
107
  """
109
108
  The ID of the Aiven VPC. Changing this property forces recreation of the resource.
110
109
  """
111
110
  return pulumi.get(self, "vpc_id")
112
111
 
113
112
  @vpc_id.setter
114
- def vpc_id(self, value: pulumi.Input[builtins.str]):
113
+ def vpc_id(self, value: pulumi.Input[_builtins.str]):
115
114
  pulumi.set(self, "vpc_id", value)
116
115
 
117
116
 
118
117
  @pulumi.input_type
119
118
  class _AzureVpcPeeringConnectionState:
120
119
  def __init__(__self__, *,
121
- azure_subscription_id: Optional[pulumi.Input[builtins.str]] = None,
122
- peer_azure_app_id: Optional[pulumi.Input[builtins.str]] = None,
123
- peer_azure_tenant_id: Optional[pulumi.Input[builtins.str]] = None,
124
- peer_resource_group: Optional[pulumi.Input[builtins.str]] = None,
125
- peering_connection_id: Optional[pulumi.Input[builtins.str]] = None,
126
- state: Optional[pulumi.Input[builtins.str]] = None,
127
- state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
128
- vnet_name: Optional[pulumi.Input[builtins.str]] = None,
129
- vpc_id: Optional[pulumi.Input[builtins.str]] = None):
120
+ azure_subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
121
+ peer_azure_app_id: Optional[pulumi.Input[_builtins.str]] = None,
122
+ peer_azure_tenant_id: Optional[pulumi.Input[_builtins.str]] = None,
123
+ peer_resource_group: Optional[pulumi.Input[_builtins.str]] = None,
124
+ peering_connection_id: Optional[pulumi.Input[_builtins.str]] = None,
125
+ state: Optional[pulumi.Input[_builtins.str]] = None,
126
+ state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
127
+ vnet_name: Optional[pulumi.Input[_builtins.str]] = None,
128
+ vpc_id: Optional[pulumi.Input[_builtins.str]] = None):
130
129
  """
131
130
  Input properties used for looking up and filtering AzureVpcPeeringConnection resources.
132
- :param pulumi.Input[builtins.str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
133
- :param pulumi.Input[builtins.str] peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
134
- :param pulumi.Input[builtins.str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
135
- :param pulumi.Input[builtins.str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
136
- :param pulumi.Input[builtins.str] peering_connection_id: The ID of the cloud provider for the peering connection.
137
- :param pulumi.Input[builtins.str] state: State of the peering connection
138
- :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] state_info: State-specific help or error information.
139
- :param pulumi.Input[builtins.str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
140
- :param pulumi.Input[builtins.str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
131
+ :param pulumi.Input[_builtins.str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
132
+ :param pulumi.Input[_builtins.str] peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
133
+ :param pulumi.Input[_builtins.str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
134
+ :param pulumi.Input[_builtins.str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
135
+ :param pulumi.Input[_builtins.str] peering_connection_id: The ID of the cloud provider for the peering connection.
136
+ :param pulumi.Input[_builtins.str] state: State of the peering connection
137
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] state_info: State-specific help or error information.
138
+ :param pulumi.Input[_builtins.str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
139
+ :param pulumi.Input[_builtins.str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
141
140
  """
142
141
  if azure_subscription_id is not None:
143
142
  pulumi.set(__self__, "azure_subscription_id", azure_subscription_id)
@@ -158,112 +157,112 @@ class _AzureVpcPeeringConnectionState:
158
157
  if vpc_id is not None:
159
158
  pulumi.set(__self__, "vpc_id", vpc_id)
160
159
 
161
- @property
160
+ @_builtins.property
162
161
  @pulumi.getter(name="azureSubscriptionId")
163
- def azure_subscription_id(self) -> Optional[pulumi.Input[builtins.str]]:
162
+ def azure_subscription_id(self) -> Optional[pulumi.Input[_builtins.str]]:
164
163
  """
165
164
  The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
166
165
  """
167
166
  return pulumi.get(self, "azure_subscription_id")
168
167
 
169
168
  @azure_subscription_id.setter
170
- def azure_subscription_id(self, value: Optional[pulumi.Input[builtins.str]]):
169
+ def azure_subscription_id(self, value: Optional[pulumi.Input[_builtins.str]]):
171
170
  pulumi.set(self, "azure_subscription_id", value)
172
171
 
173
- @property
172
+ @_builtins.property
174
173
  @pulumi.getter(name="peerAzureAppId")
175
- def peer_azure_app_id(self) -> Optional[pulumi.Input[builtins.str]]:
174
+ def peer_azure_app_id(self) -> Optional[pulumi.Input[_builtins.str]]:
176
175
  """
177
176
  The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
178
177
  """
179
178
  return pulumi.get(self, "peer_azure_app_id")
180
179
 
181
180
  @peer_azure_app_id.setter
182
- def peer_azure_app_id(self, value: Optional[pulumi.Input[builtins.str]]):
181
+ def peer_azure_app_id(self, value: Optional[pulumi.Input[_builtins.str]]):
183
182
  pulumi.set(self, "peer_azure_app_id", value)
184
183
 
185
- @property
184
+ @_builtins.property
186
185
  @pulumi.getter(name="peerAzureTenantId")
187
- def peer_azure_tenant_id(self) -> Optional[pulumi.Input[builtins.str]]:
186
+ def peer_azure_tenant_id(self) -> Optional[pulumi.Input[_builtins.str]]:
188
187
  """
189
188
  The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
190
189
  """
191
190
  return pulumi.get(self, "peer_azure_tenant_id")
192
191
 
193
192
  @peer_azure_tenant_id.setter
194
- def peer_azure_tenant_id(self, value: Optional[pulumi.Input[builtins.str]]):
193
+ def peer_azure_tenant_id(self, value: Optional[pulumi.Input[_builtins.str]]):
195
194
  pulumi.set(self, "peer_azure_tenant_id", value)
196
195
 
197
- @property
196
+ @_builtins.property
198
197
  @pulumi.getter(name="peerResourceGroup")
199
- def peer_resource_group(self) -> Optional[pulumi.Input[builtins.str]]:
198
+ def peer_resource_group(self) -> Optional[pulumi.Input[_builtins.str]]:
200
199
  """
201
200
  The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
202
201
  """
203
202
  return pulumi.get(self, "peer_resource_group")
204
203
 
205
204
  @peer_resource_group.setter
206
- def peer_resource_group(self, value: Optional[pulumi.Input[builtins.str]]):
205
+ def peer_resource_group(self, value: Optional[pulumi.Input[_builtins.str]]):
207
206
  pulumi.set(self, "peer_resource_group", value)
208
207
 
209
- @property
208
+ @_builtins.property
210
209
  @pulumi.getter(name="peeringConnectionId")
211
- def peering_connection_id(self) -> Optional[pulumi.Input[builtins.str]]:
210
+ def peering_connection_id(self) -> Optional[pulumi.Input[_builtins.str]]:
212
211
  """
213
212
  The ID of the cloud provider for the peering connection.
214
213
  """
215
214
  return pulumi.get(self, "peering_connection_id")
216
215
 
217
216
  @peering_connection_id.setter
218
- def peering_connection_id(self, value: Optional[pulumi.Input[builtins.str]]):
217
+ def peering_connection_id(self, value: Optional[pulumi.Input[_builtins.str]]):
219
218
  pulumi.set(self, "peering_connection_id", value)
220
219
 
221
- @property
220
+ @_builtins.property
222
221
  @pulumi.getter
223
- def state(self) -> Optional[pulumi.Input[builtins.str]]:
222
+ def state(self) -> Optional[pulumi.Input[_builtins.str]]:
224
223
  """
225
224
  State of the peering connection
226
225
  """
227
226
  return pulumi.get(self, "state")
228
227
 
229
228
  @state.setter
230
- def state(self, value: Optional[pulumi.Input[builtins.str]]):
229
+ def state(self, value: Optional[pulumi.Input[_builtins.str]]):
231
230
  pulumi.set(self, "state", value)
232
231
 
233
- @property
232
+ @_builtins.property
234
233
  @pulumi.getter(name="stateInfo")
235
- def state_info(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
234
+ def state_info(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
236
235
  """
237
236
  State-specific help or error information.
238
237
  """
239
238
  return pulumi.get(self, "state_info")
240
239
 
241
240
  @state_info.setter
242
- def state_info(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
241
+ def state_info(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
243
242
  pulumi.set(self, "state_info", value)
244
243
 
245
- @property
244
+ @_builtins.property
246
245
  @pulumi.getter(name="vnetName")
247
- def vnet_name(self) -> Optional[pulumi.Input[builtins.str]]:
246
+ def vnet_name(self) -> Optional[pulumi.Input[_builtins.str]]:
248
247
  """
249
248
  The name of the Azure VNet. Changing this property forces recreation of the resource.
250
249
  """
251
250
  return pulumi.get(self, "vnet_name")
252
251
 
253
252
  @vnet_name.setter
254
- def vnet_name(self, value: Optional[pulumi.Input[builtins.str]]):
253
+ def vnet_name(self, value: Optional[pulumi.Input[_builtins.str]]):
255
254
  pulumi.set(self, "vnet_name", value)
256
255
 
257
- @property
256
+ @_builtins.property
258
257
  @pulumi.getter(name="vpcId")
259
- def vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
258
+ def vpc_id(self) -> Optional[pulumi.Input[_builtins.str]]:
260
259
  """
261
260
  The ID of the Aiven VPC. Changing this property forces recreation of the resource.
262
261
  """
263
262
  return pulumi.get(self, "vpc_id")
264
263
 
265
264
  @vpc_id.setter
266
- def vpc_id(self, value: Optional[pulumi.Input[builtins.str]]):
265
+ def vpc_id(self, value: Optional[pulumi.Input[_builtins.str]]):
267
266
  pulumi.set(self, "vpc_id", value)
268
267
 
269
268
 
@@ -273,12 +272,12 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
273
272
  def __init__(__self__,
274
273
  resource_name: str,
275
274
  opts: Optional[pulumi.ResourceOptions] = None,
276
- azure_subscription_id: Optional[pulumi.Input[builtins.str]] = None,
277
- peer_azure_app_id: Optional[pulumi.Input[builtins.str]] = None,
278
- peer_azure_tenant_id: Optional[pulumi.Input[builtins.str]] = None,
279
- peer_resource_group: Optional[pulumi.Input[builtins.str]] = None,
280
- vnet_name: Optional[pulumi.Input[builtins.str]] = None,
281
- vpc_id: Optional[pulumi.Input[builtins.str]] = None,
275
+ azure_subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
276
+ peer_azure_app_id: Optional[pulumi.Input[_builtins.str]] = None,
277
+ peer_azure_tenant_id: Optional[pulumi.Input[_builtins.str]] = None,
278
+ peer_resource_group: Optional[pulumi.Input[_builtins.str]] = None,
279
+ vnet_name: Optional[pulumi.Input[_builtins.str]] = None,
280
+ vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
282
281
  __props__=None):
283
282
  """
284
283
  Creates and manages an Azure VPC peering connection with an Aiven VPC.
@@ -310,12 +309,12 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
310
309
 
311
310
  :param str resource_name: The name of the resource.
312
311
  :param pulumi.ResourceOptions opts: Options for the resource.
313
- :param pulumi.Input[builtins.str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
314
- :param pulumi.Input[builtins.str] peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
315
- :param pulumi.Input[builtins.str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
316
- :param pulumi.Input[builtins.str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
317
- :param pulumi.Input[builtins.str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
318
- :param pulumi.Input[builtins.str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
312
+ :param pulumi.Input[_builtins.str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
313
+ :param pulumi.Input[_builtins.str] peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
314
+ :param pulumi.Input[_builtins.str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
315
+ :param pulumi.Input[_builtins.str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
316
+ :param pulumi.Input[_builtins.str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
317
+ :param pulumi.Input[_builtins.str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
319
318
  """
320
319
  ...
321
320
  @overload
@@ -366,12 +365,12 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
366
365
  def _internal_init(__self__,
367
366
  resource_name: str,
368
367
  opts: Optional[pulumi.ResourceOptions] = None,
369
- azure_subscription_id: Optional[pulumi.Input[builtins.str]] = None,
370
- peer_azure_app_id: Optional[pulumi.Input[builtins.str]] = None,
371
- peer_azure_tenant_id: Optional[pulumi.Input[builtins.str]] = None,
372
- peer_resource_group: Optional[pulumi.Input[builtins.str]] = None,
373
- vnet_name: Optional[pulumi.Input[builtins.str]] = None,
374
- vpc_id: Optional[pulumi.Input[builtins.str]] = None,
368
+ azure_subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
369
+ peer_azure_app_id: Optional[pulumi.Input[_builtins.str]] = None,
370
+ peer_azure_tenant_id: Optional[pulumi.Input[_builtins.str]] = None,
371
+ peer_resource_group: Optional[pulumi.Input[_builtins.str]] = None,
372
+ vnet_name: Optional[pulumi.Input[_builtins.str]] = None,
373
+ vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
375
374
  __props__=None):
376
375
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
377
376
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -412,15 +411,15 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
412
411
  def get(resource_name: str,
413
412
  id: pulumi.Input[str],
414
413
  opts: Optional[pulumi.ResourceOptions] = None,
415
- azure_subscription_id: Optional[pulumi.Input[builtins.str]] = None,
416
- peer_azure_app_id: Optional[pulumi.Input[builtins.str]] = None,
417
- peer_azure_tenant_id: Optional[pulumi.Input[builtins.str]] = None,
418
- peer_resource_group: Optional[pulumi.Input[builtins.str]] = None,
419
- peering_connection_id: Optional[pulumi.Input[builtins.str]] = None,
420
- state: Optional[pulumi.Input[builtins.str]] = None,
421
- state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
422
- vnet_name: Optional[pulumi.Input[builtins.str]] = None,
423
- vpc_id: Optional[pulumi.Input[builtins.str]] = None) -> 'AzureVpcPeeringConnection':
414
+ azure_subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
415
+ peer_azure_app_id: Optional[pulumi.Input[_builtins.str]] = None,
416
+ peer_azure_tenant_id: Optional[pulumi.Input[_builtins.str]] = None,
417
+ peer_resource_group: Optional[pulumi.Input[_builtins.str]] = None,
418
+ peering_connection_id: Optional[pulumi.Input[_builtins.str]] = None,
419
+ state: Optional[pulumi.Input[_builtins.str]] = None,
420
+ state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
421
+ vnet_name: Optional[pulumi.Input[_builtins.str]] = None,
422
+ vpc_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'AzureVpcPeeringConnection':
424
423
  """
425
424
  Get an existing AzureVpcPeeringConnection resource's state with the given name, id, and optional extra
426
425
  properties used to qualify the lookup.
@@ -428,15 +427,15 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
428
427
  :param str resource_name: The unique name of the resulting resource.
429
428
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
430
429
  :param pulumi.ResourceOptions opts: Options for the resource.
431
- :param pulumi.Input[builtins.str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
432
- :param pulumi.Input[builtins.str] peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
433
- :param pulumi.Input[builtins.str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
434
- :param pulumi.Input[builtins.str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
435
- :param pulumi.Input[builtins.str] peering_connection_id: The ID of the cloud provider for the peering connection.
436
- :param pulumi.Input[builtins.str] state: State of the peering connection
437
- :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] state_info: State-specific help or error information.
438
- :param pulumi.Input[builtins.str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
439
- :param pulumi.Input[builtins.str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
430
+ :param pulumi.Input[_builtins.str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
431
+ :param pulumi.Input[_builtins.str] peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
432
+ :param pulumi.Input[_builtins.str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
433
+ :param pulumi.Input[_builtins.str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
434
+ :param pulumi.Input[_builtins.str] peering_connection_id: The ID of the cloud provider for the peering connection.
435
+ :param pulumi.Input[_builtins.str] state: State of the peering connection
436
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] state_info: State-specific help or error information.
437
+ :param pulumi.Input[_builtins.str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
438
+ :param pulumi.Input[_builtins.str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
440
439
  """
441
440
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
442
441
 
@@ -453,73 +452,73 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
453
452
  __props__.__dict__["vpc_id"] = vpc_id
454
453
  return AzureVpcPeeringConnection(resource_name, opts=opts, __props__=__props__)
455
454
 
456
- @property
455
+ @_builtins.property
457
456
  @pulumi.getter(name="azureSubscriptionId")
458
- def azure_subscription_id(self) -> pulumi.Output[builtins.str]:
457
+ def azure_subscription_id(self) -> pulumi.Output[_builtins.str]:
459
458
  """
460
459
  The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
461
460
  """
462
461
  return pulumi.get(self, "azure_subscription_id")
463
462
 
464
- @property
463
+ @_builtins.property
465
464
  @pulumi.getter(name="peerAzureAppId")
466
- def peer_azure_app_id(self) -> pulumi.Output[builtins.str]:
465
+ def peer_azure_app_id(self) -> pulumi.Output[_builtins.str]:
467
466
  """
468
467
  The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
469
468
  """
470
469
  return pulumi.get(self, "peer_azure_app_id")
471
470
 
472
- @property
471
+ @_builtins.property
473
472
  @pulumi.getter(name="peerAzureTenantId")
474
- def peer_azure_tenant_id(self) -> pulumi.Output[builtins.str]:
473
+ def peer_azure_tenant_id(self) -> pulumi.Output[_builtins.str]:
475
474
  """
476
475
  The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
477
476
  """
478
477
  return pulumi.get(self, "peer_azure_tenant_id")
479
478
 
480
- @property
479
+ @_builtins.property
481
480
  @pulumi.getter(name="peerResourceGroup")
482
- def peer_resource_group(self) -> pulumi.Output[builtins.str]:
481
+ def peer_resource_group(self) -> pulumi.Output[_builtins.str]:
483
482
  """
484
483
  The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
485
484
  """
486
485
  return pulumi.get(self, "peer_resource_group")
487
486
 
488
- @property
487
+ @_builtins.property
489
488
  @pulumi.getter(name="peeringConnectionId")
490
- def peering_connection_id(self) -> pulumi.Output[builtins.str]:
489
+ def peering_connection_id(self) -> pulumi.Output[_builtins.str]:
491
490
  """
492
491
  The ID of the cloud provider for the peering connection.
493
492
  """
494
493
  return pulumi.get(self, "peering_connection_id")
495
494
 
496
- @property
495
+ @_builtins.property
497
496
  @pulumi.getter
498
- def state(self) -> pulumi.Output[builtins.str]:
497
+ def state(self) -> pulumi.Output[_builtins.str]:
499
498
  """
500
499
  State of the peering connection
501
500
  """
502
501
  return pulumi.get(self, "state")
503
502
 
504
- @property
503
+ @_builtins.property
505
504
  @pulumi.getter(name="stateInfo")
506
- def state_info(self) -> pulumi.Output[Mapping[str, builtins.str]]:
505
+ def state_info(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
507
506
  """
508
507
  State-specific help or error information.
509
508
  """
510
509
  return pulumi.get(self, "state_info")
511
510
 
512
- @property
511
+ @_builtins.property
513
512
  @pulumi.getter(name="vnetName")
514
- def vnet_name(self) -> pulumi.Output[builtins.str]:
513
+ def vnet_name(self) -> pulumi.Output[_builtins.str]:
515
514
  """
516
515
  The name of the Azure VNet. Changing this property forces recreation of the resource.
517
516
  """
518
517
  return pulumi.get(self, "vnet_name")
519
518
 
520
- @property
519
+ @_builtins.property
521
520
  @pulumi.getter(name="vpcId")
522
- def vpc_id(self) -> pulumi.Output[builtins.str]:
521
+ def vpc_id(self) -> pulumi.Output[_builtins.str]:
523
522
  """
524
523
  The ID of the Aiven VPC. Changing this property forces recreation of the resource.
525
524
  """