pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.13.0a1711361534__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +28 -0
- pulumi_aiven/_inputs.py +2479 -932
- pulumi_aiven/account.py +6 -2
- pulumi_aiven/account_authentication.py +6 -2
- pulumi_aiven/account_team_member.py +21 -21
- pulumi_aiven/aws_privatelink.py +39 -39
- pulumi_aiven/aws_vpc_peering_connection.py +62 -52
- pulumi_aiven/azure_privatelink.py +49 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +76 -68
- pulumi_aiven/cassandra.py +7 -7
- pulumi_aiven/cassandra_user.py +21 -21
- pulumi_aiven/clickhouse.py +7 -7
- pulumi_aiven/clickhouse_database.py +21 -21
- pulumi_aiven/clickhouse_grant.py +42 -42
- pulumi_aiven/clickhouse_role.py +21 -21
- pulumi_aiven/clickhouse_user.py +21 -21
- pulumi_aiven/connection_pool.py +28 -28
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +7 -7
- pulumi_aiven/flink_application.py +14 -14
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +35 -35
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +15 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -23
- pulumi_aiven/get_azure_privatelink.py +17 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +3 -3
- pulumi_aiven/get_cassandra.py +3 -3
- pulumi_aiven/get_cassandra_user.py +9 -9
- pulumi_aiven/get_clickhouse.py +3 -3
- pulumi_aiven/get_clickhouse_database.py +9 -9
- pulumi_aiven/get_clickhouse_user.py +9 -9
- pulumi_aiven/get_connection_pool.py +10 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +3 -3
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -18
- pulumi_aiven/get_grafana.py +3 -3
- pulumi_aiven/get_kafka.py +3 -3
- pulumi_aiven/get_kafka_acl.py +15 -15
- pulumi_aiven/get_kafka_connect.py +3 -3
- pulumi_aiven/get_kafka_connector.py +9 -9
- pulumi_aiven/get_kafka_mirror_maker.py +3 -3
- pulumi_aiven/get_kafka_schema.py +9 -9
- pulumi_aiven/get_kafka_schema_configuration.py +7 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +9 -9
- pulumi_aiven/get_kafka_user.py +9 -9
- pulumi_aiven/get_m3_aggregator.py +3 -3
- pulumi_aiven/get_m3_db.py +3 -3
- pulumi_aiven/get_m3db_user.py +9 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +3 -3
- pulumi_aiven/get_mysql_database.py +9 -9
- pulumi_aiven/get_mysql_user.py +9 -9
- pulumi_aiven/get_open_search.py +3 -3
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +12 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +9 -9
- pulumi_aiven/get_organization.py +8 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +3 -3
- pulumi_aiven/get_pg_database.py +11 -11
- pulumi_aiven/get_pg_user.py +9 -9
- pulumi_aiven/get_project_user.py +6 -6
- pulumi_aiven/get_project_vpc.py +11 -13
- pulumi_aiven/get_redis.py +3 -3
- pulumi_aiven/get_redis_user.py +13 -13
- pulumi_aiven/get_service_integration.py +56 -4
- pulumi_aiven/get_service_integration_endpoint.py +1 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +9 -9
- pulumi_aiven/grafana.py +7 -7
- pulumi_aiven/influx_db.py +7 -7
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +28 -28
- pulumi_aiven/kafka.py +7 -7
- pulumi_aiven/kafka_acl.py +35 -35
- pulumi_aiven/kafka_connect.py +7 -7
- pulumi_aiven/kafka_connector.py +21 -21
- pulumi_aiven/kafka_mirror_maker.py +7 -7
- pulumi_aiven/kafka_schema.py +47 -43
- pulumi_aiven/kafka_schema_configuration.py +14 -14
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +21 -21
- pulumi_aiven/kafka_user.py +21 -21
- pulumi_aiven/m3_aggregator.py +7 -7
- pulumi_aiven/m3_db.py +7 -7
- pulumi_aiven/m3db_user.py +21 -21
- pulumi_aiven/mirror_maker_replication_flow.py +50 -48
- pulumi_aiven/my_sql.py +7 -7
- pulumi_aiven/mysql_database.py +21 -21
- pulumi_aiven/mysql_user.py +21 -21
- pulumi_aiven/open_search.py +7 -7
- pulumi_aiven/open_search_acl_config.py +14 -14
- pulumi_aiven/open_search_acl_rule.py +28 -28
- pulumi_aiven/opensearch_security_plugin_config.py +66 -14
- pulumi_aiven/opensearch_user.py +21 -21
- pulumi_aiven/organization.py +10 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +16 -16
- pulumi_aiven/organization_user_group.py +61 -23
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +32 -32
- pulumi_aiven/outputs.py +2989 -467
- pulumi_aiven/pg.py +7 -7
- pulumi_aiven/pg_database.py +35 -35
- pulumi_aiven/pg_user.py +21 -21
- pulumi_aiven/project.py +26 -0
- pulumi_aiven/project_user.py +14 -14
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +7 -7
- pulumi_aiven/redis_user.py +49 -49
- pulumi_aiven/service_integration.py +195 -7
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +21 -21
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/top_level.txt +0 -0
pulumi_aiven/account.py
CHANGED
|
@@ -226,7 +226,9 @@ class Account(pulumi.CustomResource):
|
|
|
226
226
|
primary_billing_group_id: Optional[pulumi.Input[str]] = None,
|
|
227
227
|
__props__=None):
|
|
228
228
|
"""
|
|
229
|
-
|
|
229
|
+
Creates and manages an Aiven account.
|
|
230
|
+
|
|
231
|
+
**This resource is deprecated.** Use `Organization` instead.
|
|
230
232
|
|
|
231
233
|
## Example Usage
|
|
232
234
|
|
|
@@ -257,7 +259,9 @@ class Account(pulumi.CustomResource):
|
|
|
257
259
|
args: Optional[AccountArgs] = None,
|
|
258
260
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
259
261
|
"""
|
|
260
|
-
|
|
262
|
+
Creates and manages an Aiven account.
|
|
263
|
+
|
|
264
|
+
**This resource is deprecated.** Use `Organization` instead.
|
|
261
265
|
|
|
262
266
|
## Example Usage
|
|
263
267
|
|
|
@@ -543,7 +543,9 @@ class AccountAuthentication(pulumi.CustomResource):
|
|
|
543
543
|
type: Optional[pulumi.Input[str]] = None,
|
|
544
544
|
__props__=None):
|
|
545
545
|
"""
|
|
546
|
-
|
|
546
|
+
**This resource is deprecated**.
|
|
547
|
+
|
|
548
|
+
Creates and manages an authentication method.
|
|
547
549
|
|
|
548
550
|
## Import
|
|
549
551
|
|
|
@@ -574,7 +576,9 @@ class AccountAuthentication(pulumi.CustomResource):
|
|
|
574
576
|
args: AccountAuthenticationArgs,
|
|
575
577
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
576
578
|
"""
|
|
577
|
-
|
|
579
|
+
**This resource is deprecated**.
|
|
580
|
+
|
|
581
|
+
Creates and manages an authentication method.
|
|
578
582
|
|
|
579
583
|
## Import
|
|
580
584
|
|
|
@@ -19,9 +19,9 @@ class AccountTeamMemberArgs:
|
|
|
19
19
|
user_email: pulumi.Input[str]):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a AccountTeamMember resource.
|
|
22
|
-
:param pulumi.Input[str] account_id: The unique account id.
|
|
23
|
-
:param pulumi.Input[str] team_id: An account team id.
|
|
24
|
-
:param pulumi.Input[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.
|
|
22
|
+
:param pulumi.Input[str] account_id: The unique account id. Changing this property forces recreation of the resource.
|
|
23
|
+
:param pulumi.Input[str] team_id: An account team id. Changing this property forces recreation of the resource.
|
|
24
|
+
:param pulumi.Input[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.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "account_id", account_id)
|
|
27
27
|
pulumi.set(__self__, "team_id", team_id)
|
|
@@ -31,7 +31,7 @@ class AccountTeamMemberArgs:
|
|
|
31
31
|
@pulumi.getter(name="accountId")
|
|
32
32
|
def account_id(self) -> pulumi.Input[str]:
|
|
33
33
|
"""
|
|
34
|
-
The unique account id.
|
|
34
|
+
The unique account id. Changing this property forces recreation of the resource.
|
|
35
35
|
"""
|
|
36
36
|
return pulumi.get(self, "account_id")
|
|
37
37
|
|
|
@@ -43,7 +43,7 @@ class AccountTeamMemberArgs:
|
|
|
43
43
|
@pulumi.getter(name="teamId")
|
|
44
44
|
def team_id(self) -> pulumi.Input[str]:
|
|
45
45
|
"""
|
|
46
|
-
An account team id.
|
|
46
|
+
An account team id. Changing this property forces recreation of the resource.
|
|
47
47
|
"""
|
|
48
48
|
return pulumi.get(self, "team_id")
|
|
49
49
|
|
|
@@ -55,7 +55,7 @@ class AccountTeamMemberArgs:
|
|
|
55
55
|
@pulumi.getter(name="userEmail")
|
|
56
56
|
def user_email(self) -> pulumi.Input[str]:
|
|
57
57
|
"""
|
|
58
|
-
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.
|
|
58
|
+
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.
|
|
59
59
|
"""
|
|
60
60
|
return pulumi.get(self, "user_email")
|
|
61
61
|
|
|
@@ -76,11 +76,11 @@ class _AccountTeamMemberState:
|
|
|
76
76
|
"""
|
|
77
77
|
Input properties used for looking up and filtering AccountTeamMember resources.
|
|
78
78
|
:param pulumi.Input[bool] accepted: is a boolean flag that determines whether an invitation was accepted or not by the user. `false` value means that the invitation was sent to the user but not yet accepted. `true` means that the user accepted the invitation and now a member of an account team.
|
|
79
|
-
:param pulumi.Input[str] account_id: The unique account id.
|
|
79
|
+
:param pulumi.Input[str] account_id: The unique account id. Changing this property forces recreation of the resource.
|
|
80
80
|
:param pulumi.Input[str] create_time: Time of creation
|
|
81
81
|
:param pulumi.Input[str] invited_by_user_email: The email address that invited this user.
|
|
82
|
-
:param pulumi.Input[str] team_id: An account team id.
|
|
83
|
-
:param pulumi.Input[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.
|
|
82
|
+
:param pulumi.Input[str] team_id: An account team id. Changing this property forces recreation of the resource.
|
|
83
|
+
:param pulumi.Input[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.
|
|
84
84
|
"""
|
|
85
85
|
if accepted is not None:
|
|
86
86
|
pulumi.set(__self__, "accepted", accepted)
|
|
@@ -111,7 +111,7 @@ class _AccountTeamMemberState:
|
|
|
111
111
|
@pulumi.getter(name="accountId")
|
|
112
112
|
def account_id(self) -> Optional[pulumi.Input[str]]:
|
|
113
113
|
"""
|
|
114
|
-
The unique account id.
|
|
114
|
+
The unique account id. Changing this property forces recreation of the resource.
|
|
115
115
|
"""
|
|
116
116
|
return pulumi.get(self, "account_id")
|
|
117
117
|
|
|
@@ -147,7 +147,7 @@ class _AccountTeamMemberState:
|
|
|
147
147
|
@pulumi.getter(name="teamId")
|
|
148
148
|
def team_id(self) -> Optional[pulumi.Input[str]]:
|
|
149
149
|
"""
|
|
150
|
-
An account team id.
|
|
150
|
+
An account team id. Changing this property forces recreation of the resource.
|
|
151
151
|
"""
|
|
152
152
|
return pulumi.get(self, "team_id")
|
|
153
153
|
|
|
@@ -159,7 +159,7 @@ class _AccountTeamMemberState:
|
|
|
159
159
|
@pulumi.getter(name="userEmail")
|
|
160
160
|
def user_email(self) -> Optional[pulumi.Input[str]]:
|
|
161
161
|
"""
|
|
162
|
-
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.
|
|
162
|
+
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.
|
|
163
163
|
"""
|
|
164
164
|
return pulumi.get(self, "user_email")
|
|
165
165
|
|
|
@@ -211,9 +211,9 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
211
211
|
|
|
212
212
|
:param str resource_name: The name of the resource.
|
|
213
213
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
214
|
-
:param pulumi.Input[str] account_id: The unique account id.
|
|
215
|
-
:param pulumi.Input[str] team_id: An account team id.
|
|
216
|
-
:param pulumi.Input[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.
|
|
214
|
+
:param pulumi.Input[str] account_id: The unique account id. Changing this property forces recreation of the resource.
|
|
215
|
+
:param pulumi.Input[str] team_id: An account team id. Changing this property forces recreation of the resource.
|
|
216
|
+
:param pulumi.Input[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.
|
|
217
217
|
"""
|
|
218
218
|
...
|
|
219
219
|
@overload
|
|
@@ -316,11 +316,11 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
316
316
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
317
317
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
318
318
|
:param pulumi.Input[bool] accepted: is a boolean flag that determines whether an invitation was accepted or not by the user. `false` value means that the invitation was sent to the user but not yet accepted. `true` means that the user accepted the invitation and now a member of an account team.
|
|
319
|
-
:param pulumi.Input[str] account_id: The unique account id.
|
|
319
|
+
:param pulumi.Input[str] account_id: The unique account id. Changing this property forces recreation of the resource.
|
|
320
320
|
:param pulumi.Input[str] create_time: Time of creation
|
|
321
321
|
:param pulumi.Input[str] invited_by_user_email: The email address that invited this user.
|
|
322
|
-
:param pulumi.Input[str] team_id: An account team id.
|
|
323
|
-
:param pulumi.Input[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.
|
|
322
|
+
:param pulumi.Input[str] team_id: An account team id. Changing this property forces recreation of the resource.
|
|
323
|
+
:param pulumi.Input[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.
|
|
324
324
|
"""
|
|
325
325
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
326
326
|
|
|
@@ -346,7 +346,7 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
346
346
|
@pulumi.getter(name="accountId")
|
|
347
347
|
def account_id(self) -> pulumi.Output[str]:
|
|
348
348
|
"""
|
|
349
|
-
The unique account id.
|
|
349
|
+
The unique account id. Changing this property forces recreation of the resource.
|
|
350
350
|
"""
|
|
351
351
|
return pulumi.get(self, "account_id")
|
|
352
352
|
|
|
@@ -370,7 +370,7 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
370
370
|
@pulumi.getter(name="teamId")
|
|
371
371
|
def team_id(self) -> pulumi.Output[str]:
|
|
372
372
|
"""
|
|
373
|
-
An account team id.
|
|
373
|
+
An account team id. Changing this property forces recreation of the resource.
|
|
374
374
|
"""
|
|
375
375
|
return pulumi.get(self, "team_id")
|
|
376
376
|
|
|
@@ -378,7 +378,7 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
378
378
|
@pulumi.getter(name="userEmail")
|
|
379
379
|
def user_email(self) -> pulumi.Output[str]:
|
|
380
380
|
"""
|
|
381
|
-
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.
|
|
381
|
+
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.
|
|
382
382
|
"""
|
|
383
383
|
return pulumi.get(self, "user_email")
|
|
384
384
|
|
pulumi_aiven/aws_privatelink.py
CHANGED
|
@@ -19,9 +19,9 @@ class AwsPrivatelinkArgs:
|
|
|
19
19
|
service_name: pulumi.Input[str]):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a AwsPrivatelink resource.
|
|
22
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of allowed
|
|
23
|
-
: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.
|
|
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 variable as a reference.
|
|
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: 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.
|
|
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 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)
|
|
@@ -31,7 +31,7 @@ class AwsPrivatelinkArgs:
|
|
|
31
31
|
@pulumi.getter
|
|
32
32
|
def principals(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
33
33
|
"""
|
|
34
|
-
List of allowed
|
|
34
|
+
List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
|
|
35
35
|
"""
|
|
36
36
|
return pulumi.get(self, "principals")
|
|
37
37
|
|
|
@@ -43,7 +43,7 @@ class AwsPrivatelinkArgs:
|
|
|
43
43
|
@pulumi.getter
|
|
44
44
|
def project(self) -> pulumi.Input[str]:
|
|
45
45
|
"""
|
|
46
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
46
|
+
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.
|
|
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
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
58
|
+
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.
|
|
59
59
|
"""
|
|
60
60
|
return pulumi.get(self, "service_name")
|
|
61
61
|
|
|
@@ -74,11 +74,11 @@ class _AwsPrivatelinkState:
|
|
|
74
74
|
service_name: Optional[pulumi.Input[str]] = None):
|
|
75
75
|
"""
|
|
76
76
|
Input properties used for looking up and filtering AwsPrivatelink resources.
|
|
77
|
-
:param pulumi.Input[str] aws_service_id: AWS service ID
|
|
78
|
-
:param pulumi.Input[str] aws_service_name: AWS service name
|
|
79
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of allowed
|
|
80
|
-
: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.
|
|
81
|
-
: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.
|
|
77
|
+
:param pulumi.Input[str] aws_service_id: AWS service ID.
|
|
78
|
+
:param pulumi.Input[str] aws_service_name: AWS service name.
|
|
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: 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
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
82
82
|
"""
|
|
83
83
|
if aws_service_id is not None:
|
|
84
84
|
pulumi.set(__self__, "aws_service_id", aws_service_id)
|
|
@@ -95,7 +95,7 @@ class _AwsPrivatelinkState:
|
|
|
95
95
|
@pulumi.getter(name="awsServiceId")
|
|
96
96
|
def aws_service_id(self) -> Optional[pulumi.Input[str]]:
|
|
97
97
|
"""
|
|
98
|
-
AWS service ID
|
|
98
|
+
AWS service ID.
|
|
99
99
|
"""
|
|
100
100
|
return pulumi.get(self, "aws_service_id")
|
|
101
101
|
|
|
@@ -107,7 +107,7 @@ class _AwsPrivatelinkState:
|
|
|
107
107
|
@pulumi.getter(name="awsServiceName")
|
|
108
108
|
def aws_service_name(self) -> Optional[pulumi.Input[str]]:
|
|
109
109
|
"""
|
|
110
|
-
AWS service name
|
|
110
|
+
AWS service name.
|
|
111
111
|
"""
|
|
112
112
|
return pulumi.get(self, "aws_service_name")
|
|
113
113
|
|
|
@@ -119,7 +119,7 @@ class _AwsPrivatelinkState:
|
|
|
119
119
|
@pulumi.getter
|
|
120
120
|
def principals(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
121
121
|
"""
|
|
122
|
-
List of allowed
|
|
122
|
+
List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
|
|
123
123
|
"""
|
|
124
124
|
return pulumi.get(self, "principals")
|
|
125
125
|
|
|
@@ -131,7 +131,7 @@ class _AwsPrivatelinkState:
|
|
|
131
131
|
@pulumi.getter
|
|
132
132
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
133
133
|
"""
|
|
134
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
134
|
+
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.
|
|
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
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
146
|
+
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.
|
|
147
147
|
"""
|
|
148
148
|
return pulumi.get(self, "service_name")
|
|
149
149
|
|
|
@@ -162,7 +162,7 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
162
162
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
163
163
|
__props__=None):
|
|
164
164
|
"""
|
|
165
|
-
|
|
165
|
+
Creates and manages an [AWS PrivateLink for Aiven services](https://aiven.io/docs/platform/howto/use-aws-privatelinks) in a VPC.
|
|
166
166
|
|
|
167
167
|
## Example Usage
|
|
168
168
|
|
|
@@ -171,9 +171,9 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
171
171
|
import pulumi
|
|
172
172
|
import pulumi_aiven as aiven
|
|
173
173
|
|
|
174
|
-
|
|
175
|
-
project=data["aiven_project"]["
|
|
176
|
-
service_name=aiven_kafka["
|
|
174
|
+
main = aiven.AwsPrivatelink("main",
|
|
175
|
+
project=data["aiven_project"]["example_project"]["project"],
|
|
176
|
+
service_name=aiven_kafka["example_kafka"]["service_name"],
|
|
177
177
|
principals=["arn:aws:iam::012345678901:user/mwf"])
|
|
178
178
|
```
|
|
179
179
|
<!--End PulumiCodeChooser -->
|
|
@@ -181,14 +181,14 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
181
181
|
## Import
|
|
182
182
|
|
|
183
183
|
```sh
|
|
184
|
-
$ pulumi import aiven:index/awsPrivatelink:AwsPrivatelink
|
|
184
|
+
$ pulumi import aiven:index/awsPrivatelink:AwsPrivatelink main PROJECT/SERVICE_NAME
|
|
185
185
|
```
|
|
186
186
|
|
|
187
187
|
:param str resource_name: The name of the resource.
|
|
188
188
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
189
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of allowed
|
|
190
|
-
: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.
|
|
191
|
-
: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.
|
|
189
|
+
: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.
|
|
190
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
191
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
192
192
|
"""
|
|
193
193
|
...
|
|
194
194
|
@overload
|
|
@@ -197,7 +197,7 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
197
197
|
args: AwsPrivatelinkArgs,
|
|
198
198
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
199
199
|
"""
|
|
200
|
-
|
|
200
|
+
Creates and manages an [AWS PrivateLink for Aiven services](https://aiven.io/docs/platform/howto/use-aws-privatelinks) in a VPC.
|
|
201
201
|
|
|
202
202
|
## Example Usage
|
|
203
203
|
|
|
@@ -206,9 +206,9 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
206
206
|
import pulumi
|
|
207
207
|
import pulumi_aiven as aiven
|
|
208
208
|
|
|
209
|
-
|
|
210
|
-
project=data["aiven_project"]["
|
|
211
|
-
service_name=aiven_kafka["
|
|
209
|
+
main = aiven.AwsPrivatelink("main",
|
|
210
|
+
project=data["aiven_project"]["example_project"]["project"],
|
|
211
|
+
service_name=aiven_kafka["example_kafka"]["service_name"],
|
|
212
212
|
principals=["arn:aws:iam::012345678901:user/mwf"])
|
|
213
213
|
```
|
|
214
214
|
<!--End PulumiCodeChooser -->
|
|
@@ -216,7 +216,7 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
216
216
|
## Import
|
|
217
217
|
|
|
218
218
|
```sh
|
|
219
|
-
$ pulumi import aiven:index/awsPrivatelink:AwsPrivatelink
|
|
219
|
+
$ pulumi import aiven:index/awsPrivatelink:AwsPrivatelink main PROJECT/SERVICE_NAME
|
|
220
220
|
```
|
|
221
221
|
|
|
222
222
|
:param str resource_name: The name of the resource.
|
|
@@ -279,11 +279,11 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
279
279
|
:param str resource_name: The unique name of the resulting resource.
|
|
280
280
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
281
281
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
282
|
-
:param pulumi.Input[str] aws_service_id: AWS service ID
|
|
283
|
-
:param pulumi.Input[str] aws_service_name: AWS service name
|
|
284
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of allowed
|
|
285
|
-
: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.
|
|
286
|
-
: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.
|
|
282
|
+
:param pulumi.Input[str] aws_service_id: AWS service ID.
|
|
283
|
+
:param pulumi.Input[str] aws_service_name: AWS service name.
|
|
284
|
+
: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.
|
|
285
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
286
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
287
287
|
"""
|
|
288
288
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
289
289
|
|
|
@@ -300,7 +300,7 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
300
300
|
@pulumi.getter(name="awsServiceId")
|
|
301
301
|
def aws_service_id(self) -> pulumi.Output[str]:
|
|
302
302
|
"""
|
|
303
|
-
AWS service ID
|
|
303
|
+
AWS service ID.
|
|
304
304
|
"""
|
|
305
305
|
return pulumi.get(self, "aws_service_id")
|
|
306
306
|
|
|
@@ -308,7 +308,7 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
308
308
|
@pulumi.getter(name="awsServiceName")
|
|
309
309
|
def aws_service_name(self) -> pulumi.Output[str]:
|
|
310
310
|
"""
|
|
311
|
-
AWS service name
|
|
311
|
+
AWS service name.
|
|
312
312
|
"""
|
|
313
313
|
return pulumi.get(self, "aws_service_name")
|
|
314
314
|
|
|
@@ -316,7 +316,7 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
316
316
|
@pulumi.getter
|
|
317
317
|
def principals(self) -> pulumi.Output[Sequence[str]]:
|
|
318
318
|
"""
|
|
319
|
-
List of allowed
|
|
319
|
+
List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
|
|
320
320
|
"""
|
|
321
321
|
return pulumi.get(self, "principals")
|
|
322
322
|
|
|
@@ -324,7 +324,7 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
324
324
|
@pulumi.getter
|
|
325
325
|
def project(self) -> pulumi.Output[str]:
|
|
326
326
|
"""
|
|
327
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
327
|
+
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.
|
|
328
328
|
"""
|
|
329
329
|
return pulumi.get(self, "project")
|
|
330
330
|
|
|
@@ -332,7 +332,7 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
332
332
|
@pulumi.getter(name="serviceName")
|
|
333
333
|
def service_name(self) -> pulumi.Output[str]:
|
|
334
334
|
"""
|
|
335
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
335
|
+
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.
|
|
336
336
|
"""
|
|
337
337
|
return pulumi.get(self, "service_name")
|
|
338
338
|
|