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
|
@@ -19,9 +19,9 @@ class AzurePrivatelinkConnectionApprovalArgs:
|
|
|
19
19
|
endpoint_ip_address: Optional[pulumi.Input[str]] = None):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a AzurePrivatelinkConnectionApproval resource.
|
|
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 reference.
|
|
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 variable as a reference.
|
|
24
|
-
:param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint
|
|
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 reference. Changing this property forces recreation of the resource.
|
|
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 variable as a reference. Changing this property forces recreation of the resource.
|
|
24
|
+
:param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "project", project)
|
|
27
27
|
pulumi.set(__self__, "service_name", service_name)
|
|
@@ -32,7 +32,7 @@ class AzurePrivatelinkConnectionApprovalArgs:
|
|
|
32
32
|
@pulumi.getter
|
|
33
33
|
def project(self) -> pulumi.Input[str]:
|
|
34
34
|
"""
|
|
35
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
35
|
+
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.
|
|
36
36
|
"""
|
|
37
37
|
return pulumi.get(self, "project")
|
|
38
38
|
|
|
@@ -44,7 +44,7 @@ class AzurePrivatelinkConnectionApprovalArgs:
|
|
|
44
44
|
@pulumi.getter(name="serviceName")
|
|
45
45
|
def service_name(self) -> pulumi.Input[str]:
|
|
46
46
|
"""
|
|
47
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
47
|
+
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.
|
|
48
48
|
"""
|
|
49
49
|
return pulumi.get(self, "service_name")
|
|
50
50
|
|
|
@@ -56,7 +56,7 @@ class AzurePrivatelinkConnectionApprovalArgs:
|
|
|
56
56
|
@pulumi.getter(name="endpointIpAddress")
|
|
57
57
|
def endpoint_ip_address(self) -> Optional[pulumi.Input[str]]:
|
|
58
58
|
"""
|
|
59
|
-
IP address of Azure private endpoint
|
|
59
|
+
IP address of Azure private endpoint.
|
|
60
60
|
"""
|
|
61
61
|
return pulumi.get(self, "endpoint_ip_address")
|
|
62
62
|
|
|
@@ -75,11 +75,11 @@ class _AzurePrivatelinkConnectionApprovalState:
|
|
|
75
75
|
state: Optional[pulumi.Input[str]] = None):
|
|
76
76
|
"""
|
|
77
77
|
Input properties used for looking up and filtering AzurePrivatelinkConnectionApproval resources.
|
|
78
|
-
:param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint
|
|
79
|
-
:param pulumi.Input[str] privatelink_connection_id:
|
|
80
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
81
|
-
: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 variable as a reference.
|
|
82
|
-
:param pulumi.Input[str] state:
|
|
78
|
+
:param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint.
|
|
79
|
+
:param pulumi.Input[str] privatelink_connection_id: The ID of the Private Link connection.
|
|
80
|
+
:param pulumi.Input[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.
|
|
81
|
+
: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 variable as a reference. Changing this property forces recreation of the resource.
|
|
82
|
+
:param pulumi.Input[str] state: The state of the Private Link connection.
|
|
83
83
|
"""
|
|
84
84
|
if endpoint_ip_address is not None:
|
|
85
85
|
pulumi.set(__self__, "endpoint_ip_address", endpoint_ip_address)
|
|
@@ -96,7 +96,7 @@ class _AzurePrivatelinkConnectionApprovalState:
|
|
|
96
96
|
@pulumi.getter(name="endpointIpAddress")
|
|
97
97
|
def endpoint_ip_address(self) -> Optional[pulumi.Input[str]]:
|
|
98
98
|
"""
|
|
99
|
-
IP address of Azure private endpoint
|
|
99
|
+
IP address of Azure private endpoint.
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "endpoint_ip_address")
|
|
102
102
|
|
|
@@ -108,7 +108,7 @@ class _AzurePrivatelinkConnectionApprovalState:
|
|
|
108
108
|
@pulumi.getter(name="privatelinkConnectionId")
|
|
109
109
|
def privatelink_connection_id(self) -> Optional[pulumi.Input[str]]:
|
|
110
110
|
"""
|
|
111
|
-
|
|
111
|
+
The ID of the Private Link connection.
|
|
112
112
|
"""
|
|
113
113
|
return pulumi.get(self, "privatelink_connection_id")
|
|
114
114
|
|
|
@@ -120,7 +120,7 @@ class _AzurePrivatelinkConnectionApprovalState:
|
|
|
120
120
|
@pulumi.getter
|
|
121
121
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
122
122
|
"""
|
|
123
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
123
|
+
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.
|
|
124
124
|
"""
|
|
125
125
|
return pulumi.get(self, "project")
|
|
126
126
|
|
|
@@ -132,7 +132,7 @@ class _AzurePrivatelinkConnectionApprovalState:
|
|
|
132
132
|
@pulumi.getter(name="serviceName")
|
|
133
133
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
134
134
|
"""
|
|
135
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
135
|
+
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.
|
|
136
136
|
"""
|
|
137
137
|
return pulumi.get(self, "service_name")
|
|
138
138
|
|
|
@@ -144,7 +144,7 @@ class _AzurePrivatelinkConnectionApprovalState:
|
|
|
144
144
|
@pulumi.getter
|
|
145
145
|
def state(self) -> Optional[pulumi.Input[str]]:
|
|
146
146
|
"""
|
|
147
|
-
|
|
147
|
+
The state of the Private Link connection.
|
|
148
148
|
"""
|
|
149
149
|
return pulumi.get(self, "state")
|
|
150
150
|
|
|
@@ -163,19 +163,19 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
163
163
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
164
164
|
__props__=None):
|
|
165
165
|
"""
|
|
166
|
-
|
|
166
|
+
Approves an Azure Private Link connection to an Aiven service with an associated endpoint IP.
|
|
167
167
|
|
|
168
168
|
## Import
|
|
169
169
|
|
|
170
170
|
```sh
|
|
171
|
-
$ pulumi import aiven:index/azurePrivatelinkConnectionApproval:AzurePrivatelinkConnectionApproval approval
|
|
171
|
+
$ pulumi import aiven:index/azurePrivatelinkConnectionApproval:AzurePrivatelinkConnectionApproval approval PROJECT/SERVICE_NAME
|
|
172
172
|
```
|
|
173
173
|
|
|
174
174
|
:param str resource_name: The name of the resource.
|
|
175
175
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
176
|
-
:param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint
|
|
177
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
178
|
-
: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 variable as a reference.
|
|
176
|
+
:param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint.
|
|
177
|
+
:param pulumi.Input[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.
|
|
178
|
+
: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 variable as a reference. Changing this property forces recreation of the resource.
|
|
179
179
|
"""
|
|
180
180
|
...
|
|
181
181
|
@overload
|
|
@@ -184,12 +184,12 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
184
184
|
args: AzurePrivatelinkConnectionApprovalArgs,
|
|
185
185
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
186
186
|
"""
|
|
187
|
-
|
|
187
|
+
Approves an Azure Private Link connection to an Aiven service with an associated endpoint IP.
|
|
188
188
|
|
|
189
189
|
## Import
|
|
190
190
|
|
|
191
191
|
```sh
|
|
192
|
-
$ pulumi import aiven:index/azurePrivatelinkConnectionApproval:AzurePrivatelinkConnectionApproval approval
|
|
192
|
+
$ pulumi import aiven:index/azurePrivatelinkConnectionApproval:AzurePrivatelinkConnectionApproval approval PROJECT/SERVICE_NAME
|
|
193
193
|
```
|
|
194
194
|
|
|
195
195
|
:param str resource_name: The name of the resource.
|
|
@@ -250,11 +250,11 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
250
250
|
:param str resource_name: The unique name of the resulting resource.
|
|
251
251
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
252
252
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
253
|
-
:param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint
|
|
254
|
-
:param pulumi.Input[str] privatelink_connection_id:
|
|
255
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
256
|
-
: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 variable as a reference.
|
|
257
|
-
:param pulumi.Input[str] state:
|
|
253
|
+
:param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint.
|
|
254
|
+
:param pulumi.Input[str] privatelink_connection_id: The ID of the Private Link connection.
|
|
255
|
+
:param pulumi.Input[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.
|
|
256
|
+
: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 variable as a reference. Changing this property forces recreation of the resource.
|
|
257
|
+
:param pulumi.Input[str] state: The state of the Private Link connection.
|
|
258
258
|
"""
|
|
259
259
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
260
260
|
|
|
@@ -271,7 +271,7 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
271
271
|
@pulumi.getter(name="endpointIpAddress")
|
|
272
272
|
def endpoint_ip_address(self) -> pulumi.Output[Optional[str]]:
|
|
273
273
|
"""
|
|
274
|
-
IP address of Azure private endpoint
|
|
274
|
+
IP address of Azure private endpoint.
|
|
275
275
|
"""
|
|
276
276
|
return pulumi.get(self, "endpoint_ip_address")
|
|
277
277
|
|
|
@@ -279,7 +279,7 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
279
279
|
@pulumi.getter(name="privatelinkConnectionId")
|
|
280
280
|
def privatelink_connection_id(self) -> pulumi.Output[str]:
|
|
281
281
|
"""
|
|
282
|
-
|
|
282
|
+
The ID of the Private Link connection.
|
|
283
283
|
"""
|
|
284
284
|
return pulumi.get(self, "privatelink_connection_id")
|
|
285
285
|
|
|
@@ -287,7 +287,7 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
287
287
|
@pulumi.getter
|
|
288
288
|
def project(self) -> pulumi.Output[str]:
|
|
289
289
|
"""
|
|
290
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
290
|
+
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.
|
|
291
291
|
"""
|
|
292
292
|
return pulumi.get(self, "project")
|
|
293
293
|
|
|
@@ -295,7 +295,7 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
295
295
|
@pulumi.getter(name="serviceName")
|
|
296
296
|
def service_name(self) -> pulumi.Output[str]:
|
|
297
297
|
"""
|
|
298
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
298
|
+
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.
|
|
299
299
|
"""
|
|
300
300
|
return pulumi.get(self, "service_name")
|
|
301
301
|
|
|
@@ -303,7 +303,7 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
303
303
|
@pulumi.getter
|
|
304
304
|
def state(self) -> pulumi.Output[str]:
|
|
305
305
|
"""
|
|
306
|
-
|
|
306
|
+
The state of the Private Link connection.
|
|
307
307
|
"""
|
|
308
308
|
return pulumi.get(self, "state")
|
|
309
309
|
|
|
@@ -22,12 +22,12 @@ class AzureVpcPeeringConnectionArgs:
|
|
|
22
22
|
vpc_id: pulumi.Input[str]):
|
|
23
23
|
"""
|
|
24
24
|
The set of arguments for constructing a AzureVpcPeeringConnection resource.
|
|
25
|
-
:param pulumi.Input[str] azure_subscription_id:
|
|
26
|
-
:param pulumi.Input[str] peer_azure_app_id:
|
|
27
|
-
:param pulumi.Input[str] peer_azure_tenant_id: Azure tenant
|
|
28
|
-
:param pulumi.Input[str] peer_resource_group:
|
|
29
|
-
:param pulumi.Input[str] vnet_name:
|
|
30
|
-
:param pulumi.Input[str] vpc_id: The
|
|
25
|
+
:param pulumi.Input[str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
26
|
+
:param pulumi.Input[str] peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
|
|
27
|
+
:param pulumi.Input[str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
|
|
28
|
+
:param pulumi.Input[str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
29
|
+
:param pulumi.Input[str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
30
|
+
:param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
31
31
|
"""
|
|
32
32
|
pulumi.set(__self__, "azure_subscription_id", azure_subscription_id)
|
|
33
33
|
pulumi.set(__self__, "peer_azure_app_id", peer_azure_app_id)
|
|
@@ -40,7 +40,7 @@ class AzureVpcPeeringConnectionArgs:
|
|
|
40
40
|
@pulumi.getter(name="azureSubscriptionId")
|
|
41
41
|
def azure_subscription_id(self) -> pulumi.Input[str]:
|
|
42
42
|
"""
|
|
43
|
-
|
|
43
|
+
The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
44
44
|
"""
|
|
45
45
|
return pulumi.get(self, "azure_subscription_id")
|
|
46
46
|
|
|
@@ -52,7 +52,7 @@ class AzureVpcPeeringConnectionArgs:
|
|
|
52
52
|
@pulumi.getter(name="peerAzureAppId")
|
|
53
53
|
def peer_azure_app_id(self) -> pulumi.Input[str]:
|
|
54
54
|
"""
|
|
55
|
-
|
|
55
|
+
The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
|
|
56
56
|
"""
|
|
57
57
|
return pulumi.get(self, "peer_azure_app_id")
|
|
58
58
|
|
|
@@ -64,7 +64,7 @@ class AzureVpcPeeringConnectionArgs:
|
|
|
64
64
|
@pulumi.getter(name="peerAzureTenantId")
|
|
65
65
|
def peer_azure_tenant_id(self) -> pulumi.Input[str]:
|
|
66
66
|
"""
|
|
67
|
-
Azure tenant
|
|
67
|
+
The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "peer_azure_tenant_id")
|
|
70
70
|
|
|
@@ -76,7 +76,7 @@ class AzureVpcPeeringConnectionArgs:
|
|
|
76
76
|
@pulumi.getter(name="peerResourceGroup")
|
|
77
77
|
def peer_resource_group(self) -> pulumi.Input[str]:
|
|
78
78
|
"""
|
|
79
|
-
|
|
79
|
+
The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
80
80
|
"""
|
|
81
81
|
return pulumi.get(self, "peer_resource_group")
|
|
82
82
|
|
|
@@ -88,7 +88,7 @@ class AzureVpcPeeringConnectionArgs:
|
|
|
88
88
|
@pulumi.getter(name="vnetName")
|
|
89
89
|
def vnet_name(self) -> pulumi.Input[str]:
|
|
90
90
|
"""
|
|
91
|
-
|
|
91
|
+
The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "vnet_name")
|
|
94
94
|
|
|
@@ -100,7 +100,7 @@ class AzureVpcPeeringConnectionArgs:
|
|
|
100
100
|
@pulumi.getter(name="vpcId")
|
|
101
101
|
def vpc_id(self) -> pulumi.Input[str]:
|
|
102
102
|
"""
|
|
103
|
-
The
|
|
103
|
+
The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
104
104
|
"""
|
|
105
105
|
return pulumi.get(self, "vpc_id")
|
|
106
106
|
|
|
@@ -123,15 +123,15 @@ class _AzureVpcPeeringConnectionState:
|
|
|
123
123
|
vpc_id: Optional[pulumi.Input[str]] = None):
|
|
124
124
|
"""
|
|
125
125
|
Input properties used for looking up and filtering AzureVpcPeeringConnection resources.
|
|
126
|
-
:param pulumi.Input[str] azure_subscription_id:
|
|
127
|
-
:param pulumi.Input[str] peer_azure_app_id:
|
|
128
|
-
:param pulumi.Input[str] peer_azure_tenant_id: Azure tenant
|
|
129
|
-
:param pulumi.Input[str] peer_resource_group:
|
|
130
|
-
:param pulumi.Input[str] peering_connection_id:
|
|
126
|
+
:param pulumi.Input[str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
127
|
+
:param pulumi.Input[str] peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
|
|
128
|
+
:param pulumi.Input[str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
|
|
129
|
+
:param pulumi.Input[str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
130
|
+
:param pulumi.Input[str] peering_connection_id: The ID of the cloud provider for the peering connection.
|
|
131
131
|
:param pulumi.Input[str] state: State of the peering connection
|
|
132
|
-
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
|
|
133
|
-
:param pulumi.Input[str] vnet_name:
|
|
134
|
-
:param pulumi.Input[str] vpc_id: The
|
|
132
|
+
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
|
|
133
|
+
:param pulumi.Input[str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
134
|
+
:param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
135
135
|
"""
|
|
136
136
|
if azure_subscription_id is not None:
|
|
137
137
|
pulumi.set(__self__, "azure_subscription_id", azure_subscription_id)
|
|
@@ -156,7 +156,7 @@ class _AzureVpcPeeringConnectionState:
|
|
|
156
156
|
@pulumi.getter(name="azureSubscriptionId")
|
|
157
157
|
def azure_subscription_id(self) -> Optional[pulumi.Input[str]]:
|
|
158
158
|
"""
|
|
159
|
-
|
|
159
|
+
The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
160
160
|
"""
|
|
161
161
|
return pulumi.get(self, "azure_subscription_id")
|
|
162
162
|
|
|
@@ -168,7 +168,7 @@ class _AzureVpcPeeringConnectionState:
|
|
|
168
168
|
@pulumi.getter(name="peerAzureAppId")
|
|
169
169
|
def peer_azure_app_id(self) -> Optional[pulumi.Input[str]]:
|
|
170
170
|
"""
|
|
171
|
-
|
|
171
|
+
The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
|
|
172
172
|
"""
|
|
173
173
|
return pulumi.get(self, "peer_azure_app_id")
|
|
174
174
|
|
|
@@ -180,7 +180,7 @@ class _AzureVpcPeeringConnectionState:
|
|
|
180
180
|
@pulumi.getter(name="peerAzureTenantId")
|
|
181
181
|
def peer_azure_tenant_id(self) -> Optional[pulumi.Input[str]]:
|
|
182
182
|
"""
|
|
183
|
-
Azure tenant
|
|
183
|
+
The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
|
|
184
184
|
"""
|
|
185
185
|
return pulumi.get(self, "peer_azure_tenant_id")
|
|
186
186
|
|
|
@@ -192,7 +192,7 @@ class _AzureVpcPeeringConnectionState:
|
|
|
192
192
|
@pulumi.getter(name="peerResourceGroup")
|
|
193
193
|
def peer_resource_group(self) -> Optional[pulumi.Input[str]]:
|
|
194
194
|
"""
|
|
195
|
-
|
|
195
|
+
The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
196
196
|
"""
|
|
197
197
|
return pulumi.get(self, "peer_resource_group")
|
|
198
198
|
|
|
@@ -204,7 +204,7 @@ class _AzureVpcPeeringConnectionState:
|
|
|
204
204
|
@pulumi.getter(name="peeringConnectionId")
|
|
205
205
|
def peering_connection_id(self) -> Optional[pulumi.Input[str]]:
|
|
206
206
|
"""
|
|
207
|
-
|
|
207
|
+
The ID of the cloud provider for the peering connection.
|
|
208
208
|
"""
|
|
209
209
|
return pulumi.get(self, "peering_connection_id")
|
|
210
210
|
|
|
@@ -228,7 +228,7 @@ class _AzureVpcPeeringConnectionState:
|
|
|
228
228
|
@pulumi.getter(name="stateInfo")
|
|
229
229
|
def state_info(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
230
230
|
"""
|
|
231
|
-
State-specific help or error information
|
|
231
|
+
State-specific help or error information.
|
|
232
232
|
"""
|
|
233
233
|
return pulumi.get(self, "state_info")
|
|
234
234
|
|
|
@@ -240,7 +240,7 @@ class _AzureVpcPeeringConnectionState:
|
|
|
240
240
|
@pulumi.getter(name="vnetName")
|
|
241
241
|
def vnet_name(self) -> Optional[pulumi.Input[str]]:
|
|
242
242
|
"""
|
|
243
|
-
|
|
243
|
+
The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
244
244
|
"""
|
|
245
245
|
return pulumi.get(self, "vnet_name")
|
|
246
246
|
|
|
@@ -252,7 +252,7 @@ class _AzureVpcPeeringConnectionState:
|
|
|
252
252
|
@pulumi.getter(name="vpcId")
|
|
253
253
|
def vpc_id(self) -> Optional[pulumi.Input[str]]:
|
|
254
254
|
"""
|
|
255
|
-
The
|
|
255
|
+
The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
256
256
|
"""
|
|
257
257
|
return pulumi.get(self, "vpc_id")
|
|
258
258
|
|
|
@@ -274,7 +274,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
274
274
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
275
275
|
__props__=None):
|
|
276
276
|
"""
|
|
277
|
-
|
|
277
|
+
Creates and manages an Azure VPC peering connection with an Aiven VPC.
|
|
278
278
|
|
|
279
279
|
## Example Usage
|
|
280
280
|
|
|
@@ -283,30 +283,34 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
283
283
|
import pulumi
|
|
284
284
|
import pulumi_aiven as aiven
|
|
285
285
|
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
286
|
+
example_vpc = aiven.ProjectVpc("exampleVpc",
|
|
287
|
+
project=data["aiven_project"]["example_project"]["project"],
|
|
288
|
+
cloud_name="google-europe-west1",
|
|
289
|
+
network_cidr="192.168.1.0/24")
|
|
290
|
+
azure_to_aiven_peering = aiven.AzureVpcPeeringConnection("azureToAivenPeering",
|
|
291
|
+
vpc_id=example_vpc.id,
|
|
292
|
+
azure_subscription_id="00000000-0000-0000-0000-000000000000",
|
|
293
|
+
peer_resource_group="example-resource-group",
|
|
294
|
+
vnet_name="example-vnet",
|
|
295
|
+
peer_azure_app_id="00000000-0000-0000-0000-000000000000",
|
|
296
|
+
peer_azure_tenant_id="00000000-0000-0000-0000-000000000000")
|
|
293
297
|
```
|
|
294
298
|
<!--End PulumiCodeChooser -->
|
|
295
299
|
|
|
296
300
|
## Import
|
|
297
301
|
|
|
298
302
|
```sh
|
|
299
|
-
$ pulumi import aiven:index/azureVpcPeeringConnection:AzureVpcPeeringConnection
|
|
303
|
+
$ pulumi import aiven:index/azureVpcPeeringConnection:AzureVpcPeeringConnection azure_to_aiven_peering PROJECT/VPC_ID/AZURE_SUBSCRIPTION_ID/VNET_NAME
|
|
300
304
|
```
|
|
301
305
|
|
|
302
306
|
:param str resource_name: The name of the resource.
|
|
303
307
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
304
|
-
:param pulumi.Input[str] azure_subscription_id:
|
|
305
|
-
:param pulumi.Input[str] peer_azure_app_id:
|
|
306
|
-
:param pulumi.Input[str] peer_azure_tenant_id: Azure tenant
|
|
307
|
-
:param pulumi.Input[str] peer_resource_group:
|
|
308
|
-
:param pulumi.Input[str] vnet_name:
|
|
309
|
-
:param pulumi.Input[str] vpc_id: The
|
|
308
|
+
:param pulumi.Input[str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
309
|
+
:param pulumi.Input[str] peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
|
|
310
|
+
:param pulumi.Input[str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
|
|
311
|
+
:param pulumi.Input[str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
312
|
+
:param pulumi.Input[str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
313
|
+
:param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
310
314
|
"""
|
|
311
315
|
...
|
|
312
316
|
@overload
|
|
@@ -315,7 +319,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
315
319
|
args: AzureVpcPeeringConnectionArgs,
|
|
316
320
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
317
321
|
"""
|
|
318
|
-
|
|
322
|
+
Creates and manages an Azure VPC peering connection with an Aiven VPC.
|
|
319
323
|
|
|
320
324
|
## Example Usage
|
|
321
325
|
|
|
@@ -324,20 +328,24 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
324
328
|
import pulumi
|
|
325
329
|
import pulumi_aiven as aiven
|
|
326
330
|
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
331
|
+
example_vpc = aiven.ProjectVpc("exampleVpc",
|
|
332
|
+
project=data["aiven_project"]["example_project"]["project"],
|
|
333
|
+
cloud_name="google-europe-west1",
|
|
334
|
+
network_cidr="192.168.1.0/24")
|
|
335
|
+
azure_to_aiven_peering = aiven.AzureVpcPeeringConnection("azureToAivenPeering",
|
|
336
|
+
vpc_id=example_vpc.id,
|
|
337
|
+
azure_subscription_id="00000000-0000-0000-0000-000000000000",
|
|
338
|
+
peer_resource_group="example-resource-group",
|
|
339
|
+
vnet_name="example-vnet",
|
|
340
|
+
peer_azure_app_id="00000000-0000-0000-0000-000000000000",
|
|
341
|
+
peer_azure_tenant_id="00000000-0000-0000-0000-000000000000")
|
|
334
342
|
```
|
|
335
343
|
<!--End PulumiCodeChooser -->
|
|
336
344
|
|
|
337
345
|
## Import
|
|
338
346
|
|
|
339
347
|
```sh
|
|
340
|
-
$ pulumi import aiven:index/azureVpcPeeringConnection:AzureVpcPeeringConnection
|
|
348
|
+
$ pulumi import aiven:index/azureVpcPeeringConnection:AzureVpcPeeringConnection azure_to_aiven_peering PROJECT/VPC_ID/AZURE_SUBSCRIPTION_ID/VNET_NAME
|
|
341
349
|
```
|
|
342
350
|
|
|
343
351
|
:param str resource_name: The name of the resource.
|
|
@@ -417,15 +425,15 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
417
425
|
:param str resource_name: The unique name of the resulting resource.
|
|
418
426
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
419
427
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
420
|
-
:param pulumi.Input[str] azure_subscription_id:
|
|
421
|
-
:param pulumi.Input[str] peer_azure_app_id:
|
|
422
|
-
:param pulumi.Input[str] peer_azure_tenant_id: Azure tenant
|
|
423
|
-
:param pulumi.Input[str] peer_resource_group:
|
|
424
|
-
:param pulumi.Input[str] peering_connection_id:
|
|
428
|
+
:param pulumi.Input[str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
429
|
+
:param pulumi.Input[str] peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
|
|
430
|
+
:param pulumi.Input[str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
|
|
431
|
+
:param pulumi.Input[str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
432
|
+
:param pulumi.Input[str] peering_connection_id: The ID of the cloud provider for the peering connection.
|
|
425
433
|
:param pulumi.Input[str] state: State of the peering connection
|
|
426
|
-
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
|
|
427
|
-
:param pulumi.Input[str] vnet_name:
|
|
428
|
-
:param pulumi.Input[str] vpc_id: The
|
|
434
|
+
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
|
|
435
|
+
:param pulumi.Input[str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
436
|
+
:param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
429
437
|
"""
|
|
430
438
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
431
439
|
|
|
@@ -446,7 +454,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
446
454
|
@pulumi.getter(name="azureSubscriptionId")
|
|
447
455
|
def azure_subscription_id(self) -> pulumi.Output[str]:
|
|
448
456
|
"""
|
|
449
|
-
|
|
457
|
+
The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
450
458
|
"""
|
|
451
459
|
return pulumi.get(self, "azure_subscription_id")
|
|
452
460
|
|
|
@@ -454,7 +462,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
454
462
|
@pulumi.getter(name="peerAzureAppId")
|
|
455
463
|
def peer_azure_app_id(self) -> pulumi.Output[str]:
|
|
456
464
|
"""
|
|
457
|
-
|
|
465
|
+
The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
|
|
458
466
|
"""
|
|
459
467
|
return pulumi.get(self, "peer_azure_app_id")
|
|
460
468
|
|
|
@@ -462,7 +470,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
462
470
|
@pulumi.getter(name="peerAzureTenantId")
|
|
463
471
|
def peer_azure_tenant_id(self) -> pulumi.Output[str]:
|
|
464
472
|
"""
|
|
465
|
-
Azure tenant
|
|
473
|
+
The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
|
|
466
474
|
"""
|
|
467
475
|
return pulumi.get(self, "peer_azure_tenant_id")
|
|
468
476
|
|
|
@@ -470,7 +478,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
470
478
|
@pulumi.getter(name="peerResourceGroup")
|
|
471
479
|
def peer_resource_group(self) -> pulumi.Output[str]:
|
|
472
480
|
"""
|
|
473
|
-
|
|
481
|
+
The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
474
482
|
"""
|
|
475
483
|
return pulumi.get(self, "peer_resource_group")
|
|
476
484
|
|
|
@@ -478,7 +486,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
478
486
|
@pulumi.getter(name="peeringConnectionId")
|
|
479
487
|
def peering_connection_id(self) -> pulumi.Output[str]:
|
|
480
488
|
"""
|
|
481
|
-
|
|
489
|
+
The ID of the cloud provider for the peering connection.
|
|
482
490
|
"""
|
|
483
491
|
return pulumi.get(self, "peering_connection_id")
|
|
484
492
|
|
|
@@ -494,7 +502,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
494
502
|
@pulumi.getter(name="stateInfo")
|
|
495
503
|
def state_info(self) -> pulumi.Output[Mapping[str, Any]]:
|
|
496
504
|
"""
|
|
497
|
-
State-specific help or error information
|
|
505
|
+
State-specific help or error information.
|
|
498
506
|
"""
|
|
499
507
|
return pulumi.get(self, "state_info")
|
|
500
508
|
|
|
@@ -502,7 +510,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
502
510
|
@pulumi.getter(name="vnetName")
|
|
503
511
|
def vnet_name(self) -> pulumi.Output[str]:
|
|
504
512
|
"""
|
|
505
|
-
|
|
513
|
+
The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
506
514
|
"""
|
|
507
515
|
return pulumi.get(self, "vnet_name")
|
|
508
516
|
|
|
@@ -510,7 +518,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
510
518
|
@pulumi.getter(name="vpcId")
|
|
511
519
|
def vpc_id(self) -> pulumi.Output[str]:
|
|
512
520
|
"""
|
|
513
|
-
The
|
|
521
|
+
The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
514
522
|
"""
|
|
515
523
|
return pulumi.get(self, "vpc_id")
|
|
516
524
|
|