pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.14.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-aiven might be problematic. Click here for more details.

Files changed (136) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2623 -1138
  3. pulumi_aiven/account.py +8 -8
  4. pulumi_aiven/account_authentication.py +8 -4
  5. pulumi_aiven/account_team.py +6 -6
  6. pulumi_aiven/account_team_member.py +27 -31
  7. pulumi_aiven/account_team_project.py +12 -12
  8. pulumi_aiven/aws_privatelink.py +39 -43
  9. pulumi_aiven/aws_vpc_peering_connection.py +62 -56
  10. pulumi_aiven/azure_privatelink.py +49 -53
  11. pulumi_aiven/azure_privatelink_connection_approval.py +131 -33
  12. pulumi_aiven/azure_vpc_peering_connection.py +76 -72
  13. pulumi_aiven/billing_group.py +18 -18
  14. pulumi_aiven/cassandra.py +25 -57
  15. pulumi_aiven/cassandra_user.py +25 -29
  16. pulumi_aiven/clickhouse.py +25 -57
  17. pulumi_aiven/clickhouse_database.py +31 -33
  18. pulumi_aiven/clickhouse_grant.py +56 -58
  19. pulumi_aiven/clickhouse_role.py +23 -27
  20. pulumi_aiven/clickhouse_user.py +25 -29
  21. pulumi_aiven/connection_pool.py +38 -42
  22. pulumi_aiven/dragonfly.py +1205 -0
  23. pulumi_aiven/flink.py +32 -36
  24. pulumi_aiven/flink_application.py +22 -24
  25. pulumi_aiven/flink_application_deployment.py +28 -28
  26. pulumi_aiven/flink_application_version.py +96 -14
  27. pulumi_aiven/gcp_privatelink.py +40 -40
  28. pulumi_aiven/gcp_privatelink_connection_approval.py +47 -47
  29. pulumi_aiven/gcp_vpc_peering_connection.py +39 -43
  30. pulumi_aiven/get_account.py +0 -4
  31. pulumi_aiven/get_account_team_member.py +9 -9
  32. pulumi_aiven/get_aws_privatelink.py +15 -19
  33. pulumi_aiven/get_aws_vpc_peering_connection.py +33 -27
  34. pulumi_aiven/get_azure_privatelink.py +17 -21
  35. pulumi_aiven/get_azure_vpc_peering_connection.py +50 -22
  36. pulumi_aiven/get_billing_group.py +2 -2
  37. pulumi_aiven/get_cassanda.py +7 -24
  38. pulumi_aiven/get_cassandra.py +7 -24
  39. pulumi_aiven/get_cassandra_user.py +13 -17
  40. pulumi_aiven/get_clickhouse.py +7 -24
  41. pulumi_aiven/get_clickhouse_database.py +13 -17
  42. pulumi_aiven/get_clickhouse_user.py +13 -17
  43. pulumi_aiven/get_connection_pool.py +14 -18
  44. pulumi_aiven/get_dragonfly.py +450 -0
  45. pulumi_aiven/get_flink.py +6 -10
  46. pulumi_aiven/get_flink_application.py +8 -12
  47. pulumi_aiven/get_flink_application_version.py +8 -12
  48. pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -22
  49. pulumi_aiven/get_grafana.py +7 -24
  50. pulumi_aiven/get_kafka.py +13 -17
  51. pulumi_aiven/get_kafka_acl.py +19 -23
  52. pulumi_aiven/get_kafka_connect.py +7 -24
  53. pulumi_aiven/get_kafka_connector.py +13 -17
  54. pulumi_aiven/get_kafka_mirror_maker.py +7 -24
  55. pulumi_aiven/get_kafka_schema.py +13 -17
  56. pulumi_aiven/get_kafka_schema_configuration.py +11 -15
  57. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  58. pulumi_aiven/get_kafka_topic.py +19 -23
  59. pulumi_aiven/get_kafka_user.py +13 -17
  60. pulumi_aiven/get_m3_aggregator.py +7 -24
  61. pulumi_aiven/get_m3_db.py +7 -24
  62. pulumi_aiven/get_m3db_user.py +13 -17
  63. pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
  64. pulumi_aiven/get_my_sql.py +7 -24
  65. pulumi_aiven/get_mysql_database.py +13 -17
  66. pulumi_aiven/get_mysql_user.py +13 -17
  67. pulumi_aiven/get_open_search.py +6 -10
  68. pulumi_aiven/get_open_search_acl_config.py +10 -14
  69. pulumi_aiven/get_open_search_acl_rule.py +16 -20
  70. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
  71. pulumi_aiven/get_opensearch_user.py +13 -17
  72. pulumi_aiven/get_organization.py +8 -12
  73. pulumi_aiven/get_organization_user_group.py +29 -9
  74. pulumi_aiven/get_organizational_unit.py +9 -9
  75. pulumi_aiven/get_pg.py +6 -10
  76. pulumi_aiven/get_pg_database.py +15 -19
  77. pulumi_aiven/get_pg_user.py +13 -17
  78. pulumi_aiven/get_project.py +17 -21
  79. pulumi_aiven/get_project_user.py +9 -13
  80. pulumi_aiven/get_project_vpc.py +11 -17
  81. pulumi_aiven/get_redis.py +7 -24
  82. pulumi_aiven/get_redis_user.py +17 -21
  83. pulumi_aiven/get_service_component.py +4 -8
  84. pulumi_aiven/get_service_integration.py +75 -37
  85. pulumi_aiven/get_service_integration_endpoint.py +3 -7
  86. pulumi_aiven/get_transit_gateway_vpc_attachment.py +11 -15
  87. pulumi_aiven/grafana.py +82 -267
  88. pulumi_aiven/influx_db.py +28 -28
  89. pulumi_aiven/influxdb_database.py +35 -35
  90. pulumi_aiven/influxdb_user.py +42 -42
  91. pulumi_aiven/kafka.py +50 -54
  92. pulumi_aiven/kafka_acl.py +41 -45
  93. pulumi_aiven/kafka_connect.py +80 -267
  94. pulumi_aiven/kafka_connector.py +33 -37
  95. pulumi_aiven/kafka_mirror_maker.py +80 -267
  96. pulumi_aiven/kafka_schema.py +51 -51
  97. pulumi_aiven/kafka_schema_configuration.py +20 -24
  98. pulumi_aiven/kafka_schema_registry_acl.py +75 -35
  99. pulumi_aiven/kafka_topic.py +91 -53
  100. pulumi_aiven/kafka_user.py +25 -29
  101. pulumi_aiven/m3_aggregator.py +80 -267
  102. pulumi_aiven/m3_db.py +80 -267
  103. pulumi_aiven/m3db_user.py +23 -27
  104. pulumi_aiven/mirror_maker_replication_flow.py +58 -60
  105. pulumi_aiven/my_sql.py +80 -267
  106. pulumi_aiven/mysql_database.py +27 -31
  107. pulumi_aiven/mysql_user.py +25 -29
  108. pulumi_aiven/open_search.py +27 -31
  109. pulumi_aiven/open_search_acl_config.py +28 -36
  110. pulumi_aiven/open_search_acl_rule.py +50 -54
  111. pulumi_aiven/opensearch_security_plugin_config.py +64 -16
  112. pulumi_aiven/opensearch_user.py +25 -29
  113. pulumi_aiven/organization.py +10 -14
  114. pulumi_aiven/organization_group_project.py +336 -0
  115. pulumi_aiven/organization_user.py +16 -34
  116. pulumi_aiven/organization_user_group.py +59 -23
  117. pulumi_aiven/organization_user_group_member.py +350 -0
  118. pulumi_aiven/organizational_unit.py +36 -36
  119. pulumi_aiven/outputs.py +3539 -1136
  120. pulumi_aiven/pg.py +30 -30
  121. pulumi_aiven/pg_database.py +41 -45
  122. pulumi_aiven/pg_user.py +25 -29
  123. pulumi_aiven/project.py +91 -69
  124. pulumi_aiven/project_user.py +24 -28
  125. pulumi_aiven/project_vpc.py +49 -25
  126. pulumi_aiven/redis.py +80 -267
  127. pulumi_aiven/redis_user.py +53 -57
  128. pulumi_aiven/service_integration.py +249 -65
  129. pulumi_aiven/service_integration_endpoint.py +7 -7
  130. pulumi_aiven/static_ip.py +14 -14
  131. pulumi_aiven/transit_gateway_vpc_attachment.py +25 -29
  132. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
  133. pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
  134. pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
  135. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
  136. {pulumi_aiven-6.13.0a1711027602.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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
31
- :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. This property cannot be changed, doing so forces recreation of the resource.
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
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
182
- :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. This property cannot be changed, doing so forces recreation of the resource.
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
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
399
- :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. This property cannot be changed, doing so forces recreation of the resource.
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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
507
- :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. This property cannot be changed, doing so forces recreation of the resource.
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
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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
 
@@ -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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
22
- reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
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
24
+ 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,8 +30,8 @@ class GcpPrivatelinkArgs:
30
30
  @pulumi.getter
31
31
  def project(self) -> pulumi.Input[str]:
32
32
  """
33
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
34
- reference. This property cannot be changed, doing so forces recreation of the resource.
33
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
34
+ reference. Changing this property forces recreation of the resource.
35
35
  """
36
36
  return pulumi.get(self, "project")
37
37
 
@@ -43,8 +43,8 @@ class GcpPrivatelinkArgs:
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
47
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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
 
@@ -63,13 +63,13 @@ class _GcpPrivatelinkState:
63
63
  state: Optional[pulumi.Input[str]] = None):
64
64
  """
65
65
  Input properties used for looking up and filtering GcpPrivatelink resources.
66
- :param pulumi.Input[str] google_service_attachment: Privatelink resource Google Service Attachment
67
- :param pulumi.Input[str] message: Printable result of the GCP Privatelink request
68
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
69
- reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
72
- :param pulumi.Input[str] state: Privatelink resource state
66
+ :param pulumi.Input[str] google_service_attachment: Google Private Service Connect service attachment.
67
+ :param pulumi.Input[str] message: Printable result of the Google Cloud Private Service Connect request.
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
71
+ reference. Changing this property forces recreation of the resource.
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:
75
75
  pulumi.set(__self__, "google_service_attachment", google_service_attachment)
@@ -86,7 +86,7 @@ class _GcpPrivatelinkState:
86
86
  @pulumi.getter(name="googleServiceAttachment")
87
87
  def google_service_attachment(self) -> Optional[pulumi.Input[str]]:
88
88
  """
89
- Privatelink resource Google Service Attachment
89
+ Google Private Service Connect service attachment.
90
90
  """
91
91
  return pulumi.get(self, "google_service_attachment")
92
92
 
@@ -98,7 +98,7 @@ class _GcpPrivatelinkState:
98
98
  @pulumi.getter
99
99
  def message(self) -> Optional[pulumi.Input[str]]:
100
100
  """
101
- Printable result of the GCP Privatelink request
101
+ Printable result of the Google Cloud Private Service Connect request.
102
102
  """
103
103
  return pulumi.get(self, "message")
104
104
 
@@ -110,8 +110,8 @@ class _GcpPrivatelinkState:
110
110
  @pulumi.getter
111
111
  def project(self) -> Optional[pulumi.Input[str]]:
112
112
  """
113
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
114
- reference. This property cannot be changed, doing so forces recreation of the resource.
113
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
114
+ reference. Changing this property forces recreation of the resource.
115
115
  """
116
116
  return pulumi.get(self, "project")
117
117
 
@@ -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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
127
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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
 
@@ -136,7 +136,7 @@ class _GcpPrivatelinkState:
136
136
  @pulumi.getter
137
137
  def state(self) -> Optional[pulumi.Input[str]]:
138
138
  """
139
- Privatelink resource state
139
+ The state of the Private Service Connect resource.
140
140
  """
141
141
  return pulumi.get(self, "state")
142
142
 
@@ -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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
161
- reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
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
163
+ reference. Changing this property forces recreation of the resource.
164
164
  """
165
165
  ...
166
166
  @overload
@@ -227,13 +227,13 @@ class GcpPrivatelink(pulumi.CustomResource):
227
227
  :param str resource_name: The unique name of the resulting resource.
228
228
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
229
229
  :param pulumi.ResourceOptions opts: Options for the resource.
230
- :param pulumi.Input[str] google_service_attachment: Privatelink resource Google Service Attachment
231
- :param pulumi.Input[str] message: Printable result of the GCP Privatelink request
232
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
233
- reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
236
- :param pulumi.Input[str] state: Privatelink resource state
230
+ :param pulumi.Input[str] google_service_attachment: Google Private Service Connect service attachment.
231
+ :param pulumi.Input[str] message: Printable result of the Google Cloud Private Service Connect request.
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
235
+ reference. Changing this property forces recreation of the resource.
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))
239
239
 
@@ -250,7 +250,7 @@ class GcpPrivatelink(pulumi.CustomResource):
250
250
  @pulumi.getter(name="googleServiceAttachment")
251
251
  def google_service_attachment(self) -> pulumi.Output[str]:
252
252
  """
253
- Privatelink resource Google Service Attachment
253
+ Google Private Service Connect service attachment.
254
254
  """
255
255
  return pulumi.get(self, "google_service_attachment")
256
256
 
@@ -258,7 +258,7 @@ class GcpPrivatelink(pulumi.CustomResource):
258
258
  @pulumi.getter
259
259
  def message(self) -> pulumi.Output[str]:
260
260
  """
261
- Printable result of the GCP Privatelink request
261
+ Printable result of the Google Cloud Private Service Connect request.
262
262
  """
263
263
  return pulumi.get(self, "message")
264
264
 
@@ -266,8 +266,8 @@ class GcpPrivatelink(pulumi.CustomResource):
266
266
  @pulumi.getter
267
267
  def project(self) -> pulumi.Output[str]:
268
268
  """
269
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
270
- reference. This property cannot be changed, doing so forces recreation of the resource.
269
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
270
+ reference. Changing this property forces recreation of the resource.
271
271
  """
272
272
  return pulumi.get(self, "project")
273
273
 
@@ -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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
279
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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
 
@@ -284,7 +284,7 @@ class GcpPrivatelink(pulumi.CustomResource):
284
284
  @pulumi.getter
285
285
  def state(self) -> pulumi.Output[str]:
286
286
  """
287
- Privatelink resource state
287
+ The state of the Private Service Connect resource.
288
288
  """
289
289
  return pulumi.get(self, "state")
290
290
 
@@ -19,11 +19,11 @@ 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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
23
- reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
26
- :param pulumi.Input[str] user_ip_address: Privatelink connection user IP address
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
25
+ reference. Changing this property forces recreation of the resource.
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)
29
29
  pulumi.set(__self__, "service_name", service_name)
@@ -33,8 +33,8 @@ class GcpPrivatelinkConnectionApprovalArgs:
33
33
  @pulumi.getter
34
34
  def project(self) -> pulumi.Input[str]:
35
35
  """
36
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
37
- reference. This property cannot be changed, doing so forces recreation of the resource.
36
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
37
+ reference. Changing this property forces recreation of the resource.
38
38
  """
39
39
  return pulumi.get(self, "project")
40
40
 
@@ -46,8 +46,8 @@ class GcpPrivatelinkConnectionApprovalArgs:
46
46
  @pulumi.getter(name="serviceName")
47
47
  def service_name(self) -> pulumi.Input[str]:
48
48
  """
49
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
50
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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
 
@@ -59,7 +59,7 @@ class GcpPrivatelinkConnectionApprovalArgs:
59
59
  @pulumi.getter(name="userIpAddress")
60
60
  def user_ip_address(self) -> pulumi.Input[str]:
61
61
  """
62
- Privatelink connection user IP address
62
+ The Private Service Connect connection user IP address.
63
63
  """
64
64
  return pulumi.get(self, "user_ip_address")
65
65
 
@@ -79,14 +79,14 @@ class _GcpPrivatelinkConnectionApprovalState:
79
79
  user_ip_address: Optional[pulumi.Input[str]] = None):
80
80
  """
81
81
  Input properties used for looking up and filtering GcpPrivatelinkConnectionApproval resources.
82
- :param pulumi.Input[str] privatelink_connection_id: Privatelink connection id
83
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
84
- reference. This property cannot be changed, doing so forces recreation of the resource.
85
- :param pulumi.Input[str] psc_connection_id: Privatelink connection PSC connection id
86
- :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
87
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
88
- :param pulumi.Input[str] state: Privatelink connection state
89
- :param pulumi.Input[str] user_ip_address: Privatelink connection user IP address
82
+ :param pulumi.Input[str] privatelink_connection_id: Aiven internal ID for the private link connection.
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
+ reference. Changing this property forces recreation of the resource.
85
+ :param pulumi.Input[str] psc_connection_id: The Google Private Service Connect connection ID.
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
+ :param pulumi.Input[str] state: The state of the connection.
89
+ :param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
90
90
  """
91
91
  if privatelink_connection_id is not None:
92
92
  pulumi.set(__self__, "privatelink_connection_id", privatelink_connection_id)
@@ -105,7 +105,7 @@ class _GcpPrivatelinkConnectionApprovalState:
105
105
  @pulumi.getter(name="privatelinkConnectionId")
106
106
  def privatelink_connection_id(self) -> Optional[pulumi.Input[str]]:
107
107
  """
108
- Privatelink connection id
108
+ Aiven internal ID for the private link connection.
109
109
  """
110
110
  return pulumi.get(self, "privatelink_connection_id")
111
111
 
@@ -117,8 +117,8 @@ class _GcpPrivatelinkConnectionApprovalState:
117
117
  @pulumi.getter
118
118
  def project(self) -> Optional[pulumi.Input[str]]:
119
119
  """
120
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
121
- reference. This property cannot be changed, doing so forces recreation of the resource.
120
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
121
+ reference. Changing this property forces recreation of the resource.
122
122
  """
123
123
  return pulumi.get(self, "project")
124
124
 
@@ -130,7 +130,7 @@ class _GcpPrivatelinkConnectionApprovalState:
130
130
  @pulumi.getter(name="pscConnectionId")
131
131
  def psc_connection_id(self) -> Optional[pulumi.Input[str]]:
132
132
  """
133
- Privatelink connection PSC connection id
133
+ The Google Private Service Connect connection ID.
134
134
  """
135
135
  return pulumi.get(self, "psc_connection_id")
136
136
 
@@ -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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
146
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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
 
@@ -155,7 +155,7 @@ class _GcpPrivatelinkConnectionApprovalState:
155
155
  @pulumi.getter
156
156
  def state(self) -> Optional[pulumi.Input[str]]:
157
157
  """
158
- Privatelink connection state
158
+ The state of the connection.
159
159
  """
160
160
  return pulumi.get(self, "state")
161
161
 
@@ -167,7 +167,7 @@ class _GcpPrivatelinkConnectionApprovalState:
167
167
  @pulumi.getter(name="userIpAddress")
168
168
  def user_ip_address(self) -> Optional[pulumi.Input[str]]:
169
169
  """
170
- Privatelink connection user IP address
170
+ The Private Service Connect connection user IP address.
171
171
  """
172
172
  return pulumi.get(self, "user_ip_address")
173
173
 
@@ -189,11 +189,11 @@ 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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
193
- reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
196
- :param pulumi.Input[str] user_ip_address: Privatelink connection user IP address
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
195
+ reference. Changing this property forces recreation of the resource.
196
+ :param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
197
197
  """
198
198
  ...
199
199
  @overload
@@ -265,14 +265,14 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
265
265
  :param str resource_name: The unique name of the resulting resource.
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
- :param pulumi.Input[str] privatelink_connection_id: Privatelink connection id
269
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
270
- reference. This property cannot be changed, doing so forces recreation of the resource.
271
- :param pulumi.Input[str] psc_connection_id: Privatelink connection PSC connection id
272
- :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
273
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
274
- :param pulumi.Input[str] state: Privatelink connection state
275
- :param pulumi.Input[str] user_ip_address: Privatelink connection user IP address
268
+ :param pulumi.Input[str] privatelink_connection_id: Aiven internal ID for the private link connection.
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
+ reference. Changing this property forces recreation of the resource.
271
+ :param pulumi.Input[str] psc_connection_id: The Google Private Service Connect connection ID.
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
+ :param pulumi.Input[str] state: The state of the connection.
275
+ :param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
276
276
  """
277
277
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
278
278
 
@@ -290,7 +290,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
290
290
  @pulumi.getter(name="privatelinkConnectionId")
291
291
  def privatelink_connection_id(self) -> pulumi.Output[str]:
292
292
  """
293
- Privatelink connection id
293
+ Aiven internal ID for the private link connection.
294
294
  """
295
295
  return pulumi.get(self, "privatelink_connection_id")
296
296
 
@@ -298,8 +298,8 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
298
298
  @pulumi.getter
299
299
  def project(self) -> pulumi.Output[str]:
300
300
  """
301
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
302
- reference. This property cannot be changed, doing so forces recreation of the resource.
301
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
302
+ reference. Changing this property forces recreation of the resource.
303
303
  """
304
304
  return pulumi.get(self, "project")
305
305
 
@@ -307,7 +307,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
307
307
  @pulumi.getter(name="pscConnectionId")
308
308
  def psc_connection_id(self) -> pulumi.Output[str]:
309
309
  """
310
- Privatelink connection PSC connection id
310
+ The Google Private Service Connect connection ID.
311
311
  """
312
312
  return pulumi.get(self, "psc_connection_id")
313
313
 
@@ -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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
319
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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
 
@@ -324,7 +324,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
324
324
  @pulumi.getter
325
325
  def state(self) -> pulumi.Output[str]:
326
326
  """
327
- Privatelink connection state
327
+ The state of the connection.
328
328
  """
329
329
  return pulumi.get(self, "state")
330
330
 
@@ -332,7 +332,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
332
332
  @pulumi.getter(name="userIpAddress")
333
333
  def user_ip_address(self) -> pulumi.Output[str]:
334
334
  """
335
- Privatelink connection user IP address
335
+ The Private Service Connect connection user IP address.
336
336
  """
337
337
  return pulumi.get(self, "user_ip_address")
338
338