pulumi-aiven 6.13.0a1711361534__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/_inputs.py +200 -262
- pulumi_aiven/account.py +2 -6
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team.py +6 -6
- pulumi_aiven/account_team_member.py +6 -10
- pulumi_aiven/account_team_project.py +12 -12
- pulumi_aiven/aws_privatelink.py +18 -22
- pulumi_aiven/aws_vpc_peering_connection.py +8 -12
- pulumi_aiven/azure_privatelink.py +18 -22
- pulumi_aiven/azure_privatelink_connection_approval.py +112 -14
- pulumi_aiven/azure_vpc_peering_connection.py +6 -10
- pulumi_aiven/billing_group.py +18 -18
- pulumi_aiven/cassandra.py +25 -57
- pulumi_aiven/cassandra_user.py +18 -22
- pulumi_aiven/clickhouse.py +25 -57
- pulumi_aiven/clickhouse_database.py +24 -26
- pulumi_aiven/clickhouse_grant.py +35 -37
- pulumi_aiven/clickhouse_role.py +16 -20
- pulumi_aiven/clickhouse_user.py +18 -22
- pulumi_aiven/connection_pool.py +24 -28
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +32 -36
- pulumi_aiven/flink_application.py +22 -24
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +96 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +4 -8
- pulumi_aiven/get_account.py +0 -4
- pulumi_aiven/get_aws_privatelink.py +10 -14
- pulumi_aiven/get_aws_vpc_peering_connection.py +6 -10
- pulumi_aiven/get_azure_privatelink.py +10 -14
- pulumi_aiven/get_azure_vpc_peering_connection.py +2 -6
- 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 +10 -14
- pulumi_aiven/get_clickhouse.py +7 -24
- pulumi_aiven/get_clickhouse_database.py +10 -14
- pulumi_aiven/get_clickhouse_user.py +10 -14
- pulumi_aiven/get_connection_pool.py +10 -14
- pulumi_aiven/get_dragonfly.py +27 -20
- 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 +2 -6
- pulumi_aiven/get_grafana.py +7 -24
- pulumi_aiven/get_kafka.py +13 -17
- pulumi_aiven/get_kafka_acl.py +10 -14
- pulumi_aiven/get_kafka_connect.py +7 -24
- pulumi_aiven/get_kafka_connector.py +10 -14
- pulumi_aiven/get_kafka_mirror_maker.py +7 -24
- pulumi_aiven/get_kafka_schema.py +10 -14
- pulumi_aiven/get_kafka_schema_configuration.py +10 -14
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -20
- pulumi_aiven/get_kafka_user.py +10 -14
- pulumi_aiven/get_m3_aggregator.py +7 -24
- pulumi_aiven/get_m3_db.py +7 -24
- pulumi_aiven/get_m3db_user.py +10 -14
- pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
- pulumi_aiven/get_my_sql.py +7 -24
- pulumi_aiven/get_mysql_database.py +10 -14
- pulumi_aiven/get_mysql_user.py +10 -14
- 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 +10 -14
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
- pulumi_aiven/get_opensearch_user.py +10 -14
- pulumi_aiven/get_organization.py +0 -4
- pulumi_aiven/get_organization_user_group.py +2 -6
- pulumi_aiven/get_pg.py +6 -10
- pulumi_aiven/get_pg_database.py +10 -14
- pulumi_aiven/get_pg_user.py +10 -14
- pulumi_aiven/get_project.py +17 -21
- pulumi_aiven/get_project_user.py +9 -13
- pulumi_aiven/get_project_vpc.py +2 -6
- pulumi_aiven/get_redis.py +7 -24
- pulumi_aiven/get_redis_user.py +10 -14
- pulumi_aiven/get_service_component.py +4 -8
- pulumi_aiven/get_service_integration.py +19 -33
- pulumi_aiven/get_service_integration_endpoint.py +2 -6
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -6
- pulumi_aiven/grafana.py +82 -267
- pulumi_aiven/influx_db.py +21 -21
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +21 -21
- pulumi_aiven/kafka.py +50 -54
- pulumi_aiven/kafka_acl.py +20 -24
- pulumi_aiven/kafka_connect.py +80 -267
- pulumi_aiven/kafka_connector.py +26 -30
- pulumi_aiven/kafka_mirror_maker.py +80 -267
- pulumi_aiven/kafka_schema.py +18 -22
- pulumi_aiven/kafka_schema_configuration.py +20 -24
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +84 -46
- pulumi_aiven/kafka_user.py +18 -22
- pulumi_aiven/m3_aggregator.py +80 -267
- pulumi_aiven/m3_db.py +80 -267
- pulumi_aiven/m3db_user.py +16 -20
- pulumi_aiven/mirror_maker_replication_flow.py +22 -26
- pulumi_aiven/my_sql.py +80 -267
- pulumi_aiven/mysql_database.py +20 -24
- pulumi_aiven/mysql_user.py +18 -22
- pulumi_aiven/open_search.py +27 -31
- pulumi_aiven/open_search_acl_config.py +28 -36
- pulumi_aiven/open_search_acl_rule.py +36 -40
- pulumi_aiven/opensearch_security_plugin_config.py +28 -32
- pulumi_aiven/opensearch_user.py +18 -22
- pulumi_aiven/organization.py +2 -6
- pulumi_aiven/organization_group_project.py +46 -0
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/organization_user_group.py +4 -6
- pulumi_aiven/organization_user_group_member.py +8 -10
- pulumi_aiven/organizational_unit.py +6 -6
- pulumi_aiven/outputs.py +271 -390
- pulumi_aiven/pg.py +30 -30
- pulumi_aiven/pg_database.py +20 -24
- pulumi_aiven/pg_user.py +18 -22
- pulumi_aiven/project.py +75 -79
- pulumi_aiven/project_user.py +24 -28
- pulumi_aiven/project_vpc.py +31 -7
- pulumi_aiven/redis.py +80 -267
- pulumi_aiven/redis_user.py +18 -22
- pulumi_aiven/service_integration.py +54 -58
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +4 -8
- {pulumi_aiven-6.13.0a1711361534.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.0a1711361534.dist-info/RECORD +0 -150
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
|
@@ -27,8 +27,8 @@ class FlinkApplicationVersionArgs:
|
|
|
27
27
|
"""
|
|
28
28
|
The set of arguments for constructing a FlinkApplicationVersion resource.
|
|
29
29
|
:param pulumi.Input[str] application_id: Application ID
|
|
30
|
-
:param pulumi.Input[str] project:
|
|
31
|
-
:param pulumi.Input[str] service_name:
|
|
30
|
+
: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.
|
|
31
|
+
: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.
|
|
32
32
|
:param pulumi.Input[str] statement: Job SQL statement
|
|
33
33
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkApplicationVersionSinkArgs']]] sink: Application sink
|
|
34
34
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkApplicationVersionSinkArgs']]] sinks: Application sinks
|
|
@@ -70,7 +70,7 @@ class FlinkApplicationVersionArgs:
|
|
|
70
70
|
@pulumi.getter
|
|
71
71
|
def project(self) -> pulumi.Input[str]:
|
|
72
72
|
"""
|
|
73
|
-
|
|
73
|
+
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.
|
|
74
74
|
"""
|
|
75
75
|
return pulumi.get(self, "project")
|
|
76
76
|
|
|
@@ -82,7 +82,7 @@ class FlinkApplicationVersionArgs:
|
|
|
82
82
|
@pulumi.getter(name="serviceName")
|
|
83
83
|
def service_name(self) -> pulumi.Input[str]:
|
|
84
84
|
"""
|
|
85
|
-
|
|
85
|
+
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.
|
|
86
86
|
"""
|
|
87
87
|
return pulumi.get(self, "service_name")
|
|
88
88
|
|
|
@@ -178,8 +178,8 @@ class _FlinkApplicationVersionState:
|
|
|
178
178
|
:param pulumi.Input[str] application_version_id: Application version ID
|
|
179
179
|
:param pulumi.Input[str] created_at: Application version creation time
|
|
180
180
|
:param pulumi.Input[str] created_by: Application version creator
|
|
181
|
-
:param pulumi.Input[str] project:
|
|
182
|
-
:param pulumi.Input[str] service_name:
|
|
181
|
+
: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.
|
|
182
|
+
: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.
|
|
183
183
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkApplicationVersionSinkArgs']]] sink: Application sink
|
|
184
184
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkApplicationVersionSinkArgs']]] sinks: Application sinks
|
|
185
185
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkApplicationVersionSourceArgs']]] source: Application source
|
|
@@ -270,7 +270,7 @@ class _FlinkApplicationVersionState:
|
|
|
270
270
|
@pulumi.getter
|
|
271
271
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
272
272
|
"""
|
|
273
|
-
|
|
273
|
+
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.
|
|
274
274
|
"""
|
|
275
275
|
return pulumi.get(self, "project")
|
|
276
276
|
|
|
@@ -282,7 +282,7 @@ class _FlinkApplicationVersionState:
|
|
|
282
282
|
@pulumi.getter(name="serviceName")
|
|
283
283
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
284
284
|
"""
|
|
285
|
-
|
|
285
|
+
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.
|
|
286
286
|
"""
|
|
287
287
|
return pulumi.get(self, "service_name")
|
|
288
288
|
|
|
@@ -386,6 +386,47 @@ class FlinkApplicationVersion(pulumi.CustomResource):
|
|
|
386
386
|
"""
|
|
387
387
|
The Flink Application Version resource allows the creation and management of Aiven Flink Application Versions.
|
|
388
388
|
|
|
389
|
+
## Example Usage
|
|
390
|
+
|
|
391
|
+
```python
|
|
392
|
+
import pulumi
|
|
393
|
+
import pulumi_aiven as aiven
|
|
394
|
+
|
|
395
|
+
foo = aiven.FlinkApplicationVersion("foo",
|
|
396
|
+
project=foo_aiven_project["project"],
|
|
397
|
+
service_name=foo_aiven_flink["serviceName"],
|
|
398
|
+
application_id=foo_aiven_flink_application["applicationId"],
|
|
399
|
+
statement=" INSERT INTO kafka_known_pizza SELECT * FROM kafka_pizza WHERE shop LIKE '%Luigis Pizza%'\\n",
|
|
400
|
+
sinks=[aiven.FlinkApplicationVersionSinkArgs(
|
|
401
|
+
create_table=\"\"\" CREATE TABLE kafka_known_pizza (
|
|
402
|
+
shop STRING,
|
|
403
|
+
name STRING
|
|
404
|
+
) WITH (
|
|
405
|
+
'connector' = 'kafka',
|
|
406
|
+
'properties.bootstrap.servers' = '',
|
|
407
|
+
'scan.startup.mode' = 'earliest-offset',
|
|
408
|
+
'topic' = 'sink_topic',
|
|
409
|
+
'value.format' = 'json'
|
|
410
|
+
)
|
|
411
|
+
\"\"\",
|
|
412
|
+
integration_id=flink_to_kafka["integrationId"],
|
|
413
|
+
)],
|
|
414
|
+
sources=[aiven.FlinkApplicationVersionSourceArgs(
|
|
415
|
+
create_table=\"\"\" CREATE TABLE kafka_pizza (
|
|
416
|
+
shop STRING,
|
|
417
|
+
name STRING
|
|
418
|
+
) WITH (
|
|
419
|
+
'connector' = 'kafka',
|
|
420
|
+
'properties.bootstrap.servers' = '',
|
|
421
|
+
'scan.startup.mode' = 'earliest-offset',
|
|
422
|
+
'topic' = 'source_topic',
|
|
423
|
+
'value.format' = 'json'
|
|
424
|
+
)
|
|
425
|
+
\"\"\",
|
|
426
|
+
integration_id=flink_to_kafka["integrationId"],
|
|
427
|
+
)])
|
|
428
|
+
```
|
|
429
|
+
|
|
389
430
|
## Import
|
|
390
431
|
|
|
391
432
|
```sh
|
|
@@ -395,8 +436,8 @@ class FlinkApplicationVersion(pulumi.CustomResource):
|
|
|
395
436
|
:param str resource_name: The name of the resource.
|
|
396
437
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
397
438
|
:param pulumi.Input[str] application_id: Application ID
|
|
398
|
-
:param pulumi.Input[str] project:
|
|
399
|
-
:param pulumi.Input[str] service_name:
|
|
439
|
+
: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.
|
|
440
|
+
: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.
|
|
400
441
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkApplicationVersionSinkArgs']]]] sink: Application sink
|
|
401
442
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkApplicationVersionSinkArgs']]]] sinks: Application sinks
|
|
402
443
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkApplicationVersionSourceArgs']]]] source: Application source
|
|
@@ -412,6 +453,47 @@ class FlinkApplicationVersion(pulumi.CustomResource):
|
|
|
412
453
|
"""
|
|
413
454
|
The Flink Application Version resource allows the creation and management of Aiven Flink Application Versions.
|
|
414
455
|
|
|
456
|
+
## Example Usage
|
|
457
|
+
|
|
458
|
+
```python
|
|
459
|
+
import pulumi
|
|
460
|
+
import pulumi_aiven as aiven
|
|
461
|
+
|
|
462
|
+
foo = aiven.FlinkApplicationVersion("foo",
|
|
463
|
+
project=foo_aiven_project["project"],
|
|
464
|
+
service_name=foo_aiven_flink["serviceName"],
|
|
465
|
+
application_id=foo_aiven_flink_application["applicationId"],
|
|
466
|
+
statement=" INSERT INTO kafka_known_pizza SELECT * FROM kafka_pizza WHERE shop LIKE '%Luigis Pizza%'\\n",
|
|
467
|
+
sinks=[aiven.FlinkApplicationVersionSinkArgs(
|
|
468
|
+
create_table=\"\"\" CREATE TABLE kafka_known_pizza (
|
|
469
|
+
shop STRING,
|
|
470
|
+
name STRING
|
|
471
|
+
) WITH (
|
|
472
|
+
'connector' = 'kafka',
|
|
473
|
+
'properties.bootstrap.servers' = '',
|
|
474
|
+
'scan.startup.mode' = 'earliest-offset',
|
|
475
|
+
'topic' = 'sink_topic',
|
|
476
|
+
'value.format' = 'json'
|
|
477
|
+
)
|
|
478
|
+
\"\"\",
|
|
479
|
+
integration_id=flink_to_kafka["integrationId"],
|
|
480
|
+
)],
|
|
481
|
+
sources=[aiven.FlinkApplicationVersionSourceArgs(
|
|
482
|
+
create_table=\"\"\" CREATE TABLE kafka_pizza (
|
|
483
|
+
shop STRING,
|
|
484
|
+
name STRING
|
|
485
|
+
) WITH (
|
|
486
|
+
'connector' = 'kafka',
|
|
487
|
+
'properties.bootstrap.servers' = '',
|
|
488
|
+
'scan.startup.mode' = 'earliest-offset',
|
|
489
|
+
'topic' = 'source_topic',
|
|
490
|
+
'value.format' = 'json'
|
|
491
|
+
)
|
|
492
|
+
\"\"\",
|
|
493
|
+
integration_id=flink_to_kafka["integrationId"],
|
|
494
|
+
)])
|
|
495
|
+
```
|
|
496
|
+
|
|
415
497
|
## Import
|
|
416
498
|
|
|
417
499
|
```sh
|
|
@@ -503,8 +585,8 @@ class FlinkApplicationVersion(pulumi.CustomResource):
|
|
|
503
585
|
:param pulumi.Input[str] application_version_id: Application version ID
|
|
504
586
|
:param pulumi.Input[str] created_at: Application version creation time
|
|
505
587
|
:param pulumi.Input[str] created_by: Application version creator
|
|
506
|
-
:param pulumi.Input[str] project:
|
|
507
|
-
:param pulumi.Input[str] service_name:
|
|
588
|
+
: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.
|
|
589
|
+
: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.
|
|
508
590
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkApplicationVersionSinkArgs']]]] sink: Application sink
|
|
509
591
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkApplicationVersionSinkArgs']]]] sinks: Application sinks
|
|
510
592
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkApplicationVersionSourceArgs']]]] source: Application source
|
|
@@ -566,7 +648,7 @@ class FlinkApplicationVersion(pulumi.CustomResource):
|
|
|
566
648
|
@pulumi.getter
|
|
567
649
|
def project(self) -> pulumi.Output[str]:
|
|
568
650
|
"""
|
|
569
|
-
|
|
651
|
+
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.
|
|
570
652
|
"""
|
|
571
653
|
return pulumi.get(self, "project")
|
|
572
654
|
|
|
@@ -574,7 +656,7 @@ class FlinkApplicationVersion(pulumi.CustomResource):
|
|
|
574
656
|
@pulumi.getter(name="serviceName")
|
|
575
657
|
def service_name(self) -> pulumi.Output[str]:
|
|
576
658
|
"""
|
|
577
|
-
|
|
659
|
+
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.
|
|
578
660
|
"""
|
|
579
661
|
return pulumi.get(self, "service_name")
|
|
580
662
|
|
pulumi_aiven/gcp_privatelink.py
CHANGED
|
@@ -18,10 +18,10 @@ class GcpPrivatelinkArgs:
|
|
|
18
18
|
service_name: pulumi.Input[str]):
|
|
19
19
|
"""
|
|
20
20
|
The set of arguments for constructing a GcpPrivatelink resource.
|
|
21
|
-
:param pulumi.Input[str] project:
|
|
21
|
+
: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
|
|
22
|
+
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
|
|
22
24
|
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
|
|
24
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "project", project)
|
|
27
27
|
pulumi.set(__self__, "service_name", service_name)
|
|
@@ -30,7 +30,7 @@ class GcpPrivatelinkArgs:
|
|
|
30
30
|
@pulumi.getter
|
|
31
31
|
def project(self) -> pulumi.Input[str]:
|
|
32
32
|
"""
|
|
33
|
-
|
|
33
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
34
34
|
reference. Changing this property forces recreation of the resource.
|
|
35
35
|
"""
|
|
36
36
|
return pulumi.get(self, "project")
|
|
@@ -43,8 +43,8 @@ class GcpPrivatelinkArgs:
|
|
|
43
43
|
@pulumi.getter(name="serviceName")
|
|
44
44
|
def service_name(self) -> pulumi.Input[str]:
|
|
45
45
|
"""
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
47
|
+
reference. Changing this property forces recreation of the resource.
|
|
48
48
|
"""
|
|
49
49
|
return pulumi.get(self, "service_name")
|
|
50
50
|
|
|
@@ -65,10 +65,10 @@ class _GcpPrivatelinkState:
|
|
|
65
65
|
Input properties used for looking up and filtering GcpPrivatelink resources.
|
|
66
66
|
:param pulumi.Input[str] google_service_attachment: Google Private Service Connect service attachment.
|
|
67
67
|
:param pulumi.Input[str] message: Printable result of the Google Cloud Private Service Connect request.
|
|
68
|
-
:param pulumi.Input[str] project:
|
|
68
|
+
: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
|
|
69
|
+
reference. Changing this property forces recreation of the resource.
|
|
70
|
+
: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
|
|
69
71
|
reference. Changing this property forces recreation of the resource.
|
|
70
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
71
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
72
72
|
:param pulumi.Input[str] state: The state of the Private Service Connect resource.
|
|
73
73
|
"""
|
|
74
74
|
if google_service_attachment is not None:
|
|
@@ -110,7 +110,7 @@ class _GcpPrivatelinkState:
|
|
|
110
110
|
@pulumi.getter
|
|
111
111
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
112
112
|
"""
|
|
113
|
-
|
|
113
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
114
114
|
reference. Changing this property forces recreation of the resource.
|
|
115
115
|
"""
|
|
116
116
|
return pulumi.get(self, "project")
|
|
@@ -123,8 +123,8 @@ class _GcpPrivatelinkState:
|
|
|
123
123
|
@pulumi.getter(name="serviceName")
|
|
124
124
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
125
125
|
"""
|
|
126
|
-
|
|
127
|
-
|
|
126
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
127
|
+
reference. Changing this property forces recreation of the resource.
|
|
128
128
|
"""
|
|
129
129
|
return pulumi.get(self, "service_name")
|
|
130
130
|
|
|
@@ -157,10 +157,10 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
157
157
|
Create a GcpPrivatelink resource with the given unique name, props, and options.
|
|
158
158
|
:param str resource_name: The name of the resource.
|
|
159
159
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
160
|
-
:param pulumi.Input[str] project:
|
|
160
|
+
: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
|
|
161
|
+
reference. Changing this property forces recreation of the resource.
|
|
162
|
+
: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
|
|
161
163
|
reference. Changing this property forces recreation of the resource.
|
|
162
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
163
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
164
164
|
"""
|
|
165
165
|
...
|
|
166
166
|
@overload
|
|
@@ -229,10 +229,10 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
229
229
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
230
230
|
:param pulumi.Input[str] google_service_attachment: Google Private Service Connect service attachment.
|
|
231
231
|
:param pulumi.Input[str] message: Printable result of the Google Cloud Private Service Connect request.
|
|
232
|
-
:param pulumi.Input[str] project:
|
|
232
|
+
: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
|
|
233
|
+
reference. Changing this property forces recreation of the resource.
|
|
234
|
+
: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
|
|
233
235
|
reference. Changing this property forces recreation of the resource.
|
|
234
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
235
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
236
236
|
:param pulumi.Input[str] state: The state of the Private Service Connect resource.
|
|
237
237
|
"""
|
|
238
238
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -266,7 +266,7 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
266
266
|
@pulumi.getter
|
|
267
267
|
def project(self) -> pulumi.Output[str]:
|
|
268
268
|
"""
|
|
269
|
-
|
|
269
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
270
270
|
reference. Changing this property forces recreation of the resource.
|
|
271
271
|
"""
|
|
272
272
|
return pulumi.get(self, "project")
|
|
@@ -275,8 +275,8 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
275
275
|
@pulumi.getter(name="serviceName")
|
|
276
276
|
def service_name(self) -> pulumi.Output[str]:
|
|
277
277
|
"""
|
|
278
|
-
|
|
279
|
-
|
|
278
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
279
|
+
reference. Changing this property forces recreation of the resource.
|
|
280
280
|
"""
|
|
281
281
|
return pulumi.get(self, "service_name")
|
|
282
282
|
|
|
@@ -19,10 +19,10 @@ class GcpPrivatelinkConnectionApprovalArgs:
|
|
|
19
19
|
user_ip_address: pulumi.Input[str]):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a GcpPrivatelinkConnectionApproval resource.
|
|
22
|
-
:param pulumi.Input[str] project:
|
|
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
|
|
23
|
+
reference. Changing this property forces recreation of the resource.
|
|
24
|
+
: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
|
|
23
25
|
reference. Changing this property forces recreation of the resource.
|
|
24
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
25
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
26
26
|
:param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
|
|
27
27
|
"""
|
|
28
28
|
pulumi.set(__self__, "project", project)
|
|
@@ -33,7 +33,7 @@ class GcpPrivatelinkConnectionApprovalArgs:
|
|
|
33
33
|
@pulumi.getter
|
|
34
34
|
def project(self) -> pulumi.Input[str]:
|
|
35
35
|
"""
|
|
36
|
-
|
|
36
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
37
37
|
reference. Changing this property forces recreation of the resource.
|
|
38
38
|
"""
|
|
39
39
|
return pulumi.get(self, "project")
|
|
@@ -46,8 +46,8 @@ class GcpPrivatelinkConnectionApprovalArgs:
|
|
|
46
46
|
@pulumi.getter(name="serviceName")
|
|
47
47
|
def service_name(self) -> pulumi.Input[str]:
|
|
48
48
|
"""
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
50
|
+
reference. Changing this property forces recreation of the resource.
|
|
51
51
|
"""
|
|
52
52
|
return pulumi.get(self, "service_name")
|
|
53
53
|
|
|
@@ -80,11 +80,11 @@ class _GcpPrivatelinkConnectionApprovalState:
|
|
|
80
80
|
"""
|
|
81
81
|
Input properties used for looking up and filtering GcpPrivatelinkConnectionApproval resources.
|
|
82
82
|
:param pulumi.Input[str] privatelink_connection_id: Aiven internal ID for the private link connection.
|
|
83
|
-
:param pulumi.Input[str] project:
|
|
83
|
+
: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
|
|
84
84
|
reference. Changing this property forces recreation of the resource.
|
|
85
85
|
:param pulumi.Input[str] psc_connection_id: The Google Private Service Connect connection ID.
|
|
86
|
-
:param pulumi.Input[str] service_name:
|
|
87
|
-
|
|
86
|
+
: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
|
|
87
|
+
reference. Changing this property forces recreation of the resource.
|
|
88
88
|
:param pulumi.Input[str] state: The state of the connection.
|
|
89
89
|
:param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
|
|
90
90
|
"""
|
|
@@ -117,7 +117,7 @@ class _GcpPrivatelinkConnectionApprovalState:
|
|
|
117
117
|
@pulumi.getter
|
|
118
118
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
119
119
|
"""
|
|
120
|
-
|
|
120
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
121
121
|
reference. Changing this property forces recreation of the resource.
|
|
122
122
|
"""
|
|
123
123
|
return pulumi.get(self, "project")
|
|
@@ -142,8 +142,8 @@ class _GcpPrivatelinkConnectionApprovalState:
|
|
|
142
142
|
@pulumi.getter(name="serviceName")
|
|
143
143
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
144
144
|
"""
|
|
145
|
-
|
|
146
|
-
|
|
145
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
146
|
+
reference. Changing this property forces recreation of the resource.
|
|
147
147
|
"""
|
|
148
148
|
return pulumi.get(self, "service_name")
|
|
149
149
|
|
|
@@ -189,10 +189,10 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
189
189
|
Create a GcpPrivatelinkConnectionApproval resource with the given unique name, props, and options.
|
|
190
190
|
:param str resource_name: The name of the resource.
|
|
191
191
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
192
|
-
:param pulumi.Input[str] project:
|
|
192
|
+
: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
|
|
193
|
+
reference. Changing this property forces recreation of the resource.
|
|
194
|
+
: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
|
|
193
195
|
reference. Changing this property forces recreation of the resource.
|
|
194
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
195
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
196
196
|
:param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
|
|
197
197
|
"""
|
|
198
198
|
...
|
|
@@ -266,11 +266,11 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
266
266
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
267
267
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
268
268
|
:param pulumi.Input[str] privatelink_connection_id: Aiven internal ID for the private link connection.
|
|
269
|
-
:param pulumi.Input[str] project:
|
|
269
|
+
: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
|
|
270
270
|
reference. Changing this property forces recreation of the resource.
|
|
271
271
|
:param pulumi.Input[str] psc_connection_id: The Google Private Service Connect connection ID.
|
|
272
|
-
:param pulumi.Input[str] service_name:
|
|
273
|
-
|
|
272
|
+
: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
|
|
273
|
+
reference. Changing this property forces recreation of the resource.
|
|
274
274
|
:param pulumi.Input[str] state: The state of the connection.
|
|
275
275
|
:param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
|
|
276
276
|
"""
|
|
@@ -298,7 +298,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
298
298
|
@pulumi.getter
|
|
299
299
|
def project(self) -> pulumi.Output[str]:
|
|
300
300
|
"""
|
|
301
|
-
|
|
301
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
302
302
|
reference. Changing this property forces recreation of the resource.
|
|
303
303
|
"""
|
|
304
304
|
return pulumi.get(self, "project")
|
|
@@ -315,8 +315,8 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
315
315
|
@pulumi.getter(name="serviceName")
|
|
316
316
|
def service_name(self) -> pulumi.Output[str]:
|
|
317
317
|
"""
|
|
318
|
-
|
|
319
|
-
|
|
318
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
319
|
+
reference. Changing this property forces recreation of the resource.
|
|
320
320
|
"""
|
|
321
321
|
return pulumi.get(self, "service_name")
|
|
322
322
|
|
|
@@ -182,22 +182,20 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
182
182
|
|
|
183
183
|
## Example Usage
|
|
184
184
|
|
|
185
|
-
<!--Start PulumiCodeChooser -->
|
|
186
185
|
```python
|
|
187
186
|
import pulumi
|
|
188
187
|
import pulumi_aiven as aiven
|
|
189
188
|
|
|
190
189
|
foo = aiven.GcpVpcPeeringConnection("foo",
|
|
191
|
-
vpc_id=
|
|
190
|
+
vpc_id=vpc["id"],
|
|
192
191
|
gcp_project_id="xxxx",
|
|
193
192
|
peer_vpc="xxxx")
|
|
194
193
|
```
|
|
195
|
-
<!--End PulumiCodeChooser -->
|
|
196
194
|
|
|
197
195
|
## Import
|
|
198
196
|
|
|
199
197
|
```sh
|
|
200
|
-
$ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo
|
|
198
|
+
$ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo PROJECT_NAME/VPC_ID/GCP_PROJECT_ID/PEER_VPC
|
|
201
199
|
```
|
|
202
200
|
|
|
203
201
|
:param str resource_name: The name of the resource.
|
|
@@ -217,22 +215,20 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
217
215
|
|
|
218
216
|
## Example Usage
|
|
219
217
|
|
|
220
|
-
<!--Start PulumiCodeChooser -->
|
|
221
218
|
```python
|
|
222
219
|
import pulumi
|
|
223
220
|
import pulumi_aiven as aiven
|
|
224
221
|
|
|
225
222
|
foo = aiven.GcpVpcPeeringConnection("foo",
|
|
226
|
-
vpc_id=
|
|
223
|
+
vpc_id=vpc["id"],
|
|
227
224
|
gcp_project_id="xxxx",
|
|
228
225
|
peer_vpc="xxxx")
|
|
229
226
|
```
|
|
230
|
-
<!--End PulumiCodeChooser -->
|
|
231
227
|
|
|
232
228
|
## Import
|
|
233
229
|
|
|
234
230
|
```sh
|
|
235
|
-
$ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo
|
|
231
|
+
$ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo PROJECT_NAME/VPC_ID/GCP_PROJECT_ID/PEER_VPC
|
|
236
232
|
```
|
|
237
233
|
|
|
238
234
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/get_account.py
CHANGED
|
@@ -147,14 +147,12 @@ def get_account(name: Optional[str] = None,
|
|
|
147
147
|
|
|
148
148
|
## Example Usage
|
|
149
149
|
|
|
150
|
-
<!--Start PulumiCodeChooser -->
|
|
151
150
|
```python
|
|
152
151
|
import pulumi
|
|
153
152
|
import pulumi_aiven as aiven
|
|
154
153
|
|
|
155
154
|
account1 = aiven.get_account(name="<ACCOUNT_NAME>")
|
|
156
155
|
```
|
|
157
|
-
<!--End PulumiCodeChooser -->
|
|
158
156
|
|
|
159
157
|
|
|
160
158
|
:param str name: Account name
|
|
@@ -184,14 +182,12 @@ def get_account_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
184
182
|
|
|
185
183
|
## Example Usage
|
|
186
184
|
|
|
187
|
-
<!--Start PulumiCodeChooser -->
|
|
188
185
|
```python
|
|
189
186
|
import pulumi
|
|
190
187
|
import pulumi_aiven as aiven
|
|
191
188
|
|
|
192
189
|
account1 = aiven.get_account(name="<ACCOUNT_NAME>")
|
|
193
190
|
```
|
|
194
|
-
<!--End PulumiCodeChooser -->
|
|
195
191
|
|
|
196
192
|
|
|
197
193
|
:param str name: Account name
|
|
@@ -77,7 +77,7 @@ class GetAwsPrivatelinkResult:
|
|
|
77
77
|
@pulumi.getter
|
|
78
78
|
def project(self) -> str:
|
|
79
79
|
"""
|
|
80
|
-
|
|
80
|
+
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.
|
|
81
81
|
"""
|
|
82
82
|
return pulumi.get(self, "project")
|
|
83
83
|
|
|
@@ -85,7 +85,7 @@ class GetAwsPrivatelinkResult:
|
|
|
85
85
|
@pulumi.getter(name="serviceName")
|
|
86
86
|
def service_name(self) -> str:
|
|
87
87
|
"""
|
|
88
|
-
|
|
88
|
+
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.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "service_name")
|
|
91
91
|
|
|
@@ -112,19 +112,17 @@ def get_aws_privatelink(project: Optional[str] = None,
|
|
|
112
112
|
|
|
113
113
|
## Example Usage
|
|
114
114
|
|
|
115
|
-
<!--Start PulumiCodeChooser -->
|
|
116
115
|
```python
|
|
117
116
|
import pulumi
|
|
118
117
|
import pulumi_aiven as aiven
|
|
119
118
|
|
|
120
|
-
main = aiven.get_aws_privatelink(project=
|
|
121
|
-
service_name=
|
|
119
|
+
main = aiven.get_aws_privatelink(project=example_project["project"],
|
|
120
|
+
service_name=example_kafka["serviceName"])
|
|
122
121
|
```
|
|
123
|
-
<!--End PulumiCodeChooser -->
|
|
124
122
|
|
|
125
123
|
|
|
126
|
-
:param str project:
|
|
127
|
-
:param str service_name:
|
|
124
|
+
:param 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.
|
|
125
|
+
:param 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.
|
|
128
126
|
"""
|
|
129
127
|
__args__ = dict()
|
|
130
128
|
__args__['project'] = project
|
|
@@ -150,18 +148,16 @@ def get_aws_privatelink_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
150
148
|
|
|
151
149
|
## Example Usage
|
|
152
150
|
|
|
153
|
-
<!--Start PulumiCodeChooser -->
|
|
154
151
|
```python
|
|
155
152
|
import pulumi
|
|
156
153
|
import pulumi_aiven as aiven
|
|
157
154
|
|
|
158
|
-
main = aiven.get_aws_privatelink(project=
|
|
159
|
-
service_name=
|
|
155
|
+
main = aiven.get_aws_privatelink(project=example_project["project"],
|
|
156
|
+
service_name=example_kafka["serviceName"])
|
|
160
157
|
```
|
|
161
|
-
<!--End PulumiCodeChooser -->
|
|
162
158
|
|
|
163
159
|
|
|
164
|
-
:param str project:
|
|
165
|
-
:param str service_name:
|
|
160
|
+
:param 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.
|
|
161
|
+
:param 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.
|
|
166
162
|
"""
|
|
167
163
|
...
|
|
@@ -138,21 +138,19 @@ def get_aws_vpc_peering_connection(aws_account_id: Optional[str] = None,
|
|
|
138
138
|
|
|
139
139
|
## Example Usage
|
|
140
140
|
|
|
141
|
-
<!--Start PulumiCodeChooser -->
|
|
142
141
|
```python
|
|
143
142
|
import pulumi
|
|
144
143
|
import pulumi_aiven as aiven
|
|
145
144
|
|
|
146
|
-
example_vpc = aiven.ProjectVpc("
|
|
147
|
-
project=
|
|
145
|
+
example_vpc = aiven.ProjectVpc("example_vpc",
|
|
146
|
+
project=example_project["project"],
|
|
148
147
|
cloud_name="google-europe-west1",
|
|
149
148
|
network_cidr="192.168.1.0/24")
|
|
150
149
|
aws_to_aiven_peering = example_vpc.id.apply(lambda id: aiven.get_aws_vpc_peering_connection_output(vpc_id=id,
|
|
151
|
-
aws_account_id=
|
|
150
|
+
aws_account_id=aws_id,
|
|
152
151
|
aws_vpc_id="vpc-1a2b3c4d5e6f7g8h9",
|
|
153
152
|
aws_vpc_region="aws-us-east-2"))
|
|
154
153
|
```
|
|
155
|
-
<!--End PulumiCodeChooser -->
|
|
156
154
|
|
|
157
155
|
|
|
158
156
|
:param str aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
|
|
@@ -190,21 +188,19 @@ def get_aws_vpc_peering_connection_output(aws_account_id: Optional[pulumi.Input[
|
|
|
190
188
|
|
|
191
189
|
## Example Usage
|
|
192
190
|
|
|
193
|
-
<!--Start PulumiCodeChooser -->
|
|
194
191
|
```python
|
|
195
192
|
import pulumi
|
|
196
193
|
import pulumi_aiven as aiven
|
|
197
194
|
|
|
198
|
-
example_vpc = aiven.ProjectVpc("
|
|
199
|
-
project=
|
|
195
|
+
example_vpc = aiven.ProjectVpc("example_vpc",
|
|
196
|
+
project=example_project["project"],
|
|
200
197
|
cloud_name="google-europe-west1",
|
|
201
198
|
network_cidr="192.168.1.0/24")
|
|
202
199
|
aws_to_aiven_peering = example_vpc.id.apply(lambda id: aiven.get_aws_vpc_peering_connection_output(vpc_id=id,
|
|
203
|
-
aws_account_id=
|
|
200
|
+
aws_account_id=aws_id,
|
|
204
201
|
aws_vpc_id="vpc-1a2b3c4d5e6f7g8h9",
|
|
205
202
|
aws_vpc_region="aws-us-east-2"))
|
|
206
203
|
```
|
|
207
|
-
<!--End PulumiCodeChooser -->
|
|
208
204
|
|
|
209
205
|
|
|
210
206
|
:param str aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
|