pulumi-aiven 6.41.0a1752901795__py3-none-any.whl → 6.42.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +1 -1
- pulumi_aiven/_inputs.py +11086 -10761
- pulumi_aiven/account.py +89 -90
- pulumi_aiven/account_authentication.py +253 -254
- pulumi_aiven/account_team.py +62 -63
- pulumi_aiven/account_team_member.py +79 -80
- pulumi_aiven/account_team_project.py +72 -73
- pulumi_aiven/alloydbomni.py +319 -320
- pulumi_aiven/alloydbomni_database.py +86 -87
- pulumi_aiven/alloydbomni_user.py +113 -114
- pulumi_aiven/aws_org_vpc_peering_connection.py +113 -114
- pulumi_aiven/aws_privatelink.py +70 -71
- pulumi_aiven/aws_vpc_peering_connection.py +96 -97
- pulumi_aiven/azure_org_vpc_peering_connection.py +138 -139
- pulumi_aiven/azure_privatelink.py +88 -89
- pulumi_aiven/azure_privatelink_connection_approval.py +70 -71
- pulumi_aiven/azure_vpc_peering_connection.py +130 -131
- pulumi_aiven/billing_group.py +256 -257
- pulumi_aiven/cassandra.py +302 -303
- pulumi_aiven/cassandra_user.py +96 -97
- pulumi_aiven/clickhouse.py +304 -305
- pulumi_aiven/clickhouse_database.py +65 -66
- pulumi_aiven/clickhouse_grant.py +75 -76
- pulumi_aiven/clickhouse_role.py +52 -53
- pulumi_aiven/clickhouse_user.py +79 -80
- pulumi_aiven/config/__init__.py +1 -1
- pulumi_aiven/config/__init__.pyi +1 -2
- pulumi_aiven/config/vars.py +2 -3
- pulumi_aiven/connection_pool.py +129 -130
- pulumi_aiven/dragonfly.py +302 -303
- pulumi_aiven/flink.py +302 -303
- pulumi_aiven/flink_application.py +97 -98
- pulumi_aiven/flink_application_deployment.py +138 -139
- pulumi_aiven/flink_application_version.py +117 -118
- pulumi_aiven/flink_jar_application.py +101 -102
- pulumi_aiven/flink_jar_application_deployment.py +217 -218
- pulumi_aiven/flink_jar_application_version.py +116 -117
- pulumi_aiven/gcp_org_vpc_peering_connection.py +87 -88
- pulumi_aiven/gcp_privatelink.py +62 -63
- pulumi_aiven/gcp_privatelink_connection_approval.py +79 -80
- pulumi_aiven/gcp_vpc_peering_connection.py +79 -80
- pulumi_aiven/get_account.py +23 -24
- pulumi_aiven/get_account_authentication.py +46 -47
- pulumi_aiven/get_account_team.py +21 -22
- pulumi_aiven/get_account_team_member.py +27 -28
- pulumi_aiven/get_account_team_project.py +24 -25
- pulumi_aiven/get_alloydbomni.py +63 -64
- pulumi_aiven/get_alloydbomni_database.py +25 -26
- pulumi_aiven/get_alloydbomni_user.py +31 -32
- pulumi_aiven/get_aws_org_vpc_peering_connection.py +39 -40
- pulumi_aiven/get_aws_privatelink.py +21 -22
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -34
- pulumi_aiven/get_azure_org_vpc_peering_connection.py +41 -42
- pulumi_aiven/get_azure_privatelink.py +25 -26
- pulumi_aiven/get_azure_vpc_peering_connection.py +45 -46
- pulumi_aiven/get_billing_group.py +39 -40
- pulumi_aiven/get_cassanda.py +61 -62
- pulumi_aiven/get_cassandra.py +61 -62
- pulumi_aiven/get_cassandra_user.py +29 -30
- pulumi_aiven/get_clickhouse.py +62 -63
- pulumi_aiven/get_clickhouse_database.py +23 -24
- pulumi_aiven/get_clickhouse_user.py +27 -28
- pulumi_aiven/get_connection_pool.py +31 -32
- pulumi_aiven/get_dragonfly.py +61 -62
- pulumi_aiven/get_external_identity.py +27 -28
- pulumi_aiven/get_flink.py +61 -62
- pulumi_aiven/get_flink_application.py +31 -32
- pulumi_aiven/get_flink_application_version.py +39 -40
- pulumi_aiven/get_gcp_org_vpc_peering_connection.py +31 -32
- pulumi_aiven/get_gcp_privatelink.py +21 -22
- pulumi_aiven/get_gcp_vpc_peering_connection.py +27 -28
- pulumi_aiven/get_grafana.py +61 -62
- pulumi_aiven/get_influx_db.py +57 -58
- pulumi_aiven/get_influxdb_database.py +17 -18
- pulumi_aiven/get_influxdb_user.py +23 -24
- pulumi_aiven/get_kafka.py +66 -67
- pulumi_aiven/get_kafka_acl.py +35 -36
- pulumi_aiven/get_kafka_connect.py +60 -61
- pulumi_aiven/get_kafka_connector.py +36 -37
- pulumi_aiven/get_kafka_mirror_maker.py +60 -61
- pulumi_aiven/get_kafka_schema.py +29 -30
- pulumi_aiven/get_kafka_schema_configuration.py +25 -26
- pulumi_aiven/get_kafka_schema_registry_acl.py +35 -36
- pulumi_aiven/get_kafka_topic.py +33 -34
- pulumi_aiven/get_kafka_user.py +29 -30
- pulumi_aiven/get_m3_aggregator.py +61 -62
- pulumi_aiven/get_m3_db.py +61 -62
- pulumi_aiven/get_m3db_user.py +25 -26
- pulumi_aiven/get_mirror_maker_replication_flow.py +51 -52
- pulumi_aiven/get_my_sql.py +61 -62
- pulumi_aiven/get_mysql_database.py +23 -24
- pulumi_aiven/get_mysql_user.py +31 -32
- pulumi_aiven/get_open_search.py +61 -62
- pulumi_aiven/get_open_search_acl_config.py +19 -20
- pulumi_aiven/get_open_search_acl_rule.py +33 -34
- pulumi_aiven/get_opensearch_security_plugin_config.py +23 -24
- pulumi_aiven/get_opensearch_user.py +25 -26
- pulumi_aiven/get_organization.py +20 -21
- pulumi_aiven/get_organization_address.py +32 -33
- pulumi_aiven/get_organization_application_user.py +21 -22
- pulumi_aiven/get_organization_billing_group.py +34 -35
- pulumi_aiven/get_organization_billing_group_list.py +11 -12
- pulumi_aiven/get_organization_project.py +27 -28
- pulumi_aiven/get_organization_user.py +23 -24
- pulumi_aiven/get_organization_user_group.py +23 -24
- pulumi_aiven/get_organization_user_list.py +14 -15
- pulumi_aiven/get_organization_vpc.py +25 -26
- pulumi_aiven/get_organizational_unit.py +17 -18
- pulumi_aiven/get_pg.py +61 -62
- pulumi_aiven/get_pg_database.py +27 -28
- pulumi_aiven/get_pg_user.py +31 -32
- pulumi_aiven/get_project.py +34 -35
- pulumi_aiven/get_project_user.py +20 -21
- pulumi_aiven/get_project_vpc.py +25 -26
- pulumi_aiven/get_redis.py +61 -62
- pulumi_aiven/get_redis_user.py +33 -34
- pulumi_aiven/get_service_component.py +51 -52
- pulumi_aiven/get_service_integration.py +66 -53
- pulumi_aiven/get_service_integration_endpoint.py +38 -39
- pulumi_aiven/get_thanos.py +61 -62
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +31 -32
- pulumi_aiven/get_valkey.py +61 -62
- pulumi_aiven/get_valkey_user.py +33 -34
- pulumi_aiven/governance_access.py +84 -85
- pulumi_aiven/grafana.py +302 -303
- pulumi_aiven/influx_db.py +302 -303
- pulumi_aiven/influxdb_database.py +65 -66
- pulumi_aiven/influxdb_user.py +96 -97
- pulumi_aiven/kafka.py +339 -340
- pulumi_aiven/kafka_acl.py +95 -96
- pulumi_aiven/kafka_connect.py +299 -300
- pulumi_aiven/kafka_connector.py +125 -126
- pulumi_aiven/kafka_mirror_maker.py +299 -300
- pulumi_aiven/kafka_native_acl.py +154 -155
- pulumi_aiven/kafka_quota.py +120 -121
- pulumi_aiven/kafka_schema.py +112 -113
- pulumi_aiven/kafka_schema_configuration.py +52 -53
- pulumi_aiven/kafka_schema_registry_acl.py +95 -96
- pulumi_aiven/kafka_topic.py +139 -140
- pulumi_aiven/kafka_user.py +96 -97
- pulumi_aiven/m3_aggregator.py +311 -303
- pulumi_aiven/m3_db.py +311 -303
- pulumi_aiven/m3db_user.py +78 -79
- pulumi_aiven/mirror_maker_replication_flow.py +273 -274
- pulumi_aiven/my_sql.py +302 -303
- pulumi_aiven/mysql_database.py +65 -66
- pulumi_aiven/mysql_user.py +113 -114
- pulumi_aiven/open_search.py +302 -303
- pulumi_aiven/open_search_acl_config.py +69 -70
- pulumi_aiven/open_search_acl_rule.py +86 -87
- pulumi_aiven/opensearch_security_plugin_config.py +79 -80
- pulumi_aiven/opensearch_user.py +78 -79
- pulumi_aiven/organization.py +48 -49
- pulumi_aiven/organization_address.py +150 -151
- pulumi_aiven/organization_application_user.py +77 -78
- pulumi_aiven/organization_application_user_token.py +210 -211
- pulumi_aiven/organization_billing_group.py +183 -184
- pulumi_aiven/organization_group_project.py +58 -59
- pulumi_aiven/organization_permission.py +55 -56
- pulumi_aiven/organization_project.py +118 -119
- pulumi_aiven/organization_user.py +71 -72
- pulumi_aiven/organization_user_group.py +79 -80
- pulumi_aiven/organization_user_group_member.py +64 -65
- pulumi_aiven/organization_vpc.py +88 -89
- pulumi_aiven/organizational_unit.py +62 -63
- pulumi_aiven/outputs.py +14747 -14310
- pulumi_aiven/pg.py +302 -303
- pulumi_aiven/pg_database.py +99 -100
- pulumi_aiven/pg_user.py +113 -114
- pulumi_aiven/project.py +193 -194
- pulumi_aiven/project_user.py +64 -65
- pulumi_aiven/project_vpc.py +61 -62
- pulumi_aiven/provider.py +12 -13
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +302 -303
- pulumi_aiven/redis_user.py +146 -147
- pulumi_aiven/service_integration.py +235 -189
- pulumi_aiven/service_integration_endpoint.py +118 -119
- pulumi_aiven/static_ip.py +71 -72
- pulumi_aiven/thanos.py +302 -303
- pulumi_aiven/transit_gateway_vpc_attachment.py +113 -114
- pulumi_aiven/valkey.py +302 -303
- pulumi_aiven/valkey_user.py +146 -147
- {pulumi_aiven-6.41.0a1752901795.dist-info → pulumi_aiven-6.42.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.42.0.dist-info/RECORD +189 -0
- pulumi_aiven-6.41.0a1752901795.dist-info/RECORD +0 -189
- {pulumi_aiven-6.41.0a1752901795.dist-info → pulumi_aiven-6.42.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.41.0a1752901795.dist-info → pulumi_aiven-6.42.0.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
|
|
@@ -69,63 +68,63 @@ class GetFlinkApplicationVersionResult:
|
|
|
69
68
|
raise TypeError("Expected argument 'version' to be a int")
|
|
70
69
|
pulumi.set(__self__, "version", version)
|
|
71
70
|
|
|
72
|
-
@property
|
|
71
|
+
@_builtins.property
|
|
73
72
|
@pulumi.getter(name="applicationId")
|
|
74
|
-
def application_id(self) ->
|
|
73
|
+
def application_id(self) -> _builtins.str:
|
|
75
74
|
"""
|
|
76
75
|
Application ID.
|
|
77
76
|
"""
|
|
78
77
|
return pulumi.get(self, "application_id")
|
|
79
78
|
|
|
80
|
-
@property
|
|
79
|
+
@_builtins.property
|
|
81
80
|
@pulumi.getter(name="applicationVersionId")
|
|
82
|
-
def application_version_id(self) ->
|
|
81
|
+
def application_version_id(self) -> _builtins.str:
|
|
83
82
|
"""
|
|
84
83
|
Application version ID.
|
|
85
84
|
"""
|
|
86
85
|
return pulumi.get(self, "application_version_id")
|
|
87
86
|
|
|
88
|
-
@property
|
|
87
|
+
@_builtins.property
|
|
89
88
|
@pulumi.getter(name="createdAt")
|
|
90
|
-
def created_at(self) ->
|
|
89
|
+
def created_at(self) -> _builtins.str:
|
|
91
90
|
"""
|
|
92
91
|
Application version creation time.
|
|
93
92
|
"""
|
|
94
93
|
return pulumi.get(self, "created_at")
|
|
95
94
|
|
|
96
|
-
@property
|
|
95
|
+
@_builtins.property
|
|
97
96
|
@pulumi.getter(name="createdBy")
|
|
98
|
-
def created_by(self) ->
|
|
97
|
+
def created_by(self) -> _builtins.str:
|
|
99
98
|
"""
|
|
100
99
|
The user who created the application.
|
|
101
100
|
"""
|
|
102
101
|
return pulumi.get(self, "created_by")
|
|
103
102
|
|
|
104
|
-
@property
|
|
103
|
+
@_builtins.property
|
|
105
104
|
@pulumi.getter
|
|
106
|
-
def id(self) ->
|
|
105
|
+
def id(self) -> _builtins.str:
|
|
107
106
|
"""
|
|
108
107
|
The provider-assigned unique ID for this managed resource.
|
|
109
108
|
"""
|
|
110
109
|
return pulumi.get(self, "id")
|
|
111
110
|
|
|
112
|
-
@property
|
|
111
|
+
@_builtins.property
|
|
113
112
|
@pulumi.getter
|
|
114
|
-
def project(self) ->
|
|
113
|
+
def project(self) -> _builtins.str:
|
|
115
114
|
"""
|
|
116
115
|
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.
|
|
117
116
|
"""
|
|
118
117
|
return pulumi.get(self, "project")
|
|
119
118
|
|
|
120
|
-
@property
|
|
119
|
+
@_builtins.property
|
|
121
120
|
@pulumi.getter(name="serviceName")
|
|
122
|
-
def service_name(self) ->
|
|
121
|
+
def service_name(self) -> _builtins.str:
|
|
123
122
|
"""
|
|
124
123
|
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
125
124
|
"""
|
|
126
125
|
return pulumi.get(self, "service_name")
|
|
127
126
|
|
|
128
|
-
@property
|
|
127
|
+
@_builtins.property
|
|
129
128
|
@pulumi.getter
|
|
130
129
|
def sink(self) -> Sequence['outputs.GetFlinkApplicationVersionSinkResult']:
|
|
131
130
|
"""
|
|
@@ -133,7 +132,7 @@ class GetFlinkApplicationVersionResult:
|
|
|
133
132
|
"""
|
|
134
133
|
return pulumi.get(self, "sink")
|
|
135
134
|
|
|
136
|
-
@property
|
|
135
|
+
@_builtins.property
|
|
137
136
|
@pulumi.getter
|
|
138
137
|
def sinks(self) -> Sequence['outputs.GetFlinkApplicationVersionSinkResult']:
|
|
139
138
|
"""
|
|
@@ -141,7 +140,7 @@ class GetFlinkApplicationVersionResult:
|
|
|
141
140
|
"""
|
|
142
141
|
return pulumi.get(self, "sinks")
|
|
143
142
|
|
|
144
|
-
@property
|
|
143
|
+
@_builtins.property
|
|
145
144
|
@pulumi.getter
|
|
146
145
|
def source(self) -> Sequence['outputs.GetFlinkApplicationVersionSourceResult']:
|
|
147
146
|
"""
|
|
@@ -149,7 +148,7 @@ class GetFlinkApplicationVersionResult:
|
|
|
149
148
|
"""
|
|
150
149
|
return pulumi.get(self, "source")
|
|
151
150
|
|
|
152
|
-
@property
|
|
151
|
+
@_builtins.property
|
|
153
152
|
@pulumi.getter
|
|
154
153
|
def sources(self) -> Sequence['outputs.GetFlinkApplicationVersionSourceResult']:
|
|
155
154
|
"""
|
|
@@ -157,17 +156,17 @@ class GetFlinkApplicationVersionResult:
|
|
|
157
156
|
"""
|
|
158
157
|
return pulumi.get(self, "sources")
|
|
159
158
|
|
|
160
|
-
@property
|
|
159
|
+
@_builtins.property
|
|
161
160
|
@pulumi.getter
|
|
162
|
-
def statement(self) ->
|
|
161
|
+
def statement(self) -> _builtins.str:
|
|
163
162
|
"""
|
|
164
163
|
Job SQL statement.
|
|
165
164
|
"""
|
|
166
165
|
return pulumi.get(self, "statement")
|
|
167
166
|
|
|
168
|
-
@property
|
|
167
|
+
@_builtins.property
|
|
169
168
|
@pulumi.getter
|
|
170
|
-
def version(self) ->
|
|
169
|
+
def version(self) -> _builtins.int:
|
|
171
170
|
"""
|
|
172
171
|
Application version number.
|
|
173
172
|
"""
|
|
@@ -195,10 +194,10 @@ class AwaitableGetFlinkApplicationVersionResult(GetFlinkApplicationVersionResult
|
|
|
195
194
|
version=self.version)
|
|
196
195
|
|
|
197
196
|
|
|
198
|
-
def get_flink_application_version(application_id: Optional[
|
|
199
|
-
application_version_id: Optional[
|
|
200
|
-
project: Optional[
|
|
201
|
-
service_name: Optional[
|
|
197
|
+
def get_flink_application_version(application_id: Optional[_builtins.str] = None,
|
|
198
|
+
application_version_id: Optional[_builtins.str] = None,
|
|
199
|
+
project: Optional[_builtins.str] = None,
|
|
200
|
+
service_name: Optional[_builtins.str] = None,
|
|
202
201
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFlinkApplicationVersionResult:
|
|
203
202
|
"""
|
|
204
203
|
Gets information about an Aiven for Apache Flink® application version.
|
|
@@ -216,10 +215,10 @@ def get_flink_application_version(application_id: Optional[builtins.str] = None,
|
|
|
216
215
|
```
|
|
217
216
|
|
|
218
217
|
|
|
219
|
-
:param
|
|
220
|
-
:param
|
|
221
|
-
:param
|
|
222
|
-
:param
|
|
218
|
+
:param _builtins.str application_id: Application ID.
|
|
219
|
+
:param _builtins.str application_version_id: Application version ID.
|
|
220
|
+
:param _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.
|
|
221
|
+
:param _builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
223
222
|
"""
|
|
224
223
|
__args__ = dict()
|
|
225
224
|
__args__['applicationId'] = application_id
|
|
@@ -243,10 +242,10 @@ def get_flink_application_version(application_id: Optional[builtins.str] = None,
|
|
|
243
242
|
sources=pulumi.get(__ret__, 'sources'),
|
|
244
243
|
statement=pulumi.get(__ret__, 'statement'),
|
|
245
244
|
version=pulumi.get(__ret__, 'version'))
|
|
246
|
-
def get_flink_application_version_output(application_id: Optional[pulumi.Input[
|
|
247
|
-
application_version_id: Optional[pulumi.Input[
|
|
248
|
-
project: Optional[pulumi.Input[
|
|
249
|
-
service_name: Optional[pulumi.Input[
|
|
245
|
+
def get_flink_application_version_output(application_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
246
|
+
application_version_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
247
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
248
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
250
249
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFlinkApplicationVersionResult]:
|
|
251
250
|
"""
|
|
252
251
|
Gets information about an Aiven for Apache Flink® application version.
|
|
@@ -264,10 +263,10 @@ def get_flink_application_version_output(application_id: Optional[pulumi.Input[b
|
|
|
264
263
|
```
|
|
265
264
|
|
|
266
265
|
|
|
267
|
-
:param
|
|
268
|
-
:param
|
|
269
|
-
:param
|
|
270
|
-
:param
|
|
266
|
+
:param _builtins.str application_id: Application ID.
|
|
267
|
+
:param _builtins.str application_version_id: Application version ID.
|
|
268
|
+
:param _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 _builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
271
270
|
"""
|
|
272
271
|
__args__ = dict()
|
|
273
272
|
__args__['applicationId'] = application_id
|
|
@@ -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
|
|
@@ -50,57 +49,57 @@ class GetGcpOrgVpcPeeringConnectionResult:
|
|
|
50
49
|
raise TypeError("Expected argument 'state' to be a str")
|
|
51
50
|
pulumi.set(__self__, "state", state)
|
|
52
51
|
|
|
53
|
-
@property
|
|
52
|
+
@_builtins.property
|
|
54
53
|
@pulumi.getter(name="gcpProjectId")
|
|
55
|
-
def gcp_project_id(self) ->
|
|
54
|
+
def gcp_project_id(self) -> _builtins.str:
|
|
56
55
|
"""
|
|
57
56
|
Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
58
57
|
"""
|
|
59
58
|
return pulumi.get(self, "gcp_project_id")
|
|
60
59
|
|
|
61
|
-
@property
|
|
60
|
+
@_builtins.property
|
|
62
61
|
@pulumi.getter
|
|
63
|
-
def id(self) ->
|
|
62
|
+
def id(self) -> _builtins.str:
|
|
64
63
|
"""
|
|
65
64
|
The provider-assigned unique ID for this managed resource.
|
|
66
65
|
"""
|
|
67
66
|
return pulumi.get(self, "id")
|
|
68
67
|
|
|
69
|
-
@property
|
|
68
|
+
@_builtins.property
|
|
70
69
|
@pulumi.getter(name="organizationId")
|
|
71
|
-
def organization_id(self) ->
|
|
70
|
+
def organization_id(self) -> _builtins.str:
|
|
72
71
|
"""
|
|
73
72
|
Identifier of the organization.
|
|
74
73
|
"""
|
|
75
74
|
return pulumi.get(self, "organization_id")
|
|
76
75
|
|
|
77
|
-
@property
|
|
76
|
+
@_builtins.property
|
|
78
77
|
@pulumi.getter(name="organizationVpcId")
|
|
79
|
-
def organization_vpc_id(self) ->
|
|
78
|
+
def organization_vpc_id(self) -> _builtins.str:
|
|
80
79
|
"""
|
|
81
80
|
Identifier of the organization VPC.
|
|
82
81
|
"""
|
|
83
82
|
return pulumi.get(self, "organization_vpc_id")
|
|
84
83
|
|
|
85
|
-
@property
|
|
84
|
+
@_builtins.property
|
|
86
85
|
@pulumi.getter(name="peerVpc")
|
|
87
|
-
def peer_vpc(self) ->
|
|
86
|
+
def peer_vpc(self) -> _builtins.str:
|
|
88
87
|
"""
|
|
89
88
|
Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
90
89
|
"""
|
|
91
90
|
return pulumi.get(self, "peer_vpc")
|
|
92
91
|
|
|
93
|
-
@property
|
|
92
|
+
@_builtins.property
|
|
94
93
|
@pulumi.getter(name="selfLink")
|
|
95
|
-
def self_link(self) ->
|
|
94
|
+
def self_link(self) -> _builtins.str:
|
|
96
95
|
"""
|
|
97
96
|
Computed Google Cloud network peering link.
|
|
98
97
|
"""
|
|
99
98
|
return pulumi.get(self, "self_link")
|
|
100
99
|
|
|
101
|
-
@property
|
|
100
|
+
@_builtins.property
|
|
102
101
|
@pulumi.getter
|
|
103
|
-
def state(self) ->
|
|
102
|
+
def state(self) -> _builtins.str:
|
|
104
103
|
"""
|
|
105
104
|
State of the peering connection.
|
|
106
105
|
"""
|
|
@@ -122,10 +121,10 @@ class AwaitableGetGcpOrgVpcPeeringConnectionResult(GetGcpOrgVpcPeeringConnection
|
|
|
122
121
|
state=self.state)
|
|
123
122
|
|
|
124
123
|
|
|
125
|
-
def get_gcp_org_vpc_peering_connection(gcp_project_id: Optional[
|
|
126
|
-
organization_id: Optional[
|
|
127
|
-
organization_vpc_id: Optional[
|
|
128
|
-
peer_vpc: Optional[
|
|
124
|
+
def get_gcp_org_vpc_peering_connection(gcp_project_id: Optional[_builtins.str] = None,
|
|
125
|
+
organization_id: Optional[_builtins.str] = None,
|
|
126
|
+
organization_vpc_id: Optional[_builtins.str] = None,
|
|
127
|
+
peer_vpc: Optional[_builtins.str] = None,
|
|
129
128
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGcpOrgVpcPeeringConnectionResult:
|
|
130
129
|
"""
|
|
131
130
|
The GCP VPC Peering Connection data source provides information about the existing Aiven VPC Peering Connection.
|
|
@@ -134,10 +133,10 @@ def get_gcp_org_vpc_peering_connection(gcp_project_id: Optional[builtins.str] =
|
|
|
134
133
|
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
135
134
|
|
|
136
135
|
|
|
137
|
-
:param
|
|
138
|
-
:param
|
|
139
|
-
:param
|
|
140
|
-
:param
|
|
136
|
+
:param _builtins.str gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
137
|
+
:param _builtins.str organization_id: Identifier of the organization.
|
|
138
|
+
:param _builtins.str organization_vpc_id: Identifier of the organization VPC.
|
|
139
|
+
:param _builtins.str peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
141
140
|
"""
|
|
142
141
|
__args__ = dict()
|
|
143
142
|
__args__['gcpProjectId'] = gcp_project_id
|
|
@@ -155,10 +154,10 @@ def get_gcp_org_vpc_peering_connection(gcp_project_id: Optional[builtins.str] =
|
|
|
155
154
|
peer_vpc=pulumi.get(__ret__, 'peer_vpc'),
|
|
156
155
|
self_link=pulumi.get(__ret__, 'self_link'),
|
|
157
156
|
state=pulumi.get(__ret__, 'state'))
|
|
158
|
-
def get_gcp_org_vpc_peering_connection_output(gcp_project_id: Optional[pulumi.Input[
|
|
159
|
-
organization_id: Optional[pulumi.Input[
|
|
160
|
-
organization_vpc_id: Optional[pulumi.Input[
|
|
161
|
-
peer_vpc: Optional[pulumi.Input[
|
|
157
|
+
def get_gcp_org_vpc_peering_connection_output(gcp_project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
158
|
+
organization_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
159
|
+
organization_vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
160
|
+
peer_vpc: Optional[pulumi.Input[_builtins.str]] = None,
|
|
162
161
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGcpOrgVpcPeeringConnectionResult]:
|
|
163
162
|
"""
|
|
164
163
|
The GCP VPC Peering Connection data source provides information about the existing Aiven VPC Peering Connection.
|
|
@@ -167,10 +166,10 @@ def get_gcp_org_vpc_peering_connection_output(gcp_project_id: Optional[pulumi.In
|
|
|
167
166
|
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
168
167
|
|
|
169
168
|
|
|
170
|
-
:param
|
|
171
|
-
:param
|
|
172
|
-
:param
|
|
173
|
-
:param
|
|
169
|
+
:param _builtins.str gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
170
|
+
:param _builtins.str organization_id: Identifier of the organization.
|
|
171
|
+
:param _builtins.str organization_vpc_id: Identifier of the organization VPC.
|
|
172
|
+
:param _builtins.str peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
174
173
|
"""
|
|
175
174
|
__args__ = dict()
|
|
176
175
|
__args__['gcpProjectId'] = gcp_project_id
|
|
@@ -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
|
|
@@ -47,49 +46,49 @@ class GetGcpPrivatelinkResult:
|
|
|
47
46
|
raise TypeError("Expected argument 'state' to be a str")
|
|
48
47
|
pulumi.set(__self__, "state", state)
|
|
49
48
|
|
|
50
|
-
@property
|
|
49
|
+
@_builtins.property
|
|
51
50
|
@pulumi.getter(name="googleServiceAttachment")
|
|
52
|
-
def google_service_attachment(self) ->
|
|
51
|
+
def google_service_attachment(self) -> _builtins.str:
|
|
53
52
|
"""
|
|
54
53
|
Google Private Service Connect service attachment.
|
|
55
54
|
"""
|
|
56
55
|
return pulumi.get(self, "google_service_attachment")
|
|
57
56
|
|
|
58
|
-
@property
|
|
57
|
+
@_builtins.property
|
|
59
58
|
@pulumi.getter
|
|
60
|
-
def id(self) ->
|
|
59
|
+
def id(self) -> _builtins.str:
|
|
61
60
|
"""
|
|
62
61
|
The provider-assigned unique ID for this managed resource.
|
|
63
62
|
"""
|
|
64
63
|
return pulumi.get(self, "id")
|
|
65
64
|
|
|
66
|
-
@property
|
|
65
|
+
@_builtins.property
|
|
67
66
|
@pulumi.getter
|
|
68
|
-
def message(self) ->
|
|
67
|
+
def message(self) -> _builtins.str:
|
|
69
68
|
"""
|
|
70
69
|
Printable result of the Google Cloud Private Service Connect request.
|
|
71
70
|
"""
|
|
72
71
|
return pulumi.get(self, "message")
|
|
73
72
|
|
|
74
|
-
@property
|
|
73
|
+
@_builtins.property
|
|
75
74
|
@pulumi.getter
|
|
76
|
-
def project(self) ->
|
|
75
|
+
def project(self) -> _builtins.str:
|
|
77
76
|
"""
|
|
78
77
|
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.
|
|
79
78
|
"""
|
|
80
79
|
return pulumi.get(self, "project")
|
|
81
80
|
|
|
82
|
-
@property
|
|
81
|
+
@_builtins.property
|
|
83
82
|
@pulumi.getter(name="serviceName")
|
|
84
|
-
def service_name(self) ->
|
|
83
|
+
def service_name(self) -> _builtins.str:
|
|
85
84
|
"""
|
|
86
85
|
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
87
86
|
"""
|
|
88
87
|
return pulumi.get(self, "service_name")
|
|
89
88
|
|
|
90
|
-
@property
|
|
89
|
+
@_builtins.property
|
|
91
90
|
@pulumi.getter
|
|
92
|
-
def state(self) ->
|
|
91
|
+
def state(self) -> _builtins.str:
|
|
93
92
|
"""
|
|
94
93
|
The state of the Private Service Connect resource.
|
|
95
94
|
"""
|
|
@@ -110,8 +109,8 @@ class AwaitableGetGcpPrivatelinkResult(GetGcpPrivatelinkResult):
|
|
|
110
109
|
state=self.state)
|
|
111
110
|
|
|
112
111
|
|
|
113
|
-
def get_gcp_privatelink(project: Optional[
|
|
114
|
-
service_name: Optional[
|
|
112
|
+
def get_gcp_privatelink(project: Optional[_builtins.str] = None,
|
|
113
|
+
service_name: Optional[_builtins.str] = None,
|
|
115
114
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGcpPrivatelinkResult:
|
|
116
115
|
"""
|
|
117
116
|
Gets information about a Google Private Service Connect connection for an Aiven service.
|
|
@@ -127,8 +126,8 @@ def get_gcp_privatelink(project: Optional[builtins.str] = None,
|
|
|
127
126
|
```
|
|
128
127
|
|
|
129
128
|
|
|
130
|
-
:param
|
|
131
|
-
:param
|
|
129
|
+
:param _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.
|
|
130
|
+
:param _builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
132
131
|
"""
|
|
133
132
|
__args__ = dict()
|
|
134
133
|
__args__['project'] = project
|
|
@@ -143,8 +142,8 @@ def get_gcp_privatelink(project: Optional[builtins.str] = None,
|
|
|
143
142
|
project=pulumi.get(__ret__, 'project'),
|
|
144
143
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
145
144
|
state=pulumi.get(__ret__, 'state'))
|
|
146
|
-
def get_gcp_privatelink_output(project: Optional[pulumi.Input[
|
|
147
|
-
service_name: Optional[pulumi.Input[
|
|
145
|
+
def get_gcp_privatelink_output(project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
146
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
148
147
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGcpPrivatelinkResult]:
|
|
149
148
|
"""
|
|
150
149
|
Gets information about a Google Private Service Connect connection for an Aiven service.
|
|
@@ -160,8 +159,8 @@ def get_gcp_privatelink_output(project: Optional[pulumi.Input[builtins.str]] = N
|
|
|
160
159
|
```
|
|
161
160
|
|
|
162
161
|
|
|
163
|
-
:param
|
|
164
|
-
:param
|
|
162
|
+
:param _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.
|
|
163
|
+
:param _builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
165
164
|
"""
|
|
166
165
|
__args__ = dict()
|
|
167
166
|
__args__['project'] = project
|
|
@@ -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
|
|
@@ -50,57 +49,57 @@ class GetGcpVpcPeeringConnectionResult:
|
|
|
50
49
|
raise TypeError("Expected argument 'vpc_id' to be a str")
|
|
51
50
|
pulumi.set(__self__, "vpc_id", vpc_id)
|
|
52
51
|
|
|
53
|
-
@property
|
|
52
|
+
@_builtins.property
|
|
54
53
|
@pulumi.getter(name="gcpProjectId")
|
|
55
|
-
def gcp_project_id(self) ->
|
|
54
|
+
def gcp_project_id(self) -> _builtins.str:
|
|
56
55
|
"""
|
|
57
56
|
Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
58
57
|
"""
|
|
59
58
|
return pulumi.get(self, "gcp_project_id")
|
|
60
59
|
|
|
61
|
-
@property
|
|
60
|
+
@_builtins.property
|
|
62
61
|
@pulumi.getter
|
|
63
|
-
def id(self) ->
|
|
62
|
+
def id(self) -> _builtins.str:
|
|
64
63
|
"""
|
|
65
64
|
The provider-assigned unique ID for this managed resource.
|
|
66
65
|
"""
|
|
67
66
|
return pulumi.get(self, "id")
|
|
68
67
|
|
|
69
|
-
@property
|
|
68
|
+
@_builtins.property
|
|
70
69
|
@pulumi.getter(name="peerVpc")
|
|
71
|
-
def peer_vpc(self) ->
|
|
70
|
+
def peer_vpc(self) -> _builtins.str:
|
|
72
71
|
"""
|
|
73
72
|
Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
74
73
|
"""
|
|
75
74
|
return pulumi.get(self, "peer_vpc")
|
|
76
75
|
|
|
77
|
-
@property
|
|
76
|
+
@_builtins.property
|
|
78
77
|
@pulumi.getter(name="selfLink")
|
|
79
|
-
def self_link(self) ->
|
|
78
|
+
def self_link(self) -> _builtins.str:
|
|
80
79
|
"""
|
|
81
80
|
Computed Google Cloud network peering link.
|
|
82
81
|
"""
|
|
83
82
|
return pulumi.get(self, "self_link")
|
|
84
83
|
|
|
85
|
-
@property
|
|
84
|
+
@_builtins.property
|
|
86
85
|
@pulumi.getter
|
|
87
|
-
def state(self) ->
|
|
86
|
+
def state(self) -> _builtins.str:
|
|
88
87
|
"""
|
|
89
88
|
State of the peering connection.
|
|
90
89
|
"""
|
|
91
90
|
return pulumi.get(self, "state")
|
|
92
91
|
|
|
93
|
-
@property
|
|
92
|
+
@_builtins.property
|
|
94
93
|
@pulumi.getter(name="stateInfo")
|
|
95
|
-
def state_info(self) -> Mapping[str,
|
|
94
|
+
def state_info(self) -> Mapping[str, _builtins.str]:
|
|
96
95
|
"""
|
|
97
96
|
State-specific help or error information.
|
|
98
97
|
"""
|
|
99
98
|
return pulumi.get(self, "state_info")
|
|
100
99
|
|
|
101
|
-
@property
|
|
100
|
+
@_builtins.property
|
|
102
101
|
@pulumi.getter(name="vpcId")
|
|
103
|
-
def vpc_id(self) ->
|
|
102
|
+
def vpc_id(self) -> _builtins.str:
|
|
104
103
|
"""
|
|
105
104
|
The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
|
|
106
105
|
"""
|
|
@@ -122,9 +121,9 @@ class AwaitableGetGcpVpcPeeringConnectionResult(GetGcpVpcPeeringConnectionResult
|
|
|
122
121
|
vpc_id=self.vpc_id)
|
|
123
122
|
|
|
124
123
|
|
|
125
|
-
def get_gcp_vpc_peering_connection(gcp_project_id: Optional[
|
|
126
|
-
peer_vpc: Optional[
|
|
127
|
-
vpc_id: Optional[
|
|
124
|
+
def get_gcp_vpc_peering_connection(gcp_project_id: Optional[_builtins.str] = None,
|
|
125
|
+
peer_vpc: Optional[_builtins.str] = None,
|
|
126
|
+
vpc_id: Optional[_builtins.str] = None,
|
|
128
127
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGcpVpcPeeringConnectionResult:
|
|
129
128
|
"""
|
|
130
129
|
The GCP VPC Peering Connection data source provides information about the existing Aiven VPC Peering Connection.
|
|
@@ -141,9 +140,9 @@ def get_gcp_vpc_peering_connection(gcp_project_id: Optional[builtins.str] = None
|
|
|
141
140
|
```
|
|
142
141
|
|
|
143
142
|
|
|
144
|
-
:param
|
|
145
|
-
:param
|
|
146
|
-
:param
|
|
143
|
+
:param _builtins.str gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
144
|
+
:param _builtins.str peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
145
|
+
:param _builtins.str vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
|
|
147
146
|
"""
|
|
148
147
|
__args__ = dict()
|
|
149
148
|
__args__['gcpProjectId'] = gcp_project_id
|
|
@@ -160,9 +159,9 @@ def get_gcp_vpc_peering_connection(gcp_project_id: Optional[builtins.str] = None
|
|
|
160
159
|
state=pulumi.get(__ret__, 'state'),
|
|
161
160
|
state_info=pulumi.get(__ret__, 'state_info'),
|
|
162
161
|
vpc_id=pulumi.get(__ret__, 'vpc_id'))
|
|
163
|
-
def get_gcp_vpc_peering_connection_output(gcp_project_id: Optional[pulumi.Input[
|
|
164
|
-
peer_vpc: Optional[pulumi.Input[
|
|
165
|
-
vpc_id: Optional[pulumi.Input[
|
|
162
|
+
def get_gcp_vpc_peering_connection_output(gcp_project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
163
|
+
peer_vpc: Optional[pulumi.Input[_builtins.str]] = None,
|
|
164
|
+
vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
166
165
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGcpVpcPeeringConnectionResult]:
|
|
167
166
|
"""
|
|
168
167
|
The GCP VPC Peering Connection data source provides information about the existing Aiven VPC Peering Connection.
|
|
@@ -179,9 +178,9 @@ def get_gcp_vpc_peering_connection_output(gcp_project_id: Optional[pulumi.Input[
|
|
|
179
178
|
```
|
|
180
179
|
|
|
181
180
|
|
|
182
|
-
:param
|
|
183
|
-
:param
|
|
184
|
-
:param
|
|
181
|
+
:param _builtins.str gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
182
|
+
:param _builtins.str peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
183
|
+
:param _builtins.str vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
|
|
185
184
|
"""
|
|
186
185
|
__args__ = dict()
|
|
187
186
|
__args__['gcpProjectId'] = gcp_project_id
|