pulumi-aiven 6.12.0a1708492523__py3-none-any.whl → 6.13.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (138) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2973 -1323
  3. pulumi_aiven/account.py +40 -32
  4. pulumi_aiven/account_authentication.py +8 -4
  5. pulumi_aiven/account_team.py +36 -4
  6. pulumi_aiven/account_team_member.py +69 -35
  7. pulumi_aiven/account_team_project.py +52 -12
  8. pulumi_aiven/aws_privatelink.py +43 -39
  9. pulumi_aiven/aws_vpc_peering_connection.py +66 -52
  10. pulumi_aiven/azure_privatelink.py +53 -49
  11. pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
  12. pulumi_aiven/azure_vpc_peering_connection.py +80 -68
  13. pulumi_aiven/billing_group.py +6 -2
  14. pulumi_aiven/cassandra.py +17 -13
  15. pulumi_aiven/cassandra_user.py +27 -23
  16. pulumi_aiven/clickhouse.py +13 -9
  17. pulumi_aiven/clickhouse_database.py +27 -23
  18. pulumi_aiven/clickhouse_grant.py +46 -42
  19. pulumi_aiven/clickhouse_role.py +27 -23
  20. pulumi_aiven/clickhouse_user.py +27 -23
  21. pulumi_aiven/connection_pool.py +34 -30
  22. pulumi_aiven/dragonfly.py +1344 -0
  23. pulumi_aiven/flink.py +13 -9
  24. pulumi_aiven/flink_application.py +20 -16
  25. pulumi_aiven/flink_application_deployment.py +14 -14
  26. pulumi_aiven/flink_application_version.py +16 -16
  27. pulumi_aiven/gcp_privatelink.py +26 -26
  28. pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
  29. pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
  30. pulumi_aiven/get_account.py +4 -0
  31. pulumi_aiven/get_account_team_member.py +9 -9
  32. pulumi_aiven/get_aws_privatelink.py +19 -15
  33. pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
  34. pulumi_aiven/get_azure_privatelink.py +21 -17
  35. pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
  36. pulumi_aiven/get_cassanda.py +7 -3
  37. pulumi_aiven/get_cassandra.py +7 -3
  38. pulumi_aiven/get_cassandra_user.py +13 -9
  39. pulumi_aiven/get_clickhouse.py +7 -3
  40. pulumi_aiven/get_clickhouse_database.py +13 -9
  41. pulumi_aiven/get_clickhouse_user.py +13 -9
  42. pulumi_aiven/get_connection_pool.py +14 -10
  43. pulumi_aiven/get_dragonfly.py +443 -0
  44. pulumi_aiven/get_flink.py +7 -3
  45. pulumi_aiven/get_flink_application.py +10 -6
  46. pulumi_aiven/get_flink_application_version.py +10 -6
  47. pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
  48. pulumi_aiven/get_grafana.py +7 -3
  49. pulumi_aiven/get_influx_db.py +2 -114
  50. pulumi_aiven/get_influxdb_database.py +2 -21
  51. pulumi_aiven/get_influxdb_user.py +2 -55
  52. pulumi_aiven/get_kafka.py +7 -3
  53. pulumi_aiven/get_kafka_acl.py +19 -15
  54. pulumi_aiven/get_kafka_connect.py +7 -3
  55. pulumi_aiven/get_kafka_connector.py +13 -9
  56. pulumi_aiven/get_kafka_mirror_maker.py +7 -3
  57. pulumi_aiven/get_kafka_schema.py +13 -9
  58. pulumi_aiven/get_kafka_schema_configuration.py +11 -7
  59. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  60. pulumi_aiven/get_kafka_topic.py +13 -9
  61. pulumi_aiven/get_kafka_user.py +13 -9
  62. pulumi_aiven/get_m3_aggregator.py +7 -3
  63. pulumi_aiven/get_m3_db.py +7 -3
  64. pulumi_aiven/get_m3db_user.py +13 -9
  65. pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
  66. pulumi_aiven/get_my_sql.py +7 -3
  67. pulumi_aiven/get_mysql_database.py +13 -9
  68. pulumi_aiven/get_mysql_user.py +13 -9
  69. pulumi_aiven/get_open_search.py +7 -3
  70. pulumi_aiven/get_open_search_acl_config.py +10 -6
  71. pulumi_aiven/get_open_search_acl_rule.py +16 -12
  72. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
  73. pulumi_aiven/get_opensearch_user.py +13 -9
  74. pulumi_aiven/get_organization.py +12 -8
  75. pulumi_aiven/get_organization_user_group.py +33 -9
  76. pulumi_aiven/get_organizational_unit.py +9 -9
  77. pulumi_aiven/get_pg.py +7 -3
  78. pulumi_aiven/get_pg_database.py +15 -11
  79. pulumi_aiven/get_pg_user.py +13 -9
  80. pulumi_aiven/get_project.py +4 -0
  81. pulumi_aiven/get_project_user.py +10 -6
  82. pulumi_aiven/get_project_vpc.py +15 -13
  83. pulumi_aiven/get_redis.py +7 -3
  84. pulumi_aiven/get_redis_user.py +17 -13
  85. pulumi_aiven/get_service_component.py +4 -0
  86. pulumi_aiven/get_service_integration.py +68 -6
  87. pulumi_aiven/get_service_integration_endpoint.py +5 -1
  88. pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
  89. pulumi_aiven/grafana.py +13 -9
  90. pulumi_aiven/influx_db.py +239 -138
  91. pulumi_aiven/influxdb_database.py +37 -25
  92. pulumi_aiven/influxdb_user.py +44 -63
  93. pulumi_aiven/kafka.py +19 -15
  94. pulumi_aiven/kafka_acl.py +41 -37
  95. pulumi_aiven/kafka_connect.py +13 -9
  96. pulumi_aiven/kafka_connector.py +29 -25
  97. pulumi_aiven/kafka_mirror_maker.py +13 -9
  98. pulumi_aiven/kafka_schema.py +53 -45
  99. pulumi_aiven/kafka_schema_configuration.py +20 -16
  100. pulumi_aiven/kafka_schema_registry_acl.py +35 -35
  101. pulumi_aiven/kafka_topic.py +23 -23
  102. pulumi_aiven/kafka_user.py +27 -23
  103. pulumi_aiven/m3_aggregator.py +13 -9
  104. pulumi_aiven/m3_db.py +13 -9
  105. pulumi_aiven/m3db_user.py +27 -23
  106. pulumi_aiven/mirror_maker_replication_flow.py +56 -50
  107. pulumi_aiven/my_sql.py +13 -9
  108. pulumi_aiven/mysql_database.py +27 -23
  109. pulumi_aiven/mysql_user.py +27 -23
  110. pulumi_aiven/open_search.py +17 -13
  111. pulumi_aiven/open_search_acl_config.py +20 -16
  112. pulumi_aiven/open_search_acl_rule.py +34 -30
  113. pulumi_aiven/opensearch_security_plugin_config.py +68 -16
  114. pulumi_aiven/opensearch_user.py +27 -23
  115. pulumi_aiven/organization.py +14 -10
  116. pulumi_aiven/organization_group_project.py +290 -0
  117. pulumi_aiven/organization_user.py +20 -18
  118. pulumi_aiven/organization_user_group.py +77 -38
  119. pulumi_aiven/organization_user_group_member.py +352 -0
  120. pulumi_aiven/organizational_unit.py +36 -32
  121. pulumi_aiven/outputs.py +4004 -1363
  122. pulumi_aiven/pg.py +16 -16
  123. pulumi_aiven/pg_database.py +41 -37
  124. pulumi_aiven/pg_user.py +27 -23
  125. pulumi_aiven/project.py +28 -2
  126. pulumi_aiven/project_user.py +20 -16
  127. pulumi_aiven/project_vpc.py +25 -25
  128. pulumi_aiven/redis.py +13 -9
  129. pulumi_aiven/redis_user.py +55 -51
  130. pulumi_aiven/service_integration.py +207 -15
  131. pulumi_aiven/service_integration_endpoint.py +7 -7
  132. pulumi_aiven/static_ip.py +14 -14
  133. pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
  134. {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
  135. pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
  136. {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
  137. pulumi_aiven-6.12.0a1708492523.dist-info/RECORD +0 -146
  138. {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
@@ -56,7 +56,7 @@ class GetAccountTeamMemberResult:
56
56
  @pulumi.getter(name="accountId")
57
57
  def account_id(self) -> str:
58
58
  """
59
- The unique account id. This property cannot be changed, doing so forces recreation of the resource.
59
+ The unique account id. Changing this property forces recreation of the resource.
60
60
  """
61
61
  return pulumi.get(self, "account_id")
62
62
 
@@ -88,7 +88,7 @@ class GetAccountTeamMemberResult:
88
88
  @pulumi.getter(name="teamId")
89
89
  def team_id(self) -> str:
90
90
  """
91
- An account team id. This property cannot be changed, doing so forces recreation of the resource.
91
+ An account team id. Changing this property forces recreation of the resource.
92
92
  """
93
93
  return pulumi.get(self, "team_id")
94
94
 
@@ -96,7 +96,7 @@ class GetAccountTeamMemberResult:
96
96
  @pulumi.getter(name="userEmail")
97
97
  def user_email(self) -> str:
98
98
  """
99
- Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. This property cannot be changed, doing so forces recreation of the resource.
99
+ Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
100
100
  """
101
101
  return pulumi.get(self, "user_email")
102
102
 
@@ -124,9 +124,9 @@ def get_account_team_member(account_id: Optional[str] = None,
124
124
  The Account Team Member data source provides information about the existing Aiven Account Team Member.
125
125
 
126
126
 
127
- :param str account_id: The unique account id. This property cannot be changed, doing so forces recreation of the resource.
128
- :param str team_id: An account team id. This property cannot be changed, doing so forces recreation of the resource.
129
- :param str user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. This property cannot be changed, doing so forces recreation of the resource.
127
+ :param str account_id: The unique account id. Changing this property forces recreation of the resource.
128
+ :param str team_id: An account team id. Changing this property forces recreation of the resource.
129
+ :param str user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
130
130
  """
131
131
  __args__ = dict()
132
132
  __args__['accountId'] = account_id
@@ -154,8 +154,8 @@ def get_account_team_member_output(account_id: Optional[pulumi.Input[str]] = Non
154
154
  The Account Team Member data source provides information about the existing Aiven Account Team Member.
155
155
 
156
156
 
157
- :param str account_id: The unique account id. This property cannot be changed, doing so forces recreation of the resource.
158
- :param str team_id: An account team id. This property cannot be changed, doing so forces recreation of the resource.
159
- :param str user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. This property cannot be changed, doing so forces recreation of the resource.
157
+ :param str account_id: The unique account id. Changing this property forces recreation of the resource.
158
+ :param str team_id: An account team id. Changing this property forces recreation of the resource.
159
+ :param str user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
160
160
  """
161
161
  ...
@@ -45,7 +45,7 @@ class GetAwsPrivatelinkResult:
45
45
  @pulumi.getter(name="awsServiceId")
46
46
  def aws_service_id(self) -> str:
47
47
  """
48
- AWS service ID
48
+ AWS service ID.
49
49
  """
50
50
  return pulumi.get(self, "aws_service_id")
51
51
 
@@ -53,7 +53,7 @@ class GetAwsPrivatelinkResult:
53
53
  @pulumi.getter(name="awsServiceName")
54
54
  def aws_service_name(self) -> str:
55
55
  """
56
- AWS service name
56
+ AWS service name.
57
57
  """
58
58
  return pulumi.get(self, "aws_service_name")
59
59
 
@@ -69,7 +69,7 @@ class GetAwsPrivatelinkResult:
69
69
  @pulumi.getter
70
70
  def principals(self) -> Sequence[str]:
71
71
  """
72
- List of allowed principals
72
+ List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
73
73
  """
74
74
  return pulumi.get(self, "principals")
75
75
 
@@ -77,7 +77,7 @@ class GetAwsPrivatelinkResult:
77
77
  @pulumi.getter
78
78
  def project(self) -> str:
79
79
  """
80
- 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.
80
+ Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
81
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
- 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.
88
+ 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.
89
89
  """
90
90
  return pulumi.get(self, "service_name")
91
91
 
@@ -108,21 +108,23 @@ def get_aws_privatelink(project: Optional[str] = None,
108
108
  service_name: Optional[str] = None,
109
109
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAwsPrivatelinkResult:
110
110
  """
111
- The AWS Privatelink resource allows the creation and management of Aiven AWS Privatelink for a services.
111
+ Gets information about an AWS PrivateLink connection for an Aiven service.
112
112
 
113
113
  ## Example Usage
114
114
 
115
+ <!--Start PulumiCodeChooser -->
115
116
  ```python
116
117
  import pulumi
117
118
  import pulumi_aiven as aiven
118
119
 
119
- foo = aiven.get_aws_privatelink(project=data["aiven_project"]["foo"]["project"],
120
- service_name=aiven_kafka["bar"]["service_name"])
120
+ main = aiven.get_aws_privatelink(project=data["aiven_project"]["example_project"]["project"],
121
+ service_name=aiven_kafka["example_kafka"]["service_name"])
121
122
  ```
123
+ <!--End PulumiCodeChooser -->
122
124
 
123
125
 
124
- :param 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.
125
- :param 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.
126
+ :param 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.
127
+ :param 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.
126
128
  """
127
129
  __args__ = dict()
128
130
  __args__['project'] = project
@@ -144,20 +146,22 @@ def get_aws_privatelink_output(project: Optional[pulumi.Input[str]] = None,
144
146
  service_name: Optional[pulumi.Input[str]] = None,
145
147
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAwsPrivatelinkResult]:
146
148
  """
147
- The AWS Privatelink resource allows the creation and management of Aiven AWS Privatelink for a services.
149
+ Gets information about an AWS PrivateLink connection for an Aiven service.
148
150
 
149
151
  ## Example Usage
150
152
 
153
+ <!--Start PulumiCodeChooser -->
151
154
  ```python
152
155
  import pulumi
153
156
  import pulumi_aiven as aiven
154
157
 
155
- foo = aiven.get_aws_privatelink(project=data["aiven_project"]["foo"]["project"],
156
- service_name=aiven_kafka["bar"]["service_name"])
158
+ main = aiven.get_aws_privatelink(project=data["aiven_project"]["example_project"]["project"],
159
+ service_name=aiven_kafka["example_kafka"]["service_name"])
157
160
  ```
161
+ <!--End PulumiCodeChooser -->
158
162
 
159
163
 
160
- :param 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.
161
- :param 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.
164
+ :param 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.
165
+ :param 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.
162
166
  """
163
167
  ...
@@ -51,7 +51,7 @@ class GetAwsVpcPeeringConnectionResult:
51
51
  @pulumi.getter(name="awsAccountId")
52
52
  def aws_account_id(self) -> str:
53
53
  """
54
- AWS account ID. This property cannot be changed, doing so forces recreation of the resource.
54
+ AWS account ID. Changing this property forces recreation of the resource.
55
55
  """
56
56
  return pulumi.get(self, "aws_account_id")
57
57
 
@@ -59,7 +59,7 @@ class GetAwsVpcPeeringConnectionResult:
59
59
  @pulumi.getter(name="awsVpcId")
60
60
  def aws_vpc_id(self) -> str:
61
61
  """
62
- AWS VPC ID. This property cannot be changed, doing so forces recreation of the resource.
62
+ AWS VPC ID. Changing this property forces recreation of the resource.
63
63
  """
64
64
  return pulumi.get(self, "aws_vpc_id")
65
65
 
@@ -67,7 +67,7 @@ class GetAwsVpcPeeringConnectionResult:
67
67
  @pulumi.getter(name="awsVpcPeeringConnectionId")
68
68
  def aws_vpc_peering_connection_id(self) -> str:
69
69
  """
70
- AWS VPC peering connection ID
70
+ The ID of the AWS VPC peering connection.
71
71
  """
72
72
  return pulumi.get(self, "aws_vpc_peering_connection_id")
73
73
 
@@ -75,7 +75,7 @@ class GetAwsVpcPeeringConnectionResult:
75
75
  @pulumi.getter(name="awsVpcRegion")
76
76
  def aws_vpc_region(self) -> str:
77
77
  """
78
- AWS region of the peered VPC (if not in the same region as Aiven VPC). This property cannot be changed, doing so forces recreation of the resource.
78
+ The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
79
79
  """
80
80
  return pulumi.get(self, "aws_vpc_region")
81
81
 
@@ -91,7 +91,7 @@ class GetAwsVpcPeeringConnectionResult:
91
91
  @pulumi.getter
92
92
  def state(self) -> str:
93
93
  """
94
- State of the peering connection
94
+ The state of the peering connection.
95
95
  """
96
96
  return pulumi.get(self, "state")
97
97
 
@@ -99,7 +99,7 @@ class GetAwsVpcPeeringConnectionResult:
99
99
  @pulumi.getter(name="stateInfo")
100
100
  def state_info(self) -> Mapping[str, Any]:
101
101
  """
102
- State-specific help or error information
102
+ State-specific help or error information.
103
103
  """
104
104
  return pulumi.get(self, "state_info")
105
105
 
@@ -107,7 +107,7 @@ class GetAwsVpcPeeringConnectionResult:
107
107
  @pulumi.getter(name="vpcId")
108
108
  def vpc_id(self) -> str:
109
109
  """
110
- The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
110
+ The ID of the Aiven VPC. Changing this property forces recreation of the resource.
111
111
  """
112
112
  return pulumi.get(self, "vpc_id")
113
113
 
@@ -134,24 +134,31 @@ def get_aws_vpc_peering_connection(aws_account_id: Optional[str] = None,
134
134
  vpc_id: Optional[str] = None,
135
135
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAwsVpcPeeringConnectionResult:
136
136
  """
137
- The AWS VPC Peering Connection data source provides information about the existing Aiven VPC Peering Connection.
137
+ Gets information about an AWS VPC peering connection.
138
138
 
139
139
  ## Example Usage
140
140
 
141
+ <!--Start PulumiCodeChooser -->
141
142
  ```python
142
143
  import pulumi
143
144
  import pulumi_aiven as aiven
144
145
 
145
- foo = aiven.get_aws_vpc_peering_connection(vpc_id=data["aiven_project_vpc"]["vpc"]["id"],
146
- aws_account_id="XXXXX",
147
- aws_vpc_id="XXXXX")
146
+ example_vpc = aiven.ProjectVpc("exampleVpc",
147
+ project=data["aiven_project"]["example_project"]["project"],
148
+ cloud_name="google-europe-west1",
149
+ network_cidr="192.168.1.0/24")
150
+ aws_to_aiven_peering = example_vpc.id.apply(lambda id: aiven.get_aws_vpc_peering_connection_output(vpc_id=id,
151
+ aws_account_id=var["aws_id"],
152
+ aws_vpc_id="vpc-1a2b3c4d5e6f7g8h9",
153
+ aws_vpc_region="aws-us-east-2"))
148
154
  ```
155
+ <!--End PulumiCodeChooser -->
149
156
 
150
157
 
151
- :param str aws_account_id: AWS account ID. This property cannot be changed, doing so forces recreation of the resource.
152
- :param str aws_vpc_id: AWS VPC ID. This property cannot be changed, doing so forces recreation of the resource.
153
- :param str aws_vpc_region: AWS region of the peered VPC (if not in the same region as Aiven VPC). This property cannot be changed, doing so forces recreation of the resource.
154
- :param str vpc_id: The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
158
+ :param str aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
159
+ :param str aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
160
+ :param 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.
161
+ :param str vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
155
162
  """
156
163
  __args__ = dict()
157
164
  __args__['awsAccountId'] = aws_account_id
@@ -179,23 +186,30 @@ def get_aws_vpc_peering_connection_output(aws_account_id: Optional[pulumi.Input[
179
186
  vpc_id: Optional[pulumi.Input[str]] = None,
180
187
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAwsVpcPeeringConnectionResult]:
181
188
  """
182
- The AWS VPC Peering Connection data source provides information about the existing Aiven VPC Peering Connection.
189
+ Gets information about an AWS VPC peering connection.
183
190
 
184
191
  ## Example Usage
185
192
 
193
+ <!--Start PulumiCodeChooser -->
186
194
  ```python
187
195
  import pulumi
188
196
  import pulumi_aiven as aiven
189
197
 
190
- foo = aiven.get_aws_vpc_peering_connection(vpc_id=data["aiven_project_vpc"]["vpc"]["id"],
191
- aws_account_id="XXXXX",
192
- aws_vpc_id="XXXXX")
198
+ example_vpc = aiven.ProjectVpc("exampleVpc",
199
+ project=data["aiven_project"]["example_project"]["project"],
200
+ cloud_name="google-europe-west1",
201
+ network_cidr="192.168.1.0/24")
202
+ aws_to_aiven_peering = example_vpc.id.apply(lambda id: aiven.get_aws_vpc_peering_connection_output(vpc_id=id,
203
+ aws_account_id=var["aws_id"],
204
+ aws_vpc_id="vpc-1a2b3c4d5e6f7g8h9",
205
+ aws_vpc_region="aws-us-east-2"))
193
206
  ```
207
+ <!--End PulumiCodeChooser -->
194
208
 
195
209
 
196
- :param str aws_account_id: AWS account ID. This property cannot be changed, doing so forces recreation of the resource.
197
- :param str aws_vpc_id: AWS VPC ID. This property cannot be changed, doing so forces recreation of the resource.
198
- :param str aws_vpc_region: AWS region of the peered VPC (if not in the same region as Aiven VPC). This property cannot be changed, doing so forces recreation of the resource.
199
- :param str vpc_id: The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
210
+ :param str aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
211
+ :param str aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
212
+ :param 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.
213
+ :param str vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
200
214
  """
201
215
  ...
@@ -51,7 +51,7 @@ class GetAzurePrivatelinkResult:
51
51
  @pulumi.getter(name="azureServiceAlias")
52
52
  def azure_service_alias(self) -> str:
53
53
  """
54
- Azure Privatelink service alias
54
+ The Azure Private Link service alias.
55
55
  """
56
56
  return pulumi.get(self, "azure_service_alias")
57
57
 
@@ -59,7 +59,7 @@ class GetAzurePrivatelinkResult:
59
59
  @pulumi.getter(name="azureServiceId")
60
60
  def azure_service_id(self) -> str:
61
61
  """
62
- Azure Privatelink service ID
62
+ The Azure Private Link service ID.
63
63
  """
64
64
  return pulumi.get(self, "azure_service_id")
65
65
 
@@ -75,7 +75,7 @@ class GetAzurePrivatelinkResult:
75
75
  @pulumi.getter
76
76
  def message(self) -> str:
77
77
  """
78
- Printable result of the Azure Privatelink request
78
+ Printable result of the Azure Private Link request.
79
79
  """
80
80
  return pulumi.get(self, "message")
81
81
 
@@ -83,7 +83,7 @@ class GetAzurePrivatelinkResult:
83
83
  @pulumi.getter
84
84
  def project(self) -> str:
85
85
  """
86
- 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.
86
+ 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.
87
87
  """
88
88
  return pulumi.get(self, "project")
89
89
 
@@ -91,7 +91,7 @@ class GetAzurePrivatelinkResult:
91
91
  @pulumi.getter(name="serviceName")
92
92
  def service_name(self) -> str:
93
93
  """
94
- 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.
94
+ 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.
95
95
  """
96
96
  return pulumi.get(self, "service_name")
97
97
 
@@ -99,7 +99,7 @@ class GetAzurePrivatelinkResult:
99
99
  @pulumi.getter
100
100
  def state(self) -> str:
101
101
  """
102
- Privatelink resource state
102
+ The state of the Private Link resource.
103
103
  """
104
104
  return pulumi.get(self, "state")
105
105
 
@@ -107,7 +107,7 @@ class GetAzurePrivatelinkResult:
107
107
  @pulumi.getter(name="userSubscriptionIds")
108
108
  def user_subscription_ids(self) -> Sequence[str]:
109
109
  """
110
- A List of allowed Subscription IDs. Maximum length: `16`.
110
+ A list of allowed subscription IDs. Maximum length: `16`.
111
111
  """
112
112
  return pulumi.get(self, "user_subscription_ids")
113
113
 
@@ -132,21 +132,23 @@ def get_azure_privatelink(project: Optional[str] = None,
132
132
  service_name: Optional[str] = None,
133
133
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAzurePrivatelinkResult:
134
134
  """
135
- The Azure Privatelink resource allows the creation and management of Aiven Azure Privatelink for a services.
135
+ Gets information about an Azure Private Link connection for an Aiven service.
136
136
 
137
137
  ## Example Usage
138
138
 
139
+ <!--Start PulumiCodeChooser -->
139
140
  ```python
140
141
  import pulumi
141
142
  import pulumi_aiven as aiven
142
143
 
143
- foo = aiven.get_azure_privatelink(project=data["aiven_project"]["foo"]["project"],
144
- service_name=aiven_kafka["bar"]["service_name"])
144
+ main = aiven.get_azure_privatelink(project=data["aiven_project"]["example_project"]["project"],
145
+ service_name=aiven_kafka["example_kafka"]["service_name"])
145
146
  ```
147
+ <!--End PulumiCodeChooser -->
146
148
 
147
149
 
148
- :param 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.
149
- :param 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.
150
+ :param 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.
151
+ :param 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.
150
152
  """
151
153
  __args__ = dict()
152
154
  __args__['project'] = project
@@ -170,20 +172,22 @@ def get_azure_privatelink_output(project: Optional[pulumi.Input[str]] = None,
170
172
  service_name: Optional[pulumi.Input[str]] = None,
171
173
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAzurePrivatelinkResult]:
172
174
  """
173
- The Azure Privatelink resource allows the creation and management of Aiven Azure Privatelink for a services.
175
+ Gets information about an Azure Private Link connection for an Aiven service.
174
176
 
175
177
  ## Example Usage
176
178
 
179
+ <!--Start PulumiCodeChooser -->
177
180
  ```python
178
181
  import pulumi
179
182
  import pulumi_aiven as aiven
180
183
 
181
- foo = aiven.get_azure_privatelink(project=data["aiven_project"]["foo"]["project"],
182
- service_name=aiven_kafka["bar"]["service_name"])
184
+ main = aiven.get_azure_privatelink(project=data["aiven_project"]["example_project"]["project"],
185
+ service_name=aiven_kafka["example_kafka"]["service_name"])
183
186
  ```
187
+ <!--End PulumiCodeChooser -->
184
188
 
185
189
 
186
- :param 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.
187
- :param 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.
190
+ :param 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.
191
+ :param 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.
188
192
  """
189
193
  ...
@@ -57,7 +57,7 @@ class GetAzureVpcPeeringConnectionResult:
57
57
  @pulumi.getter(name="azureSubscriptionId")
58
58
  def azure_subscription_id(self) -> str:
59
59
  """
60
- Azure Subscription ID. This property cannot be changed, doing so forces recreation of the resource.
60
+ The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
61
61
  """
62
62
  return pulumi.get(self, "azure_subscription_id")
63
63
 
@@ -73,7 +73,7 @@ class GetAzureVpcPeeringConnectionResult:
73
73
  @pulumi.getter(name="peerAzureAppId")
74
74
  def peer_azure_app_id(self) -> str:
75
75
  """
76
- Azure app registration id in UUID4 form that is allowed to create a peering to the peer vnet. This property cannot be changed, doing so forces recreation of the resource.
76
+ The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
77
77
  """
78
78
  return pulumi.get(self, "peer_azure_app_id")
79
79
 
@@ -81,7 +81,7 @@ class GetAzureVpcPeeringConnectionResult:
81
81
  @pulumi.getter(name="peerAzureTenantId")
82
82
  def peer_azure_tenant_id(self) -> str:
83
83
  """
84
- Azure tenant id in UUID4 form. This property cannot be changed, doing so forces recreation of the resource.
84
+ The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
85
85
  """
86
86
  return pulumi.get(self, "peer_azure_tenant_id")
87
87
 
@@ -89,7 +89,7 @@ class GetAzureVpcPeeringConnectionResult:
89
89
  @pulumi.getter(name="peerResourceGroup")
90
90
  def peer_resource_group(self) -> str:
91
91
  """
92
- Azure resource group name of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
92
+ The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
93
93
  """
94
94
  return pulumi.get(self, "peer_resource_group")
95
95
 
@@ -97,7 +97,7 @@ class GetAzureVpcPeeringConnectionResult:
97
97
  @pulumi.getter(name="peeringConnectionId")
98
98
  def peering_connection_id(self) -> str:
99
99
  """
100
- Cloud provider identifier for the peering connection if available
100
+ The ID of the cloud provider for the peering connection.
101
101
  """
102
102
  return pulumi.get(self, "peering_connection_id")
103
103
 
@@ -113,7 +113,7 @@ class GetAzureVpcPeeringConnectionResult:
113
113
  @pulumi.getter(name="stateInfo")
114
114
  def state_info(self) -> Mapping[str, Any]:
115
115
  """
116
- State-specific help or error information
116
+ State-specific help or error information.
117
117
  """
118
118
  return pulumi.get(self, "state_info")
119
119
 
@@ -121,7 +121,7 @@ class GetAzureVpcPeeringConnectionResult:
121
121
  @pulumi.getter(name="vnetName")
122
122
  def vnet_name(self) -> str:
123
123
  """
124
- Azure Network name. This property cannot be changed, doing so forces recreation of the resource.
124
+ The name of the Azure VNet. Changing this property forces recreation of the resource.
125
125
  """
126
126
  return pulumi.get(self, "vnet_name")
127
127
 
@@ -129,7 +129,7 @@ class GetAzureVpcPeeringConnectionResult:
129
129
  @pulumi.getter(name="vpcId")
130
130
  def vpc_id(self) -> str:
131
131
  """
132
- The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
132
+ The ID of the Aiven VPC. Changing this property forces recreation of the resource.
133
133
  """
134
134
  return pulumi.get(self, "vpc_id")
135
135
 
@@ -160,15 +160,31 @@ def get_azure_vpc_peering_connection(azure_subscription_id: Optional[str] = None
160
160
  vpc_id: Optional[str] = None,
161
161
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAzureVpcPeeringConnectionResult:
162
162
  """
163
- The Azure VPC Peering Connection data source provides information about the existing Aiven VPC Peering Connection.
164
-
165
-
166
- :param str azure_subscription_id: Azure Subscription ID. This property cannot be changed, doing so forces recreation of the resource.
167
- :param str peer_azure_app_id: Azure app registration id in UUID4 form that is allowed to create a peering to the peer vnet. This property cannot be changed, doing so forces recreation of the resource.
168
- :param str peer_azure_tenant_id: Azure tenant id in UUID4 form. This property cannot be changed, doing so forces recreation of the resource.
169
- :param str peer_resource_group: Azure resource group name of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
170
- :param str vnet_name: Azure Network name. This property cannot be changed, doing so forces recreation of the resource.
171
- :param str vpc_id: The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
163
+ Gets information about about an Azure VPC peering connection.
164
+
165
+ ## Example Usage
166
+
167
+ <!--Start PulumiCodeChooser -->
168
+ ```python
169
+ import pulumi
170
+ import pulumi_aiven as aiven
171
+
172
+ azure_to_aiven_peering = aiven.get_azure_vpc_peering_connection(vpc_id=data["aiven_project_vpc"]["example_vpc"]["id"],
173
+ azure_subscription_id="00000000-0000-0000-0000-000000000000",
174
+ peer_resource_group="example-resource-group",
175
+ vnet_name="example-vnet",
176
+ peer_azure_app_id="00000000-0000-0000-0000-000000000000",
177
+ peer_azure_tenant_id="00000000-0000-0000-0000-000000000000")
178
+ ```
179
+ <!--End PulumiCodeChooser -->
180
+
181
+
182
+ :param str azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
183
+ :param str peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
184
+ :param str peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
185
+ :param str peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
186
+ :param str vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
187
+ :param str vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
172
188
  """
173
189
  __args__ = dict()
174
190
  __args__['azureSubscriptionId'] = azure_subscription_id
@@ -202,14 +218,30 @@ def get_azure_vpc_peering_connection_output(azure_subscription_id: Optional[pulu
202
218
  vpc_id: Optional[pulumi.Input[str]] = None,
203
219
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAzureVpcPeeringConnectionResult]:
204
220
  """
205
- The Azure VPC Peering Connection data source provides information about the existing Aiven VPC Peering Connection.
206
-
207
-
208
- :param str azure_subscription_id: Azure Subscription ID. This property cannot be changed, doing so forces recreation of the resource.
209
- :param str peer_azure_app_id: Azure app registration id in UUID4 form that is allowed to create a peering to the peer vnet. This property cannot be changed, doing so forces recreation of the resource.
210
- :param str peer_azure_tenant_id: Azure tenant id in UUID4 form. This property cannot be changed, doing so forces recreation of the resource.
211
- :param str peer_resource_group: Azure resource group name of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
212
- :param str vnet_name: Azure Network name. This property cannot be changed, doing so forces recreation of the resource.
213
- :param str vpc_id: The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
221
+ Gets information about about an Azure VPC peering connection.
222
+
223
+ ## Example Usage
224
+
225
+ <!--Start PulumiCodeChooser -->
226
+ ```python
227
+ import pulumi
228
+ import pulumi_aiven as aiven
229
+
230
+ azure_to_aiven_peering = aiven.get_azure_vpc_peering_connection(vpc_id=data["aiven_project_vpc"]["example_vpc"]["id"],
231
+ azure_subscription_id="00000000-0000-0000-0000-000000000000",
232
+ peer_resource_group="example-resource-group",
233
+ vnet_name="example-vnet",
234
+ peer_azure_app_id="00000000-0000-0000-0000-000000000000",
235
+ peer_azure_tenant_id="00000000-0000-0000-0000-000000000000")
236
+ ```
237
+ <!--End PulumiCodeChooser -->
238
+
239
+
240
+ :param str azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
241
+ :param str peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
242
+ :param str peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
243
+ :param str peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
244
+ :param str vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
245
+ :param str vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
214
246
  """
215
247
  ...
@@ -229,7 +229,7 @@ class GetCassandaResult:
229
229
  @pulumi.getter
230
230
  def project(self) -> str:
231
231
  """
232
- 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.
232
+ 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.
233
233
  """
234
234
  return pulumi.get(self, "project")
235
235
 
@@ -391,6 +391,7 @@ def get_cassanda(project: Optional[str] = None,
391
391
 
392
392
  ## Example Usage
393
393
 
394
+ <!--Start PulumiCodeChooser -->
394
395
  ```python
395
396
  import pulumi
396
397
  import pulumi_aiven as aiven
@@ -398,9 +399,10 @@ def get_cassanda(project: Optional[str] = None,
398
399
  bar = aiven.get_cassandra(project=data["aiven_project"]["foo"]["project"],
399
400
  service_name="<SERVICE_NAME>")
400
401
  ```
402
+ <!--End PulumiCodeChooser -->
401
403
 
402
404
 
403
- :param 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.
405
+ :param 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.
404
406
  :param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
405
407
  """
406
408
  pulumi.log.warn("""get_cassanda is deprecated: aiven.getCassanda has been deprecated in favor of aiven.getCassandra""")
@@ -451,6 +453,7 @@ def get_cassanda_output(project: Optional[pulumi.Input[str]] = None,
451
453
 
452
454
  ## Example Usage
453
455
 
456
+ <!--Start PulumiCodeChooser -->
454
457
  ```python
455
458
  import pulumi
456
459
  import pulumi_aiven as aiven
@@ -458,9 +461,10 @@ def get_cassanda_output(project: Optional[pulumi.Input[str]] = None,
458
461
  bar = aiven.get_cassandra(project=data["aiven_project"]["foo"]["project"],
459
462
  service_name="<SERVICE_NAME>")
460
463
  ```
464
+ <!--End PulumiCodeChooser -->
461
465
 
462
466
 
463
- :param 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.
467
+ :param 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.
464
468
  :param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
465
469
  """
466
470
  pulumi.log.warn("""get_cassanda is deprecated: aiven.getCassanda has been deprecated in favor of aiven.getCassandra""")