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
|
@@ -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: 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[Sequence[pulumi.Input[str]]] user_subscription_ids: A
|
|
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[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
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
34
|
+
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.
|
|
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
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
46
|
+
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.
|
|
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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
83
|
-
: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.
|
|
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: 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.
|
|
83
|
+
: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.
|
|
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
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
142
|
+
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.
|
|
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
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
154
|
+
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.
|
|
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,31 +194,33 @@ 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 -->
|
|
201
202
|
```python
|
|
202
203
|
import pulumi
|
|
203
204
|
import pulumi_aiven as aiven
|
|
204
205
|
|
|
205
|
-
|
|
206
|
-
project=data["aiven_project"]["
|
|
207
|
-
service_name=aiven_kafka["
|
|
208
|
-
user_subscription_ids=["
|
|
206
|
+
main = aiven.AzurePrivatelink("main",
|
|
207
|
+
project=data["aiven_project"]["example_project"]["project"],
|
|
208
|
+
service_name=aiven_kafka["example_kafka"]["service_name"],
|
|
209
|
+
user_subscription_ids=["00000000-0000-0000-0000-000000000000"])
|
|
209
210
|
```
|
|
211
|
+
<!--End PulumiCodeChooser -->
|
|
210
212
|
|
|
211
213
|
## Import
|
|
212
214
|
|
|
213
215
|
```sh
|
|
214
|
-
|
|
216
|
+
$ pulumi import aiven:index/azurePrivatelink:AzurePrivatelink main PROJECT/SERVICE_NAME
|
|
215
217
|
```
|
|
216
218
|
|
|
217
219
|
:param str resource_name: The name of the resource.
|
|
218
220
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
219
|
-
: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.
|
|
220
|
-
: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.
|
|
221
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A
|
|
221
|
+
: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.
|
|
222
|
+
: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.
|
|
223
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
|
|
222
224
|
"""
|
|
223
225
|
...
|
|
224
226
|
@overload
|
|
@@ -227,24 +229,26 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
227
229
|
args: AzurePrivatelinkArgs,
|
|
228
230
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
229
231
|
"""
|
|
230
|
-
|
|
232
|
+
Creates and manages an Azure Private Link for [selected Aiven services](https://aiven.io/docs/platform/howto/use-azure-privatelink) in a VPC.
|
|
231
233
|
|
|
232
234
|
## Example Usage
|
|
233
235
|
|
|
236
|
+
<!--Start PulumiCodeChooser -->
|
|
234
237
|
```python
|
|
235
238
|
import pulumi
|
|
236
239
|
import pulumi_aiven as aiven
|
|
237
240
|
|
|
238
|
-
|
|
239
|
-
project=data["aiven_project"]["
|
|
240
|
-
service_name=aiven_kafka["
|
|
241
|
-
user_subscription_ids=["
|
|
241
|
+
main = aiven.AzurePrivatelink("main",
|
|
242
|
+
project=data["aiven_project"]["example_project"]["project"],
|
|
243
|
+
service_name=aiven_kafka["example_kafka"]["service_name"],
|
|
244
|
+
user_subscription_ids=["00000000-0000-0000-0000-000000000000"])
|
|
242
245
|
```
|
|
246
|
+
<!--End PulumiCodeChooser -->
|
|
243
247
|
|
|
244
248
|
## Import
|
|
245
249
|
|
|
246
250
|
```sh
|
|
247
|
-
|
|
251
|
+
$ pulumi import aiven:index/azurePrivatelink:AzurePrivatelink main PROJECT/SERVICE_NAME
|
|
248
252
|
```
|
|
249
253
|
|
|
250
254
|
:param str resource_name: The name of the resource.
|
|
@@ -311,13 +315,13 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
311
315
|
:param str resource_name: The unique name of the resulting resource.
|
|
312
316
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
313
317
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
314
|
-
:param pulumi.Input[str] azure_service_alias: Azure
|
|
315
|
-
:param pulumi.Input[str] azure_service_id: Azure
|
|
316
|
-
:param pulumi.Input[str] message: Printable result of the Azure
|
|
317
|
-
: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.
|
|
318
|
-
: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.
|
|
319
|
-
:param pulumi.Input[str] state:
|
|
320
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A
|
|
318
|
+
:param pulumi.Input[str] azure_service_alias: The Azure Private Link service alias.
|
|
319
|
+
:param pulumi.Input[str] azure_service_id: The Azure Private Link service ID.
|
|
320
|
+
:param pulumi.Input[str] message: Printable result of the Azure Private Link request.
|
|
321
|
+
: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.
|
|
322
|
+
: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.
|
|
323
|
+
:param pulumi.Input[str] state: The state of the Private Link resource.
|
|
324
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
|
|
321
325
|
"""
|
|
322
326
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
323
327
|
|
|
@@ -336,7 +340,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
336
340
|
@pulumi.getter(name="azureServiceAlias")
|
|
337
341
|
def azure_service_alias(self) -> pulumi.Output[str]:
|
|
338
342
|
"""
|
|
339
|
-
Azure
|
|
343
|
+
The Azure Private Link service alias.
|
|
340
344
|
"""
|
|
341
345
|
return pulumi.get(self, "azure_service_alias")
|
|
342
346
|
|
|
@@ -344,7 +348,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
344
348
|
@pulumi.getter(name="azureServiceId")
|
|
345
349
|
def azure_service_id(self) -> pulumi.Output[str]:
|
|
346
350
|
"""
|
|
347
|
-
Azure
|
|
351
|
+
The Azure Private Link service ID.
|
|
348
352
|
"""
|
|
349
353
|
return pulumi.get(self, "azure_service_id")
|
|
350
354
|
|
|
@@ -352,7 +356,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
352
356
|
@pulumi.getter
|
|
353
357
|
def message(self) -> pulumi.Output[str]:
|
|
354
358
|
"""
|
|
355
|
-
Printable result of the Azure
|
|
359
|
+
Printable result of the Azure Private Link request.
|
|
356
360
|
"""
|
|
357
361
|
return pulumi.get(self, "message")
|
|
358
362
|
|
|
@@ -360,7 +364,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
360
364
|
@pulumi.getter
|
|
361
365
|
def project(self) -> pulumi.Output[str]:
|
|
362
366
|
"""
|
|
363
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
367
|
+
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.
|
|
364
368
|
"""
|
|
365
369
|
return pulumi.get(self, "project")
|
|
366
370
|
|
|
@@ -368,7 +372,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
368
372
|
@pulumi.getter(name="serviceName")
|
|
369
373
|
def service_name(self) -> pulumi.Output[str]:
|
|
370
374
|
"""
|
|
371
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
375
|
+
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.
|
|
372
376
|
"""
|
|
373
377
|
return pulumi.get(self, "service_name")
|
|
374
378
|
|
|
@@ -376,7 +380,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
376
380
|
@pulumi.getter
|
|
377
381
|
def state(self) -> pulumi.Output[str]:
|
|
378
382
|
"""
|
|
379
|
-
|
|
383
|
+
The state of the Private Link resource.
|
|
380
384
|
"""
|
|
381
385
|
return pulumi.get(self, "state")
|
|
382
386
|
|
|
@@ -384,7 +388,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
384
388
|
@pulumi.getter(name="userSubscriptionIds")
|
|
385
389
|
def user_subscription_ids(self) -> pulumi.Output[Sequence[str]]:
|
|
386
390
|
"""
|
|
387
|
-
A
|
|
391
|
+
A list of allowed subscription IDs. Maximum length: `16`.
|
|
388
392
|
"""
|
|
389
393
|
return pulumi.get(self, "user_subscription_ids")
|
|
390
394
|
|
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
|