pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.13.0a1711361534__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 +28 -0
- pulumi_aiven/_inputs.py +2479 -932
- pulumi_aiven/account.py +6 -2
- pulumi_aiven/account_authentication.py +6 -2
- pulumi_aiven/account_team_member.py +21 -21
- pulumi_aiven/aws_privatelink.py +39 -39
- pulumi_aiven/aws_vpc_peering_connection.py +62 -52
- pulumi_aiven/azure_privatelink.py +49 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +76 -68
- pulumi_aiven/cassandra.py +7 -7
- pulumi_aiven/cassandra_user.py +21 -21
- pulumi_aiven/clickhouse.py +7 -7
- pulumi_aiven/clickhouse_database.py +21 -21
- pulumi_aiven/clickhouse_grant.py +42 -42
- pulumi_aiven/clickhouse_role.py +21 -21
- pulumi_aiven/clickhouse_user.py +21 -21
- pulumi_aiven/connection_pool.py +28 -28
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +7 -7
- pulumi_aiven/flink_application.py +14 -14
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +35 -35
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +15 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -23
- pulumi_aiven/get_azure_privatelink.py +17 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +3 -3
- pulumi_aiven/get_cassandra.py +3 -3
- pulumi_aiven/get_cassandra_user.py +9 -9
- pulumi_aiven/get_clickhouse.py +3 -3
- pulumi_aiven/get_clickhouse_database.py +9 -9
- pulumi_aiven/get_clickhouse_user.py +9 -9
- pulumi_aiven/get_connection_pool.py +10 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +3 -3
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -18
- pulumi_aiven/get_grafana.py +3 -3
- pulumi_aiven/get_kafka.py +3 -3
- pulumi_aiven/get_kafka_acl.py +15 -15
- pulumi_aiven/get_kafka_connect.py +3 -3
- pulumi_aiven/get_kafka_connector.py +9 -9
- pulumi_aiven/get_kafka_mirror_maker.py +3 -3
- pulumi_aiven/get_kafka_schema.py +9 -9
- pulumi_aiven/get_kafka_schema_configuration.py +7 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +9 -9
- pulumi_aiven/get_kafka_user.py +9 -9
- pulumi_aiven/get_m3_aggregator.py +3 -3
- pulumi_aiven/get_m3_db.py +3 -3
- pulumi_aiven/get_m3db_user.py +9 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +3 -3
- pulumi_aiven/get_mysql_database.py +9 -9
- pulumi_aiven/get_mysql_user.py +9 -9
- pulumi_aiven/get_open_search.py +3 -3
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +12 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +9 -9
- pulumi_aiven/get_organization.py +8 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +3 -3
- pulumi_aiven/get_pg_database.py +11 -11
- pulumi_aiven/get_pg_user.py +9 -9
- pulumi_aiven/get_project_user.py +6 -6
- pulumi_aiven/get_project_vpc.py +11 -13
- pulumi_aiven/get_redis.py +3 -3
- pulumi_aiven/get_redis_user.py +13 -13
- pulumi_aiven/get_service_integration.py +56 -4
- pulumi_aiven/get_service_integration_endpoint.py +1 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +9 -9
- pulumi_aiven/grafana.py +7 -7
- pulumi_aiven/influx_db.py +7 -7
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +28 -28
- pulumi_aiven/kafka.py +7 -7
- pulumi_aiven/kafka_acl.py +35 -35
- pulumi_aiven/kafka_connect.py +7 -7
- pulumi_aiven/kafka_connector.py +21 -21
- pulumi_aiven/kafka_mirror_maker.py +7 -7
- pulumi_aiven/kafka_schema.py +47 -43
- pulumi_aiven/kafka_schema_configuration.py +14 -14
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +21 -21
- pulumi_aiven/kafka_user.py +21 -21
- pulumi_aiven/m3_aggregator.py +7 -7
- pulumi_aiven/m3_db.py +7 -7
- pulumi_aiven/m3db_user.py +21 -21
- pulumi_aiven/mirror_maker_replication_flow.py +50 -48
- pulumi_aiven/my_sql.py +7 -7
- pulumi_aiven/mysql_database.py +21 -21
- pulumi_aiven/mysql_user.py +21 -21
- pulumi_aiven/open_search.py +7 -7
- pulumi_aiven/open_search_acl_config.py +14 -14
- pulumi_aiven/open_search_acl_rule.py +28 -28
- pulumi_aiven/opensearch_security_plugin_config.py +66 -14
- pulumi_aiven/opensearch_user.py +21 -21
- pulumi_aiven/organization.py +10 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +16 -16
- pulumi_aiven/organization_user_group.py +61 -23
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +32 -32
- pulumi_aiven/outputs.py +2989 -467
- pulumi_aiven/pg.py +7 -7
- pulumi_aiven/pg_database.py +35 -35
- pulumi_aiven/pg_user.py +21 -21
- pulumi_aiven/project.py +26 -0
- pulumi_aiven/project_user.py +14 -14
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +7 -7
- pulumi_aiven/redis_user.py +49 -49
- pulumi_aiven/service_integration.py +195 -7
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +21 -21
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/top_level.txt +0 -0
|
@@ -20,10 +20,10 @@ class GcpPrivatelinkConnectionApprovalArgs:
|
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a GcpPrivatelinkConnectionApproval resource.
|
|
22
22
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
23
|
-
reference.
|
|
23
|
+
reference. Changing this property forces recreation of the resource.
|
|
24
24
|
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
25
|
-
variable as a reference.
|
|
26
|
-
:param pulumi.Input[str] user_ip_address:
|
|
25
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
26
|
+
:param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
|
|
27
27
|
"""
|
|
28
28
|
pulumi.set(__self__, "project", project)
|
|
29
29
|
pulumi.set(__self__, "service_name", service_name)
|
|
@@ -34,7 +34,7 @@ class GcpPrivatelinkConnectionApprovalArgs:
|
|
|
34
34
|
def project(self) -> pulumi.Input[str]:
|
|
35
35
|
"""
|
|
36
36
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
37
|
-
reference.
|
|
37
|
+
reference. Changing this property forces recreation of the resource.
|
|
38
38
|
"""
|
|
39
39
|
return pulumi.get(self, "project")
|
|
40
40
|
|
|
@@ -47,7 +47,7 @@ class GcpPrivatelinkConnectionApprovalArgs:
|
|
|
47
47
|
def service_name(self) -> pulumi.Input[str]:
|
|
48
48
|
"""
|
|
49
49
|
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
50
|
-
variable as a reference.
|
|
50
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
51
51
|
"""
|
|
52
52
|
return pulumi.get(self, "service_name")
|
|
53
53
|
|
|
@@ -59,7 +59,7 @@ class GcpPrivatelinkConnectionApprovalArgs:
|
|
|
59
59
|
@pulumi.getter(name="userIpAddress")
|
|
60
60
|
def user_ip_address(self) -> pulumi.Input[str]:
|
|
61
61
|
"""
|
|
62
|
-
|
|
62
|
+
The Private Service Connect connection user IP address.
|
|
63
63
|
"""
|
|
64
64
|
return pulumi.get(self, "user_ip_address")
|
|
65
65
|
|
|
@@ -79,14 +79,14 @@ class _GcpPrivatelinkConnectionApprovalState:
|
|
|
79
79
|
user_ip_address: Optional[pulumi.Input[str]] = None):
|
|
80
80
|
"""
|
|
81
81
|
Input properties used for looking up and filtering GcpPrivatelinkConnectionApproval resources.
|
|
82
|
-
:param pulumi.Input[str] privatelink_connection_id:
|
|
82
|
+
:param pulumi.Input[str] privatelink_connection_id: Aiven internal ID for the private link connection.
|
|
83
83
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
84
|
-
reference.
|
|
85
|
-
:param pulumi.Input[str] psc_connection_id:
|
|
84
|
+
reference. Changing this property forces recreation of the resource.
|
|
85
|
+
:param pulumi.Input[str] psc_connection_id: The Google Private Service Connect connection ID.
|
|
86
86
|
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
87
|
-
variable as a reference.
|
|
88
|
-
:param pulumi.Input[str] state:
|
|
89
|
-
:param pulumi.Input[str] user_ip_address:
|
|
87
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
88
|
+
:param pulumi.Input[str] state: The state of the connection.
|
|
89
|
+
:param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
|
|
90
90
|
"""
|
|
91
91
|
if privatelink_connection_id is not None:
|
|
92
92
|
pulumi.set(__self__, "privatelink_connection_id", privatelink_connection_id)
|
|
@@ -105,7 +105,7 @@ class _GcpPrivatelinkConnectionApprovalState:
|
|
|
105
105
|
@pulumi.getter(name="privatelinkConnectionId")
|
|
106
106
|
def privatelink_connection_id(self) -> Optional[pulumi.Input[str]]:
|
|
107
107
|
"""
|
|
108
|
-
|
|
108
|
+
Aiven internal ID for the private link connection.
|
|
109
109
|
"""
|
|
110
110
|
return pulumi.get(self, "privatelink_connection_id")
|
|
111
111
|
|
|
@@ -118,7 +118,7 @@ class _GcpPrivatelinkConnectionApprovalState:
|
|
|
118
118
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
119
119
|
"""
|
|
120
120
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
121
|
-
reference.
|
|
121
|
+
reference. Changing this property forces recreation of the resource.
|
|
122
122
|
"""
|
|
123
123
|
return pulumi.get(self, "project")
|
|
124
124
|
|
|
@@ -130,7 +130,7 @@ class _GcpPrivatelinkConnectionApprovalState:
|
|
|
130
130
|
@pulumi.getter(name="pscConnectionId")
|
|
131
131
|
def psc_connection_id(self) -> Optional[pulumi.Input[str]]:
|
|
132
132
|
"""
|
|
133
|
-
|
|
133
|
+
The Google Private Service Connect connection ID.
|
|
134
134
|
"""
|
|
135
135
|
return pulumi.get(self, "psc_connection_id")
|
|
136
136
|
|
|
@@ -143,7 +143,7 @@ class _GcpPrivatelinkConnectionApprovalState:
|
|
|
143
143
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
144
144
|
"""
|
|
145
145
|
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
146
|
-
variable as a reference.
|
|
146
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
147
147
|
"""
|
|
148
148
|
return pulumi.get(self, "service_name")
|
|
149
149
|
|
|
@@ -155,7 +155,7 @@ class _GcpPrivatelinkConnectionApprovalState:
|
|
|
155
155
|
@pulumi.getter
|
|
156
156
|
def state(self) -> Optional[pulumi.Input[str]]:
|
|
157
157
|
"""
|
|
158
|
-
|
|
158
|
+
The state of the connection.
|
|
159
159
|
"""
|
|
160
160
|
return pulumi.get(self, "state")
|
|
161
161
|
|
|
@@ -167,7 +167,7 @@ class _GcpPrivatelinkConnectionApprovalState:
|
|
|
167
167
|
@pulumi.getter(name="userIpAddress")
|
|
168
168
|
def user_ip_address(self) -> Optional[pulumi.Input[str]]:
|
|
169
169
|
"""
|
|
170
|
-
|
|
170
|
+
The Private Service Connect connection user IP address.
|
|
171
171
|
"""
|
|
172
172
|
return pulumi.get(self, "user_ip_address")
|
|
173
173
|
|
|
@@ -190,10 +190,10 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
190
190
|
:param str resource_name: The name of the resource.
|
|
191
191
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
192
192
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
193
|
-
reference.
|
|
193
|
+
reference. Changing this property forces recreation of the resource.
|
|
194
194
|
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
195
|
-
variable as a reference.
|
|
196
|
-
:param pulumi.Input[str] user_ip_address:
|
|
195
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
196
|
+
:param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
|
|
197
197
|
"""
|
|
198
198
|
...
|
|
199
199
|
@overload
|
|
@@ -265,14 +265,14 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
265
265
|
:param str resource_name: The unique name of the resulting resource.
|
|
266
266
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
267
267
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
268
|
-
:param pulumi.Input[str] privatelink_connection_id:
|
|
268
|
+
:param pulumi.Input[str] privatelink_connection_id: Aiven internal ID for the private link connection.
|
|
269
269
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
270
|
-
reference.
|
|
271
|
-
:param pulumi.Input[str] psc_connection_id:
|
|
270
|
+
reference. Changing this property forces recreation of the resource.
|
|
271
|
+
:param pulumi.Input[str] psc_connection_id: The Google Private Service Connect connection ID.
|
|
272
272
|
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
273
|
-
variable as a reference.
|
|
274
|
-
:param pulumi.Input[str] state:
|
|
275
|
-
:param pulumi.Input[str] user_ip_address:
|
|
273
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
274
|
+
:param pulumi.Input[str] state: The state of the connection.
|
|
275
|
+
:param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
|
|
276
276
|
"""
|
|
277
277
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
278
278
|
|
|
@@ -290,7 +290,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
290
290
|
@pulumi.getter(name="privatelinkConnectionId")
|
|
291
291
|
def privatelink_connection_id(self) -> pulumi.Output[str]:
|
|
292
292
|
"""
|
|
293
|
-
|
|
293
|
+
Aiven internal ID for the private link connection.
|
|
294
294
|
"""
|
|
295
295
|
return pulumi.get(self, "privatelink_connection_id")
|
|
296
296
|
|
|
@@ -299,7 +299,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
299
299
|
def project(self) -> pulumi.Output[str]:
|
|
300
300
|
"""
|
|
301
301
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
302
|
-
reference.
|
|
302
|
+
reference. Changing this property forces recreation of the resource.
|
|
303
303
|
"""
|
|
304
304
|
return pulumi.get(self, "project")
|
|
305
305
|
|
|
@@ -307,7 +307,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
307
307
|
@pulumi.getter(name="pscConnectionId")
|
|
308
308
|
def psc_connection_id(self) -> pulumi.Output[str]:
|
|
309
309
|
"""
|
|
310
|
-
|
|
310
|
+
The Google Private Service Connect connection ID.
|
|
311
311
|
"""
|
|
312
312
|
return pulumi.get(self, "psc_connection_id")
|
|
313
313
|
|
|
@@ -316,7 +316,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
316
316
|
def service_name(self) -> pulumi.Output[str]:
|
|
317
317
|
"""
|
|
318
318
|
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
319
|
-
variable as a reference.
|
|
319
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
320
320
|
"""
|
|
321
321
|
return pulumi.get(self, "service_name")
|
|
322
322
|
|
|
@@ -324,7 +324,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
324
324
|
@pulumi.getter
|
|
325
325
|
def state(self) -> pulumi.Output[str]:
|
|
326
326
|
"""
|
|
327
|
-
|
|
327
|
+
The state of the connection.
|
|
328
328
|
"""
|
|
329
329
|
return pulumi.get(self, "state")
|
|
330
330
|
|
|
@@ -332,7 +332,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
332
332
|
@pulumi.getter(name="userIpAddress")
|
|
333
333
|
def user_ip_address(self) -> pulumi.Output[str]:
|
|
334
334
|
"""
|
|
335
|
-
|
|
335
|
+
The Private Service Connect connection user IP address.
|
|
336
336
|
"""
|
|
337
337
|
return pulumi.get(self, "user_ip_address")
|
|
338
338
|
|
|
@@ -19,9 +19,9 @@ class GcpVpcPeeringConnectionArgs:
|
|
|
19
19
|
vpc_id: pulumi.Input[str]):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a GcpVpcPeeringConnection resource.
|
|
22
|
-
:param pulumi.Input[str] gcp_project_id:
|
|
23
|
-
:param pulumi.Input[str] peer_vpc:
|
|
24
|
-
:param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to.
|
|
22
|
+
:param pulumi.Input[str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
23
|
+
:param pulumi.Input[str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
24
|
+
:param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "gcp_project_id", gcp_project_id)
|
|
27
27
|
pulumi.set(__self__, "peer_vpc", peer_vpc)
|
|
@@ -31,7 +31,7 @@ class GcpVpcPeeringConnectionArgs:
|
|
|
31
31
|
@pulumi.getter(name="gcpProjectId")
|
|
32
32
|
def gcp_project_id(self) -> pulumi.Input[str]:
|
|
33
33
|
"""
|
|
34
|
-
|
|
34
|
+
Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
35
35
|
"""
|
|
36
36
|
return pulumi.get(self, "gcp_project_id")
|
|
37
37
|
|
|
@@ -43,7 +43,7 @@ class GcpVpcPeeringConnectionArgs:
|
|
|
43
43
|
@pulumi.getter(name="peerVpc")
|
|
44
44
|
def peer_vpc(self) -> pulumi.Input[str]:
|
|
45
45
|
"""
|
|
46
|
-
|
|
46
|
+
Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
47
47
|
"""
|
|
48
48
|
return pulumi.get(self, "peer_vpc")
|
|
49
49
|
|
|
@@ -55,7 +55,7 @@ class GcpVpcPeeringConnectionArgs:
|
|
|
55
55
|
@pulumi.getter(name="vpcId")
|
|
56
56
|
def vpc_id(self) -> pulumi.Input[str]:
|
|
57
57
|
"""
|
|
58
|
-
The VPC the peering connection belongs to.
|
|
58
|
+
The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
|
|
59
59
|
"""
|
|
60
60
|
return pulumi.get(self, "vpc_id")
|
|
61
61
|
|
|
@@ -75,12 +75,12 @@ class _GcpVpcPeeringConnectionState:
|
|
|
75
75
|
vpc_id: Optional[pulumi.Input[str]] = None):
|
|
76
76
|
"""
|
|
77
77
|
Input properties used for looking up and filtering GcpVpcPeeringConnection resources.
|
|
78
|
-
:param pulumi.Input[str] gcp_project_id:
|
|
79
|
-
:param pulumi.Input[str] peer_vpc:
|
|
80
|
-
:param pulumi.Input[str] self_link: Computed
|
|
81
|
-
:param pulumi.Input[str] state: State of the peering connection
|
|
82
|
-
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
|
|
83
|
-
:param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to.
|
|
78
|
+
:param pulumi.Input[str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
79
|
+
:param pulumi.Input[str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
80
|
+
:param pulumi.Input[str] self_link: Computed Google Cloud network peering link.
|
|
81
|
+
:param pulumi.Input[str] state: State of the peering connection.
|
|
82
|
+
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
|
|
83
|
+
:param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
|
|
84
84
|
"""
|
|
85
85
|
if gcp_project_id is not None:
|
|
86
86
|
pulumi.set(__self__, "gcp_project_id", gcp_project_id)
|
|
@@ -99,7 +99,7 @@ class _GcpVpcPeeringConnectionState:
|
|
|
99
99
|
@pulumi.getter(name="gcpProjectId")
|
|
100
100
|
def gcp_project_id(self) -> Optional[pulumi.Input[str]]:
|
|
101
101
|
"""
|
|
102
|
-
|
|
102
|
+
Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
103
103
|
"""
|
|
104
104
|
return pulumi.get(self, "gcp_project_id")
|
|
105
105
|
|
|
@@ -111,7 +111,7 @@ class _GcpVpcPeeringConnectionState:
|
|
|
111
111
|
@pulumi.getter(name="peerVpc")
|
|
112
112
|
def peer_vpc(self) -> Optional[pulumi.Input[str]]:
|
|
113
113
|
"""
|
|
114
|
-
|
|
114
|
+
Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
115
115
|
"""
|
|
116
116
|
return pulumi.get(self, "peer_vpc")
|
|
117
117
|
|
|
@@ -123,7 +123,7 @@ class _GcpVpcPeeringConnectionState:
|
|
|
123
123
|
@pulumi.getter(name="selfLink")
|
|
124
124
|
def self_link(self) -> Optional[pulumi.Input[str]]:
|
|
125
125
|
"""
|
|
126
|
-
Computed
|
|
126
|
+
Computed Google Cloud network peering link.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "self_link")
|
|
129
129
|
|
|
@@ -135,7 +135,7 @@ class _GcpVpcPeeringConnectionState:
|
|
|
135
135
|
@pulumi.getter
|
|
136
136
|
def state(self) -> Optional[pulumi.Input[str]]:
|
|
137
137
|
"""
|
|
138
|
-
State of the peering connection
|
|
138
|
+
State of the peering connection.
|
|
139
139
|
"""
|
|
140
140
|
return pulumi.get(self, "state")
|
|
141
141
|
|
|
@@ -147,7 +147,7 @@ class _GcpVpcPeeringConnectionState:
|
|
|
147
147
|
@pulumi.getter(name="stateInfo")
|
|
148
148
|
def state_info(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
149
149
|
"""
|
|
150
|
-
State-specific help or error information
|
|
150
|
+
State-specific help or error information.
|
|
151
151
|
"""
|
|
152
152
|
return pulumi.get(self, "state_info")
|
|
153
153
|
|
|
@@ -159,7 +159,7 @@ class _GcpVpcPeeringConnectionState:
|
|
|
159
159
|
@pulumi.getter(name="vpcId")
|
|
160
160
|
def vpc_id(self) -> Optional[pulumi.Input[str]]:
|
|
161
161
|
"""
|
|
162
|
-
The VPC the peering connection belongs to.
|
|
162
|
+
The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
|
|
163
163
|
"""
|
|
164
164
|
return pulumi.get(self, "vpc_id")
|
|
165
165
|
|
|
@@ -178,7 +178,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
178
178
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
179
179
|
__props__=None):
|
|
180
180
|
"""
|
|
181
|
-
|
|
181
|
+
Creates and manages a Google Cloud VPC peering connection.
|
|
182
182
|
|
|
183
183
|
## Example Usage
|
|
184
184
|
|
|
@@ -202,9 +202,9 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
202
202
|
|
|
203
203
|
:param str resource_name: The name of the resource.
|
|
204
204
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
205
|
-
:param pulumi.Input[str] gcp_project_id:
|
|
206
|
-
:param pulumi.Input[str] peer_vpc:
|
|
207
|
-
:param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to.
|
|
205
|
+
:param pulumi.Input[str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
206
|
+
:param pulumi.Input[str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
207
|
+
:param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
|
|
208
208
|
"""
|
|
209
209
|
...
|
|
210
210
|
@overload
|
|
@@ -213,7 +213,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
213
213
|
args: GcpVpcPeeringConnectionArgs,
|
|
214
214
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
215
215
|
"""
|
|
216
|
-
|
|
216
|
+
Creates and manages a Google Cloud VPC peering connection.
|
|
217
217
|
|
|
218
218
|
## Example Usage
|
|
219
219
|
|
|
@@ -297,12 +297,12 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
297
297
|
:param str resource_name: The unique name of the resulting resource.
|
|
298
298
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
299
299
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
300
|
-
:param pulumi.Input[str] gcp_project_id:
|
|
301
|
-
:param pulumi.Input[str] peer_vpc:
|
|
302
|
-
:param pulumi.Input[str] self_link: Computed
|
|
303
|
-
:param pulumi.Input[str] state: State of the peering connection
|
|
304
|
-
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
|
|
305
|
-
:param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to.
|
|
300
|
+
:param pulumi.Input[str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
301
|
+
:param pulumi.Input[str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
302
|
+
:param pulumi.Input[str] self_link: Computed Google Cloud network peering link.
|
|
303
|
+
:param pulumi.Input[str] state: State of the peering connection.
|
|
304
|
+
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
|
|
305
|
+
:param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
|
|
306
306
|
"""
|
|
307
307
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
308
308
|
|
|
@@ -320,7 +320,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
320
320
|
@pulumi.getter(name="gcpProjectId")
|
|
321
321
|
def gcp_project_id(self) -> pulumi.Output[str]:
|
|
322
322
|
"""
|
|
323
|
-
|
|
323
|
+
Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
324
324
|
"""
|
|
325
325
|
return pulumi.get(self, "gcp_project_id")
|
|
326
326
|
|
|
@@ -328,7 +328,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
328
328
|
@pulumi.getter(name="peerVpc")
|
|
329
329
|
def peer_vpc(self) -> pulumi.Output[str]:
|
|
330
330
|
"""
|
|
331
|
-
|
|
331
|
+
Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
332
332
|
"""
|
|
333
333
|
return pulumi.get(self, "peer_vpc")
|
|
334
334
|
|
|
@@ -336,7 +336,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
336
336
|
@pulumi.getter(name="selfLink")
|
|
337
337
|
def self_link(self) -> pulumi.Output[str]:
|
|
338
338
|
"""
|
|
339
|
-
Computed
|
|
339
|
+
Computed Google Cloud network peering link.
|
|
340
340
|
"""
|
|
341
341
|
return pulumi.get(self, "self_link")
|
|
342
342
|
|
|
@@ -344,7 +344,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
344
344
|
@pulumi.getter
|
|
345
345
|
def state(self) -> pulumi.Output[str]:
|
|
346
346
|
"""
|
|
347
|
-
State of the peering connection
|
|
347
|
+
State of the peering connection.
|
|
348
348
|
"""
|
|
349
349
|
return pulumi.get(self, "state")
|
|
350
350
|
|
|
@@ -352,7 +352,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
352
352
|
@pulumi.getter(name="stateInfo")
|
|
353
353
|
def state_info(self) -> pulumi.Output[Mapping[str, Any]]:
|
|
354
354
|
"""
|
|
355
|
-
State-specific help or error information
|
|
355
|
+
State-specific help or error information.
|
|
356
356
|
"""
|
|
357
357
|
return pulumi.get(self, "state_info")
|
|
358
358
|
|
|
@@ -360,7 +360,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
360
360
|
@pulumi.getter(name="vpcId")
|
|
361
361
|
def vpc_id(self) -> pulumi.Output[str]:
|
|
362
362
|
"""
|
|
363
|
-
The VPC the peering connection belongs to.
|
|
363
|
+
The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
|
|
364
364
|
"""
|
|
365
365
|
return pulumi.get(self, "vpc_id")
|
|
366
366
|
|
|
@@ -56,7 +56,7 @@ class GetAccountTeamMemberResult:
|
|
|
56
56
|
@pulumi.getter(name="accountId")
|
|
57
57
|
def account_id(self) -> str:
|
|
58
58
|
"""
|
|
59
|
-
The unique account id.
|
|
59
|
+
The unique account id. Changing this property forces recreation of the resource.
|
|
60
60
|
"""
|
|
61
61
|
return pulumi.get(self, "account_id")
|
|
62
62
|
|
|
@@ -88,7 +88,7 @@ class GetAccountTeamMemberResult:
|
|
|
88
88
|
@pulumi.getter(name="teamId")
|
|
89
89
|
def team_id(self) -> str:
|
|
90
90
|
"""
|
|
91
|
-
An account team id.
|
|
91
|
+
An account team id. Changing this property forces recreation of the resource.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "team_id")
|
|
94
94
|
|
|
@@ -96,7 +96,7 @@ class GetAccountTeamMemberResult:
|
|
|
96
96
|
@pulumi.getter(name="userEmail")
|
|
97
97
|
def user_email(self) -> str:
|
|
98
98
|
"""
|
|
99
|
-
Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase.
|
|
99
|
+
Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "user_email")
|
|
102
102
|
|
|
@@ -124,9 +124,9 @@ def get_account_team_member(account_id: Optional[str] = None,
|
|
|
124
124
|
The Account Team Member data source provides information about the existing Aiven Account Team Member.
|
|
125
125
|
|
|
126
126
|
|
|
127
|
-
:param str account_id: The unique account id.
|
|
128
|
-
:param str team_id: An account team id.
|
|
129
|
-
:param str user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase.
|
|
127
|
+
:param str account_id: The unique account id. Changing this property forces recreation of the resource.
|
|
128
|
+
:param str team_id: An account team id. Changing this property forces recreation of the resource.
|
|
129
|
+
:param str user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
|
|
130
130
|
"""
|
|
131
131
|
__args__ = dict()
|
|
132
132
|
__args__['accountId'] = account_id
|
|
@@ -154,8 +154,8 @@ def get_account_team_member_output(account_id: Optional[pulumi.Input[str]] = Non
|
|
|
154
154
|
The Account Team Member data source provides information about the existing Aiven Account Team Member.
|
|
155
155
|
|
|
156
156
|
|
|
157
|
-
:param str account_id: The unique account id.
|
|
158
|
-
:param str team_id: An account team id.
|
|
159
|
-
:param str user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase.
|
|
157
|
+
:param str account_id: The unique account id. Changing this property forces recreation of the resource.
|
|
158
|
+
:param str team_id: An account team id. Changing this property forces recreation of the resource.
|
|
159
|
+
:param str user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
|
|
160
160
|
"""
|
|
161
161
|
...
|
|
@@ -45,7 +45,7 @@ class GetAwsPrivatelinkResult:
|
|
|
45
45
|
@pulumi.getter(name="awsServiceId")
|
|
46
46
|
def aws_service_id(self) -> str:
|
|
47
47
|
"""
|
|
48
|
-
AWS service ID
|
|
48
|
+
AWS service ID.
|
|
49
49
|
"""
|
|
50
50
|
return pulumi.get(self, "aws_service_id")
|
|
51
51
|
|
|
@@ -53,7 +53,7 @@ class GetAwsPrivatelinkResult:
|
|
|
53
53
|
@pulumi.getter(name="awsServiceName")
|
|
54
54
|
def aws_service_name(self) -> str:
|
|
55
55
|
"""
|
|
56
|
-
AWS service name
|
|
56
|
+
AWS service name.
|
|
57
57
|
"""
|
|
58
58
|
return pulumi.get(self, "aws_service_name")
|
|
59
59
|
|
|
@@ -69,7 +69,7 @@ class GetAwsPrivatelinkResult:
|
|
|
69
69
|
@pulumi.getter
|
|
70
70
|
def principals(self) -> Sequence[str]:
|
|
71
71
|
"""
|
|
72
|
-
List of allowed
|
|
72
|
+
List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
|
|
73
73
|
"""
|
|
74
74
|
return pulumi.get(self, "principals")
|
|
75
75
|
|
|
@@ -77,7 +77,7 @@ class GetAwsPrivatelinkResult:
|
|
|
77
77
|
@pulumi.getter
|
|
78
78
|
def project(self) -> str:
|
|
79
79
|
"""
|
|
80
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
80
|
+
Identifies 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.
|
|
81
81
|
"""
|
|
82
82
|
return pulumi.get(self, "project")
|
|
83
83
|
|
|
@@ -85,7 +85,7 @@ class GetAwsPrivatelinkResult:
|
|
|
85
85
|
@pulumi.getter(name="serviceName")
|
|
86
86
|
def service_name(self) -> str:
|
|
87
87
|
"""
|
|
88
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
88
|
+
Specifies 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.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "service_name")
|
|
91
91
|
|
|
@@ -108,7 +108,7 @@ def get_aws_privatelink(project: Optional[str] = None,
|
|
|
108
108
|
service_name: Optional[str] = None,
|
|
109
109
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAwsPrivatelinkResult:
|
|
110
110
|
"""
|
|
111
|
-
|
|
111
|
+
Gets information about an AWS PrivateLink connection for an Aiven service.
|
|
112
112
|
|
|
113
113
|
## Example Usage
|
|
114
114
|
|
|
@@ -117,14 +117,14 @@ def get_aws_privatelink(project: Optional[str] = None,
|
|
|
117
117
|
import pulumi
|
|
118
118
|
import pulumi_aiven as aiven
|
|
119
119
|
|
|
120
|
-
|
|
121
|
-
service_name=aiven_kafka["
|
|
120
|
+
main = aiven.get_aws_privatelink(project=data["aiven_project"]["example_project"]["project"],
|
|
121
|
+
service_name=aiven_kafka["example_kafka"]["service_name"])
|
|
122
122
|
```
|
|
123
123
|
<!--End PulumiCodeChooser -->
|
|
124
124
|
|
|
125
125
|
|
|
126
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
127
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
126
|
+
:param str project: Identifies 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.
|
|
127
|
+
:param str service_name: Specifies 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.
|
|
128
128
|
"""
|
|
129
129
|
__args__ = dict()
|
|
130
130
|
__args__['project'] = project
|
|
@@ -146,7 +146,7 @@ def get_aws_privatelink_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
146
146
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
147
147
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAwsPrivatelinkResult]:
|
|
148
148
|
"""
|
|
149
|
-
|
|
149
|
+
Gets information about an AWS PrivateLink connection for an Aiven service.
|
|
150
150
|
|
|
151
151
|
## Example Usage
|
|
152
152
|
|
|
@@ -155,13 +155,13 @@ def get_aws_privatelink_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
155
155
|
import pulumi
|
|
156
156
|
import pulumi_aiven as aiven
|
|
157
157
|
|
|
158
|
-
|
|
159
|
-
service_name=aiven_kafka["
|
|
158
|
+
main = aiven.get_aws_privatelink(project=data["aiven_project"]["example_project"]["project"],
|
|
159
|
+
service_name=aiven_kafka["example_kafka"]["service_name"])
|
|
160
160
|
```
|
|
161
161
|
<!--End PulumiCodeChooser -->
|
|
162
162
|
|
|
163
163
|
|
|
164
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
165
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
164
|
+
:param str project: Identifies 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.
|
|
165
|
+
:param str service_name: Specifies 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.
|
|
166
166
|
"""
|
|
167
167
|
...
|