pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.14.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 +2623 -1138
- pulumi_aiven/account.py +8 -8
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +6 -6
- pulumi_aiven/account_team_member.py +27 -31
- pulumi_aiven/account_team_project.py +12 -12
- pulumi_aiven/aws_privatelink.py +39 -43
- pulumi_aiven/aws_vpc_peering_connection.py +62 -56
- pulumi_aiven/azure_privatelink.py +49 -53
- pulumi_aiven/azure_privatelink_connection_approval.py +131 -33
- pulumi_aiven/azure_vpc_peering_connection.py +76 -72
- pulumi_aiven/billing_group.py +18 -18
- pulumi_aiven/cassandra.py +25 -57
- pulumi_aiven/cassandra_user.py +25 -29
- pulumi_aiven/clickhouse.py +25 -57
- pulumi_aiven/clickhouse_database.py +31 -33
- pulumi_aiven/clickhouse_grant.py +56 -58
- pulumi_aiven/clickhouse_role.py +23 -27
- pulumi_aiven/clickhouse_user.py +25 -29
- pulumi_aiven/connection_pool.py +38 -42
- pulumi_aiven/dragonfly.py +1205 -0
- pulumi_aiven/flink.py +32 -36
- pulumi_aiven/flink_application.py +22 -24
- pulumi_aiven/flink_application_deployment.py +28 -28
- pulumi_aiven/flink_application_version.py +96 -14
- pulumi_aiven/gcp_privatelink.py +40 -40
- pulumi_aiven/gcp_privatelink_connection_approval.py +47 -47
- pulumi_aiven/gcp_vpc_peering_connection.py +39 -43
- pulumi_aiven/get_account.py +0 -4
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +15 -19
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -27
- pulumi_aiven/get_azure_privatelink.py +17 -21
- pulumi_aiven/get_azure_vpc_peering_connection.py +50 -22
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +7 -24
- pulumi_aiven/get_cassandra.py +7 -24
- pulumi_aiven/get_cassandra_user.py +13 -17
- pulumi_aiven/get_clickhouse.py +7 -24
- pulumi_aiven/get_clickhouse_database.py +13 -17
- pulumi_aiven/get_clickhouse_user.py +13 -17
- pulumi_aiven/get_connection_pool.py +14 -18
- pulumi_aiven/get_dragonfly.py +450 -0
- pulumi_aiven/get_flink.py +6 -10
- pulumi_aiven/get_flink_application.py +8 -12
- pulumi_aiven/get_flink_application_version.py +8 -12
- pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -22
- pulumi_aiven/get_grafana.py +7 -24
- pulumi_aiven/get_kafka.py +13 -17
- pulumi_aiven/get_kafka_acl.py +19 -23
- pulumi_aiven/get_kafka_connect.py +7 -24
- pulumi_aiven/get_kafka_connector.py +13 -17
- pulumi_aiven/get_kafka_mirror_maker.py +7 -24
- pulumi_aiven/get_kafka_schema.py +13 -17
- pulumi_aiven/get_kafka_schema_configuration.py +11 -15
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +19 -23
- pulumi_aiven/get_kafka_user.py +13 -17
- pulumi_aiven/get_m3_aggregator.py +7 -24
- pulumi_aiven/get_m3_db.py +7 -24
- pulumi_aiven/get_m3db_user.py +13 -17
- pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
- pulumi_aiven/get_my_sql.py +7 -24
- pulumi_aiven/get_mysql_database.py +13 -17
- pulumi_aiven/get_mysql_user.py +13 -17
- pulumi_aiven/get_open_search.py +6 -10
- pulumi_aiven/get_open_search_acl_config.py +10 -14
- pulumi_aiven/get_open_search_acl_rule.py +16 -20
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
- pulumi_aiven/get_opensearch_user.py +13 -17
- pulumi_aiven/get_organization.py +8 -12
- pulumi_aiven/get_organization_user_group.py +29 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +6 -10
- pulumi_aiven/get_pg_database.py +15 -19
- pulumi_aiven/get_pg_user.py +13 -17
- pulumi_aiven/get_project.py +17 -21
- pulumi_aiven/get_project_user.py +9 -13
- pulumi_aiven/get_project_vpc.py +11 -17
- pulumi_aiven/get_redis.py +7 -24
- pulumi_aiven/get_redis_user.py +17 -21
- pulumi_aiven/get_service_component.py +4 -8
- pulumi_aiven/get_service_integration.py +75 -37
- pulumi_aiven/get_service_integration_endpoint.py +3 -7
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +11 -15
- pulumi_aiven/grafana.py +82 -267
- pulumi_aiven/influx_db.py +28 -28
- pulumi_aiven/influxdb_database.py +35 -35
- pulumi_aiven/influxdb_user.py +42 -42
- pulumi_aiven/kafka.py +50 -54
- pulumi_aiven/kafka_acl.py +41 -45
- pulumi_aiven/kafka_connect.py +80 -267
- pulumi_aiven/kafka_connector.py +33 -37
- pulumi_aiven/kafka_mirror_maker.py +80 -267
- pulumi_aiven/kafka_schema.py +51 -51
- pulumi_aiven/kafka_schema_configuration.py +20 -24
- pulumi_aiven/kafka_schema_registry_acl.py +75 -35
- pulumi_aiven/kafka_topic.py +91 -53
- pulumi_aiven/kafka_user.py +25 -29
- pulumi_aiven/m3_aggregator.py +80 -267
- pulumi_aiven/m3_db.py +80 -267
- pulumi_aiven/m3db_user.py +23 -27
- pulumi_aiven/mirror_maker_replication_flow.py +58 -60
- pulumi_aiven/my_sql.py +80 -267
- pulumi_aiven/mysql_database.py +27 -31
- pulumi_aiven/mysql_user.py +25 -29
- pulumi_aiven/open_search.py +27 -31
- pulumi_aiven/open_search_acl_config.py +28 -36
- pulumi_aiven/open_search_acl_rule.py +50 -54
- pulumi_aiven/opensearch_security_plugin_config.py +64 -16
- pulumi_aiven/opensearch_user.py +25 -29
- pulumi_aiven/organization.py +10 -14
- pulumi_aiven/organization_group_project.py +336 -0
- pulumi_aiven/organization_user.py +16 -34
- pulumi_aiven/organization_user_group.py +59 -23
- pulumi_aiven/organization_user_group_member.py +350 -0
- pulumi_aiven/organizational_unit.py +36 -36
- pulumi_aiven/outputs.py +3539 -1136
- pulumi_aiven/pg.py +30 -30
- pulumi_aiven/pg_database.py +41 -45
- pulumi_aiven/pg_user.py +25 -29
- pulumi_aiven/project.py +91 -69
- pulumi_aiven/project_user.py +24 -28
- pulumi_aiven/project_vpc.py +49 -25
- pulumi_aiven/redis.py +80 -267
- pulumi_aiven/redis_user.py +53 -57
- pulumi_aiven/service_integration.py +249 -65
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +25 -29
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0.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.14.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
|
@@ -20,10 +20,10 @@ class AwsVpcPeeringConnectionArgs:
|
|
|
20
20
|
vpc_id: pulumi.Input[str]):
|
|
21
21
|
"""
|
|
22
22
|
The set of arguments for constructing a AwsVpcPeeringConnection resource.
|
|
23
|
-
:param pulumi.Input[str] aws_account_id: AWS account ID.
|
|
24
|
-
:param pulumi.Input[str] aws_vpc_id: AWS VPC ID.
|
|
25
|
-
:param pulumi.Input[str] aws_vpc_region: AWS region of the peered VPC
|
|
26
|
-
:param pulumi.Input[str] vpc_id: The
|
|
23
|
+
:param pulumi.Input[str] aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
|
|
24
|
+
:param pulumi.Input[str] aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
|
|
25
|
+
:param pulumi.Input[str] aws_vpc_region: The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
|
|
26
|
+
:param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
27
27
|
"""
|
|
28
28
|
pulumi.set(__self__, "aws_account_id", aws_account_id)
|
|
29
29
|
pulumi.set(__self__, "aws_vpc_id", aws_vpc_id)
|
|
@@ -34,7 +34,7 @@ class AwsVpcPeeringConnectionArgs:
|
|
|
34
34
|
@pulumi.getter(name="awsAccountId")
|
|
35
35
|
def aws_account_id(self) -> pulumi.Input[str]:
|
|
36
36
|
"""
|
|
37
|
-
AWS account ID.
|
|
37
|
+
AWS account ID. Changing this property forces recreation of the resource.
|
|
38
38
|
"""
|
|
39
39
|
return pulumi.get(self, "aws_account_id")
|
|
40
40
|
|
|
@@ -46,7 +46,7 @@ class AwsVpcPeeringConnectionArgs:
|
|
|
46
46
|
@pulumi.getter(name="awsVpcId")
|
|
47
47
|
def aws_vpc_id(self) -> pulumi.Input[str]:
|
|
48
48
|
"""
|
|
49
|
-
AWS VPC ID.
|
|
49
|
+
AWS VPC ID. Changing this property forces recreation of the resource.
|
|
50
50
|
"""
|
|
51
51
|
return pulumi.get(self, "aws_vpc_id")
|
|
52
52
|
|
|
@@ -58,7 +58,7 @@ class AwsVpcPeeringConnectionArgs:
|
|
|
58
58
|
@pulumi.getter(name="awsVpcRegion")
|
|
59
59
|
def aws_vpc_region(self) -> pulumi.Input[str]:
|
|
60
60
|
"""
|
|
61
|
-
AWS region of the peered VPC
|
|
61
|
+
The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
|
|
62
62
|
"""
|
|
63
63
|
return pulumi.get(self, "aws_vpc_region")
|
|
64
64
|
|
|
@@ -70,7 +70,7 @@ class AwsVpcPeeringConnectionArgs:
|
|
|
70
70
|
@pulumi.getter(name="vpcId")
|
|
71
71
|
def vpc_id(self) -> pulumi.Input[str]:
|
|
72
72
|
"""
|
|
73
|
-
The
|
|
73
|
+
The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
74
74
|
"""
|
|
75
75
|
return pulumi.get(self, "vpc_id")
|
|
76
76
|
|
|
@@ -91,13 +91,13 @@ class _AwsVpcPeeringConnectionState:
|
|
|
91
91
|
vpc_id: Optional[pulumi.Input[str]] = None):
|
|
92
92
|
"""
|
|
93
93
|
Input properties used for looking up and filtering AwsVpcPeeringConnection resources.
|
|
94
|
-
:param pulumi.Input[str] aws_account_id: AWS account ID.
|
|
95
|
-
:param pulumi.Input[str] aws_vpc_id: AWS VPC ID.
|
|
96
|
-
:param pulumi.Input[str] aws_vpc_peering_connection_id: AWS VPC peering connection
|
|
97
|
-
:param pulumi.Input[str] aws_vpc_region: AWS region of the peered VPC
|
|
98
|
-
:param pulumi.Input[str] state:
|
|
99
|
-
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
|
|
100
|
-
:param pulumi.Input[str] vpc_id: The
|
|
94
|
+
:param pulumi.Input[str] aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
|
|
95
|
+
:param pulumi.Input[str] aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
|
|
96
|
+
:param pulumi.Input[str] aws_vpc_peering_connection_id: The ID of the AWS VPC peering connection.
|
|
97
|
+
:param pulumi.Input[str] aws_vpc_region: The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
|
|
98
|
+
:param pulumi.Input[str] state: The state of the peering connection.
|
|
99
|
+
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
|
|
100
|
+
:param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
101
101
|
"""
|
|
102
102
|
if aws_account_id is not None:
|
|
103
103
|
pulumi.set(__self__, "aws_account_id", aws_account_id)
|
|
@@ -118,7 +118,7 @@ class _AwsVpcPeeringConnectionState:
|
|
|
118
118
|
@pulumi.getter(name="awsAccountId")
|
|
119
119
|
def aws_account_id(self) -> Optional[pulumi.Input[str]]:
|
|
120
120
|
"""
|
|
121
|
-
AWS account ID.
|
|
121
|
+
AWS account ID. Changing this property forces recreation of the resource.
|
|
122
122
|
"""
|
|
123
123
|
return pulumi.get(self, "aws_account_id")
|
|
124
124
|
|
|
@@ -130,7 +130,7 @@ class _AwsVpcPeeringConnectionState:
|
|
|
130
130
|
@pulumi.getter(name="awsVpcId")
|
|
131
131
|
def aws_vpc_id(self) -> Optional[pulumi.Input[str]]:
|
|
132
132
|
"""
|
|
133
|
-
AWS VPC ID.
|
|
133
|
+
AWS VPC ID. Changing this property forces recreation of the resource.
|
|
134
134
|
"""
|
|
135
135
|
return pulumi.get(self, "aws_vpc_id")
|
|
136
136
|
|
|
@@ -142,7 +142,7 @@ class _AwsVpcPeeringConnectionState:
|
|
|
142
142
|
@pulumi.getter(name="awsVpcPeeringConnectionId")
|
|
143
143
|
def aws_vpc_peering_connection_id(self) -> Optional[pulumi.Input[str]]:
|
|
144
144
|
"""
|
|
145
|
-
AWS VPC peering connection
|
|
145
|
+
The ID of the AWS VPC peering connection.
|
|
146
146
|
"""
|
|
147
147
|
return pulumi.get(self, "aws_vpc_peering_connection_id")
|
|
148
148
|
|
|
@@ -154,7 +154,7 @@ class _AwsVpcPeeringConnectionState:
|
|
|
154
154
|
@pulumi.getter(name="awsVpcRegion")
|
|
155
155
|
def aws_vpc_region(self) -> Optional[pulumi.Input[str]]:
|
|
156
156
|
"""
|
|
157
|
-
AWS region of the peered VPC
|
|
157
|
+
The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
|
|
158
158
|
"""
|
|
159
159
|
return pulumi.get(self, "aws_vpc_region")
|
|
160
160
|
|
|
@@ -166,7 +166,7 @@ class _AwsVpcPeeringConnectionState:
|
|
|
166
166
|
@pulumi.getter
|
|
167
167
|
def state(self) -> Optional[pulumi.Input[str]]:
|
|
168
168
|
"""
|
|
169
|
-
|
|
169
|
+
The state of the peering connection.
|
|
170
170
|
"""
|
|
171
171
|
return pulumi.get(self, "state")
|
|
172
172
|
|
|
@@ -178,7 +178,7 @@ class _AwsVpcPeeringConnectionState:
|
|
|
178
178
|
@pulumi.getter(name="stateInfo")
|
|
179
179
|
def state_info(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
180
180
|
"""
|
|
181
|
-
State-specific help or error information
|
|
181
|
+
State-specific help or error information.
|
|
182
182
|
"""
|
|
183
183
|
return pulumi.get(self, "state_info")
|
|
184
184
|
|
|
@@ -190,7 +190,7 @@ class _AwsVpcPeeringConnectionState:
|
|
|
190
190
|
@pulumi.getter(name="vpcId")
|
|
191
191
|
def vpc_id(self) -> Optional[pulumi.Input[str]]:
|
|
192
192
|
"""
|
|
193
|
-
The
|
|
193
|
+
The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
194
194
|
"""
|
|
195
195
|
return pulumi.get(self, "vpc_id")
|
|
196
196
|
|
|
@@ -210,34 +210,37 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
210
210
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
211
211
|
__props__=None):
|
|
212
212
|
"""
|
|
213
|
-
|
|
213
|
+
Creates and manages an AWS VPC peering connection with an Aiven VPC.
|
|
214
214
|
|
|
215
215
|
## Example Usage
|
|
216
216
|
|
|
217
|
-
<!--Start PulumiCodeChooser -->
|
|
218
217
|
```python
|
|
219
218
|
import pulumi
|
|
220
219
|
import pulumi_aiven as aiven
|
|
221
220
|
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
221
|
+
example_vpc = aiven.ProjectVpc("example_vpc",
|
|
222
|
+
project=example_project["project"],
|
|
223
|
+
cloud_name="aws-us-east-2",
|
|
224
|
+
network_cidr="192.168.1.0/24")
|
|
225
|
+
aws_to_aiven_peering = aiven.AwsVpcPeeringConnection("aws_to_aiven_peering",
|
|
226
|
+
vpc_id=example_vpc.id,
|
|
227
|
+
aws_account_id=aws_id,
|
|
228
|
+
aws_vpc_id="vpc-1a2b3c4d5e6f7g8h9",
|
|
229
|
+
aws_vpc_region="aws-us-east-2")
|
|
226
230
|
```
|
|
227
|
-
<!--End PulumiCodeChooser -->
|
|
228
231
|
|
|
229
232
|
## Import
|
|
230
233
|
|
|
231
234
|
```sh
|
|
232
|
-
$ pulumi import aiven:index/awsVpcPeeringConnection:AwsVpcPeeringConnection
|
|
235
|
+
$ pulumi import aiven:index/awsVpcPeeringConnection:AwsVpcPeeringConnection aws_to_aiven_peering PROJECT/VPC_ID/AWS_ACCOUNT_ID/AWS_VPC_ID/AWS_VPC_REGION
|
|
233
236
|
```
|
|
234
237
|
|
|
235
238
|
:param str resource_name: The name of the resource.
|
|
236
239
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
237
|
-
:param pulumi.Input[str] aws_account_id: AWS account ID.
|
|
238
|
-
:param pulumi.Input[str] aws_vpc_id: AWS VPC ID.
|
|
239
|
-
:param pulumi.Input[str] aws_vpc_region: AWS region of the peered VPC
|
|
240
|
-
:param pulumi.Input[str] vpc_id: The
|
|
240
|
+
:param pulumi.Input[str] aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
|
|
241
|
+
:param pulumi.Input[str] aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
|
|
242
|
+
:param pulumi.Input[str] aws_vpc_region: The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
|
|
243
|
+
:param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
241
244
|
"""
|
|
242
245
|
...
|
|
243
246
|
@overload
|
|
@@ -246,26 +249,29 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
246
249
|
args: AwsVpcPeeringConnectionArgs,
|
|
247
250
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
248
251
|
"""
|
|
249
|
-
|
|
252
|
+
Creates and manages an AWS VPC peering connection with an Aiven VPC.
|
|
250
253
|
|
|
251
254
|
## Example Usage
|
|
252
255
|
|
|
253
|
-
<!--Start PulumiCodeChooser -->
|
|
254
256
|
```python
|
|
255
257
|
import pulumi
|
|
256
258
|
import pulumi_aiven as aiven
|
|
257
259
|
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
260
|
+
example_vpc = aiven.ProjectVpc("example_vpc",
|
|
261
|
+
project=example_project["project"],
|
|
262
|
+
cloud_name="aws-us-east-2",
|
|
263
|
+
network_cidr="192.168.1.0/24")
|
|
264
|
+
aws_to_aiven_peering = aiven.AwsVpcPeeringConnection("aws_to_aiven_peering",
|
|
265
|
+
vpc_id=example_vpc.id,
|
|
266
|
+
aws_account_id=aws_id,
|
|
267
|
+
aws_vpc_id="vpc-1a2b3c4d5e6f7g8h9",
|
|
268
|
+
aws_vpc_region="aws-us-east-2")
|
|
262
269
|
```
|
|
263
|
-
<!--End PulumiCodeChooser -->
|
|
264
270
|
|
|
265
271
|
## Import
|
|
266
272
|
|
|
267
273
|
```sh
|
|
268
|
-
$ pulumi import aiven:index/awsVpcPeeringConnection:AwsVpcPeeringConnection
|
|
274
|
+
$ pulumi import aiven:index/awsVpcPeeringConnection:AwsVpcPeeringConnection aws_to_aiven_peering PROJECT/VPC_ID/AWS_ACCOUNT_ID/AWS_VPC_ID/AWS_VPC_REGION
|
|
269
275
|
```
|
|
270
276
|
|
|
271
277
|
:param str resource_name: The name of the resource.
|
|
@@ -335,13 +341,13 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
335
341
|
:param str resource_name: The unique name of the resulting resource.
|
|
336
342
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
337
343
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
338
|
-
:param pulumi.Input[str] aws_account_id: AWS account ID.
|
|
339
|
-
:param pulumi.Input[str] aws_vpc_id: AWS VPC ID.
|
|
340
|
-
:param pulumi.Input[str] aws_vpc_peering_connection_id: AWS VPC peering connection
|
|
341
|
-
:param pulumi.Input[str] aws_vpc_region: AWS region of the peered VPC
|
|
342
|
-
:param pulumi.Input[str] state:
|
|
343
|
-
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
|
|
344
|
-
:param pulumi.Input[str] vpc_id: The
|
|
344
|
+
:param pulumi.Input[str] aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
|
|
345
|
+
:param pulumi.Input[str] aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
|
|
346
|
+
:param pulumi.Input[str] aws_vpc_peering_connection_id: The ID of the AWS VPC peering connection.
|
|
347
|
+
:param pulumi.Input[str] aws_vpc_region: The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
|
|
348
|
+
:param pulumi.Input[str] state: The state of the peering connection.
|
|
349
|
+
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
|
|
350
|
+
:param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
345
351
|
"""
|
|
346
352
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
347
353
|
|
|
@@ -360,7 +366,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
360
366
|
@pulumi.getter(name="awsAccountId")
|
|
361
367
|
def aws_account_id(self) -> pulumi.Output[str]:
|
|
362
368
|
"""
|
|
363
|
-
AWS account ID.
|
|
369
|
+
AWS account ID. Changing this property forces recreation of the resource.
|
|
364
370
|
"""
|
|
365
371
|
return pulumi.get(self, "aws_account_id")
|
|
366
372
|
|
|
@@ -368,7 +374,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
368
374
|
@pulumi.getter(name="awsVpcId")
|
|
369
375
|
def aws_vpc_id(self) -> pulumi.Output[str]:
|
|
370
376
|
"""
|
|
371
|
-
AWS VPC ID.
|
|
377
|
+
AWS VPC ID. Changing this property forces recreation of the resource.
|
|
372
378
|
"""
|
|
373
379
|
return pulumi.get(self, "aws_vpc_id")
|
|
374
380
|
|
|
@@ -376,7 +382,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
376
382
|
@pulumi.getter(name="awsVpcPeeringConnectionId")
|
|
377
383
|
def aws_vpc_peering_connection_id(self) -> pulumi.Output[str]:
|
|
378
384
|
"""
|
|
379
|
-
AWS VPC peering connection
|
|
385
|
+
The ID of the AWS VPC peering connection.
|
|
380
386
|
"""
|
|
381
387
|
return pulumi.get(self, "aws_vpc_peering_connection_id")
|
|
382
388
|
|
|
@@ -384,7 +390,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
384
390
|
@pulumi.getter(name="awsVpcRegion")
|
|
385
391
|
def aws_vpc_region(self) -> pulumi.Output[str]:
|
|
386
392
|
"""
|
|
387
|
-
AWS region of the peered VPC
|
|
393
|
+
The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
|
|
388
394
|
"""
|
|
389
395
|
return pulumi.get(self, "aws_vpc_region")
|
|
390
396
|
|
|
@@ -392,7 +398,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
392
398
|
@pulumi.getter
|
|
393
399
|
def state(self) -> pulumi.Output[str]:
|
|
394
400
|
"""
|
|
395
|
-
|
|
401
|
+
The state of the peering connection.
|
|
396
402
|
"""
|
|
397
403
|
return pulumi.get(self, "state")
|
|
398
404
|
|
|
@@ -400,7 +406,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
400
406
|
@pulumi.getter(name="stateInfo")
|
|
401
407
|
def state_info(self) -> pulumi.Output[Mapping[str, Any]]:
|
|
402
408
|
"""
|
|
403
|
-
State-specific help or error information
|
|
409
|
+
State-specific help or error information.
|
|
404
410
|
"""
|
|
405
411
|
return pulumi.get(self, "state_info")
|
|
406
412
|
|
|
@@ -408,7 +414,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
408
414
|
@pulumi.getter(name="vpcId")
|
|
409
415
|
def vpc_id(self) -> pulumi.Output[str]:
|
|
410
416
|
"""
|
|
411
|
-
The
|
|
417
|
+
The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
412
418
|
"""
|
|
413
419
|
return pulumi.get(self, "vpc_id")
|
|
414
420
|
|
|
@@ -19,9 +19,9 @@ class AzurePrivatelinkArgs:
|
|
|
19
19
|
user_subscription_ids: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a AzurePrivatelink resource.
|
|
22
|
-
:param pulumi.Input[str] project:
|
|
23
|
-
:param pulumi.Input[str] service_name:
|
|
24
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A
|
|
22
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
23
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
24
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "project", project)
|
|
27
27
|
pulumi.set(__self__, "service_name", service_name)
|
|
@@ -31,7 +31,7 @@ class AzurePrivatelinkArgs:
|
|
|
31
31
|
@pulumi.getter
|
|
32
32
|
def project(self) -> pulumi.Input[str]:
|
|
33
33
|
"""
|
|
34
|
-
|
|
34
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
35
35
|
"""
|
|
36
36
|
return pulumi.get(self, "project")
|
|
37
37
|
|
|
@@ -43,7 +43,7 @@ class AzurePrivatelinkArgs:
|
|
|
43
43
|
@pulumi.getter(name="serviceName")
|
|
44
44
|
def service_name(self) -> pulumi.Input[str]:
|
|
45
45
|
"""
|
|
46
|
-
|
|
46
|
+
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.
|
|
47
47
|
"""
|
|
48
48
|
return pulumi.get(self, "service_name")
|
|
49
49
|
|
|
@@ -55,7 +55,7 @@ class AzurePrivatelinkArgs:
|
|
|
55
55
|
@pulumi.getter(name="userSubscriptionIds")
|
|
56
56
|
def user_subscription_ids(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
57
57
|
"""
|
|
58
|
-
A
|
|
58
|
+
A list of allowed subscription IDs. Maximum length: `16`.
|
|
59
59
|
"""
|
|
60
60
|
return pulumi.get(self, "user_subscription_ids")
|
|
61
61
|
|
|
@@ -76,13 +76,13 @@ class _AzurePrivatelinkState:
|
|
|
76
76
|
user_subscription_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
77
77
|
"""
|
|
78
78
|
Input properties used for looking up and filtering AzurePrivatelink resources.
|
|
79
|
-
:param pulumi.Input[str] azure_service_alias: Azure
|
|
80
|
-
:param pulumi.Input[str] azure_service_id: Azure
|
|
81
|
-
:param pulumi.Input[str] message: Printable result of the Azure
|
|
82
|
-
:param pulumi.Input[str] project:
|
|
83
|
-
:param pulumi.Input[str] service_name:
|
|
84
|
-
:param pulumi.Input[str] state:
|
|
85
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A
|
|
79
|
+
:param pulumi.Input[str] azure_service_alias: The Azure Private Link service alias.
|
|
80
|
+
:param pulumi.Input[str] azure_service_id: The Azure Private Link service ID.
|
|
81
|
+
:param pulumi.Input[str] message: Printable result of the Azure Private Link request.
|
|
82
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
83
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
84
|
+
:param pulumi.Input[str] state: The state of the Private Link resource.
|
|
85
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
|
|
86
86
|
"""
|
|
87
87
|
if azure_service_alias is not None:
|
|
88
88
|
pulumi.set(__self__, "azure_service_alias", azure_service_alias)
|
|
@@ -103,7 +103,7 @@ class _AzurePrivatelinkState:
|
|
|
103
103
|
@pulumi.getter(name="azureServiceAlias")
|
|
104
104
|
def azure_service_alias(self) -> Optional[pulumi.Input[str]]:
|
|
105
105
|
"""
|
|
106
|
-
Azure
|
|
106
|
+
The Azure Private Link service alias.
|
|
107
107
|
"""
|
|
108
108
|
return pulumi.get(self, "azure_service_alias")
|
|
109
109
|
|
|
@@ -115,7 +115,7 @@ class _AzurePrivatelinkState:
|
|
|
115
115
|
@pulumi.getter(name="azureServiceId")
|
|
116
116
|
def azure_service_id(self) -> Optional[pulumi.Input[str]]:
|
|
117
117
|
"""
|
|
118
|
-
Azure
|
|
118
|
+
The Azure Private Link service ID.
|
|
119
119
|
"""
|
|
120
120
|
return pulumi.get(self, "azure_service_id")
|
|
121
121
|
|
|
@@ -127,7 +127,7 @@ class _AzurePrivatelinkState:
|
|
|
127
127
|
@pulumi.getter
|
|
128
128
|
def message(self) -> Optional[pulumi.Input[str]]:
|
|
129
129
|
"""
|
|
130
|
-
Printable result of the Azure
|
|
130
|
+
Printable result of the Azure Private Link request.
|
|
131
131
|
"""
|
|
132
132
|
return pulumi.get(self, "message")
|
|
133
133
|
|
|
@@ -139,7 +139,7 @@ class _AzurePrivatelinkState:
|
|
|
139
139
|
@pulumi.getter
|
|
140
140
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
141
141
|
"""
|
|
142
|
-
|
|
142
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
143
143
|
"""
|
|
144
144
|
return pulumi.get(self, "project")
|
|
145
145
|
|
|
@@ -151,7 +151,7 @@ class _AzurePrivatelinkState:
|
|
|
151
151
|
@pulumi.getter(name="serviceName")
|
|
152
152
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
153
153
|
"""
|
|
154
|
-
|
|
154
|
+
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.
|
|
155
155
|
"""
|
|
156
156
|
return pulumi.get(self, "service_name")
|
|
157
157
|
|
|
@@ -163,7 +163,7 @@ class _AzurePrivatelinkState:
|
|
|
163
163
|
@pulumi.getter
|
|
164
164
|
def state(self) -> Optional[pulumi.Input[str]]:
|
|
165
165
|
"""
|
|
166
|
-
|
|
166
|
+
The state of the Private Link resource.
|
|
167
167
|
"""
|
|
168
168
|
return pulumi.get(self, "state")
|
|
169
169
|
|
|
@@ -175,7 +175,7 @@ class _AzurePrivatelinkState:
|
|
|
175
175
|
@pulumi.getter(name="userSubscriptionIds")
|
|
176
176
|
def user_subscription_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
177
177
|
"""
|
|
178
|
-
A
|
|
178
|
+
A list of allowed subscription IDs. Maximum length: `16`.
|
|
179
179
|
"""
|
|
180
180
|
return pulumi.get(self, "user_subscription_ids")
|
|
181
181
|
|
|
@@ -194,33 +194,31 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
194
194
|
user_subscription_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
195
195
|
__props__=None):
|
|
196
196
|
"""
|
|
197
|
-
|
|
197
|
+
Creates and manages an Azure Private Link for [selected Aiven services](https://aiven.io/docs/platform/howto/use-azure-privatelink) in a VPC.
|
|
198
198
|
|
|
199
199
|
## Example Usage
|
|
200
200
|
|
|
201
|
-
<!--Start PulumiCodeChooser -->
|
|
202
201
|
```python
|
|
203
202
|
import pulumi
|
|
204
203
|
import pulumi_aiven as aiven
|
|
205
204
|
|
|
206
|
-
|
|
207
|
-
project=
|
|
208
|
-
service_name=
|
|
209
|
-
user_subscription_ids=["
|
|
205
|
+
main = aiven.AzurePrivatelink("main",
|
|
206
|
+
project=example_project["project"],
|
|
207
|
+
service_name=example_kafka["serviceName"],
|
|
208
|
+
user_subscription_ids=["00000000-0000-0000-0000-000000000000"])
|
|
210
209
|
```
|
|
211
|
-
<!--End PulumiCodeChooser -->
|
|
212
210
|
|
|
213
211
|
## Import
|
|
214
212
|
|
|
215
213
|
```sh
|
|
216
|
-
$ pulumi import aiven:index/azurePrivatelink:AzurePrivatelink
|
|
214
|
+
$ pulumi import aiven:index/azurePrivatelink:AzurePrivatelink main PROJECT/SERVICE_NAME
|
|
217
215
|
```
|
|
218
216
|
|
|
219
217
|
:param str resource_name: The name of the resource.
|
|
220
218
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
221
|
-
:param pulumi.Input[str] project:
|
|
222
|
-
:param pulumi.Input[str] service_name:
|
|
223
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A
|
|
219
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
220
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
221
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
|
|
224
222
|
"""
|
|
225
223
|
...
|
|
226
224
|
@overload
|
|
@@ -229,26 +227,24 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
229
227
|
args: AzurePrivatelinkArgs,
|
|
230
228
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
231
229
|
"""
|
|
232
|
-
|
|
230
|
+
Creates and manages an Azure Private Link for [selected Aiven services](https://aiven.io/docs/platform/howto/use-azure-privatelink) in a VPC.
|
|
233
231
|
|
|
234
232
|
## Example Usage
|
|
235
233
|
|
|
236
|
-
<!--Start PulumiCodeChooser -->
|
|
237
234
|
```python
|
|
238
235
|
import pulumi
|
|
239
236
|
import pulumi_aiven as aiven
|
|
240
237
|
|
|
241
|
-
|
|
242
|
-
project=
|
|
243
|
-
service_name=
|
|
244
|
-
user_subscription_ids=["
|
|
238
|
+
main = aiven.AzurePrivatelink("main",
|
|
239
|
+
project=example_project["project"],
|
|
240
|
+
service_name=example_kafka["serviceName"],
|
|
241
|
+
user_subscription_ids=["00000000-0000-0000-0000-000000000000"])
|
|
245
242
|
```
|
|
246
|
-
<!--End PulumiCodeChooser -->
|
|
247
243
|
|
|
248
244
|
## Import
|
|
249
245
|
|
|
250
246
|
```sh
|
|
251
|
-
$ pulumi import aiven:index/azurePrivatelink:AzurePrivatelink
|
|
247
|
+
$ pulumi import aiven:index/azurePrivatelink:AzurePrivatelink main PROJECT/SERVICE_NAME
|
|
252
248
|
```
|
|
253
249
|
|
|
254
250
|
:param str resource_name: The name of the resource.
|
|
@@ -315,13 +311,13 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
315
311
|
:param str resource_name: The unique name of the resulting resource.
|
|
316
312
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
317
313
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
318
|
-
:param pulumi.Input[str] azure_service_alias: Azure
|
|
319
|
-
:param pulumi.Input[str] azure_service_id: Azure
|
|
320
|
-
:param pulumi.Input[str] message: Printable result of the Azure
|
|
321
|
-
:param pulumi.Input[str] project:
|
|
322
|
-
:param pulumi.Input[str] service_name:
|
|
323
|
-
:param pulumi.Input[str] state:
|
|
324
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A
|
|
314
|
+
:param pulumi.Input[str] azure_service_alias: The Azure Private Link service alias.
|
|
315
|
+
:param pulumi.Input[str] azure_service_id: The Azure Private Link service ID.
|
|
316
|
+
:param pulumi.Input[str] message: Printable result of the Azure Private Link request.
|
|
317
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
318
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
319
|
+
:param pulumi.Input[str] state: The state of the Private Link resource.
|
|
320
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
|
|
325
321
|
"""
|
|
326
322
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
327
323
|
|
|
@@ -340,7 +336,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
340
336
|
@pulumi.getter(name="azureServiceAlias")
|
|
341
337
|
def azure_service_alias(self) -> pulumi.Output[str]:
|
|
342
338
|
"""
|
|
343
|
-
Azure
|
|
339
|
+
The Azure Private Link service alias.
|
|
344
340
|
"""
|
|
345
341
|
return pulumi.get(self, "azure_service_alias")
|
|
346
342
|
|
|
@@ -348,7 +344,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
348
344
|
@pulumi.getter(name="azureServiceId")
|
|
349
345
|
def azure_service_id(self) -> pulumi.Output[str]:
|
|
350
346
|
"""
|
|
351
|
-
Azure
|
|
347
|
+
The Azure Private Link service ID.
|
|
352
348
|
"""
|
|
353
349
|
return pulumi.get(self, "azure_service_id")
|
|
354
350
|
|
|
@@ -356,7 +352,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
356
352
|
@pulumi.getter
|
|
357
353
|
def message(self) -> pulumi.Output[str]:
|
|
358
354
|
"""
|
|
359
|
-
Printable result of the Azure
|
|
355
|
+
Printable result of the Azure Private Link request.
|
|
360
356
|
"""
|
|
361
357
|
return pulumi.get(self, "message")
|
|
362
358
|
|
|
@@ -364,7 +360,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
364
360
|
@pulumi.getter
|
|
365
361
|
def project(self) -> pulumi.Output[str]:
|
|
366
362
|
"""
|
|
367
|
-
|
|
363
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
368
364
|
"""
|
|
369
365
|
return pulumi.get(self, "project")
|
|
370
366
|
|
|
@@ -372,7 +368,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
372
368
|
@pulumi.getter(name="serviceName")
|
|
373
369
|
def service_name(self) -> pulumi.Output[str]:
|
|
374
370
|
"""
|
|
375
|
-
|
|
371
|
+
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.
|
|
376
372
|
"""
|
|
377
373
|
return pulumi.get(self, "service_name")
|
|
378
374
|
|
|
@@ -380,7 +376,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
380
376
|
@pulumi.getter
|
|
381
377
|
def state(self) -> pulumi.Output[str]:
|
|
382
378
|
"""
|
|
383
|
-
|
|
379
|
+
The state of the Private Link resource.
|
|
384
380
|
"""
|
|
385
381
|
return pulumi.get(self, "state")
|
|
386
382
|
|
|
@@ -388,7 +384,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
388
384
|
@pulumi.getter(name="userSubscriptionIds")
|
|
389
385
|
def user_subscription_ids(self) -> pulumi.Output[Sequence[str]]:
|
|
390
386
|
"""
|
|
391
|
-
A
|
|
387
|
+
A list of allowed subscription IDs. Maximum length: `16`.
|
|
392
388
|
"""
|
|
393
389
|
return pulumi.get(self, "user_subscription_ids")
|
|
394
390
|
|