pulumi-aiven 6.13.0a1710994538__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 +34 -30
- 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.0a1710994538.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.0a1710994538.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/top_level.txt +0 -0
pulumi_aiven/static_ip.py
CHANGED
|
@@ -18,8 +18,8 @@ class StaticIpArgs:
|
|
|
18
18
|
project: pulumi.Input[str]):
|
|
19
19
|
"""
|
|
20
20
|
The set of arguments for constructing a StaticIp resource.
|
|
21
|
-
:param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to.
|
|
22
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
21
|
+
:param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
|
|
22
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
23
23
|
"""
|
|
24
24
|
pulumi.set(__self__, "cloud_name", cloud_name)
|
|
25
25
|
pulumi.set(__self__, "project", project)
|
|
@@ -28,7 +28,7 @@ class StaticIpArgs:
|
|
|
28
28
|
@pulumi.getter(name="cloudName")
|
|
29
29
|
def cloud_name(self) -> pulumi.Input[str]:
|
|
30
30
|
"""
|
|
31
|
-
Specifies the cloud that the static ip belongs to.
|
|
31
|
+
Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
|
|
32
32
|
"""
|
|
33
33
|
return pulumi.get(self, "cloud_name")
|
|
34
34
|
|
|
@@ -40,7 +40,7 @@ class StaticIpArgs:
|
|
|
40
40
|
@pulumi.getter
|
|
41
41
|
def project(self) -> pulumi.Input[str]:
|
|
42
42
|
"""
|
|
43
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
43
|
+
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.
|
|
44
44
|
"""
|
|
45
45
|
return pulumi.get(self, "project")
|
|
46
46
|
|
|
@@ -60,9 +60,9 @@ class _StaticIpState:
|
|
|
60
60
|
static_ip_address_id: Optional[pulumi.Input[str]] = None):
|
|
61
61
|
"""
|
|
62
62
|
Input properties used for looking up and filtering StaticIp resources.
|
|
63
|
-
:param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to.
|
|
63
|
+
:param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
|
|
64
64
|
:param pulumi.Input[str] ip_address: The address of the static ip.
|
|
65
|
-
: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.
|
|
65
|
+
: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.
|
|
66
66
|
:param pulumi.Input[str] service_name: The service name the static ip is associated with.
|
|
67
67
|
:param pulumi.Input[str] state: The state the static ip is in.
|
|
68
68
|
:param pulumi.Input[str] static_ip_address_id: The static ip id of the resource. Should be used as a reference elsewhere.
|
|
@@ -84,7 +84,7 @@ class _StaticIpState:
|
|
|
84
84
|
@pulumi.getter(name="cloudName")
|
|
85
85
|
def cloud_name(self) -> Optional[pulumi.Input[str]]:
|
|
86
86
|
"""
|
|
87
|
-
Specifies the cloud that the static ip belongs to.
|
|
87
|
+
Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
|
|
88
88
|
"""
|
|
89
89
|
return pulumi.get(self, "cloud_name")
|
|
90
90
|
|
|
@@ -108,7 +108,7 @@ class _StaticIpState:
|
|
|
108
108
|
@pulumi.getter
|
|
109
109
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
110
110
|
"""
|
|
111
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
111
|
+
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.
|
|
112
112
|
"""
|
|
113
113
|
return pulumi.get(self, "project")
|
|
114
114
|
|
|
@@ -166,8 +166,8 @@ class StaticIp(pulumi.CustomResource):
|
|
|
166
166
|
|
|
167
167
|
:param str resource_name: The name of the resource.
|
|
168
168
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
169
|
-
:param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to.
|
|
170
|
-
: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.
|
|
169
|
+
:param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
|
|
170
|
+
: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.
|
|
171
171
|
"""
|
|
172
172
|
...
|
|
173
173
|
@overload
|
|
@@ -237,9 +237,9 @@ class StaticIp(pulumi.CustomResource):
|
|
|
237
237
|
:param str resource_name: The unique name of the resulting resource.
|
|
238
238
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
239
239
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
240
|
-
:param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to.
|
|
240
|
+
:param pulumi.Input[str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
|
|
241
241
|
:param pulumi.Input[str] ip_address: The address of the static ip.
|
|
242
|
-
: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.
|
|
242
|
+
: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.
|
|
243
243
|
:param pulumi.Input[str] service_name: The service name the static ip is associated with.
|
|
244
244
|
:param pulumi.Input[str] state: The state the static ip is in.
|
|
245
245
|
:param pulumi.Input[str] static_ip_address_id: The static ip id of the resource. Should be used as a reference elsewhere.
|
|
@@ -260,7 +260,7 @@ class StaticIp(pulumi.CustomResource):
|
|
|
260
260
|
@pulumi.getter(name="cloudName")
|
|
261
261
|
def cloud_name(self) -> pulumi.Output[str]:
|
|
262
262
|
"""
|
|
263
|
-
Specifies the cloud that the static ip belongs to.
|
|
263
|
+
Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
|
|
264
264
|
"""
|
|
265
265
|
return pulumi.get(self, "cloud_name")
|
|
266
266
|
|
|
@@ -276,7 +276,7 @@ class StaticIp(pulumi.CustomResource):
|
|
|
276
276
|
@pulumi.getter
|
|
277
277
|
def project(self) -> pulumi.Output[str]:
|
|
278
278
|
"""
|
|
279
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
279
|
+
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.
|
|
280
280
|
"""
|
|
281
281
|
return pulumi.get(self, "project")
|
|
282
282
|
|
|
@@ -21,10 +21,10 @@ class TransitGatewayVpcAttachmentArgs:
|
|
|
21
21
|
peer_region: Optional[pulumi.Input[str]] = None):
|
|
22
22
|
"""
|
|
23
23
|
The set of arguments for constructing a TransitGatewayVpcAttachment resource.
|
|
24
|
-
:param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC.
|
|
25
|
-
:param pulumi.Input[str] peer_vpc: Transit gateway ID.
|
|
24
|
+
:param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
|
|
25
|
+
:param pulumi.Input[str] peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
|
|
26
26
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_peer_network_cidrs: List of private IPv4 ranges to route through the peering connection
|
|
27
|
-
:param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
27
|
+
:param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
28
28
|
:param pulumi.Input[str] peer_region: AWS region of the peered VPC (if not in the same region as Aiven VPC)
|
|
29
29
|
"""
|
|
30
30
|
pulumi.set(__self__, "peer_cloud_account", peer_cloud_account)
|
|
@@ -41,7 +41,7 @@ class TransitGatewayVpcAttachmentArgs:
|
|
|
41
41
|
@pulumi.getter(name="peerCloudAccount")
|
|
42
42
|
def peer_cloud_account(self) -> pulumi.Input[str]:
|
|
43
43
|
"""
|
|
44
|
-
AWS account ID or GCP project ID of the peered VPC.
|
|
44
|
+
AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
|
|
45
45
|
"""
|
|
46
46
|
return pulumi.get(self, "peer_cloud_account")
|
|
47
47
|
|
|
@@ -53,7 +53,7 @@ class TransitGatewayVpcAttachmentArgs:
|
|
|
53
53
|
@pulumi.getter(name="peerVpc")
|
|
54
54
|
def peer_vpc(self) -> pulumi.Input[str]:
|
|
55
55
|
"""
|
|
56
|
-
Transit gateway ID.
|
|
56
|
+
Transit gateway ID. Changing this property forces recreation of the resource.
|
|
57
57
|
"""
|
|
58
58
|
return pulumi.get(self, "peer_vpc")
|
|
59
59
|
|
|
@@ -77,7 +77,7 @@ class TransitGatewayVpcAttachmentArgs:
|
|
|
77
77
|
@pulumi.getter(name="vpcId")
|
|
78
78
|
def vpc_id(self) -> pulumi.Input[str]:
|
|
79
79
|
"""
|
|
80
|
-
The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
80
|
+
The VPC the peering connection 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, "vpc_id")
|
|
83
83
|
|
|
@@ -114,14 +114,14 @@ class _TransitGatewayVpcAttachmentState:
|
|
|
114
114
|
vpc_id: Optional[pulumi.Input[str]] = None):
|
|
115
115
|
"""
|
|
116
116
|
Input properties used for looking up and filtering TransitGatewayVpcAttachment resources.
|
|
117
|
-
:param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC.
|
|
117
|
+
:param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
|
|
118
118
|
:param pulumi.Input[str] peer_region: AWS region of the peered VPC (if not in the same region as Aiven VPC)
|
|
119
|
-
:param pulumi.Input[str] peer_vpc: Transit gateway ID.
|
|
119
|
+
:param pulumi.Input[str] peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
|
|
120
120
|
:param pulumi.Input[str] peering_connection_id: Cloud provider identifier for the peering connection if available
|
|
121
121
|
:param pulumi.Input[str] state: State of the peering connection
|
|
122
122
|
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
|
|
123
123
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_peer_network_cidrs: List of private IPv4 ranges to route through the peering connection
|
|
124
|
-
:param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
124
|
+
:param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
125
125
|
"""
|
|
126
126
|
if peer_cloud_account is not None:
|
|
127
127
|
pulumi.set(__self__, "peer_cloud_account", peer_cloud_account)
|
|
@@ -147,7 +147,7 @@ class _TransitGatewayVpcAttachmentState:
|
|
|
147
147
|
@pulumi.getter(name="peerCloudAccount")
|
|
148
148
|
def peer_cloud_account(self) -> Optional[pulumi.Input[str]]:
|
|
149
149
|
"""
|
|
150
|
-
AWS account ID or GCP project ID of the peered VPC.
|
|
150
|
+
AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
|
|
151
151
|
"""
|
|
152
152
|
return pulumi.get(self, "peer_cloud_account")
|
|
153
153
|
|
|
@@ -174,7 +174,7 @@ class _TransitGatewayVpcAttachmentState:
|
|
|
174
174
|
@pulumi.getter(name="peerVpc")
|
|
175
175
|
def peer_vpc(self) -> Optional[pulumi.Input[str]]:
|
|
176
176
|
"""
|
|
177
|
-
Transit gateway ID.
|
|
177
|
+
Transit gateway ID. Changing this property forces recreation of the resource.
|
|
178
178
|
"""
|
|
179
179
|
return pulumi.get(self, "peer_vpc")
|
|
180
180
|
|
|
@@ -234,7 +234,7 @@ class _TransitGatewayVpcAttachmentState:
|
|
|
234
234
|
@pulumi.getter(name="vpcId")
|
|
235
235
|
def vpc_id(self) -> Optional[pulumi.Input[str]]:
|
|
236
236
|
"""
|
|
237
|
-
The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
237
|
+
The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
238
238
|
"""
|
|
239
239
|
return pulumi.get(self, "vpc_id")
|
|
240
240
|
|
|
@@ -281,11 +281,11 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
|
|
|
281
281
|
|
|
282
282
|
:param str resource_name: The name of the resource.
|
|
283
283
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
284
|
-
:param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC.
|
|
284
|
+
:param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
|
|
285
285
|
:param pulumi.Input[str] peer_region: AWS region of the peered VPC (if not in the same region as Aiven VPC)
|
|
286
|
-
:param pulumi.Input[str] peer_vpc: Transit gateway ID.
|
|
286
|
+
:param pulumi.Input[str] peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
|
|
287
287
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_peer_network_cidrs: List of private IPv4 ranges to route through the peering connection
|
|
288
|
-
:param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
288
|
+
:param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
289
289
|
"""
|
|
290
290
|
...
|
|
291
291
|
@overload
|
|
@@ -388,14 +388,14 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
|
|
|
388
388
|
:param str resource_name: The unique name of the resulting resource.
|
|
389
389
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
390
390
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
391
|
-
:param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC.
|
|
391
|
+
:param pulumi.Input[str] peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
|
|
392
392
|
:param pulumi.Input[str] peer_region: AWS region of the peered VPC (if not in the same region as Aiven VPC)
|
|
393
|
-
:param pulumi.Input[str] peer_vpc: Transit gateway ID.
|
|
393
|
+
:param pulumi.Input[str] peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
|
|
394
394
|
:param pulumi.Input[str] peering_connection_id: Cloud provider identifier for the peering connection if available
|
|
395
395
|
:param pulumi.Input[str] state: State of the peering connection
|
|
396
396
|
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
|
|
397
397
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_peer_network_cidrs: List of private IPv4 ranges to route through the peering connection
|
|
398
|
-
:param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
398
|
+
:param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
399
399
|
"""
|
|
400
400
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
401
401
|
|
|
@@ -415,7 +415,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
|
|
|
415
415
|
@pulumi.getter(name="peerCloudAccount")
|
|
416
416
|
def peer_cloud_account(self) -> pulumi.Output[str]:
|
|
417
417
|
"""
|
|
418
|
-
AWS account ID or GCP project ID of the peered VPC.
|
|
418
|
+
AWS account ID or GCP project ID of the peered VPC. Changing this property forces recreation of the resource.
|
|
419
419
|
"""
|
|
420
420
|
return pulumi.get(self, "peer_cloud_account")
|
|
421
421
|
|
|
@@ -434,7 +434,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
|
|
|
434
434
|
@pulumi.getter(name="peerVpc")
|
|
435
435
|
def peer_vpc(self) -> pulumi.Output[str]:
|
|
436
436
|
"""
|
|
437
|
-
Transit gateway ID.
|
|
437
|
+
Transit gateway ID. Changing this property forces recreation of the resource.
|
|
438
438
|
"""
|
|
439
439
|
return pulumi.get(self, "peer_vpc")
|
|
440
440
|
|
|
@@ -474,7 +474,7 @@ class TransitGatewayVpcAttachment(pulumi.CustomResource):
|
|
|
474
474
|
@pulumi.getter(name="vpcId")
|
|
475
475
|
def vpc_id(self) -> pulumi.Output[str]:
|
|
476
476
|
"""
|
|
477
|
-
The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
477
|
+
The VPC the peering connection belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
478
478
|
"""
|
|
479
479
|
return pulumi.get(self, "vpc_id")
|
|
480
480
|
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
pulumi_aiven/__init__.py,sha256=6sfOeGhPMewe-c18YxiNqWS-lk8QjDv4Yc7ohAGw45o,17360
|
|
2
|
+
pulumi_aiven/_inputs.py,sha256=xLUxAyXuG5-X4XZodE05lTDuPxvhQmyPtUpzgAsTlbw,1000540
|
|
3
|
+
pulumi_aiven/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
|
|
4
|
+
pulumi_aiven/account.py,sha256=EDXHwYwBPKQfXZ3nhX7FtiBUaZ8IrFGqxhYmpz3PdB8,18384
|
|
5
|
+
pulumi_aiven/account_authentication.py,sha256=6s9zWxFgt5f-R0o3pf0Hnux7_He54kryZG7QFYxTt0c,36871
|
|
6
|
+
pulumi_aiven/account_team.py,sha256=LJTbCN3mu29lm40EHq2wPPWHkm97vgUrBnZHVC4ggD0,11369
|
|
7
|
+
pulumi_aiven/account_team_member.py,sha256=HNVjMlMHjUBP0UFIJTQDF3g6-KERoWXkEAKqIyMg860,17637
|
|
8
|
+
pulumi_aiven/account_team_project.py,sha256=UZbrPz3X8iTJIT04qlUvMCwCUfuZBKfaB1XaYNG2Q-E,14013
|
|
9
|
+
pulumi_aiven/aws_privatelink.py,sha256=EV5azquD-fH8c3Y_ivsK81UFRtaT2TYut8uts33C4dk,15732
|
|
10
|
+
pulumi_aiven/aws_vpc_peering_connection.py,sha256=sGv14PJbxz1sr30uOlAdadnL8pwplk_wpoWGbJXM81A,18572
|
|
11
|
+
pulumi_aiven/azure_privatelink.py,sha256=GX943qqD6QOkhQJEGxzTV53wSNikRUzzQjjcP5fUQQI,18283
|
|
12
|
+
pulumi_aiven/azure_privatelink_connection_approval.py,sha256=vQEcD_cg-iyN7o9xQGzJIDOdQt7BBcGZ8xApoTpX_tE,15053
|
|
13
|
+
pulumi_aiven/azure_vpc_peering_connection.py,sha256=Mxx191u8zmq2ZzAsId5AYF7L8Q9R3Ab-ETtN65AA7q4,25322
|
|
14
|
+
pulumi_aiven/billing_group.py,sha256=7QIbra72ysCGWBle3OdQAN2JqZhub7pNRIYgvhdaotw,37441
|
|
15
|
+
pulumi_aiven/cassandra.py,sha256=gg9PU6gJK2U3XBA6RitjfCT_CqUdzdGsFiTeI-wIXko,77704
|
|
16
|
+
pulumi_aiven/cassandra_user.py,sha256=6LHOrD7z8gfwg5dbN8s8wF_pByLcmmAJOlkiSrbq0Ao,19181
|
|
17
|
+
pulumi_aiven/clickhouse.py,sha256=jjOZ901vmUSOPAUlkwGuAS2YhUezh-5KWv3Opk0iCBc,77893
|
|
18
|
+
pulumi_aiven/clickhouse_database.py,sha256=a2RL9lESAi8Hj0Why2iWqiaXxyiexTxOnf4lMMR1fYo,16982
|
|
19
|
+
pulumi_aiven/clickhouse_grant.py,sha256=ykJaphEFdwv4vqBOyUuSPYk_Z9elJIzbF6uRNkwVDX8,26122
|
|
20
|
+
pulumi_aiven/clickhouse_role.py,sha256=FS2EmC1oEVJ7jlNKyR5PL4whv0qlOnfZ4ZyTWqXl5EE,13404
|
|
21
|
+
pulumi_aiven/clickhouse_user.py,sha256=InOt96yfg0tUEN7s3hnbeVh94lhDJGfL0upMac38AWg,16181
|
|
22
|
+
pulumi_aiven/connection_pool.py,sha256=dOQPooXo-S6KMisFyY_yiWT8xxXKdAu_4b1t9awGayA,25819
|
|
23
|
+
pulumi_aiven/dragonfly.py,sha256=cvkfSctHpvkSDqsMCA-qonk24T1a2UrTWFD4_pU1Nzs,78991
|
|
24
|
+
pulumi_aiven/flink.py,sha256=3IflD6MNUiVc54kcc-Wv5-ucYAnMXSj4TQS6Be0SGFQ,77236
|
|
25
|
+
pulumi_aiven/flink_application.py,sha256=GPC3tzMmVk784xSIh--axA3fEGyi4mdCZiVlR6ZBrI4,17359
|
|
26
|
+
pulumi_aiven/flink_application_deployment.py,sha256=VlFncAafKCyUE1Tv8zlvsV9FTfHwTXbC-LIvqUrTIOs,21998
|
|
27
|
+
pulumi_aiven/flink_application_version.py,sha256=KcauzWldbWfMWinTUnVjNnmz_fzQf1d9l1JRGlepJ2g,30959
|
|
28
|
+
pulumi_aiven/gcp_privatelink.py,sha256=Mo8t-iq7fPWbAS7e26IT6iZyVLZbCQCh4uzmNJUVq1c,13423
|
|
29
|
+
pulumi_aiven/gcp_privatelink_connection_approval.py,sha256=qGxeqFahFLrVVZ0NQ1lS306StXdGGdehSZeh21n60Jk,16099
|
|
30
|
+
pulumi_aiven/gcp_vpc_peering_connection.py,sha256=JlONG3MiHaIJiuX4dsURCb0BmgwrqtlCxjRXELBg7r8,15068
|
|
31
|
+
pulumi_aiven/get_account.py,sha256=MS3ZQFCvBLUEFYvHJtD1GeGTXJ1DKuRzQMEgOMRhUBk,6646
|
|
32
|
+
pulumi_aiven/get_account_authentication.py,sha256=ygLucZMU0giXVuBPJULj7-q7uRp_q70yWJZ_pgPPm4I,12740
|
|
33
|
+
pulumi_aiven/get_account_team.py,sha256=QG9wGFNo_ZYCrEO_g3A66rGBAHST5iWq2jTFVuukSCs,4834
|
|
34
|
+
pulumi_aiven/get_account_team_member.py,sha256=AkIrkJ8jknk4BxSk2_6Aj8hV5ri23E1JVinZDeKEOKQ,7108
|
|
35
|
+
pulumi_aiven/get_account_team_project.py,sha256=nZ9MZDIGVdPt_RqUFQ-2x-zwM8_Fq8SPodlWKc4a3KM,5050
|
|
36
|
+
pulumi_aiven/get_aws_privatelink.py,sha256=a_0XtL7arolhWJ_KBr3j-X64UInPcze9iQsQ9MygV3k,6834
|
|
37
|
+
pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=LHqhADpKJY7IvKyr5J7jSn1BSy4HVDA60MBtfBrEjWI,9069
|
|
38
|
+
pulumi_aiven/get_azure_privatelink.py,sha256=4nu7CpMH_1UysdubcK6nfQhZAIRhjmY2i4EOpdX9NMo,8004
|
|
39
|
+
pulumi_aiven/get_azure_vpc_peering_connection.py,sha256=FTEwsHw7udOgZEUInFoacY3Nz272GxdB3XQaZan3EB8,11882
|
|
40
|
+
pulumi_aiven/get_billing_group.py,sha256=EnuheoCDgekstkxd0oohOtBR9wvh3rhg0f1nXtSN6cY,10937
|
|
41
|
+
pulumi_aiven/get_cassanda.py,sha256=I5SariRDOe5kO0075aOCJu52vAfGuNVwYha4-O7hSqs,23018
|
|
42
|
+
pulumi_aiven/get_cassandra.py,sha256=2gIhGIRsOTFcEAfwz_R61rvsg2hYNdyb9XmcyIb9aQc,22687
|
|
43
|
+
pulumi_aiven/get_cassandra_user.py,sha256=E_sNS3fWtShKo55NrD39FgYAHgKHe0iPwIKf3TOK78A,8291
|
|
44
|
+
pulumi_aiven/get_clickhouse.py,sha256=c2W16J2hPkjZoKBUQDNiarkKjaKEXLCuiQYRPC_sOJE,22764
|
|
45
|
+
pulumi_aiven/get_clickhouse_database.py,sha256=nYjXAIqhLNkCGasazfOm-GCRYnG0tXJYQ1G5S33tQ7E,6823
|
|
46
|
+
pulumi_aiven/get_clickhouse_user.py,sha256=Oi56XvrgN8EqIQp0eAvlzKUGtqMLz62iROWadDG7n-U,7541
|
|
47
|
+
pulumi_aiven/get_connection_pool.py,sha256=edT0kTviaUSvrCn4ZCpOafI7vgOCz3HaXxW2BGecWhE,9211
|
|
48
|
+
pulumi_aiven/get_dragonfly.py,sha256=jzm0lhkBVZ6_NZ24g0mceA3NlpYvaZhvVLTFF3b2Vzk,22129
|
|
49
|
+
pulumi_aiven/get_flink.py,sha256=OyWHt2hlow-OyZtMuhoUKCsTPgjNiAwV5q77BtbKEjU,22439
|
|
50
|
+
pulumi_aiven/get_flink_application.py,sha256=iULB56SsUIJYQqA4DcJCvx3pskIymIhFxlyPhTWTRko,8377
|
|
51
|
+
pulumi_aiven/get_flink_application_version.py,sha256=1qRDcHjZjmYSCrXEvKJLI4-7e9xlG1JwQfvFNLuACWg,11224
|
|
52
|
+
pulumi_aiven/get_gcp_privatelink.py,sha256=be4wU8XyHzwCcAxufQ5_VNDnXI87UcsAWh6k1bKVnyw,4562
|
|
53
|
+
pulumi_aiven/get_gcp_vpc_peering_connection.py,sha256=8myqgS4eyYY6kjZh4CVyFT9yi2grodgEqLopqyn0m34,7320
|
|
54
|
+
pulumi_aiven/get_grafana.py,sha256=q0774BcdvK_7iUjGA8Uv9xospng20ahyyDjawrjqYVA,22545
|
|
55
|
+
pulumi_aiven/get_influx_db.py,sha256=eo_2CHe3FlcRIMfN_xikFxmdPhJuSpgNI6YDxjzp-Fw,15756
|
|
56
|
+
pulumi_aiven/get_influxdb_database.py,sha256=3fwwAHiy_2s1dmI6BOyFLjz-oBcutoxgXHMYgBfRy_Y,4504
|
|
57
|
+
pulumi_aiven/get_influxdb_user.py,sha256=3PQ9lTmaIzX9-KduzIGuQKzvF2eSaqYLxEVYhc9dFS0,5320
|
|
58
|
+
pulumi_aiven/get_kafka.py,sha256=gTyEoztMFMsmkdOzkTIkaoY8JbX-2T60USXXPqq8TJA,23438
|
|
59
|
+
pulumi_aiven/get_kafka_acl.py,sha256=2_it_dURvw8-nhU1zubkT7av3_n0W1DBVdqNP7-MzqY,8639
|
|
60
|
+
pulumi_aiven/get_kafka_connect.py,sha256=GmU7XA1ziVcoJzHxW1aduGBc7hv35U6YjyZal-O0rFQ,22922
|
|
61
|
+
pulumi_aiven/get_kafka_connector.py,sha256=WNpDhMYyMgNDm4e1CfBoZ9wyalCE6oAuFIyAA162bqY,10459
|
|
62
|
+
pulumi_aiven/get_kafka_mirror_maker.py,sha256=D89kiciAstlr7bWO_E9Xbme0wpD0BTDfQSEU6qcdl-4,23195
|
|
63
|
+
pulumi_aiven/get_kafka_schema.py,sha256=MzkhLYde0LTxuw4P-HNw1axWkxVxBIvX6XpR9qJIp-w,8445
|
|
64
|
+
pulumi_aiven/get_kafka_schema_configuration.py,sha256=3CJKHAisgcccTZ5xq3hanUhkIj0v17_Rzxt_7wMxwII,8486
|
|
65
|
+
pulumi_aiven/get_kafka_schema_registry_acl.py,sha256=PTNouj2hi5vUzHukEwD-JdXU6ppDVuxTxImeM2bJTh4,8486
|
|
66
|
+
pulumi_aiven/get_kafka_topic.py,sha256=9ao9tc9fmbrqh-XSoHq0xI-RyXB9svKGQmNPiNtXN5g,8611
|
|
67
|
+
pulumi_aiven/get_kafka_user.py,sha256=YKNuyYlttk8gZmjO6JB3AdUuUqyzFuBoc2uaUrDozJk,8071
|
|
68
|
+
pulumi_aiven/get_m3_aggregator.py,sha256=HmGE-LmiZFiCQwQJewsx4DO4AxFYLEujCwEzNH0Z5KY,22869
|
|
69
|
+
pulumi_aiven/get_m3_db.py,sha256=cFpDN6UOYMtgg4r2G8_mTOwwJcvIhZ9JMJaFwUutl50,22374
|
|
70
|
+
pulumi_aiven/get_m3db_user.py,sha256=ozMfehyBMIga07X6nrza7lS0bekbpagQQfvZsI3dkn0,7032
|
|
71
|
+
pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=roUT23cP0l98xvlHvavkWHx8wPc-ZsUmsDRctpCRCCM,13967
|
|
72
|
+
pulumi_aiven/get_my_sql.py,sha256=EA_1aZWn6_ySCkOqbskcundekhYwADcs27wHKC69vTo,22451
|
|
73
|
+
pulumi_aiven/get_mysql_database.py,sha256=iXod-nG4LXhomeza6xrIYSz8bOz9UZP2MU-_sOV_b1Y,6880
|
|
74
|
+
pulumi_aiven/get_mysql_user.py,sha256=B55dvnPuzpK2KMOs8tai8cFgOUQiFujkqJDSmCnhXDk,8700
|
|
75
|
+
pulumi_aiven/get_open_search.py,sha256=GJzpxBIZjL0Aci9OgGvGtgWSjt2XSP6SBcEv2j06zeo,22757
|
|
76
|
+
pulumi_aiven/get_open_search_acl_config.py,sha256=6lhRLG3xwMA0Q8G3lQEr94jxtioy2MSkCL5J2UcV2rs,6718
|
|
77
|
+
pulumi_aiven/get_open_search_acl_rule.py,sha256=xsY97eOZ4JjS6ZuDcZ9Tbc-S7Er0kvVtL3jPe407bUo,8700
|
|
78
|
+
pulumi_aiven/get_opensearch_security_plugin_config.py,sha256=9Y_gchZjIHcvs9zaIa4bQ0EOo7dLS5Q1OPp0Gs7-L58,7982
|
|
79
|
+
pulumi_aiven/get_opensearch_user.py,sha256=FGKFpjTYEXdQadciRk02CzdRoftnhbUanp2nRr8FudI,7236
|
|
80
|
+
pulumi_aiven/get_organization.py,sha256=9lSjHDAca8nqnajmkbqywynt9tK2Qk_etvNbeqAFenc,4786
|
|
81
|
+
pulumi_aiven/get_organization_user.py,sha256=1hdtZ9xCzN9ci-yM7xKGiEfEYtgYhxYJuRncX4fxnhM,5050
|
|
82
|
+
pulumi_aiven/get_organization_user_group.py,sha256=R42-uTMeIvh_RepQWUirP_ah2D6DYzpAqgB8UH5Bz6A,6646
|
|
83
|
+
pulumi_aiven/get_organizational_unit.py,sha256=wuiMG9iefxZluA84PqT9iwArghn7JcH1PdF12jei8uE,4697
|
|
84
|
+
pulumi_aiven/get_pg.py,sha256=-RpswyiM6N7ziVmnnptt5vcYZjXFx4ts2aUOLOWHL6c,22261
|
|
85
|
+
pulumi_aiven/get_pg_database.py,sha256=7ElRBtXYnqXX6ItvtNAirqbAI6hTQw_ENlZ2lS23ER4,8001
|
|
86
|
+
pulumi_aiven/get_pg_user.py,sha256=6U1GdxQciAYebOERbadr-60f1YiX_4_Ql8dlWxCsoT8,8637
|
|
87
|
+
pulumi_aiven/get_project.py,sha256=8dD2OiGej2-FeW2MR6if5rNLjXIUGXetwrcQEjVWgc0,12485
|
|
88
|
+
pulumi_aiven/get_project_user.py,sha256=leC3srm0_S3yg_jKiYS8IHy2Bkt4nbhCrHkGUovdkWs,5851
|
|
89
|
+
pulumi_aiven/get_project_vpc.py,sha256=sDQ8VFMPH5yDg0_HaloMiETPn9f94ANmLt0GbXV9NoE,6517
|
|
90
|
+
pulumi_aiven/get_redis.py,sha256=4H0_SBSvjtIwOMdXrjCRpL3ijvOUOg6hvGqmhFUJmO4,22418
|
|
91
|
+
pulumi_aiven/get_redis_user.py,sha256=qqg3BaoaRxZ1t6YEpsrdQLScmmMJWv9Iqf8J9Uljc0I,9936
|
|
92
|
+
pulumi_aiven/get_service_component.py,sha256=WeZIEVZugT0etLtfW9QGtNV7jQfGiEO2WFiUX-O7e_w,10569
|
|
93
|
+
pulumi_aiven/get_service_integration.py,sha256=oLbIcWm9HPuooJdH_8zhHFpH4sDa_svK15BKW9eS_fk,22567
|
|
94
|
+
pulumi_aiven/get_service_integration_endpoint.py,sha256=5QPM8iG3j5zHoT-27O4HbbTRwh5fb1NkLsJSgxKbPO4,17430
|
|
95
|
+
pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=6HmHqhPdA9bsr3dKNzMpIsoVxq1vfU2Shic2gmHh0Vc,9299
|
|
96
|
+
pulumi_aiven/grafana.py,sha256=VLdDdVeW5isZwTY0J0776FAeNEvLKILKLOn5kE9MaRM,80240
|
|
97
|
+
pulumi_aiven/influx_db.py,sha256=YauiJzo5-lvVer4JR-u4FkuTLnfB8QkddMDV6GGqimI,78775
|
|
98
|
+
pulumi_aiven/influxdb_database.py,sha256=MD54FRTY70obhYFCThIdi-cLWboPZTo5a0nR9GGr4Tc,16132
|
|
99
|
+
pulumi_aiven/influxdb_user.py,sha256=XVd6V07Pq01D91Q02ptROLzsJ_m1YAIsh4owVO3D8BY,18289
|
|
100
|
+
pulumi_aiven/kafka.py,sha256=sP34NJw2grEDKkozJqh_Yd3BqEIrETq7QL-b7a_lwGg,82507
|
|
101
|
+
pulumi_aiven/kafka_acl.py,sha256=NlZi7_caoq7O8gh0KLEqDV0n_cWWMnFKLGipTP_swfs,18809
|
|
102
|
+
pulumi_aiven/kafka_connect.py,sha256=gbFW5Fg5LL0ytd5aR-LV9nw-4YsHu4BYkexiN6JVSyA,81703
|
|
103
|
+
pulumi_aiven/kafka_connector.py,sha256=l81S6TY6mCmdxY-SAhhxZCicQYor5m8cachuWewQDfI,24505
|
|
104
|
+
pulumi_aiven/kafka_mirror_maker.py,sha256=hT-WCfL0kqmGNm1IeRZBxkp5Q9dS294YR8P1sr0lxNY,82315
|
|
105
|
+
pulumi_aiven/kafka_schema.py,sha256=x3uS176LIkFcE5nKVcgb50PNvCCjzyGIHamG-GiI8yw,22882
|
|
106
|
+
pulumi_aiven/kafka_schema_configuration.py,sha256=p6z9C9SdMYm0PElFDXRlRZ7tF96VaDltBCsCCQ61tbE,14311
|
|
107
|
+
pulumi_aiven/kafka_schema_registry_acl.py,sha256=PgTO1XtxeJfsHx6pTEdghEs8kG8motJrbNHKTzdpU0U,18388
|
|
108
|
+
pulumi_aiven/kafka_topic.py,sha256=MhSzdtS9pdmMlit3V0q46T3bSK4ViqmQKf0mBIbtt84,23718
|
|
109
|
+
pulumi_aiven/kafka_user.py,sha256=10fS7p0xQQa0s27-gdaT9X_i20NU17oQjwsuSxSFGlc,18661
|
|
110
|
+
pulumi_aiven/m3_aggregator.py,sha256=sw12BCW5SAvsxh416WiR3a7TDbjhs4ylFDUIJteb5mM,81103
|
|
111
|
+
pulumi_aiven/m3_db.py,sha256=bS0dgJ5cIn_lKH-t7Z2mLviU0Fu_qxTGEm_y2VffJdQ,79877
|
|
112
|
+
pulumi_aiven/m3db_user.py,sha256=0OkHXPwLuXsOsvjhqH_Po-wIioXxQCkL3WyQTuAEgMs,16473
|
|
113
|
+
pulumi_aiven/mirror_maker_replication_flow.py,sha256=TJqulUYGckAA67ju-QbB6lEYcqBE-9DjXSlU9fpKuoA,40444
|
|
114
|
+
pulumi_aiven/my_sql.py,sha256=gryE0eOvM2VmB8Fg5ADgwqSqNJD339UhAlDIkhPfpJc,80514
|
|
115
|
+
pulumi_aiven/mysql_database.py,sha256=PudJU8SLwXM6iT7tyrv_1_7sF9RoaeXWStts5u-XFeM,17068
|
|
116
|
+
pulumi_aiven/mysql_user.py,sha256=cEX5mw6IDh3gXITzEFuESbtFLL79RCFgAhnKfjHzYIs,21316
|
|
117
|
+
pulumi_aiven/open_search.py,sha256=y5Xr6R7SLEp3TX56MfYDShPjMQGwvwGHI1FyMxm0xpM,78346
|
|
118
|
+
pulumi_aiven/open_search_acl_config.py,sha256=gWdJUgcM_qpscYCvRw2UgW1xEGrLKlf6jbYBFyRqVMg,18359
|
|
119
|
+
pulumi_aiven/open_search_acl_rule.py,sha256=kD05vBHG1MT5-SolehfuXv93TPYQVY5qXdmizmxQ40c,22307
|
|
120
|
+
pulumi_aiven/opensearch_security_plugin_config.py,sha256=fK-RuqkFSrnRgV6fHMlUyvr5WLzeDib0DcnSSrJx6_s,19007
|
|
121
|
+
pulumi_aiven/opensearch_user.py,sha256=fmFPcINcKV4dfKHSd80iMtRyJgHqs-hrhuQ-lqdPhAA,16749
|
|
122
|
+
pulumi_aiven/organization.py,sha256=XQNjG5MUTyEpK72l3UGc2ND8-2DWTgy7QzMmnW_JRKk,10989
|
|
123
|
+
pulumi_aiven/organization_group_project.py,sha256=khkP6YOgG7eNKyfXq2ifyxqOze2akGMVKXRqsXUBlKo,11802
|
|
124
|
+
pulumi_aiven/organization_user.py,sha256=9vicoZ4qa66zCHFBcueX9aZHrugopcs-Y0H6qhPDzLo,17281
|
|
125
|
+
pulumi_aiven/organization_user_group.py,sha256=sMxD4oU31oRj1lFbx5PCKD5TjJWMkfwZz7FRjZd81wA,14836
|
|
126
|
+
pulumi_aiven/organization_user_group_member.py,sha256=2rQWs-A8iypKMiNVT9KpdhUAvcPFh3pSpCCculfNdcY,14270
|
|
127
|
+
pulumi_aiven/organizational_unit.py,sha256=XjV-h-th2IyEvL8lYPkeASvCUMpGlBdK-0yL5DiVnjE,11553
|
|
128
|
+
pulumi_aiven/outputs.py,sha256=GH4yWhPB-E2ag1J54KGrk0JExQ8ORNvOB2lg1wmwqxY,1646572
|
|
129
|
+
pulumi_aiven/pg.py,sha256=x1q8nU_So6EHUd7pqkS70HTmzdohNkXCv1BfF49f0XU,75510
|
|
130
|
+
pulumi_aiven/pg_database.py,sha256=jtrYc0R4PnJrGcIIEe9G6CwYtItb1guLmmAouE78pgY,22329
|
|
131
|
+
pulumi_aiven/pg_user.py,sha256=NIX0RTJ6tYxQM4tvEzjIKEN8OLexZmJqJhD3PPBMcmg,21020
|
|
132
|
+
pulumi_aiven/project.py,sha256=mHI6N0V5rNTe5x8JiInLzvRalXCywicj15oAjIPWJ9A,46690
|
|
133
|
+
pulumi_aiven/project_user.py,sha256=fHcxh61c8m7vEyPjtuUnHm1UmUlBv_g9XZPM976JOW8,13777
|
|
134
|
+
pulumi_aiven/project_vpc.py,sha256=dbPlF-6EcQCRy6NJvJH-56z1Hpj2RBU_ifoksRdbHN8,13285
|
|
135
|
+
pulumi_aiven/provider.py,sha256=8Nv5JAKLMaDCG8iqDCiMTBS5DYK8bh5Fvv0Pl6_5LK0,4881
|
|
136
|
+
pulumi_aiven/pulumi-plugin.json,sha256=R1qk--4bj4H_dxdiJduvDFjyld1YWJZ8637fNDP5Qqk,42
|
|
137
|
+
pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
138
|
+
pulumi_aiven/redis.py,sha256=WMBfJMTl9YpAJ_zMeKX_a17_9kK-XRm8aBKHZZuz4MI,80010
|
|
139
|
+
pulumi_aiven/redis_user.py,sha256=Z0fgvYR28dBGyIOkVQoNz1M9RscEDJCr53SXsW03-O0,29435
|
|
140
|
+
pulumi_aiven/service_integration.py,sha256=HWjHvhfJ71YRvkZOL4DBkpeGOSL68vKtqjASITnN0QQ,69156
|
|
141
|
+
pulumi_aiven/service_integration_endpoint.py,sha256=R_OO7UKvO5XSK50-h1ynwES2djWuSpMxNeHUbzC-M4o,59930
|
|
142
|
+
pulumi_aiven/static_ip.py,sha256=cZxGl3gv3pnMcjKnBHfoRPMRhUBixowYE5lQnYHlTlc,13919
|
|
143
|
+
pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=xETQveFiuh-xWF1unAq1fHqr6lQRG2S4B4W4NrneggY,23157
|
|
144
|
+
pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
145
|
+
pulumi_aiven/config/__init__.pyi,sha256=i0kRcMqRhHZqXZfs-7cXU-bEhaP2QAJDGjuUhIMDgqY,465
|
|
146
|
+
pulumi_aiven/config/vars.py,sha256=hQgM94csEU3YnUsOUTPc-JvxssBTpi2DURZx6QWdLUk,658
|
|
147
|
+
pulumi_aiven-6.13.0a1711361534.dist-info/METADATA,sha256=b2Ba4DqSzyt4Ofs4sNTv34ZCed4gWbWM6ZapcjFvoX8,2532
|
|
148
|
+
pulumi_aiven-6.13.0a1711361534.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
149
|
+
pulumi_aiven-6.13.0a1711361534.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
|
|
150
|
+
pulumi_aiven-6.13.0a1711361534.dist-info/RECORD,,
|
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
pulumi_aiven/__init__.py,sha256=Xb19hmFsqhQIuFfc3V5VkFre2S-Xtv5zCDBj1bXU28c,16645
|
|
2
|
-
pulumi_aiven/_inputs.py,sha256=dU9IAldbKIkdgxdfwGL037sJORqCMfKBr4rbUd5ySZY,929961
|
|
3
|
-
pulumi_aiven/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
|
|
4
|
-
pulumi_aiven/account.py,sha256=rPVbbEk4jMPhzrcZ81cmWq7M8YB_iib2SnDjQoRI0c8,18490
|
|
5
|
-
pulumi_aiven/account_authentication.py,sha256=uC4xdUZkmvnr1Ci5dk_t2_tTUSqwo6tCwDZR-4aOzHg,36911
|
|
6
|
-
pulumi_aiven/account_team.py,sha256=LJTbCN3mu29lm40EHq2wPPWHkm97vgUrBnZHVC4ggD0,11369
|
|
7
|
-
pulumi_aiven/account_team_member.py,sha256=0uekygcF0wHVNImOkmUJ3Xt4VOwQtxqLW0IV78T03I4,18036
|
|
8
|
-
pulumi_aiven/account_team_project.py,sha256=UZbrPz3X8iTJIT04qlUvMCwCUfuZBKfaB1XaYNG2Q-E,14013
|
|
9
|
-
pulumi_aiven/aws_privatelink.py,sha256=_nwQH7-x7tvj_J5Ca6Yj8SegeK0o_fIrUlwNZwF0uzc,15451
|
|
10
|
-
pulumi_aiven/aws_vpc_peering_connection.py,sha256=FQhpbYFjWxp1KjOG76nJErH0KoW7n7r0Fn-SmKHxZpE,18637
|
|
11
|
-
pulumi_aiven/azure_privatelink.py,sha256=cL5LHH7BZqbXiUyTjrrrW5agaTS3_vxR-AknQn_-4kM,18313
|
|
12
|
-
pulumi_aiven/azure_privatelink_connection_approval.py,sha256=CUff7JulGS07pPAecvFAvO8w-49owd67FBm3Ml-y1wM,15296
|
|
13
|
-
pulumi_aiven/azure_vpc_peering_connection.py,sha256=bK5I6lXJZ6i_HuwuY8nKMkjOgTy-3CRlZRlxvRuGUg8,25112
|
|
14
|
-
pulumi_aiven/billing_group.py,sha256=7QIbra72ysCGWBle3OdQAN2JqZhub7pNRIYgvhdaotw,37441
|
|
15
|
-
pulumi_aiven/cassandra.py,sha256=vCb3tWJ8KcEzsxMAPOPoiAZ3lcuitpm-AJtbQvrMuEk,77837
|
|
16
|
-
pulumi_aiven/cassandra_user.py,sha256=ZYC444VF9Ossg8tGvid3OFoIiFkhzgwJxEpWvRxFNbU,19580
|
|
17
|
-
pulumi_aiven/clickhouse.py,sha256=LbJhFTxkjIyrYcKaAK7yI6z8kG3RXG73FXe4J4hQ7qk,78026
|
|
18
|
-
pulumi_aiven/clickhouse_database.py,sha256=UNoKn0uOksBmSbCHpnhidseyt7ojgbob_T6ZC6pm3qg,17381
|
|
19
|
-
pulumi_aiven/clickhouse_grant.py,sha256=o3veNMXb1LzVzvmq0yqwbji11ExPUfxvUZzMAcNPjMM,26920
|
|
20
|
-
pulumi_aiven/clickhouse_role.py,sha256=uNVl_pmyAMJIGYlWkPrpTIb8GLvJI3-jOfZ_w4AKfEE,13803
|
|
21
|
-
pulumi_aiven/clickhouse_user.py,sha256=EZdt_S-xCdgNtmLHdxwCeKmGtmX6CvGDcQIGrhVSCkE,16580
|
|
22
|
-
pulumi_aiven/connection_pool.py,sha256=RkPPuRQuHRz2FNbDvzAHx3eQmvagCMWt_V4ubjF9YEE,26351
|
|
23
|
-
pulumi_aiven/flink.py,sha256=buNMw_mDYNQLw5MUZRDHsEhZsxeu0xXTc7-Y3PsS8nw,77369
|
|
24
|
-
pulumi_aiven/flink_application.py,sha256=UYwdwrlOsS9nweY1kgDdExGJzgwzhOF56W8cfmzumMI,17625
|
|
25
|
-
pulumi_aiven/flink_application_deployment.py,sha256=ec8iJY7VEqaex6fD1DlgrPBqTQTDXVV-anGS-A7zqWo,22264
|
|
26
|
-
pulumi_aiven/flink_application_version.py,sha256=hE8EPxWVp7YQKzaUPlQlryG3Ss8Wvn3zGtHRmFZ1I0A,31225
|
|
27
|
-
pulumi_aiven/gcp_privatelink.py,sha256=8MpN_-e00jHny0hU49htBOIIu1jABfTJEQlOShXB4EM,13489
|
|
28
|
-
pulumi_aiven/gcp_privatelink_connection_approval.py,sha256=G1MtkpHv2RXTXorvj5mcGycAgheRpGTPbt87_WUYbwE,16110
|
|
29
|
-
pulumi_aiven/gcp_vpc_peering_connection.py,sha256=0Ve_KLj0f7rZ3g14McXZfBmq7hWRQOkift-rKL-zUeU,15401
|
|
30
|
-
pulumi_aiven/get_account.py,sha256=MS3ZQFCvBLUEFYvHJtD1GeGTXJ1DKuRzQMEgOMRhUBk,6646
|
|
31
|
-
pulumi_aiven/get_account_authentication.py,sha256=ygLucZMU0giXVuBPJULj7-q7uRp_q70yWJZ_pgPPm4I,12740
|
|
32
|
-
pulumi_aiven/get_account_team.py,sha256=QG9wGFNo_ZYCrEO_g3A66rGBAHST5iWq2jTFVuukSCs,4834
|
|
33
|
-
pulumi_aiven/get_account_team_member.py,sha256=xKtnPtCdL43TY6TIZWQUrt68iNuOfD267fpm8NrQV-4,7279
|
|
34
|
-
pulumi_aiven/get_account_team_project.py,sha256=nZ9MZDIGVdPt_RqUFQ-2x-zwM8_Fq8SPodlWKc4a3KM,5050
|
|
35
|
-
pulumi_aiven/get_aws_privatelink.py,sha256=wj6r1T8Sf8SaJYDB1JZIO5Zn8OG8xRrZubBfOYPVbsU,6897
|
|
36
|
-
pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=pM6-X_Z9nVP9FKmFYH5xLj19iUOi5cGAw63UWEHt4yM,8878
|
|
37
|
-
pulumi_aiven/get_azure_privatelink.py,sha256=iDbG9zdFBWfsVGtyYzy6k5R6lu1KZZ8eaz99Nt_e0jk,8107
|
|
38
|
-
pulumi_aiven/get_azure_vpc_peering_connection.py,sha256=h-4D1dvuOGne7j9JbZXvEKqdqccyVOwtvqgljJUx7qg,10992
|
|
39
|
-
pulumi_aiven/get_billing_group.py,sha256=EnuheoCDgekstkxd0oohOtBR9wvh3rhg0f1nXtSN6cY,10937
|
|
40
|
-
pulumi_aiven/get_cassanda.py,sha256=p-DU3KwDM0hhKirK_pJDpr5eCFsBDB5cQ8Y3yhHpnAw,23075
|
|
41
|
-
pulumi_aiven/get_cassandra.py,sha256=B_BMGJcQiprIOtinc_gUL7CWf8j6DkxaRnSwtStBp9s,22744
|
|
42
|
-
pulumi_aiven/get_cassandra_user.py,sha256=FAUXtXSDefT7tOQp7WcJBIuSzESE_kYxyhtYW8A0UHg,8462
|
|
43
|
-
pulumi_aiven/get_clickhouse.py,sha256=8rMmUxfC-8TMJQPGEyMNraz5_mW_xaki0V2Wqq-e73c,22821
|
|
44
|
-
pulumi_aiven/get_clickhouse_database.py,sha256=sKVr7-50wjI80a_KcWv2p_VKWKdY-3x0D6QU0UrAbso,6994
|
|
45
|
-
pulumi_aiven/get_clickhouse_user.py,sha256=3140_Sk5z3yrbGOvv7IBa0G10xcQ-KQrbvoEk8pTgjM,7712
|
|
46
|
-
pulumi_aiven/get_connection_pool.py,sha256=VbrrApfA4aEfzI8HaJYtKSreUKk5bfzxGtWUxiJ2j-8,9401
|
|
47
|
-
pulumi_aiven/get_flink.py,sha256=FD1yVtqDMyT9OtjarLqcNm3sqfy3buDtPcT4fANK8rU,22496
|
|
48
|
-
pulumi_aiven/get_flink_application.py,sha256=3msvsVM2kYsWOhVH-E1a-eYFqFvsobUW-Sal8VEYT-8,8491
|
|
49
|
-
pulumi_aiven/get_flink_application_version.py,sha256=a9aUzIgSYQ6CTsgXixbDywAiswagDfxKcz-B9BxpWHI,11338
|
|
50
|
-
pulumi_aiven/get_gcp_privatelink.py,sha256=be4wU8XyHzwCcAxufQ5_VNDnXI87UcsAWh6k1bKVnyw,4562
|
|
51
|
-
pulumi_aiven/get_gcp_vpc_peering_connection.py,sha256=cHMTr_oQUHWjefByQ8LCtY28pSFVrwVpJTMRrk2yLzk,7379
|
|
52
|
-
pulumi_aiven/get_grafana.py,sha256=trADusSvTFFlBN3mhRyw09cgJZ16fnsz1WUn2CiD8AM,22602
|
|
53
|
-
pulumi_aiven/get_influx_db.py,sha256=eo_2CHe3FlcRIMfN_xikFxmdPhJuSpgNI6YDxjzp-Fw,15756
|
|
54
|
-
pulumi_aiven/get_influxdb_database.py,sha256=3fwwAHiy_2s1dmI6BOyFLjz-oBcutoxgXHMYgBfRy_Y,4504
|
|
55
|
-
pulumi_aiven/get_influxdb_user.py,sha256=3PQ9lTmaIzX9-KduzIGuQKzvF2eSaqYLxEVYhc9dFS0,5320
|
|
56
|
-
pulumi_aiven/get_kafka.py,sha256=PQxW5x8r622wSxQ69vSDu8stsM9NDwzLrJnjKhGbvNQ,23495
|
|
57
|
-
pulumi_aiven/get_kafka_acl.py,sha256=TtchADhQcXvIBesK1zy0dBj4-4jyaA0lcFz8b3U8Drk,8924
|
|
58
|
-
pulumi_aiven/get_kafka_connect.py,sha256=isOY4DmQIZMPTv-WtCqCQdFK3fUZBiqqpxdU3TNidGY,22979
|
|
59
|
-
pulumi_aiven/get_kafka_connector.py,sha256=t2A_yR1QPzRfWvlq0W8CJw414i2ALWPTqAqWYWyI6ME,10630
|
|
60
|
-
pulumi_aiven/get_kafka_mirror_maker.py,sha256=YR_fl_SyocqI3DP96n23pZj-ImUYH0UADTe249UlfEc,23252
|
|
61
|
-
pulumi_aiven/get_kafka_schema.py,sha256=OLngpcOTGsi_vILQu-qOxSW4NlNB3QooUFt7-KE1YPw,8616
|
|
62
|
-
pulumi_aiven/get_kafka_schema_configuration.py,sha256=SFiGETs6xX4KxHgq0hCHOpTlKvzfs_44Op6DEWeofuU,8619
|
|
63
|
-
pulumi_aiven/get_kafka_schema_registry_acl.py,sha256=Hx1q_uLcRfvU6sWLZMLKk3bFUQxayfgCoLKMfAKKPfE,8771
|
|
64
|
-
pulumi_aiven/get_kafka_topic.py,sha256=dxr7TxUiEciKY7bV42mzLMs2zQSQ-nCgDnUJgG_PWN0,8782
|
|
65
|
-
pulumi_aiven/get_kafka_user.py,sha256=3o4x6O6jG5vNUJS1uKFZW3s7503LmXPEADgk9ut0iiI,8242
|
|
66
|
-
pulumi_aiven/get_m3_aggregator.py,sha256=OScG_45YaTuY7ONW6LR5I_qveTweiTe7prE6dq6f_Is,22926
|
|
67
|
-
pulumi_aiven/get_m3_db.py,sha256=KdvsKwyG8dKLxpnuLRAi0uLUfLd9z5qIC4Hm2bgf0JI,22431
|
|
68
|
-
pulumi_aiven/get_m3db_user.py,sha256=Htb3z3ftKJJe5KaFKmZQdpju652O4Z4ohGNIU-ewVK0,7203
|
|
69
|
-
pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=Eu4QUM-Tt7_SEUJGCFVP20z7tgXPM4fsDzxZa0d7Fvk,14081
|
|
70
|
-
pulumi_aiven/get_my_sql.py,sha256=fz7U8FQ2Nk7os_I5nwFUKHIpeP0viIIA1rpxNC2GU0I,22508
|
|
71
|
-
pulumi_aiven/get_mysql_database.py,sha256=6--Vt1rtfdRVzCnDxkWckniVU7aiiYlaLZqfwDjFTEE,7051
|
|
72
|
-
pulumi_aiven/get_mysql_user.py,sha256=e4Aw_3w5I5it_qc6lTbCpHQ9gw_-Yr5RTL-dCaulclU,8871
|
|
73
|
-
pulumi_aiven/get_open_search.py,sha256=5JSMRybmzNEpo03V_98h-4utvEY4ZSWzE3gpOBtFTWw,22814
|
|
74
|
-
pulumi_aiven/get_open_search_acl_config.py,sha256=_ZfEJ9s_2WvbH21SRu5LOfyeCAKKt6k96m_5tShIc-M,6832
|
|
75
|
-
pulumi_aiven/get_open_search_acl_rule.py,sha256=tlOfKRqEnLq7TZLPrDcKMTNxwL_wfCrQ56P0y51iZCs,8928
|
|
76
|
-
pulumi_aiven/get_opensearch_security_plugin_config.py,sha256=TLzBfDMhXxw7TKr5Dsz0xInWcZ_hBfuxhii_8C5SPj8,8096
|
|
77
|
-
pulumi_aiven/get_opensearch_user.py,sha256=SXk6sSWneSw3M6p25Si86lRO5Bu0dDa9Qy26cWQK1kE,7407
|
|
78
|
-
pulumi_aiven/get_organization.py,sha256=8BTxw0R3U32rrYyE6AIYe4OGiunDoTFpH9PHkBNFEoI,4866
|
|
79
|
-
pulumi_aiven/get_organization_user.py,sha256=1hdtZ9xCzN9ci-yM7xKGiEfEYtgYhxYJuRncX4fxnhM,5050
|
|
80
|
-
pulumi_aiven/get_organization_user_group.py,sha256=X_f2xs5NkztuUvZHfQAIAyhmSCaWq3KnX-0vQiJP6As,6197
|
|
81
|
-
pulumi_aiven/get_organizational_unit.py,sha256=wN3JqDU8hkCmDUWJc85d6WwnVQ3zfGGt9V9CDrKm_LQ,4724
|
|
82
|
-
pulumi_aiven/get_pg.py,sha256=K6iFLls5Mj9ply6MY_HO-9TC41pwO_5skycYfkQ9z9Q,22318
|
|
83
|
-
pulumi_aiven/get_pg_database.py,sha256=L22Rkga-Dpq7YLSTFDnYcWQf0F4Rtm4w_gMiOe9Iypg,8210
|
|
84
|
-
pulumi_aiven/get_pg_user.py,sha256=mP1gkt3gxRy5_dMjx0axEnJfEak_P6y8lNwz_2NGWxo,8808
|
|
85
|
-
pulumi_aiven/get_project.py,sha256=8dD2OiGej2-FeW2MR6if5rNLjXIUGXetwrcQEjVWgc0,12485
|
|
86
|
-
pulumi_aiven/get_project_user.py,sha256=jl12YrNsVIQx7crnJF3ezYG7N_PXOSiAV8BAEUCX5y8,5965
|
|
87
|
-
pulumi_aiven/get_project_vpc.py,sha256=c8-Ed3nAeqje22r1CUP8T55ZEHJLW9W6qHNGuTG-eTM,6577
|
|
88
|
-
pulumi_aiven/get_redis.py,sha256=vvW_6OOqbudOZL2hm94068Gf0qrhGBsn3ROCgtk1i-M,22475
|
|
89
|
-
pulumi_aiven/get_redis_user.py,sha256=hoYuYL6yLmaGeNArtBDYDgOZB_qzYJ0dVxpIrt0WChA,10183
|
|
90
|
-
pulumi_aiven/get_service_component.py,sha256=WeZIEVZugT0etLtfW9QGtNV7jQfGiEO2WFiUX-O7e_w,10569
|
|
91
|
-
pulumi_aiven/get_service_integration.py,sha256=YzakVoGqfpkLt8ApqJCgFyCJPo9qWm5l5iifU6tRNyI,18269
|
|
92
|
-
pulumi_aiven/get_service_integration_endpoint.py,sha256=AfnVznqugXUkvgpR6GiuFX9XLdVC83xiZopt3bQjB9o,17338
|
|
93
|
-
pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=iefqvo0qMlPYOIbd1qnBa0wmyW5eQVIQrO_egOJecAM,9470
|
|
94
|
-
pulumi_aiven/grafana.py,sha256=qek-ho46_dbIJjMA1wo_AiPeOdJl5LXZrZ9e6ovG6G4,80373
|
|
95
|
-
pulumi_aiven/influx_db.py,sha256=xpCxoZhv5QPn9NZP2-M5aVSpQc7Zu3l6HdMHVxeKUTk,78908
|
|
96
|
-
pulumi_aiven/influxdb_database.py,sha256=mZF9OB2J1vIpJA2VGRTDNyUvE8_pZXfLb_ItLtSY_2o,16531
|
|
97
|
-
pulumi_aiven/influxdb_user.py,sha256=4DaoVg5eX30ZZlynxFWqLFfTBk9KvtojXJQ-4TJ9s4A,18688
|
|
98
|
-
pulumi_aiven/kafka.py,sha256=8-fla8hc6XpQpyJn9VB-iZ8wgqap9GEj_l_0KXYIPDg,82640
|
|
99
|
-
pulumi_aiven/kafka_acl.py,sha256=HT_OsZv3ylfUJU7L6iBXPB2Eq19iIO_BnvykxdXt6aU,19474
|
|
100
|
-
pulumi_aiven/kafka_connect.py,sha256=HgaV6AC-Svz__gIz8oCLbCC9164a_yw-hE3ZkvsYdxY,81836
|
|
101
|
-
pulumi_aiven/kafka_connector.py,sha256=OgAeQGEMPZh80-feCJk0Cm5FeTYR0DVKrQwCWQZWzYU,24904
|
|
102
|
-
pulumi_aiven/kafka_mirror_maker.py,sha256=jqB1962ArIdibnj4o3ZQf553JgG8WPMpeDCxPXLbkW8,82448
|
|
103
|
-
pulumi_aiven/kafka_schema.py,sha256=_U_iy7nU9-nGWmtWxpVx0sHGeprb_xfOGis6ZBtvtmQ,23235
|
|
104
|
-
pulumi_aiven/kafka_schema_configuration.py,sha256=qjZhLMr1g8b5LPpztT_3G0tcKmfBQ8n4MkuoKXbdGJc,14577
|
|
105
|
-
pulumi_aiven/kafka_schema_registry_acl.py,sha256=XGrtI0BEk_u2FTB_yJzmFhsPX4T8Y4z0I9rwz-o0y7o,19053
|
|
106
|
-
pulumi_aiven/kafka_topic.py,sha256=RJeV0FEpui7fxuTVY22IYZ3tHoIyXR3rANne6-Ux3pg,24117
|
|
107
|
-
pulumi_aiven/kafka_user.py,sha256=ZNMJXSUCOq_PWw9udPm85ex5MunDnucUvJ_AXzVIVSg,19060
|
|
108
|
-
pulumi_aiven/m3_aggregator.py,sha256=b1DQaoYNOYrexSweMRFG1gQDuozkPnbd3DyyOT3J-VI,81236
|
|
109
|
-
pulumi_aiven/m3_db.py,sha256=OqhzUmRjRS6ePYXj7WC5nzjSZQJp3FcECGPPHIUZHBk,80010
|
|
110
|
-
pulumi_aiven/m3db_user.py,sha256=dg2ti_sUzh7YKhpWVlYvr9M9yM0UStiS4HANTz_Ut0o,16872
|
|
111
|
-
pulumi_aiven/mirror_maker_replication_flow.py,sha256=ta8wTodGGMwY6rGaUhtV4syKWvEZYcirNE2nhPj_SNo,40599
|
|
112
|
-
pulumi_aiven/my_sql.py,sha256=K1K-B0PkOeOSxKC_Pryyr578qrQWxjwl_RZfwBmuPCo,80647
|
|
113
|
-
pulumi_aiven/mysql_database.py,sha256=jMxJhtANxK3uzXRoQgKfQJW31dDe7DjyNv5SccLD6Kg,17467
|
|
114
|
-
pulumi_aiven/mysql_user.py,sha256=-UN56dLE5aaW2AMTisIVn7jlQ1PmnDDczCzRHls3leE,21715
|
|
115
|
-
pulumi_aiven/open_search.py,sha256=B733SnfVb2VezQHfb2Lheyprej6CQzBlftHFULuTFxI,78479
|
|
116
|
-
pulumi_aiven/open_search_acl_config.py,sha256=dxSi3IFApEfynRKbj3LlPivpLAnauSvM9BPa2QCkfEk,18625
|
|
117
|
-
pulumi_aiven/open_search_acl_rule.py,sha256=aPB1cPHGGqjD7isp7rY2uZNNSFi4b0NTC0ZDCMK3NsY,22839
|
|
118
|
-
pulumi_aiven/opensearch_security_plugin_config.py,sha256=apwFcQBIax1LKAump5-VimOUQDQ5BpSkrgsOBTPEYPs,17261
|
|
119
|
-
pulumi_aiven/opensearch_user.py,sha256=ARJr4uDQ8f3_OE0Ij8FhHQ1baqj2x7IM3sNpJaYFezg,17148
|
|
120
|
-
pulumi_aiven/organization.py,sha256=cFATCZjEGDPWLUHo42OrUMpM1CHXWxccRWMyuZy5wbI,10957
|
|
121
|
-
pulumi_aiven/organization_user.py,sha256=9jkxuPWkKlZYyNMoQWsurpOJFFajjb63KGCXKK64TTo,17543
|
|
122
|
-
pulumi_aiven/organization_user_group.py,sha256=gS68Q9oB2S4dcKkRFDw6GuesTB81FOCvXN00wOqGroQ,14027
|
|
123
|
-
pulumi_aiven/organizational_unit.py,sha256=Ghwi9YqjJ_pT_otdxJndRWdJmGkZ2ia8tbT3SKrro0E,11081
|
|
124
|
-
pulumi_aiven/outputs.py,sha256=dC_2QRvKdR2h3Lr55-2eH4GlFFZ8eSASva5kJ0wAg-s,1536236
|
|
125
|
-
pulumi_aiven/pg.py,sha256=6PRY5D-CQ2oLk3zJoPeGiH_PePouarTmjkefBhXaXSI,75643
|
|
126
|
-
pulumi_aiven/pg_database.py,sha256=c3n7POnWjGHPmFgYWWCkUb4Y3gZQQIU8A5MsfL1ICtc,22994
|
|
127
|
-
pulumi_aiven/pg_user.py,sha256=vZ-ZcYB_CNS0ftjlJSJyMH0JOh_8aX_TSdQDcciQxJI,21419
|
|
128
|
-
pulumi_aiven/project.py,sha256=uZatmoUXdP6tRJhqyG1IAnw4RSmkwnsVk0YRJOyhMX4,45994
|
|
129
|
-
pulumi_aiven/project_user.py,sha256=LrMG6cF5VM9npHkuo0pn4izE8mSf2d1U0sM-dGm1LQU,14043
|
|
130
|
-
pulumi_aiven/project_vpc.py,sha256=WTIuUCwJhIlq8PfHD74kP6iW_98_xEUT4lW63strT-4,13329
|
|
131
|
-
pulumi_aiven/provider.py,sha256=8Nv5JAKLMaDCG8iqDCiMTBS5DYK8bh5Fvv0Pl6_5LK0,4881
|
|
132
|
-
pulumi_aiven/pulumi-plugin.json,sha256=R1qk--4bj4H_dxdiJduvDFjyld1YWJZ8637fNDP5Qqk,42
|
|
133
|
-
pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
134
|
-
pulumi_aiven/redis.py,sha256=1_6KanNwVEh205HKty61WrWNLHEN6g_EYy-kW_59ZJc,80143
|
|
135
|
-
pulumi_aiven/redis_user.py,sha256=eIlkMXk8VCLNzFZtAWi5fwkiA196JtmuM4P4yka4h50,30366
|
|
136
|
-
pulumi_aiven/service_integration.py,sha256=F5XEbyRVKzsfbZguQQA_-8TNjHckx69a8Dq4uxEHX-Q,53257
|
|
137
|
-
pulumi_aiven/service_integration_endpoint.py,sha256=E6Ur87YjaLH0r0JJ6lo_AYOck09FW4RPSrK8t72HbzQ,59286
|
|
138
|
-
pulumi_aiven/static_ip.py,sha256=q46FU29zgk0zU7DTAjNaohcCTpX3YR-Q6yy8Nn7IcE4,14185
|
|
139
|
-
pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=6jponTtrfCXcYAvp2iHW4-0HBrPYMKSJcg2S9FkZMe0,23556
|
|
140
|
-
pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
141
|
-
pulumi_aiven/config/__init__.pyi,sha256=i0kRcMqRhHZqXZfs-7cXU-bEhaP2QAJDGjuUhIMDgqY,465
|
|
142
|
-
pulumi_aiven/config/vars.py,sha256=hQgM94csEU3YnUsOUTPc-JvxssBTpi2DURZx6QWdLUk,658
|
|
143
|
-
pulumi_aiven-6.13.0a1710994538.dist-info/METADATA,sha256=VWzc2jdKblIeEWpeglZVpa1nq0FuJoWPA7GfnjRDKhk,2532
|
|
144
|
-
pulumi_aiven-6.13.0a1710994538.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
145
|
-
pulumi_aiven-6.13.0a1710994538.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
|
|
146
|
-
pulumi_aiven-6.13.0a1710994538.dist-info/RECORD,,
|
|
File without changes
|
{pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/top_level.txt
RENAMED
|
File without changes
|