pulumi-aiven 6.13.0a1710994538__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 +34 -30
- 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.0a1710994538.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.0a1710994538.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.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,7 +210,7 @@ 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
|
|
|
@@ -219,25 +219,30 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
219
219
|
import pulumi
|
|
220
220
|
import pulumi_aiven as aiven
|
|
221
221
|
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
222
|
+
example_vpc = aiven.ProjectVpc("exampleVpc",
|
|
223
|
+
project=data["aiven_project"]["example_project"]["project"],
|
|
224
|
+
cloud_name="aws-us-east-2",
|
|
225
|
+
network_cidr="192.168.1.0/24")
|
|
226
|
+
aws_to_aiven_peering = aiven.AwsVpcPeeringConnection("awsToAivenPeering",
|
|
227
|
+
vpc_id=example_vpc.id,
|
|
228
|
+
aws_account_id=var["aws_id"],
|
|
229
|
+
aws_vpc_id="vpc-1a2b3c4d5e6f7g8h9",
|
|
230
|
+
aws_vpc_region="aws-us-east-2")
|
|
226
231
|
```
|
|
227
232
|
<!--End PulumiCodeChooser -->
|
|
228
233
|
|
|
229
234
|
## Import
|
|
230
235
|
|
|
231
236
|
```sh
|
|
232
|
-
$ pulumi import aiven:index/awsVpcPeeringConnection:AwsVpcPeeringConnection
|
|
237
|
+
$ pulumi import aiven:index/awsVpcPeeringConnection:AwsVpcPeeringConnection aws_to_aiven_peering PROJECT/VPC_ID/AWS_ACCOUNT_ID/AWS_VPC_ID/AWS_VPC_REGION
|
|
233
238
|
```
|
|
234
239
|
|
|
235
240
|
:param str resource_name: The name of the resource.
|
|
236
241
|
: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
|
|
242
|
+
:param pulumi.Input[str] aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
|
|
243
|
+
:param pulumi.Input[str] aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
|
|
244
|
+
: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.
|
|
245
|
+
:param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
241
246
|
"""
|
|
242
247
|
...
|
|
243
248
|
@overload
|
|
@@ -246,7 +251,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
246
251
|
args: AwsVpcPeeringConnectionArgs,
|
|
247
252
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
248
253
|
"""
|
|
249
|
-
|
|
254
|
+
Creates and manages an AWS VPC peering connection with an Aiven VPC.
|
|
250
255
|
|
|
251
256
|
## Example Usage
|
|
252
257
|
|
|
@@ -255,17 +260,22 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
255
260
|
import pulumi
|
|
256
261
|
import pulumi_aiven as aiven
|
|
257
262
|
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
263
|
+
example_vpc = aiven.ProjectVpc("exampleVpc",
|
|
264
|
+
project=data["aiven_project"]["example_project"]["project"],
|
|
265
|
+
cloud_name="aws-us-east-2",
|
|
266
|
+
network_cidr="192.168.1.0/24")
|
|
267
|
+
aws_to_aiven_peering = aiven.AwsVpcPeeringConnection("awsToAivenPeering",
|
|
268
|
+
vpc_id=example_vpc.id,
|
|
269
|
+
aws_account_id=var["aws_id"],
|
|
270
|
+
aws_vpc_id="vpc-1a2b3c4d5e6f7g8h9",
|
|
271
|
+
aws_vpc_region="aws-us-east-2")
|
|
262
272
|
```
|
|
263
273
|
<!--End PulumiCodeChooser -->
|
|
264
274
|
|
|
265
275
|
## Import
|
|
266
276
|
|
|
267
277
|
```sh
|
|
268
|
-
$ pulumi import aiven:index/awsVpcPeeringConnection:AwsVpcPeeringConnection
|
|
278
|
+
$ pulumi import aiven:index/awsVpcPeeringConnection:AwsVpcPeeringConnection aws_to_aiven_peering PROJECT/VPC_ID/AWS_ACCOUNT_ID/AWS_VPC_ID/AWS_VPC_REGION
|
|
269
279
|
```
|
|
270
280
|
|
|
271
281
|
:param str resource_name: The name of the resource.
|
|
@@ -335,13 +345,13 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
335
345
|
:param str resource_name: The unique name of the resulting resource.
|
|
336
346
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
337
347
|
: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
|
|
348
|
+
:param pulumi.Input[str] aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
|
|
349
|
+
:param pulumi.Input[str] aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
|
|
350
|
+
:param pulumi.Input[str] aws_vpc_peering_connection_id: The ID of the AWS VPC peering connection.
|
|
351
|
+
: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.
|
|
352
|
+
:param pulumi.Input[str] state: The state of the peering connection.
|
|
353
|
+
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
|
|
354
|
+
:param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
345
355
|
"""
|
|
346
356
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
347
357
|
|
|
@@ -360,7 +370,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
360
370
|
@pulumi.getter(name="awsAccountId")
|
|
361
371
|
def aws_account_id(self) -> pulumi.Output[str]:
|
|
362
372
|
"""
|
|
363
|
-
AWS account ID.
|
|
373
|
+
AWS account ID. Changing this property forces recreation of the resource.
|
|
364
374
|
"""
|
|
365
375
|
return pulumi.get(self, "aws_account_id")
|
|
366
376
|
|
|
@@ -368,7 +378,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
368
378
|
@pulumi.getter(name="awsVpcId")
|
|
369
379
|
def aws_vpc_id(self) -> pulumi.Output[str]:
|
|
370
380
|
"""
|
|
371
|
-
AWS VPC ID.
|
|
381
|
+
AWS VPC ID. Changing this property forces recreation of the resource.
|
|
372
382
|
"""
|
|
373
383
|
return pulumi.get(self, "aws_vpc_id")
|
|
374
384
|
|
|
@@ -376,7 +386,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
376
386
|
@pulumi.getter(name="awsVpcPeeringConnectionId")
|
|
377
387
|
def aws_vpc_peering_connection_id(self) -> pulumi.Output[str]:
|
|
378
388
|
"""
|
|
379
|
-
AWS VPC peering connection
|
|
389
|
+
The ID of the AWS VPC peering connection.
|
|
380
390
|
"""
|
|
381
391
|
return pulumi.get(self, "aws_vpc_peering_connection_id")
|
|
382
392
|
|
|
@@ -384,7 +394,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
384
394
|
@pulumi.getter(name="awsVpcRegion")
|
|
385
395
|
def aws_vpc_region(self) -> pulumi.Output[str]:
|
|
386
396
|
"""
|
|
387
|
-
AWS region of the peered VPC
|
|
397
|
+
The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
|
|
388
398
|
"""
|
|
389
399
|
return pulumi.get(self, "aws_vpc_region")
|
|
390
400
|
|
|
@@ -392,7 +402,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
392
402
|
@pulumi.getter
|
|
393
403
|
def state(self) -> pulumi.Output[str]:
|
|
394
404
|
"""
|
|
395
|
-
|
|
405
|
+
The state of the peering connection.
|
|
396
406
|
"""
|
|
397
407
|
return pulumi.get(self, "state")
|
|
398
408
|
|
|
@@ -400,7 +410,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
400
410
|
@pulumi.getter(name="stateInfo")
|
|
401
411
|
def state_info(self) -> pulumi.Output[Mapping[str, Any]]:
|
|
402
412
|
"""
|
|
403
|
-
State-specific help or error information
|
|
413
|
+
State-specific help or error information.
|
|
404
414
|
"""
|
|
405
415
|
return pulumi.get(self, "state_info")
|
|
406
416
|
|
|
@@ -408,7 +418,7 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
408
418
|
@pulumi.getter(name="vpcId")
|
|
409
419
|
def vpc_id(self) -> pulumi.Output[str]:
|
|
410
420
|
"""
|
|
411
|
-
The
|
|
421
|
+
The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
412
422
|
"""
|
|
413
423
|
return pulumi.get(self, "vpc_id")
|
|
414
424
|
|
|
@@ -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,7 +194,7 @@ 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
|
|
|
@@ -203,24 +203,24 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
203
203
|
import pulumi
|
|
204
204
|
import pulumi_aiven as aiven
|
|
205
205
|
|
|
206
|
-
|
|
207
|
-
project=data["aiven_project"]["
|
|
208
|
-
service_name=aiven_kafka["
|
|
209
|
-
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"])
|
|
210
210
|
```
|
|
211
211
|
<!--End PulumiCodeChooser -->
|
|
212
212
|
|
|
213
213
|
## Import
|
|
214
214
|
|
|
215
215
|
```sh
|
|
216
|
-
$ pulumi import aiven:index/azurePrivatelink:AzurePrivatelink
|
|
216
|
+
$ pulumi import aiven:index/azurePrivatelink:AzurePrivatelink main PROJECT/SERVICE_NAME
|
|
217
217
|
```
|
|
218
218
|
|
|
219
219
|
:param str resource_name: The name of the resource.
|
|
220
220
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
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.
|
|
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.
|
|
223
|
-
: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`.
|
|
224
224
|
"""
|
|
225
225
|
...
|
|
226
226
|
@overload
|
|
@@ -229,7 +229,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
229
229
|
args: AzurePrivatelinkArgs,
|
|
230
230
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
231
231
|
"""
|
|
232
|
-
|
|
232
|
+
Creates and manages an Azure Private Link for [selected Aiven services](https://aiven.io/docs/platform/howto/use-azure-privatelink) in a VPC.
|
|
233
233
|
|
|
234
234
|
## Example Usage
|
|
235
235
|
|
|
@@ -238,17 +238,17 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
238
238
|
import pulumi
|
|
239
239
|
import pulumi_aiven as aiven
|
|
240
240
|
|
|
241
|
-
|
|
242
|
-
project=data["aiven_project"]["
|
|
243
|
-
service_name=aiven_kafka["
|
|
244
|
-
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"])
|
|
245
245
|
```
|
|
246
246
|
<!--End PulumiCodeChooser -->
|
|
247
247
|
|
|
248
248
|
## Import
|
|
249
249
|
|
|
250
250
|
```sh
|
|
251
|
-
$ pulumi import aiven:index/azurePrivatelink:AzurePrivatelink
|
|
251
|
+
$ pulumi import aiven:index/azurePrivatelink:AzurePrivatelink main PROJECT/SERVICE_NAME
|
|
252
252
|
```
|
|
253
253
|
|
|
254
254
|
:param str resource_name: The name of the resource.
|
|
@@ -315,13 +315,13 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
315
315
|
:param str resource_name: The unique name of the resulting resource.
|
|
316
316
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
317
317
|
: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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
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.
|
|
323
|
-
:param pulumi.Input[str] state:
|
|
324
|
-
: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`.
|
|
325
325
|
"""
|
|
326
326
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
327
327
|
|
|
@@ -340,7 +340,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
340
340
|
@pulumi.getter(name="azureServiceAlias")
|
|
341
341
|
def azure_service_alias(self) -> pulumi.Output[str]:
|
|
342
342
|
"""
|
|
343
|
-
Azure
|
|
343
|
+
The Azure Private Link service alias.
|
|
344
344
|
"""
|
|
345
345
|
return pulumi.get(self, "azure_service_alias")
|
|
346
346
|
|
|
@@ -348,7 +348,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
348
348
|
@pulumi.getter(name="azureServiceId")
|
|
349
349
|
def azure_service_id(self) -> pulumi.Output[str]:
|
|
350
350
|
"""
|
|
351
|
-
Azure
|
|
351
|
+
The Azure Private Link service ID.
|
|
352
352
|
"""
|
|
353
353
|
return pulumi.get(self, "azure_service_id")
|
|
354
354
|
|
|
@@ -356,7 +356,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
356
356
|
@pulumi.getter
|
|
357
357
|
def message(self) -> pulumi.Output[str]:
|
|
358
358
|
"""
|
|
359
|
-
Printable result of the Azure
|
|
359
|
+
Printable result of the Azure Private Link request.
|
|
360
360
|
"""
|
|
361
361
|
return pulumi.get(self, "message")
|
|
362
362
|
|
|
@@ -364,7 +364,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
364
364
|
@pulumi.getter
|
|
365
365
|
def project(self) -> pulumi.Output[str]:
|
|
366
366
|
"""
|
|
367
|
-
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.
|
|
368
368
|
"""
|
|
369
369
|
return pulumi.get(self, "project")
|
|
370
370
|
|
|
@@ -372,7 +372,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
372
372
|
@pulumi.getter(name="serviceName")
|
|
373
373
|
def service_name(self) -> pulumi.Output[str]:
|
|
374
374
|
"""
|
|
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.
|
|
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.
|
|
376
376
|
"""
|
|
377
377
|
return pulumi.get(self, "service_name")
|
|
378
378
|
|
|
@@ -380,7 +380,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
380
380
|
@pulumi.getter
|
|
381
381
|
def state(self) -> pulumi.Output[str]:
|
|
382
382
|
"""
|
|
383
|
-
|
|
383
|
+
The state of the Private Link resource.
|
|
384
384
|
"""
|
|
385
385
|
return pulumi.get(self, "state")
|
|
386
386
|
|
|
@@ -388,7 +388,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
388
388
|
@pulumi.getter(name="userSubscriptionIds")
|
|
389
389
|
def user_subscription_ids(self) -> pulumi.Output[Sequence[str]]:
|
|
390
390
|
"""
|
|
391
|
-
A
|
|
391
|
+
A list of allowed subscription IDs. Maximum length: `16`.
|
|
392
392
|
"""
|
|
393
393
|
return pulumi.get(self, "user_subscription_ids")
|
|
394
394
|
|