pulumi-aiven 6.12.0a1708541199__py3-none-any.whl → 6.13.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 +28 -0
- pulumi_aiven/_inputs.py +2491 -944
- pulumi_aiven/account.py +40 -32
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +6 -2
- pulumi_aiven/account_team_member.py +27 -23
- pulumi_aiven/account_team_project.py +6 -2
- pulumi_aiven/aws_privatelink.py +43 -39
- pulumi_aiven/aws_vpc_peering_connection.py +66 -52
- pulumi_aiven/azure_privatelink.py +53 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +80 -68
- pulumi_aiven/billing_group.py +6 -2
- pulumi_aiven/cassandra.py +13 -9
- pulumi_aiven/cassandra_user.py +27 -23
- pulumi_aiven/clickhouse.py +13 -9
- pulumi_aiven/clickhouse_database.py +27 -23
- pulumi_aiven/clickhouse_grant.py +46 -42
- pulumi_aiven/clickhouse_role.py +27 -23
- pulumi_aiven/clickhouse_user.py +27 -23
- pulumi_aiven/connection_pool.py +34 -30
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +13 -9
- pulumi_aiven/flink_application.py +20 -16
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +16 -16
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +19 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
- pulumi_aiven/get_azure_privatelink.py +21 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +7 -3
- pulumi_aiven/get_cassandra.py +7 -3
- pulumi_aiven/get_cassandra_user.py +13 -9
- pulumi_aiven/get_clickhouse.py +7 -3
- pulumi_aiven/get_clickhouse_database.py +13 -9
- pulumi_aiven/get_clickhouse_user.py +13 -9
- pulumi_aiven/get_connection_pool.py +14 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +7 -3
- pulumi_aiven/get_flink_application.py +10 -6
- pulumi_aiven/get_flink_application_version.py +10 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
- pulumi_aiven/get_grafana.py +7 -3
- pulumi_aiven/get_kafka.py +7 -3
- pulumi_aiven/get_kafka_acl.py +19 -15
- pulumi_aiven/get_kafka_connect.py +7 -3
- pulumi_aiven/get_kafka_connector.py +13 -9
- pulumi_aiven/get_kafka_mirror_maker.py +7 -3
- pulumi_aiven/get_kafka_schema.py +13 -9
- pulumi_aiven/get_kafka_schema_configuration.py +11 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +13 -9
- pulumi_aiven/get_kafka_user.py +13 -9
- pulumi_aiven/get_m3_aggregator.py +7 -3
- pulumi_aiven/get_m3_db.py +7 -3
- pulumi_aiven/get_m3db_user.py +13 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
- pulumi_aiven/get_my_sql.py +7 -3
- pulumi_aiven/get_mysql_database.py +13 -9
- pulumi_aiven/get_mysql_user.py +13 -9
- pulumi_aiven/get_open_search.py +7 -3
- pulumi_aiven/get_open_search_acl_config.py +10 -6
- pulumi_aiven/get_open_search_acl_rule.py +16 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
- pulumi_aiven/get_opensearch_user.py +13 -9
- pulumi_aiven/get_organization.py +12 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +7 -3
- pulumi_aiven/get_pg_database.py +15 -11
- pulumi_aiven/get_pg_user.py +13 -9
- pulumi_aiven/get_project.py +4 -0
- pulumi_aiven/get_project_user.py +10 -6
- pulumi_aiven/get_project_vpc.py +15 -13
- pulumi_aiven/get_redis.py +7 -3
- pulumi_aiven/get_redis_user.py +17 -13
- pulumi_aiven/get_service_component.py +4 -0
- pulumi_aiven/get_service_integration.py +60 -4
- pulumi_aiven/get_service_integration_endpoint.py +5 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
- pulumi_aiven/grafana.py +13 -9
- 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 +13 -9
- pulumi_aiven/kafka_acl.py +41 -37
- pulumi_aiven/kafka_connect.py +13 -9
- pulumi_aiven/kafka_connector.py +27 -23
- pulumi_aiven/kafka_mirror_maker.py +13 -9
- pulumi_aiven/kafka_schema.py +53 -45
- pulumi_aiven/kafka_schema_configuration.py +20 -16
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +23 -23
- pulumi_aiven/kafka_user.py +27 -23
- pulumi_aiven/m3_aggregator.py +13 -9
- pulumi_aiven/m3_db.py +13 -9
- pulumi_aiven/m3db_user.py +27 -23
- pulumi_aiven/mirror_maker_replication_flow.py +56 -50
- pulumi_aiven/my_sql.py +13 -9
- pulumi_aiven/mysql_database.py +27 -23
- pulumi_aiven/mysql_user.py +27 -23
- pulumi_aiven/open_search.py +13 -9
- pulumi_aiven/open_search_acl_config.py +20 -16
- pulumi_aiven/open_search_acl_rule.py +34 -30
- pulumi_aiven/opensearch_security_plugin_config.py +68 -16
- pulumi_aiven/opensearch_user.py +27 -23
- pulumi_aiven/organization.py +14 -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 +36 -32
- pulumi_aiven/outputs.py +3013 -491
- pulumi_aiven/pg.py +9 -9
- pulumi_aiven/pg_database.py +41 -37
- pulumi_aiven/pg_user.py +27 -23
- pulumi_aiven/project.py +28 -2
- pulumi_aiven/project_user.py +20 -16
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +13 -9
- pulumi_aiven/redis_user.py +55 -51
- pulumi_aiven/service_integration.py +201 -9
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.12.0a1708541199.dist-info/RECORD +0 -146
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/gcp_privatelink.py
CHANGED
|
@@ -19,9 +19,9 @@ class GcpPrivatelinkArgs:
|
|
|
19
19
|
"""
|
|
20
20
|
The set of arguments for constructing a GcpPrivatelink resource.
|
|
21
21
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
22
|
-
reference.
|
|
22
|
+
reference. Changing this property forces recreation of the resource.
|
|
23
23
|
: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
|
|
24
|
-
variable as a reference.
|
|
24
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "project", project)
|
|
27
27
|
pulumi.set(__self__, "service_name", service_name)
|
|
@@ -31,7 +31,7 @@ class GcpPrivatelinkArgs:
|
|
|
31
31
|
def project(self) -> pulumi.Input[str]:
|
|
32
32
|
"""
|
|
33
33
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
34
|
-
reference.
|
|
34
|
+
reference. Changing this property forces recreation of the resource.
|
|
35
35
|
"""
|
|
36
36
|
return pulumi.get(self, "project")
|
|
37
37
|
|
|
@@ -44,7 +44,7 @@ class GcpPrivatelinkArgs:
|
|
|
44
44
|
def service_name(self) -> pulumi.Input[str]:
|
|
45
45
|
"""
|
|
46
46
|
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
47
|
-
variable as a reference.
|
|
47
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
48
48
|
"""
|
|
49
49
|
return pulumi.get(self, "service_name")
|
|
50
50
|
|
|
@@ -63,13 +63,13 @@ class _GcpPrivatelinkState:
|
|
|
63
63
|
state: Optional[pulumi.Input[str]] = None):
|
|
64
64
|
"""
|
|
65
65
|
Input properties used for looking up and filtering GcpPrivatelink resources.
|
|
66
|
-
:param pulumi.Input[str] google_service_attachment:
|
|
67
|
-
:param pulumi.Input[str] message: Printable result of the
|
|
66
|
+
:param pulumi.Input[str] google_service_attachment: Google Private Service Connect service attachment.
|
|
67
|
+
:param pulumi.Input[str] message: Printable result of the Google Cloud Private Service Connect request.
|
|
68
68
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
69
|
-
reference.
|
|
69
|
+
reference. Changing this property forces recreation of the resource.
|
|
70
70
|
: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
|
|
71
|
-
variable as a reference.
|
|
72
|
-
:param pulumi.Input[str] state:
|
|
71
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
72
|
+
:param pulumi.Input[str] state: The state of the Private Service Connect resource.
|
|
73
73
|
"""
|
|
74
74
|
if google_service_attachment is not None:
|
|
75
75
|
pulumi.set(__self__, "google_service_attachment", google_service_attachment)
|
|
@@ -86,7 +86,7 @@ class _GcpPrivatelinkState:
|
|
|
86
86
|
@pulumi.getter(name="googleServiceAttachment")
|
|
87
87
|
def google_service_attachment(self) -> Optional[pulumi.Input[str]]:
|
|
88
88
|
"""
|
|
89
|
-
|
|
89
|
+
Google Private Service Connect service attachment.
|
|
90
90
|
"""
|
|
91
91
|
return pulumi.get(self, "google_service_attachment")
|
|
92
92
|
|
|
@@ -98,7 +98,7 @@ class _GcpPrivatelinkState:
|
|
|
98
98
|
@pulumi.getter
|
|
99
99
|
def message(self) -> Optional[pulumi.Input[str]]:
|
|
100
100
|
"""
|
|
101
|
-
Printable result of the
|
|
101
|
+
Printable result of the Google Cloud Private Service Connect request.
|
|
102
102
|
"""
|
|
103
103
|
return pulumi.get(self, "message")
|
|
104
104
|
|
|
@@ -111,7 +111,7 @@ class _GcpPrivatelinkState:
|
|
|
111
111
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
112
112
|
"""
|
|
113
113
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
114
|
-
reference.
|
|
114
|
+
reference. Changing this property forces recreation of the resource.
|
|
115
115
|
"""
|
|
116
116
|
return pulumi.get(self, "project")
|
|
117
117
|
|
|
@@ -124,7 +124,7 @@ class _GcpPrivatelinkState:
|
|
|
124
124
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
125
125
|
"""
|
|
126
126
|
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
127
|
-
variable as a reference.
|
|
127
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
128
128
|
"""
|
|
129
129
|
return pulumi.get(self, "service_name")
|
|
130
130
|
|
|
@@ -136,7 +136,7 @@ class _GcpPrivatelinkState:
|
|
|
136
136
|
@pulumi.getter
|
|
137
137
|
def state(self) -> Optional[pulumi.Input[str]]:
|
|
138
138
|
"""
|
|
139
|
-
|
|
139
|
+
The state of the Private Service Connect resource.
|
|
140
140
|
"""
|
|
141
141
|
return pulumi.get(self, "state")
|
|
142
142
|
|
|
@@ -158,9 +158,9 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
158
158
|
:param str resource_name: The name of the resource.
|
|
159
159
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
160
160
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
161
|
-
reference.
|
|
161
|
+
reference. Changing this property forces recreation of the resource.
|
|
162
162
|
: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
|
|
163
|
-
variable as a reference.
|
|
163
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
164
164
|
"""
|
|
165
165
|
...
|
|
166
166
|
@overload
|
|
@@ -227,13 +227,13 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
227
227
|
:param str resource_name: The unique name of the resulting resource.
|
|
228
228
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
229
229
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
230
|
-
:param pulumi.Input[str] google_service_attachment:
|
|
231
|
-
:param pulumi.Input[str] message: Printable result of the
|
|
230
|
+
:param pulumi.Input[str] google_service_attachment: Google Private Service Connect service attachment.
|
|
231
|
+
:param pulumi.Input[str] message: Printable result of the Google Cloud Private Service Connect request.
|
|
232
232
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
233
|
-
reference.
|
|
233
|
+
reference. Changing this property forces recreation of the resource.
|
|
234
234
|
: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
|
|
235
|
-
variable as a reference.
|
|
236
|
-
:param pulumi.Input[str] state:
|
|
235
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
236
|
+
:param pulumi.Input[str] state: The state of the Private Service Connect resource.
|
|
237
237
|
"""
|
|
238
238
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
239
239
|
|
|
@@ -250,7 +250,7 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
250
250
|
@pulumi.getter(name="googleServiceAttachment")
|
|
251
251
|
def google_service_attachment(self) -> pulumi.Output[str]:
|
|
252
252
|
"""
|
|
253
|
-
|
|
253
|
+
Google Private Service Connect service attachment.
|
|
254
254
|
"""
|
|
255
255
|
return pulumi.get(self, "google_service_attachment")
|
|
256
256
|
|
|
@@ -258,7 +258,7 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
258
258
|
@pulumi.getter
|
|
259
259
|
def message(self) -> pulumi.Output[str]:
|
|
260
260
|
"""
|
|
261
|
-
Printable result of the
|
|
261
|
+
Printable result of the Google Cloud Private Service Connect request.
|
|
262
262
|
"""
|
|
263
263
|
return pulumi.get(self, "message")
|
|
264
264
|
|
|
@@ -267,7 +267,7 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
267
267
|
def project(self) -> pulumi.Output[str]:
|
|
268
268
|
"""
|
|
269
269
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
270
|
-
reference.
|
|
270
|
+
reference. Changing this property forces recreation of the resource.
|
|
271
271
|
"""
|
|
272
272
|
return pulumi.get(self, "project")
|
|
273
273
|
|
|
@@ -276,7 +276,7 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
276
276
|
def service_name(self) -> pulumi.Output[str]:
|
|
277
277
|
"""
|
|
278
278
|
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
279
|
-
variable as a reference.
|
|
279
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
280
280
|
"""
|
|
281
281
|
return pulumi.get(self, "service_name")
|
|
282
282
|
|
|
@@ -284,7 +284,7 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
284
284
|
@pulumi.getter
|
|
285
285
|
def state(self) -> pulumi.Output[str]:
|
|
286
286
|
"""
|
|
287
|
-
|
|
287
|
+
The state of the Private Service Connect resource.
|
|
288
288
|
"""
|
|
289
289
|
return pulumi.get(self, "state")
|
|
290
290
|
|
|
@@ -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,10 +178,11 @@ 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
|
|
|
185
|
+
<!--Start PulumiCodeChooser -->
|
|
185
186
|
```python
|
|
186
187
|
import pulumi
|
|
187
188
|
import pulumi_aiven as aiven
|
|
@@ -191,18 +192,19 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
191
192
|
gcp_project_id="xxxx",
|
|
192
193
|
peer_vpc="xxxx")
|
|
193
194
|
```
|
|
195
|
+
<!--End PulumiCodeChooser -->
|
|
194
196
|
|
|
195
197
|
## Import
|
|
196
198
|
|
|
197
199
|
```sh
|
|
198
|
-
|
|
200
|
+
$ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo project_name/vpc_id/gcp_project_id/peer_vpc
|
|
199
201
|
```
|
|
200
202
|
|
|
201
203
|
:param str resource_name: The name of the resource.
|
|
202
204
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
203
|
-
:param pulumi.Input[str] gcp_project_id:
|
|
204
|
-
:param pulumi.Input[str] peer_vpc:
|
|
205
|
-
: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.
|
|
206
208
|
"""
|
|
207
209
|
...
|
|
208
210
|
@overload
|
|
@@ -211,10 +213,11 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
211
213
|
args: GcpVpcPeeringConnectionArgs,
|
|
212
214
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
213
215
|
"""
|
|
214
|
-
|
|
216
|
+
Creates and manages a Google Cloud VPC peering connection.
|
|
215
217
|
|
|
216
218
|
## Example Usage
|
|
217
219
|
|
|
220
|
+
<!--Start PulumiCodeChooser -->
|
|
218
221
|
```python
|
|
219
222
|
import pulumi
|
|
220
223
|
import pulumi_aiven as aiven
|
|
@@ -224,11 +227,12 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
224
227
|
gcp_project_id="xxxx",
|
|
225
228
|
peer_vpc="xxxx")
|
|
226
229
|
```
|
|
230
|
+
<!--End PulumiCodeChooser -->
|
|
227
231
|
|
|
228
232
|
## Import
|
|
229
233
|
|
|
230
234
|
```sh
|
|
231
|
-
|
|
235
|
+
$ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo project_name/vpc_id/gcp_project_id/peer_vpc
|
|
232
236
|
```
|
|
233
237
|
|
|
234
238
|
:param str resource_name: The name of the resource.
|
|
@@ -293,12 +297,12 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
293
297
|
:param str resource_name: The unique name of the resulting resource.
|
|
294
298
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
295
299
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
296
|
-
:param pulumi.Input[str] gcp_project_id:
|
|
297
|
-
:param pulumi.Input[str] peer_vpc:
|
|
298
|
-
:param pulumi.Input[str] self_link: Computed
|
|
299
|
-
:param pulumi.Input[str] state: State of the peering connection
|
|
300
|
-
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
|
|
301
|
-
: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.
|
|
302
306
|
"""
|
|
303
307
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
304
308
|
|
|
@@ -316,7 +320,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
316
320
|
@pulumi.getter(name="gcpProjectId")
|
|
317
321
|
def gcp_project_id(self) -> pulumi.Output[str]:
|
|
318
322
|
"""
|
|
319
|
-
|
|
323
|
+
Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
320
324
|
"""
|
|
321
325
|
return pulumi.get(self, "gcp_project_id")
|
|
322
326
|
|
|
@@ -324,7 +328,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
324
328
|
@pulumi.getter(name="peerVpc")
|
|
325
329
|
def peer_vpc(self) -> pulumi.Output[str]:
|
|
326
330
|
"""
|
|
327
|
-
|
|
331
|
+
Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
328
332
|
"""
|
|
329
333
|
return pulumi.get(self, "peer_vpc")
|
|
330
334
|
|
|
@@ -332,7 +336,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
332
336
|
@pulumi.getter(name="selfLink")
|
|
333
337
|
def self_link(self) -> pulumi.Output[str]:
|
|
334
338
|
"""
|
|
335
|
-
Computed
|
|
339
|
+
Computed Google Cloud network peering link.
|
|
336
340
|
"""
|
|
337
341
|
return pulumi.get(self, "self_link")
|
|
338
342
|
|
|
@@ -340,7 +344,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
340
344
|
@pulumi.getter
|
|
341
345
|
def state(self) -> pulumi.Output[str]:
|
|
342
346
|
"""
|
|
343
|
-
State of the peering connection
|
|
347
|
+
State of the peering connection.
|
|
344
348
|
"""
|
|
345
349
|
return pulumi.get(self, "state")
|
|
346
350
|
|
|
@@ -348,7 +352,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
348
352
|
@pulumi.getter(name="stateInfo")
|
|
349
353
|
def state_info(self) -> pulumi.Output[Mapping[str, Any]]:
|
|
350
354
|
"""
|
|
351
|
-
State-specific help or error information
|
|
355
|
+
State-specific help or error information.
|
|
352
356
|
"""
|
|
353
357
|
return pulumi.get(self, "state_info")
|
|
354
358
|
|
|
@@ -356,7 +360,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
356
360
|
@pulumi.getter(name="vpcId")
|
|
357
361
|
def vpc_id(self) -> pulumi.Output[str]:
|
|
358
362
|
"""
|
|
359
|
-
The VPC the peering connection belongs to.
|
|
363
|
+
The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
|
|
360
364
|
"""
|
|
361
365
|
return pulumi.get(self, "vpc_id")
|
|
362
366
|
|
pulumi_aiven/get_account.py
CHANGED
|
@@ -147,12 +147,14 @@ def get_account(name: Optional[str] = None,
|
|
|
147
147
|
|
|
148
148
|
## Example Usage
|
|
149
149
|
|
|
150
|
+
<!--Start PulumiCodeChooser -->
|
|
150
151
|
```python
|
|
151
152
|
import pulumi
|
|
152
153
|
import pulumi_aiven as aiven
|
|
153
154
|
|
|
154
155
|
account1 = aiven.get_account(name="<ACCOUNT_NAME>")
|
|
155
156
|
```
|
|
157
|
+
<!--End PulumiCodeChooser -->
|
|
156
158
|
|
|
157
159
|
|
|
158
160
|
:param str name: Account name
|
|
@@ -182,12 +184,14 @@ def get_account_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
182
184
|
|
|
183
185
|
## Example Usage
|
|
184
186
|
|
|
187
|
+
<!--Start PulumiCodeChooser -->
|
|
185
188
|
```python
|
|
186
189
|
import pulumi
|
|
187
190
|
import pulumi_aiven as aiven
|
|
188
191
|
|
|
189
192
|
account1 = aiven.get_account(name="<ACCOUNT_NAME>")
|
|
190
193
|
```
|
|
194
|
+
<!--End PulumiCodeChooser -->
|
|
191
195
|
|
|
192
196
|
|
|
193
197
|
:param str name: Account name
|