pulumi-aiven 6.14.0a1714562227__py3-none-any.whl → 6.15.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +19 -0
- pulumi_aiven/_inputs.py +232 -150
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team_member.py +2 -2
- pulumi_aiven/aws_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
- pulumi_aiven/billing_group.py +18 -16
- pulumi_aiven/cassandra.py +16 -44
- pulumi_aiven/cassandra_user.py +16 -16
- pulumi_aiven/clickhouse.py +16 -44
- pulumi_aiven/clickhouse_database.py +16 -43
- pulumi_aiven/clickhouse_grant.py +14 -14
- pulumi_aiven/clickhouse_role.py +18 -18
- pulumi_aiven/clickhouse_user.py +14 -14
- pulumi_aiven/connection_pool.py +16 -16
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +16 -16
- pulumi_aiven/flink_application.py +16 -16
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_aws_privatelink.py +6 -6
- pulumi_aiven/get_azure_privatelink.py +6 -6
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +5 -18
- pulumi_aiven/get_cassandra.py +5 -18
- pulumi_aiven/get_cassandra_user.py +6 -6
- pulumi_aiven/get_clickhouse.py +5 -18
- pulumi_aiven/get_clickhouse_database.py +6 -6
- pulumi_aiven/get_clickhouse_user.py +6 -6
- pulumi_aiven/get_connection_pool.py +6 -6
- pulumi_aiven/get_dragonfly.py +27 -20
- pulumi_aiven/get_flink.py +4 -4
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_grafana.py +5 -18
- pulumi_aiven/get_kafka.py +13 -13
- pulumi_aiven/get_kafka_acl.py +6 -6
- pulumi_aiven/get_kafka_connect.py +5 -18
- pulumi_aiven/get_kafka_connector.py +6 -6
- pulumi_aiven/get_kafka_mirror_maker.py +5 -18
- pulumi_aiven/get_kafka_schema.py +6 -6
- pulumi_aiven/get_kafka_schema_configuration.py +6 -6
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -16
- pulumi_aiven/get_kafka_user.py +6 -6
- pulumi_aiven/get_m3_aggregator.py +5 -18
- pulumi_aiven/get_m3_db.py +5 -18
- pulumi_aiven/get_m3db_user.py +6 -6
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +5 -18
- pulumi_aiven/get_mysql_database.py +6 -6
- pulumi_aiven/get_mysql_user.py +6 -6
- pulumi_aiven/get_open_search.py +4 -4
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +6 -6
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +6 -6
- pulumi_aiven/get_organization_application_user.py +156 -0
- pulumi_aiven/get_pg.py +4 -4
- pulumi_aiven/get_pg_database.py +6 -6
- pulumi_aiven/get_pg_user.py +6 -6
- pulumi_aiven/get_project.py +17 -17
- pulumi_aiven/get_project_user.py +7 -7
- pulumi_aiven/get_redis.py +5 -18
- pulumi_aiven/get_redis_user.py +6 -6
- pulumi_aiven/get_service_integration.py +19 -29
- pulumi_aiven/grafana.py +78 -261
- pulumi_aiven/influx_db.py +21 -21
- pulumi_aiven/influxdb_database.py +21 -41
- pulumi_aiven/influxdb_user.py +21 -21
- pulumi_aiven/kafka.py +43 -43
- pulumi_aiven/kafka_acl.py +16 -16
- pulumi_aiven/kafka_connect.py +78 -261
- pulumi_aiven/kafka_connector.py +14 -14
- pulumi_aiven/kafka_mirror_maker.py +78 -261
- pulumi_aiven/kafka_schema.py +14 -14
- pulumi_aiven/kafka_schema_configuration.py +16 -16
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +40 -60
- pulumi_aiven/kafka_user.py +16 -16
- pulumi_aiven/m3_aggregator.py +78 -261
- pulumi_aiven/m3_db.py +78 -261
- pulumi_aiven/m3db_user.py +14 -14
- pulumi_aiven/mirror_maker_replication_flow.py +14 -14
- pulumi_aiven/my_sql.py +78 -261
- pulumi_aiven/mysql_database.py +16 -36
- pulumi_aiven/mysql_user.py +16 -16
- pulumi_aiven/open_search.py +14 -14
- pulumi_aiven/open_search_acl_config.py +16 -20
- pulumi_aiven/open_search_acl_rule.py +16 -16
- pulumi_aiven/opensearch_security_plugin_config.py +16 -16
- pulumi_aiven/opensearch_user.py +16 -16
- pulumi_aiven/organization_application_user.py +323 -0
- pulumi_aiven/organization_application_user_token.py +742 -0
- pulumi_aiven/organization_group_project.py +20 -6
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/outputs.py +259 -266
- pulumi_aiven/pg.py +16 -16
- pulumi_aiven/pg_database.py +16 -36
- pulumi_aiven/pg_user.py +16 -16
- pulumi_aiven/project.py +71 -71
- pulumi_aiven/project_user.py +22 -22
- pulumi_aiven/project_vpc.py +7 -7
- pulumi_aiven/redis.py +78 -261
- pulumi_aiven/redis_user.py +16 -16
- pulumi_aiven/service_integration.py +54 -54
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.15.0.dist-info/RECORD +153 -0
- pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/top_level.txt +0 -0
|
@@ -550,7 +550,7 @@ class AccountAuthentication(pulumi.CustomResource):
|
|
|
550
550
|
## Import
|
|
551
551
|
|
|
552
552
|
```sh
|
|
553
|
-
$ pulumi import aiven:index/accountAuthentication:AccountAuthentication foo
|
|
553
|
+
$ pulumi import aiven:index/accountAuthentication:AccountAuthentication foo ACCOUNT_ID/AUTHENTICATION_ID
|
|
554
554
|
```
|
|
555
555
|
|
|
556
556
|
:param str resource_name: The name of the resource.
|
|
@@ -583,7 +583,7 @@ class AccountAuthentication(pulumi.CustomResource):
|
|
|
583
583
|
## Import
|
|
584
584
|
|
|
585
585
|
```sh
|
|
586
|
-
$ pulumi import aiven:index/accountAuthentication:AccountAuthentication foo
|
|
586
|
+
$ pulumi import aiven:index/accountAuthentication:AccountAuthentication foo ACCOUNT_ID/AUTHENTICATION_ID
|
|
587
587
|
```
|
|
588
588
|
|
|
589
589
|
:param str resource_name: The name of the resource.
|
|
@@ -204,7 +204,7 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
204
204
|
## Import
|
|
205
205
|
|
|
206
206
|
```sh
|
|
207
|
-
$ pulumi import aiven:index/accountTeamMember:AccountTeamMember foo
|
|
207
|
+
$ pulumi import aiven:index/accountTeamMember:AccountTeamMember foo ACCOUNT_ID/TEAM_ID/USER_EMAIL
|
|
208
208
|
```
|
|
209
209
|
|
|
210
210
|
:param str resource_name: The name of the resource.
|
|
@@ -246,7 +246,7 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
246
246
|
## Import
|
|
247
247
|
|
|
248
248
|
```sh
|
|
249
|
-
$ pulumi import aiven:index/accountTeamMember:AccountTeamMember foo
|
|
249
|
+
$ pulumi import aiven:index/accountTeamMember:AccountTeamMember foo ACCOUNT_ID/TEAM_ID/USER_EMAIL
|
|
250
250
|
```
|
|
251
251
|
|
|
252
252
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/aws_privatelink.py
CHANGED
|
@@ -20,8 +20,8 @@ class AwsPrivatelinkArgs:
|
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a AwsPrivatelink resource.
|
|
22
22
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
|
|
23
|
-
:param pulumi.Input[str] project:
|
|
24
|
-
:param pulumi.Input[str] service_name:
|
|
23
|
+
: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.
|
|
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 reference. Changing this property forces recreation of the resource.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "principals", principals)
|
|
27
27
|
pulumi.set(__self__, "project", project)
|
|
@@ -43,7 +43,7 @@ class AwsPrivatelinkArgs:
|
|
|
43
43
|
@pulumi.getter
|
|
44
44
|
def project(self) -> pulumi.Input[str]:
|
|
45
45
|
"""
|
|
46
|
-
|
|
46
|
+
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.
|
|
47
47
|
"""
|
|
48
48
|
return pulumi.get(self, "project")
|
|
49
49
|
|
|
@@ -55,7 +55,7 @@ class AwsPrivatelinkArgs:
|
|
|
55
55
|
@pulumi.getter(name="serviceName")
|
|
56
56
|
def service_name(self) -> pulumi.Input[str]:
|
|
57
57
|
"""
|
|
58
|
-
|
|
58
|
+
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.
|
|
59
59
|
"""
|
|
60
60
|
return pulumi.get(self, "service_name")
|
|
61
61
|
|
|
@@ -77,8 +77,8 @@ class _AwsPrivatelinkState:
|
|
|
77
77
|
:param pulumi.Input[str] aws_service_id: AWS service ID.
|
|
78
78
|
:param pulumi.Input[str] aws_service_name: AWS service name.
|
|
79
79
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
|
|
80
|
-
:param pulumi.Input[str] project:
|
|
81
|
-
:param pulumi.Input[str] service_name:
|
|
80
|
+
: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.
|
|
81
|
+
: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.
|
|
82
82
|
"""
|
|
83
83
|
if aws_service_id is not None:
|
|
84
84
|
pulumi.set(__self__, "aws_service_id", aws_service_id)
|
|
@@ -131,7 +131,7 @@ class _AwsPrivatelinkState:
|
|
|
131
131
|
@pulumi.getter
|
|
132
132
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
133
133
|
"""
|
|
134
|
-
|
|
134
|
+
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.
|
|
135
135
|
"""
|
|
136
136
|
return pulumi.get(self, "project")
|
|
137
137
|
|
|
@@ -143,7 +143,7 @@ class _AwsPrivatelinkState:
|
|
|
143
143
|
@pulumi.getter(name="serviceName")
|
|
144
144
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
145
145
|
"""
|
|
146
|
-
|
|
146
|
+
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.
|
|
147
147
|
"""
|
|
148
148
|
return pulumi.get(self, "service_name")
|
|
149
149
|
|
|
@@ -185,8 +185,8 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
185
185
|
:param str resource_name: The name of the resource.
|
|
186
186
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
187
187
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
|
|
188
|
-
:param pulumi.Input[str] project:
|
|
189
|
-
:param pulumi.Input[str] service_name:
|
|
188
|
+
: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.
|
|
189
|
+
: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.
|
|
190
190
|
"""
|
|
191
191
|
...
|
|
192
192
|
@overload
|
|
@@ -278,8 +278,8 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
278
278
|
:param pulumi.Input[str] aws_service_id: AWS service ID.
|
|
279
279
|
:param pulumi.Input[str] aws_service_name: AWS service name.
|
|
280
280
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
|
|
281
|
-
:param pulumi.Input[str] project:
|
|
282
|
-
:param pulumi.Input[str] service_name:
|
|
281
|
+
: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.
|
|
282
|
+
: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.
|
|
283
283
|
"""
|
|
284
284
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
285
285
|
|
|
@@ -320,7 +320,7 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
320
320
|
@pulumi.getter
|
|
321
321
|
def project(self) -> pulumi.Output[str]:
|
|
322
322
|
"""
|
|
323
|
-
|
|
323
|
+
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.
|
|
324
324
|
"""
|
|
325
325
|
return pulumi.get(self, "project")
|
|
326
326
|
|
|
@@ -328,7 +328,7 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
328
328
|
@pulumi.getter(name="serviceName")
|
|
329
329
|
def service_name(self) -> pulumi.Output[str]:
|
|
330
330
|
"""
|
|
331
|
-
|
|
331
|
+
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.
|
|
332
332
|
"""
|
|
333
333
|
return pulumi.get(self, "service_name")
|
|
334
334
|
|
|
@@ -19,8 +19,8 @@ class AzurePrivatelinkArgs:
|
|
|
19
19
|
user_subscription_ids: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a AzurePrivatelink resource.
|
|
22
|
-
:param pulumi.Input[str] project:
|
|
23
|
-
:param pulumi.Input[str] service_name:
|
|
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 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 reference. Changing this property forces recreation of the resource.
|
|
24
24
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "project", project)
|
|
@@ -31,7 +31,7 @@ class AzurePrivatelinkArgs:
|
|
|
31
31
|
@pulumi.getter
|
|
32
32
|
def project(self) -> pulumi.Input[str]:
|
|
33
33
|
"""
|
|
34
|
-
|
|
34
|
+
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.
|
|
35
35
|
"""
|
|
36
36
|
return pulumi.get(self, "project")
|
|
37
37
|
|
|
@@ -43,7 +43,7 @@ class AzurePrivatelinkArgs:
|
|
|
43
43
|
@pulumi.getter(name="serviceName")
|
|
44
44
|
def service_name(self) -> pulumi.Input[str]:
|
|
45
45
|
"""
|
|
46
|
-
|
|
46
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
47
47
|
"""
|
|
48
48
|
return pulumi.get(self, "service_name")
|
|
49
49
|
|
|
@@ -79,8 +79,8 @@ class _AzurePrivatelinkState:
|
|
|
79
79
|
:param pulumi.Input[str] azure_service_alias: The Azure Private Link service alias.
|
|
80
80
|
:param pulumi.Input[str] azure_service_id: The Azure Private Link service ID.
|
|
81
81
|
:param pulumi.Input[str] message: Printable result of the Azure Private Link request.
|
|
82
|
-
:param pulumi.Input[str] project:
|
|
83
|
-
:param pulumi.Input[str] service_name:
|
|
82
|
+
: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.
|
|
83
|
+
: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.
|
|
84
84
|
:param pulumi.Input[str] state: The state of the Private Link resource.
|
|
85
85
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
|
|
86
86
|
"""
|
|
@@ -139,7 +139,7 @@ class _AzurePrivatelinkState:
|
|
|
139
139
|
@pulumi.getter
|
|
140
140
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
141
141
|
"""
|
|
142
|
-
|
|
142
|
+
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.
|
|
143
143
|
"""
|
|
144
144
|
return pulumi.get(self, "project")
|
|
145
145
|
|
|
@@ -151,7 +151,7 @@ class _AzurePrivatelinkState:
|
|
|
151
151
|
@pulumi.getter(name="serviceName")
|
|
152
152
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
153
153
|
"""
|
|
154
|
-
|
|
154
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
155
155
|
"""
|
|
156
156
|
return pulumi.get(self, "service_name")
|
|
157
157
|
|
|
@@ -216,8 +216,8 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
216
216
|
|
|
217
217
|
:param str resource_name: The name of the resource.
|
|
218
218
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
219
|
-
:param pulumi.Input[str] project:
|
|
220
|
-
:param pulumi.Input[str] service_name:
|
|
219
|
+
: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.
|
|
220
|
+
: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.
|
|
221
221
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
|
|
222
222
|
"""
|
|
223
223
|
...
|
|
@@ -314,8 +314,8 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
314
314
|
:param pulumi.Input[str] azure_service_alias: The Azure Private Link service alias.
|
|
315
315
|
:param pulumi.Input[str] azure_service_id: The Azure Private Link service ID.
|
|
316
316
|
:param pulumi.Input[str] message: Printable result of the Azure Private Link request.
|
|
317
|
-
:param pulumi.Input[str] project:
|
|
318
|
-
:param pulumi.Input[str] service_name:
|
|
317
|
+
: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.
|
|
318
|
+
: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.
|
|
319
319
|
:param pulumi.Input[str] state: The state of the Private Link resource.
|
|
320
320
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
|
|
321
321
|
"""
|
|
@@ -360,7 +360,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
360
360
|
@pulumi.getter
|
|
361
361
|
def project(self) -> pulumi.Output[str]:
|
|
362
362
|
"""
|
|
363
|
-
|
|
363
|
+
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.
|
|
364
364
|
"""
|
|
365
365
|
return pulumi.get(self, "project")
|
|
366
366
|
|
|
@@ -368,7 +368,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
368
368
|
@pulumi.getter(name="serviceName")
|
|
369
369
|
def service_name(self) -> pulumi.Output[str]:
|
|
370
370
|
"""
|
|
371
|
-
|
|
371
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
372
372
|
"""
|
|
373
373
|
return pulumi.get(self, "service_name")
|
|
374
374
|
|
|
@@ -19,8 +19,8 @@ class AzurePrivatelinkConnectionApprovalArgs:
|
|
|
19
19
|
endpoint_ip_address: Optional[pulumi.Input[str]] = None):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a AzurePrivatelinkConnectionApproval resource.
|
|
22
|
-
:param pulumi.Input[str] project:
|
|
23
|
-
:param pulumi.Input[str] service_name:
|
|
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 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 reference. Changing this property forces recreation of the resource.
|
|
24
24
|
:param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "project", project)
|
|
@@ -32,7 +32,7 @@ class AzurePrivatelinkConnectionApprovalArgs:
|
|
|
32
32
|
@pulumi.getter
|
|
33
33
|
def project(self) -> pulumi.Input[str]:
|
|
34
34
|
"""
|
|
35
|
-
|
|
35
|
+
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.
|
|
36
36
|
"""
|
|
37
37
|
return pulumi.get(self, "project")
|
|
38
38
|
|
|
@@ -44,7 +44,7 @@ class AzurePrivatelinkConnectionApprovalArgs:
|
|
|
44
44
|
@pulumi.getter(name="serviceName")
|
|
45
45
|
def service_name(self) -> pulumi.Input[str]:
|
|
46
46
|
"""
|
|
47
|
-
|
|
47
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
48
48
|
"""
|
|
49
49
|
return pulumi.get(self, "service_name")
|
|
50
50
|
|
|
@@ -77,8 +77,8 @@ class _AzurePrivatelinkConnectionApprovalState:
|
|
|
77
77
|
Input properties used for looking up and filtering AzurePrivatelinkConnectionApproval resources.
|
|
78
78
|
:param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint.
|
|
79
79
|
:param pulumi.Input[str] privatelink_connection_id: The ID of the Private Link connection.
|
|
80
|
-
:param pulumi.Input[str] project:
|
|
81
|
-
:param pulumi.Input[str] service_name:
|
|
80
|
+
: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.
|
|
81
|
+
: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.
|
|
82
82
|
:param pulumi.Input[str] state: The state of the Private Link connection.
|
|
83
83
|
"""
|
|
84
84
|
if endpoint_ip_address is not None:
|
|
@@ -120,7 +120,7 @@ class _AzurePrivatelinkConnectionApprovalState:
|
|
|
120
120
|
@pulumi.getter
|
|
121
121
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
122
122
|
"""
|
|
123
|
-
|
|
123
|
+
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.
|
|
124
124
|
"""
|
|
125
125
|
return pulumi.get(self, "project")
|
|
126
126
|
|
|
@@ -132,7 +132,7 @@ class _AzurePrivatelinkConnectionApprovalState:
|
|
|
132
132
|
@pulumi.getter(name="serviceName")
|
|
133
133
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
134
134
|
"""
|
|
135
|
-
|
|
135
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
136
136
|
"""
|
|
137
137
|
return pulumi.get(self, "service_name")
|
|
138
138
|
|
|
@@ -223,8 +223,8 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
223
223
|
:param str resource_name: The name of the resource.
|
|
224
224
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
225
225
|
:param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint.
|
|
226
|
-
:param pulumi.Input[str] project:
|
|
227
|
-
:param pulumi.Input[str] service_name:
|
|
226
|
+
: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.
|
|
227
|
+
: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.
|
|
228
228
|
"""
|
|
229
229
|
...
|
|
230
230
|
@overload
|
|
@@ -350,8 +350,8 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
350
350
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
351
351
|
:param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint.
|
|
352
352
|
:param pulumi.Input[str] privatelink_connection_id: The ID of the Private Link connection.
|
|
353
|
-
:param pulumi.Input[str] project:
|
|
354
|
-
:param pulumi.Input[str] service_name:
|
|
353
|
+
: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.
|
|
354
|
+
: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.
|
|
355
355
|
:param pulumi.Input[str] state: The state of the Private Link connection.
|
|
356
356
|
"""
|
|
357
357
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -385,7 +385,7 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
385
385
|
@pulumi.getter
|
|
386
386
|
def project(self) -> pulumi.Output[str]:
|
|
387
387
|
"""
|
|
388
|
-
|
|
388
|
+
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.
|
|
389
389
|
"""
|
|
390
390
|
return pulumi.get(self, "project")
|
|
391
391
|
|
|
@@ -393,7 +393,7 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
393
393
|
@pulumi.getter(name="serviceName")
|
|
394
394
|
def service_name(self) -> pulumi.Output[str]:
|
|
395
395
|
"""
|
|
396
|
-
|
|
396
|
+
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.
|
|
397
397
|
"""
|
|
398
398
|
return pulumi.get(self, "service_name")
|
|
399
399
|
|
pulumi_aiven/billing_group.py
CHANGED
|
@@ -541,7 +541,7 @@ class BillingGroup(pulumi.CustomResource):
|
|
|
541
541
|
zip_code: Optional[pulumi.Input[str]] = None,
|
|
542
542
|
__props__=None):
|
|
543
543
|
"""
|
|
544
|
-
Creates and manages billing groups and assigns them to projects.
|
|
544
|
+
Creates and manages [billing groups](https://aiven.io/docs/platform/concepts/billing-groups) and assigns them to projects.
|
|
545
545
|
|
|
546
546
|
## Example Usage
|
|
547
547
|
|
|
@@ -549,19 +549,20 @@ class BillingGroup(pulumi.CustomResource):
|
|
|
549
549
|
import pulumi
|
|
550
550
|
import pulumi_aiven as aiven
|
|
551
551
|
|
|
552
|
-
|
|
553
|
-
name="
|
|
552
|
+
example_billing_group = aiven.BillingGroup("example_billing_group",
|
|
553
|
+
name="example-billing-group",
|
|
554
554
|
billing_currency="USD",
|
|
555
|
-
vat_id="123ABC"
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
555
|
+
vat_id="123ABC",
|
|
556
|
+
parent_id=main["id"])
|
|
557
|
+
example_project = aiven.Project("example_project",
|
|
558
|
+
project="example-project",
|
|
559
|
+
billing_group=example_billing_group.id)
|
|
559
560
|
```
|
|
560
561
|
|
|
561
562
|
## Import
|
|
562
563
|
|
|
563
564
|
```sh
|
|
564
|
-
$ pulumi import aiven:index/billingGroup:BillingGroup
|
|
565
|
+
$ pulumi import aiven:index/billingGroup:BillingGroup example_billing_group ID
|
|
565
566
|
```
|
|
566
567
|
|
|
567
568
|
:param str resource_name: The name of the resource.
|
|
@@ -589,7 +590,7 @@ class BillingGroup(pulumi.CustomResource):
|
|
|
589
590
|
args: Optional[BillingGroupArgs] = None,
|
|
590
591
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
591
592
|
"""
|
|
592
|
-
Creates and manages billing groups and assigns them to projects.
|
|
593
|
+
Creates and manages [billing groups](https://aiven.io/docs/platform/concepts/billing-groups) and assigns them to projects.
|
|
593
594
|
|
|
594
595
|
## Example Usage
|
|
595
596
|
|
|
@@ -597,19 +598,20 @@ class BillingGroup(pulumi.CustomResource):
|
|
|
597
598
|
import pulumi
|
|
598
599
|
import pulumi_aiven as aiven
|
|
599
600
|
|
|
600
|
-
|
|
601
|
-
name="
|
|
601
|
+
example_billing_group = aiven.BillingGroup("example_billing_group",
|
|
602
|
+
name="example-billing-group",
|
|
602
603
|
billing_currency="USD",
|
|
603
|
-
vat_id="123ABC"
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
604
|
+
vat_id="123ABC",
|
|
605
|
+
parent_id=main["id"])
|
|
606
|
+
example_project = aiven.Project("example_project",
|
|
607
|
+
project="example-project",
|
|
608
|
+
billing_group=example_billing_group.id)
|
|
607
609
|
```
|
|
608
610
|
|
|
609
611
|
## Import
|
|
610
612
|
|
|
611
613
|
```sh
|
|
612
|
-
$ pulumi import aiven:index/billingGroup:BillingGroup
|
|
614
|
+
$ pulumi import aiven:index/billingGroup:BillingGroup example_billing_group ID
|
|
613
615
|
```
|
|
614
616
|
|
|
615
617
|
:param str resource_name: The name of the resource.
|