pulumi-aiven 6.37.0a1744182902__py3-none-any.whl → 6.38.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 +30 -0
- pulumi_aiven/_inputs.py +1902 -172
- pulumi_aiven/account.py +1 -0
- pulumi_aiven/account_authentication.py +1 -0
- pulumi_aiven/account_team.py +1 -0
- pulumi_aiven/account_team_member.py +1 -0
- pulumi_aiven/account_team_project.py +1 -0
- pulumi_aiven/alloydbomni.py +8 -15
- pulumi_aiven/alloydbomni_database.py +1 -0
- pulumi_aiven/alloydbomni_user.py +1 -0
- pulumi_aiven/aws_org_vpc_peering_connection.py +1 -0
- pulumi_aiven/aws_privatelink.py +1 -0
- pulumi_aiven/aws_vpc_peering_connection.py +1 -0
- pulumi_aiven/azure_org_vpc_peering_connection.py +1 -0
- pulumi_aiven/azure_privatelink.py +1 -0
- pulumi_aiven/azure_privatelink_connection_approval.py +1 -0
- pulumi_aiven/azure_vpc_peering_connection.py +1 -0
- pulumi_aiven/billing_group.py +1 -0
- pulumi_aiven/cassandra.py +8 -15
- pulumi_aiven/cassandra_user.py +1 -0
- pulumi_aiven/clickhouse.py +8 -15
- pulumi_aiven/clickhouse_database.py +1 -0
- pulumi_aiven/clickhouse_grant.py +19 -0
- pulumi_aiven/clickhouse_role.py +1 -0
- pulumi_aiven/clickhouse_user.py +1 -0
- pulumi_aiven/connection_pool.py +1 -0
- pulumi_aiven/dragonfly.py +8 -15
- pulumi_aiven/flink.py +8 -15
- pulumi_aiven/flink_application.py +1 -0
- pulumi_aiven/flink_application_deployment.py +1 -0
- pulumi_aiven/flink_application_version.py +1 -0
- pulumi_aiven/flink_jar_application.py +1 -0
- pulumi_aiven/flink_jar_application_deployment.py +1 -0
- pulumi_aiven/flink_jar_application_version.py +1 -0
- pulumi_aiven/gcp_org_vpc_peering_connection.py +1 -0
- pulumi_aiven/gcp_privatelink.py +1 -0
- pulumi_aiven/gcp_privatelink_connection_approval.py +1 -0
- pulumi_aiven/gcp_vpc_peering_connection.py +1 -0
- pulumi_aiven/get_alloydbomni.py +1 -4
- pulumi_aiven/get_cassanda.py +1 -4
- pulumi_aiven/get_cassandra.py +1 -4
- pulumi_aiven/get_clickhouse.py +1 -4
- pulumi_aiven/get_dragonfly.py +1 -4
- pulumi_aiven/get_external_identity.py +5 -5
- pulumi_aiven/get_flink.py +1 -4
- pulumi_aiven/get_grafana.py +1 -4
- pulumi_aiven/get_kafka.py +1 -4
- pulumi_aiven/get_kafka_connect.py +1 -4
- pulumi_aiven/get_kafka_mirror_maker.py +1 -4
- pulumi_aiven/get_m3_aggregator.py +1 -4
- pulumi_aiven/get_m3_db.py +1 -4
- pulumi_aiven/get_my_sql.py +1 -4
- pulumi_aiven/get_open_search.py +8 -11
- pulumi_aiven/get_open_search_acl_config.py +7 -7
- pulumi_aiven/get_open_search_acl_rule.py +19 -19
- pulumi_aiven/get_opensearch_security_plugin_config.py +7 -7
- pulumi_aiven/get_opensearch_user.py +13 -13
- pulumi_aiven/get_organization.py +22 -4
- pulumi_aiven/get_organization_address.py +250 -0
- pulumi_aiven/get_organization_application_user.py +0 -20
- pulumi_aiven/get_organization_billing_group.py +264 -0
- pulumi_aiven/get_organization_billing_group_list.py +138 -0
- pulumi_aiven/get_organization_project.py +63 -13
- pulumi_aiven/get_organization_user_list.py +25 -13
- pulumi_aiven/get_pg.py +1 -4
- pulumi_aiven/get_redis.py +1 -4
- pulumi_aiven/get_service_component.py +15 -1
- pulumi_aiven/get_service_integration.py +2 -2
- pulumi_aiven/get_thanos.py +1 -4
- pulumi_aiven/get_valkey.py +1 -4
- pulumi_aiven/governance_access.py +418 -0
- pulumi_aiven/grafana.py +8 -15
- pulumi_aiven/influx_db.py +22 -15
- pulumi_aiven/influxdb_database.py +1 -0
- pulumi_aiven/influxdb_user.py +1 -0
- pulumi_aiven/kafka.py +8 -15
- pulumi_aiven/kafka_acl.py +1 -0
- pulumi_aiven/kafka_connect.py +8 -15
- pulumi_aiven/kafka_connector.py +1 -0
- pulumi_aiven/kafka_mirror_maker.py +8 -15
- pulumi_aiven/kafka_native_acl.py +2 -1
- pulumi_aiven/kafka_quota.py +1 -0
- pulumi_aiven/kafka_schema.py +1 -0
- pulumi_aiven/kafka_schema_configuration.py +1 -0
- pulumi_aiven/kafka_schema_registry_acl.py +1 -0
- pulumi_aiven/kafka_topic.py +1 -0
- pulumi_aiven/kafka_user.py +1 -0
- pulumi_aiven/m3_aggregator.py +8 -15
- pulumi_aiven/m3_db.py +8 -15
- pulumi_aiven/m3db_user.py +1 -0
- pulumi_aiven/mirror_maker_replication_flow.py +1 -0
- pulumi_aiven/my_sql.py +8 -15
- pulumi_aiven/mysql_database.py +1 -0
- pulumi_aiven/mysql_user.py +1 -0
- pulumi_aiven/open_search.py +25 -34
- pulumi_aiven/open_search_acl_config.py +30 -41
- pulumi_aiven/open_search_acl_rule.py +48 -47
- pulumi_aiven/opensearch_security_plugin_config.py +15 -42
- pulumi_aiven/opensearch_user.py +33 -32
- pulumi_aiven/organization.py +27 -21
- pulumi_aiven/organization_address.py +564 -0
- pulumi_aiven/organization_application_user.py +14 -4
- pulumi_aiven/organization_application_user_token.py +1 -0
- pulumi_aiven/organization_billing_group.py +652 -0
- pulumi_aiven/organization_group_project.py +1 -0
- pulumi_aiven/organization_permission.py +3 -2
- pulumi_aiven/organization_project.py +149 -68
- pulumi_aiven/organization_user.py +1 -0
- pulumi_aiven/organization_user_group.py +1 -0
- pulumi_aiven/organization_user_group_member.py +1 -32
- pulumi_aiven/organization_vpc.py +1 -0
- pulumi_aiven/organizational_unit.py +1 -0
- pulumi_aiven/outputs.py +1813 -198
- pulumi_aiven/pg.py +8 -15
- pulumi_aiven/pg_database.py +1 -0
- pulumi_aiven/pg_user.py +1 -0
- pulumi_aiven/project.py +1 -0
- pulumi_aiven/project_user.py +1 -0
- pulumi_aiven/project_vpc.py +1 -0
- pulumi_aiven/provider.py +21 -0
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +8 -15
- pulumi_aiven/redis_user.py +1 -0
- pulumi_aiven/service_integration.py +5 -4
- pulumi_aiven/service_integration_endpoint.py +1 -0
- pulumi_aiven/static_ip.py +1 -0
- pulumi_aiven/thanos.py +8 -15
- pulumi_aiven/transit_gateway_vpc_attachment.py +1 -0
- pulumi_aiven/valkey.py +8 -15
- pulumi_aiven/valkey_user.py +1 -0
- {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.38.0.dist-info}/METADATA +3 -3
- pulumi_aiven-6.38.0.dist-info/RECORD +189 -0
- {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.38.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.37.0a1744182902.dist-info/RECORD +0 -183
- {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.38.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/valkey.py
CHANGED
|
@@ -43,7 +43,7 @@ class ValkeyArgs:
|
|
|
43
43
|
:param pulumi.Input[builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
44
44
|
:param pulumi.Input[builtins.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.
|
|
45
45
|
:param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
46
|
-
:param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services
|
|
46
|
+
:param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
47
47
|
:param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
|
|
48
48
|
:param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
49
49
|
:param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
@@ -130,7 +130,7 @@ class ValkeyArgs:
|
|
|
130
130
|
@pulumi.getter(name="additionalDiskSpace")
|
|
131
131
|
def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
132
132
|
"""
|
|
133
|
-
Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services
|
|
133
|
+
Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
134
134
|
"""
|
|
135
135
|
return pulumi.get(self, "additional_disk_space")
|
|
136
136
|
|
|
@@ -317,7 +317,7 @@ class _ValkeyState:
|
|
|
317
317
|
valkey_user_config: Optional[pulumi.Input['ValkeyValkeyUserConfigArgs']] = None):
|
|
318
318
|
"""
|
|
319
319
|
Input properties used for looking up and filtering Valkey resources.
|
|
320
|
-
:param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services
|
|
320
|
+
:param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
321
321
|
:param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
|
|
322
322
|
:param pulumi.Input[Sequence[pulumi.Input['ValkeyComponentArgs']]] components: Service component information objects
|
|
323
323
|
:param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
@@ -338,7 +338,6 @@ class _ValkeyState:
|
|
|
338
338
|
:param pulumi.Input[builtins.str] service_type: Aiven internal service type code
|
|
339
339
|
:param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
340
340
|
:param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
|
|
341
|
-
:param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
342
341
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
343
342
|
:param pulumi.Input[Sequence[pulumi.Input['ValkeyTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
344
343
|
:param pulumi.Input[Sequence[pulumi.Input['ValkeyTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
@@ -413,7 +412,7 @@ class _ValkeyState:
|
|
|
413
412
|
@pulumi.getter(name="additionalDiskSpace")
|
|
414
413
|
def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
415
414
|
"""
|
|
416
|
-
Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services
|
|
415
|
+
Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
417
416
|
"""
|
|
418
417
|
return pulumi.get(self, "additional_disk_space")
|
|
419
418
|
|
|
@@ -666,9 +665,6 @@ class _ValkeyState:
|
|
|
666
665
|
@property
|
|
667
666
|
@pulumi.getter
|
|
668
667
|
def state(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
669
|
-
"""
|
|
670
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
671
|
-
"""
|
|
672
668
|
return pulumi.get(self, "state")
|
|
673
669
|
|
|
674
670
|
@state.setter
|
|
@@ -748,6 +744,7 @@ class _ValkeyState:
|
|
|
748
744
|
pulumi.set(self, "valkey_user_config", value)
|
|
749
745
|
|
|
750
746
|
|
|
747
|
+
@pulumi.type_token("aiven:index/valkey:Valkey")
|
|
751
748
|
class Valkey(pulumi.CustomResource):
|
|
752
749
|
@overload
|
|
753
750
|
def __init__(__self__,
|
|
@@ -797,7 +794,7 @@ class Valkey(pulumi.CustomResource):
|
|
|
797
794
|
|
|
798
795
|
:param str resource_name: The name of the resource.
|
|
799
796
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
800
|
-
:param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services
|
|
797
|
+
:param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
801
798
|
:param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
|
|
802
799
|
:param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
803
800
|
:param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
@@ -966,7 +963,7 @@ class Valkey(pulumi.CustomResource):
|
|
|
966
963
|
:param str resource_name: The unique name of the resulting resource.
|
|
967
964
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
968
965
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
969
|
-
:param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services
|
|
966
|
+
:param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
970
967
|
:param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
|
|
971
968
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ValkeyComponentArgs', 'ValkeyComponentArgsDict']]]] components: Service component information objects
|
|
972
969
|
:param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
@@ -987,7 +984,6 @@ class Valkey(pulumi.CustomResource):
|
|
|
987
984
|
:param pulumi.Input[builtins.str] service_type: Aiven internal service type code
|
|
988
985
|
:param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
989
986
|
:param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
|
|
990
|
-
:param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
991
987
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
992
988
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ValkeyTagArgs', 'ValkeyTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
993
989
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ValkeyTechEmailArgs', 'ValkeyTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
@@ -1033,7 +1029,7 @@ class Valkey(pulumi.CustomResource):
|
|
|
1033
1029
|
@pulumi.getter(name="additionalDiskSpace")
|
|
1034
1030
|
def additional_disk_space(self) -> pulumi.Output[builtins.str]:
|
|
1035
1031
|
"""
|
|
1036
|
-
Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services
|
|
1032
|
+
Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
1037
1033
|
"""
|
|
1038
1034
|
return pulumi.get(self, "additional_disk_space")
|
|
1039
1035
|
|
|
@@ -1202,9 +1198,6 @@ class Valkey(pulumi.CustomResource):
|
|
|
1202
1198
|
@property
|
|
1203
1199
|
@pulumi.getter
|
|
1204
1200
|
def state(self) -> pulumi.Output[builtins.str]:
|
|
1205
|
-
"""
|
|
1206
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
1207
|
-
"""
|
|
1208
1201
|
return pulumi.get(self, "state")
|
|
1209
1202
|
|
|
1210
1203
|
@property
|
pulumi_aiven/valkey_user.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulumi_aiven
|
|
3
|
-
Version: 6.
|
|
3
|
+
Version: 6.38.0
|
|
4
4
|
Summary: A Pulumi package for creating and managing Aiven cloud resources.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://pulumi.io
|
|
@@ -9,9 +9,9 @@ Keywords: pulumi,aiven
|
|
|
9
9
|
Requires-Python: >=3.9
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: parver>=0.2.1
|
|
12
|
-
Requires-Dist: pulumi<4.0.0,>=3.
|
|
12
|
+
Requires-Dist: pulumi<4.0.0,>=3.165.0
|
|
13
13
|
Requires-Dist: semver>=2.8.1
|
|
14
|
-
Requires-Dist: typing-extensions
|
|
14
|
+
Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
|
|
15
15
|
|
|
16
16
|
[](https://github.com/pulumi/pulumi-aiven/actions)
|
|
17
17
|
[](https://slack.pulumi.com)
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
pulumi_aiven/__init__.py,sha256=l5pW5DgK0fffadqhspg6C3Ro35DmsmKvoEyssSwJoeE,22986
|
|
2
|
+
pulumi_aiven/_inputs.py,sha256=nfb2y8e2YZNnSp06HXM_qOaehKEBUEPxsbtVShGEIC4,2044026
|
|
3
|
+
pulumi_aiven/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
|
|
4
|
+
pulumi_aiven/account.py,sha256=Uz6UKNIHS5US_rmddfVtxLVbvlw5Yq0Mh1zlIjh_1zE,17821
|
|
5
|
+
pulumi_aiven/account_authentication.py,sha256=feaBpT5oeBcwxF3q29O6FX6Ch77OFEAFDZ2iF8QyKdw,39670
|
|
6
|
+
pulumi_aiven/account_team.py,sha256=RxKCQOK5LUpfnxxYw1TtzXBa7bTJA8-kNzqaIzPXhGU,13460
|
|
7
|
+
pulumi_aiven/account_team_member.py,sha256=xuf1JVL0iNW6teMr3R-dqTRx_uq7Fn7cN9nB54GLTWs,19736
|
|
8
|
+
pulumi_aiven/account_team_project.py,sha256=BLoYsAI8OmaBuhx2ytfsOweLDpu8_Oi2loXtB8J-25E,21458
|
|
9
|
+
pulumi_aiven/alloydbomni.py,sha256=fu0Z9dkfpe0uE7gxcUYNWewnguGm_1bG-QSbuxMxlGo,90452
|
|
10
|
+
pulumi_aiven/alloydbomni_database.py,sha256=xI3msmOjCBu5x3FQuHO6LGRIvJ0KsswLBgCkvovRHbc,18759
|
|
11
|
+
pulumi_aiven/alloydbomni_user.py,sha256=BBhZLb98ZwpUMVU5YdxjJDVV7MUQMd23mWgNZ-P3og4,21751
|
|
12
|
+
pulumi_aiven/aws_org_vpc_peering_connection.py,sha256=5F0Ce2grNj6NAO_9NNo-PjbVAJBGvmxl60ktOcXkLPE,22573
|
|
13
|
+
pulumi_aiven/aws_privatelink.py,sha256=tNRJaCTbkz_4ysUJGanKwiUAL7qwpO4sx8e5FkCoR_k,16189
|
|
14
|
+
pulumi_aiven/aws_vpc_peering_connection.py,sha256=2QjKD0vVyI-c0l7Uvx5BqNtFjXCeIKy30Hy3FbtVfvM,19409
|
|
15
|
+
pulumi_aiven/azure_org_vpc_peering_connection.py,sha256=Tp0OM1WSfduS9A0U9F-Xd_w19X2Z_ChRAvu-9TfZ0PU,28008
|
|
16
|
+
pulumi_aiven/azure_privatelink.py,sha256=Y59lr9u-Ezi8qJ_HBl3g5rJZQ4sSIYe_99WKnL89Vrc,18870
|
|
17
|
+
pulumi_aiven/azure_privatelink_connection_approval.py,sha256=6J_K8XseOJCYvNiaxqylUTrQykpW5_Km8QCSs2A0tyo,19628
|
|
18
|
+
pulumi_aiven/azure_vpc_peering_connection.py,sha256=FxSKmYGgDPW1IEdrBYjPldfdoHYVwTrhDV8qB-PyiXg,26429
|
|
19
|
+
pulumi_aiven/billing_group.py,sha256=nR3ok1LVkZOrq-wk05voLiejhKn1rG4zPqBRWwX1sBU,39338
|
|
20
|
+
pulumi_aiven/cassandra.py,sha256=LJykcWIrsz8xlUSnvOh7mNK-y-5rRtUFh8JuUZj471A,87283
|
|
21
|
+
pulumi_aiven/cassandra_user.py,sha256=ToV7oBsbSCfGV1QiGUXpBBCGctzUyEpyFtfn-NyzSUY,20865
|
|
22
|
+
pulumi_aiven/clickhouse.py,sha256=KRxnOmgcRSA95OAGrO9tNO-JcQVFerJ5_rAhQ5BM0cc,85858
|
|
23
|
+
pulumi_aiven/clickhouse_database.py,sha256=yoaANuAk_pARoq9w3eUN4_PLAA0_u5ZYHZ9lT4nqVtc,16280
|
|
24
|
+
pulumi_aiven/clickhouse_grant.py,sha256=g3n-O1ZKJQtwh-AY57tJ1_0Vi3v2H2w1_tiOcfrljpk,26864
|
|
25
|
+
pulumi_aiven/clickhouse_role.py,sha256=kpRz6SJfVfDYTABYzRhkxjDP0MSS3zwWCVSYlwJUsE0,13119
|
|
26
|
+
pulumi_aiven/clickhouse_user.py,sha256=RJtdQ37bYbIQYjbZKjvFDwVxev93MfhZx-OiIoC4pXU,16608
|
|
27
|
+
pulumi_aiven/connection_pool.py,sha256=X4ozB9WurwQQdNui1Z2m-WIciHMvEXJNIbP3kNbnnbA,27450
|
|
28
|
+
pulumi_aiven/dragonfly.py,sha256=OVyDt48RpaSzLhfpywWk7q2pkEX6cmwuAASf9OPHZeY,85523
|
|
29
|
+
pulumi_aiven/flink.py,sha256=UTdGZ5uUukDQXzDIFP1CGq-AHrKlAEKwPQlnGdUvPP4,84743
|
|
30
|
+
pulumi_aiven/flink_application.py,sha256=i3SvbU2jb4dQRzuSA1eZXlOBvk1RW_UmrLmdRGb_KN4,18551
|
|
31
|
+
pulumi_aiven/flink_application_deployment.py,sha256=U1tmH9SrO1WkkPi7p4injlv6rm_XiwKGIW-zKpWxxhU,27516
|
|
32
|
+
pulumi_aiven/flink_application_version.py,sha256=8_syYNtiO-gZXQ0r7riJCPehb1T9VT2B5iDH8Ai5xNw,35156
|
|
33
|
+
pulumi_aiven/flink_jar_application.py,sha256=SYRgQAKVw2TM3ZPvWWgh1R0rflxrDKzaEF1PWhOr8MY,22081
|
|
34
|
+
pulumi_aiven/flink_jar_application_deployment.py,sha256=hSWhXYTX3nvKOycEzb89ldNUQoGPwCBWjP5FL1jtkBM,39902
|
|
35
|
+
pulumi_aiven/flink_jar_application_version.py,sha256=Z-z9d7RbuW0Q8sfomDgX6JsLOtJy8YIWGs9cBUjZHsw,23381
|
|
36
|
+
pulumi_aiven/gcp_org_vpc_peering_connection.py,sha256=FwDfnc2M2WoOxEu3DdFM9XnT1uVcn8YO9klUvLj2_4o,17760
|
|
37
|
+
pulumi_aiven/gcp_privatelink.py,sha256=FD-Hsx8-ubwiGdVZfguHJWcZXB8sUuvekkd3Nvw5Bqo,14699
|
|
38
|
+
pulumi_aiven/gcp_privatelink_connection_approval.py,sha256=qDLKUykFl8LiUCICSLpY0GHINAA3jcoWZZvKAStc9EE,17747
|
|
39
|
+
pulumi_aiven/gcp_vpc_peering_connection.py,sha256=3RXg3LNHJj1yLhtoZzqezWOxWmyOTKOVoC48CVx7Rww,15777
|
|
40
|
+
pulumi_aiven/get_account.py,sha256=OwsaszVJrc5pv5mVg1yIcjq-yG_fTV_1R0ibkFrFgXk,7898
|
|
41
|
+
pulumi_aiven/get_account_authentication.py,sha256=XJvIvsTdSuZ2-YDsx-x-UuKcShzWq3ZLLcLWos08ETM,14941
|
|
42
|
+
pulumi_aiven/get_account_team.py,sha256=U48homWcKPi8q7L8zt68Sr6z41ZH8wTkOIysXRgUjW0,7666
|
|
43
|
+
pulumi_aiven/get_account_team_member.py,sha256=NNvKKhJi8dxtsvQRwMYobwxZm52WbTtkRQGs4mVBBp8,10133
|
|
44
|
+
pulumi_aiven/get_account_team_project.py,sha256=0xhmWtnSJfCa3mIY6Aqq2Knqzs2U7VjAoH01PncgTAA,8683
|
|
45
|
+
pulumi_aiven/get_alloydbomni.py,sha256=wB6KxdwQVrjTG9s2XkJnbT0kcAgRkogihk95EEeZkY0,26559
|
|
46
|
+
pulumi_aiven/get_alloydbomni_database.py,sha256=QNzAXhqs9YyIyp5XhoAGbnpYnavsuBSzrovWVp0PJqU,8302
|
|
47
|
+
pulumi_aiven/get_alloydbomni_user.py,sha256=LfGPPCDwuFUysumePWGh7_qCkz6yP8ZBRRMVYLlIjgM,9928
|
|
48
|
+
pulumi_aiven/get_aws_org_vpc_peering_connection.py,sha256=3QdZR3NM7cDMRU8BnTArTaRlGjEmwCzdKwhOmDu6AIU,11012
|
|
49
|
+
pulumi_aiven/get_aws_privatelink.py,sha256=3MQbKwRkFefrbkrNZCKPGWAMKIDcpzPrMHBZ-bNtDPI,7636
|
|
50
|
+
pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=_bdFcDMIprWJCwF7EmbDBmVOhU43ptZEjq77NqrGkBI,10253
|
|
51
|
+
pulumi_aiven/get_azure_org_vpc_peering_connection.py,sha256=o94V0kr1Y3_RRLLZ4fUDocpcoBniumnD88kOSozcjXg,12227
|
|
52
|
+
pulumi_aiven/get_azure_privatelink.py,sha256=glQ2qmS4-bPdhbMCVi30CtF1UgqKe0OyDDp7yvXNTQo,8964
|
|
53
|
+
pulumi_aiven/get_azure_vpc_peering_connection.py,sha256=xlq8epeL53jFZlA5XCFXtZhrg-KPJ9JdwM0Z8NYqSjg,13455
|
|
54
|
+
pulumi_aiven/get_billing_group.py,sha256=vP1mdQ7t0_Cj_hw9QgWLZZM7DOqu_nlcSWG9AhoQ5EY,13294
|
|
55
|
+
pulumi_aiven/get_cassanda.py,sha256=qYPAKpMwGB0AwaTaa96W_pwNLtYdoyNyI4-Bg6Tufig,27289
|
|
56
|
+
pulumi_aiven/get_cassandra.py,sha256=OCJQBVMQKNFRzPjWilfaGD423WxGHRIFNt5Ts3pdHJg,26961
|
|
57
|
+
pulumi_aiven/get_cassandra_user.py,sha256=iQu_EN_ZmnIX3u540hbO0JdkqAK1dmEUzSjzl71DT5I,10583
|
|
58
|
+
pulumi_aiven/get_clickhouse.py,sha256=6BSfB2JRWoi5PE-cOP3w4ywR_0L2c0-MRnDDUIiroMQ,25711
|
|
59
|
+
pulumi_aiven/get_clickhouse_database.py,sha256=jx5WPiyH3M6CEjs1JVoDHbOFRn8mAg3kVYK2TLh5R3E,7601
|
|
60
|
+
pulumi_aiven/get_clickhouse_user.py,sha256=7aTt6ZPj94UpxicARuJI0c-eaNopiH1stQ2knsZaFUo,8353
|
|
61
|
+
pulumi_aiven/get_connection_pool.py,sha256=p6X9FHfWu8RymkUNMJJkxMpjI5-tQZAY1_40y9KLNZk,10366
|
|
62
|
+
pulumi_aiven/get_dragonfly.py,sha256=1P3u6GMAJeuYbG9cl6ADu0sdDEpT9JOwdT3TZSNcFzw,25671
|
|
63
|
+
pulumi_aiven/get_external_identity.py,sha256=DkTP7Lngr_C8gTdJ8OQdH2u5bzTduSKWUype5vIukZ4,7792
|
|
64
|
+
pulumi_aiven/get_flink.py,sha256=mwFNfEDCEdWScxvj6lBsoJ2HPDMobSBcU_Fxg_iE6Co,25391
|
|
65
|
+
pulumi_aiven/get_flink_application.py,sha256=B-Yg_kHyrymEsIj9hz_H-q6pKId8LLwlSrJr7ea-K1o,9513
|
|
66
|
+
pulumi_aiven/get_flink_application_version.py,sha256=fSyCbWKSp7KTzUT_srQ2lXLNSmyCrVWUFB0uDUAMyvo,12736
|
|
67
|
+
pulumi_aiven/get_gcp_org_vpc_peering_connection.py,sha256=3xjQaDSMo6kb7f1Vw-ggwse5nKMKa1ZbxgrlzIQZxhw,8817
|
|
68
|
+
pulumi_aiven/get_gcp_privatelink.py,sha256=r8HoTl_zlcswx1Crf3PrgfOlI95l_YPQsC7Rzq2INxg,7646
|
|
69
|
+
pulumi_aiven/get_gcp_vpc_peering_connection.py,sha256=GyUp487Cwg8s-csg0J4N4_ELr4kIct4UqXPeXQ_IZpc,8303
|
|
70
|
+
pulumi_aiven/get_grafana.py,sha256=jlOCpsxa1Xos3fBpz5ly9sYPPUi978ZJ2A6vKoLfzEA,25521
|
|
71
|
+
pulumi_aiven/get_influx_db.py,sha256=cGgjpUqyfL1MrSLCMgV1cY7CoFhOxg6W9soDj0Dv_yw,18437
|
|
72
|
+
pulumi_aiven/get_influxdb_database.py,sha256=bOimeP4JlR7CxIhlnsGsrHU8Jn01lQ66tZrF447tm2I,5530
|
|
73
|
+
pulumi_aiven/get_influxdb_user.py,sha256=GVDBI4iGwzF45BZwjxNRQVzVjJrKCgD6om3X8aR4bdo,6481
|
|
74
|
+
pulumi_aiven/get_kafka.py,sha256=4CyHUmj3rDgAH4n4G_vcZVArLNa0AgftyAFgLh2elVM,26563
|
|
75
|
+
pulumi_aiven/get_kafka_acl.py,sha256=8fOMmOqxfpmMg2HvUgCYWABb6I8YekuNaYZ709kXx4A,9576
|
|
76
|
+
pulumi_aiven/get_kafka_connect.py,sha256=VV0dblIch_UgrD-OmR-KJeo9YeJy8qtX-oa8nALSeZ4,25272
|
|
77
|
+
pulumi_aiven/get_kafka_connector.py,sha256=ad9eIqO3ye85u7TA1Y61THJL8MT8l5JQo3xJ-_wKOqk,11723
|
|
78
|
+
pulumi_aiven/get_kafka_mirror_maker.py,sha256=eoA12DBc6zTDgBUKPdAm8lLZB0nyvrR52a59Ry_2n5E,25494
|
|
79
|
+
pulumi_aiven/get_kafka_schema.py,sha256=j7CA1guMkHEAn92LbDw7FqljnwzZE0fXOFHe_y8rZHY,9468
|
|
80
|
+
pulumi_aiven/get_kafka_schema_configuration.py,sha256=0r2STOR0760BNtZwLlFeZ1res7jh1yK3OMMXTX5fOUg,9468
|
|
81
|
+
pulumi_aiven/get_kafka_schema_registry_acl.py,sha256=66BStf_oaaKxmp5UjsgrIyEjC6yYddfzXkMdOjxLE70,9784
|
|
82
|
+
pulumi_aiven/get_kafka_topic.py,sha256=L9zbl5ACjmLSKddqcuMqxoVaZnmfKTVWqwaWWZ17SoI,11261
|
|
83
|
+
pulumi_aiven/get_kafka_user.py,sha256=lxzkOSKql7e55WnTfMCuxoUUEM6rCgJ5AkBoPtmLkOM,9145
|
|
84
|
+
pulumi_aiven/get_m3_aggregator.py,sha256=JYvX138T03aukcXO7CkkwLF5RThRNsifxXIA916WOuI,25844
|
|
85
|
+
pulumi_aiven/get_m3_db.py,sha256=aK9kT_JFq_W_k6VjKHTVYKscV7zv5K9gOiO8HQsOqgM,26067
|
|
86
|
+
pulumi_aiven/get_m3db_user.py,sha256=x5lLi5FLb47Khx5Qggnf6yStDP2IaSCqS3zqZTuRSqM,8699
|
|
87
|
+
pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=_w1IuReo1OldLYO7GZAY01EonUSv3WTci7h9a5C8-P8,19170
|
|
88
|
+
pulumi_aiven/get_my_sql.py,sha256=oODy2AuDQWEf8VMfH2qug7LJGhM-pa1-0jqUMxS67kM,25364
|
|
89
|
+
pulumi_aiven/get_mysql_database.py,sha256=ueMjZ_XF1UPQs_Uw0AYkjx87XsWLxJu1ZBm0LPqGzWE,7654
|
|
90
|
+
pulumi_aiven/get_mysql_user.py,sha256=7XR-V_kSIq5wGzI5Q-P9UauOoY5tZ27_yc683uGZn0M,9821
|
|
91
|
+
pulumi_aiven/get_open_search.py,sha256=fBqwQQtW0szEHQbnw0gu3aAuweRzlg4Sbja5dzMDfzU,25745
|
|
92
|
+
pulumi_aiven/get_open_search_acl_config.py,sha256=nLF8QXTpBwVgvOX7JPjPVsj2owVtmRzZbAmeGfCWtBo,7434
|
|
93
|
+
pulumi_aiven/get_open_search_acl_rule.py,sha256=jyVPzj8CUOZMq7a0TeCYWVRK0CKfV2OtPB15j4QNqxU,9674
|
|
94
|
+
pulumi_aiven/get_opensearch_security_plugin_config.py,sha256=ci4agGtq3Fngg6IktWG9wGuJxkCNXqCx25iyDbH1zFk,8850
|
|
95
|
+
pulumi_aiven/get_opensearch_user.py,sha256=NxCtPPQRqHPlm-PrxzKirZltDr93LzMKdavdINlhe8Q,8177
|
|
96
|
+
pulumi_aiven/get_organization.py,sha256=uQ5yAkcRdu7mKEVIvy39-b6MBp-cgpcp6QFcny4bFTw,6539
|
|
97
|
+
pulumi_aiven/get_organization_address.py,sha256=KZ-OTdEfBJJy_ylDedzUWc--y6nRJcGW7oIHW1USur0,9935
|
|
98
|
+
pulumi_aiven/get_organization_application_user.py,sha256=bi4Tg8F69p3-SH7K-qCzSQ8qD3TnfAoT5ReXxyBBwoQ,6795
|
|
99
|
+
pulumi_aiven/get_organization_billing_group.py,sha256=XCcL9js9wru8j7ZODuAoplSV9AZK9X8oAXYt1nDCeUQ,12115
|
|
100
|
+
pulumi_aiven/get_organization_billing_group_list.py,sha256=j5o-YoRpzyyDKhtDD601NaWxzi03jDCBnHDLis0SgYE,6823
|
|
101
|
+
pulumi_aiven/get_organization_project.py,sha256=WPkTvG22GsBYwxJyjXsQT2DIa8tDk_s8uklcZwVkJ5U,11881
|
|
102
|
+
pulumi_aiven/get_organization_user.py,sha256=xqeHGR1c8qy5Pg1qgrH9f-_cSOGWheW0zvn6KwoSEfA,6049
|
|
103
|
+
pulumi_aiven/get_organization_user_group.py,sha256=yvxl4IeNGlDAPDg0xt9j9wjKp8aa_QAUmfn0F3XSmAM,7583
|
|
104
|
+
pulumi_aiven/get_organization_user_list.py,sha256=LCXiEo_1n8ZlFnaIYlCOgCNc49RdsIsNiUav8JVl5wI,5035
|
|
105
|
+
pulumi_aiven/get_organization_vpc.py,sha256=-4_gBwWApvOJFnGsml93en1andcdnNpbEC7GagzHiwk,8155
|
|
106
|
+
pulumi_aiven/get_organizational_unit.py,sha256=Tomrl0EpXfdnh7g_snsxhl96lK_sRhD4ikiCici3kvI,5645
|
|
107
|
+
pulumi_aiven/get_pg.py,sha256=NAm0rgdUV2j6VULtR8sOw0qHyN0irMU4lxsx3VXKfrI,25209
|
|
108
|
+
pulumi_aiven/get_pg_database.py,sha256=ZwE3PycA8Xaa1CpjSMKZspTVKqatdW_p0UC8fy5Xjf4,8948
|
|
109
|
+
pulumi_aiven/get_pg_user.py,sha256=1VAbbr6_L4O4Q841AJP0tM-I4MVd74_h0z0qZO7K2Ds,9899
|
|
110
|
+
pulumi_aiven/get_project.py,sha256=iMY9DItDzFrWS0fsXvLspGYlbIPN-JUbvzYMqvg4HRk,13967
|
|
111
|
+
pulumi_aiven/get_project_user.py,sha256=beH7r6iohjrKfRMASPWZ61C1BsxhfDq_TTsim-VI4GI,7752
|
|
112
|
+
pulumi_aiven/get_project_vpc.py,sha256=np12sAmAymdY6pnWC1pOtbrahZPAotO1h_XS2M1fb5g,7391
|
|
113
|
+
pulumi_aiven/get_redis.py,sha256=VY-0dEL6u5saE-fq6dbUC_IVZUadxMGxT3mGJrFJx-Q,26948
|
|
114
|
+
pulumi_aiven/get_redis_user.py,sha256=v6vHyeEgw1F80ALZmaK0sMNdyrdEfBBq7bzrVtvI1gU,12765
|
|
115
|
+
pulumi_aiven/get_service_component.py,sha256=CkzrxvKAX_G8a20X_lNZOV8oHnB5qceZm7geBw0c3Bc,13256
|
|
116
|
+
pulumi_aiven/get_service_integration.py,sha256=Ye7-NT008KxWGF5bY48yWYMEHC01lbhYosH8sU0MxWg,29081
|
|
117
|
+
pulumi_aiven/get_service_integration_endpoint.py,sha256=iH58gj-o7KjapkhKOop1dJj0CXCmfTMRu6dMPY3R2ms,27634
|
|
118
|
+
pulumi_aiven/get_thanos.py,sha256=ITVrHHE_DcIk-z9AvFeW4noonxDEbAUM-lLYz-HFhs4,25430
|
|
119
|
+
pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=ZjUL-JwrvaEzDeUeBefH6fEtrhCNy8d_nWUL0G05t8A,10544
|
|
120
|
+
pulumi_aiven/get_valkey.py,sha256=kUTIoj0nYqWYPRgfYNYz1nmqMgxyyjKbIIPxfzfW45k,25437
|
|
121
|
+
pulumi_aiven/get_valkey_user.py,sha256=U4euSvGD7eEUGXzYG75OCOZOW2_vkWpOuk_64w8-VPE,11125
|
|
122
|
+
pulumi_aiven/governance_access.py,sha256=Sjc391_8809PN2ngTq2V-2I5UtwH4rU8O0Gjid6icrs,20340
|
|
123
|
+
pulumi_aiven/grafana.py,sha256=-pBN2tcxVeM8c9oSXb4W_VNtMl3Ml1LpPZZ1VCaN8xg,85341
|
|
124
|
+
pulumi_aiven/influx_db.py,sha256=OGoAWXCsK2chI2B-0YGabAImP7BIpckkTmA7Ubl3X0Y,86558
|
|
125
|
+
pulumi_aiven/influxdb_database.py,sha256=NfP8Yi7I2dScA56YXrqDh3AqBK25p18fMi7ZO2MrbRE,14766
|
|
126
|
+
pulumi_aiven/influxdb_user.py,sha256=S5Zdtm5fSoIXJ6cwZBvmvVvT8VMjGtXo5-ONhstTXps,19169
|
|
127
|
+
pulumi_aiven/kafka.py,sha256=LNXpvMitDaYEJ14FSf-HB5ezFyAjcUYb8uhm7r7kcts,91023
|
|
128
|
+
pulumi_aiven/kafka_acl.py,sha256=4OfhWYIKyE2wf4N0dI0CduKrb8vCQYJoedKpC59554k,20041
|
|
129
|
+
pulumi_aiven/kafka_connect.py,sha256=DwPZFzSi6Sx05G7f1jkFY-NTOGQPjdg1JFNVJEQxP7c,87188
|
|
130
|
+
pulumi_aiven/kafka_connector.py,sha256=SunC9mwuaopVSeFWnl6MkCGb502uaX8CtIFO2a30ufA,26012
|
|
131
|
+
pulumi_aiven/kafka_mirror_maker.py,sha256=U_hUbMuFhYV2J8WTh8HpleY6rp5rMp_PaO_5m3iA-rc,84990
|
|
132
|
+
pulumi_aiven/kafka_native_acl.py,sha256=gyTNbRrit0uNfMVKaXbbugJenfzG6KXIdR0qFveRn-E,34796
|
|
133
|
+
pulumi_aiven/kafka_quota.py,sha256=M8hC_6KfoRgsX0OH7K5wP_xXfITCziZzCSlNt_kknKQ,33404
|
|
134
|
+
pulumi_aiven/kafka_schema.py,sha256=MLPXRzeKM6GaDxRpGqgLmw8yZYWPmBKuG5ZEEs_b4fw,23727
|
|
135
|
+
pulumi_aiven/kafka_schema_configuration.py,sha256=VI4WEORU1IeOP1eU6irf1sZmZBGxaAVJSHcjQp-cfGs,14678
|
|
136
|
+
pulumi_aiven/kafka_schema_registry_acl.py,sha256=9fOoukse_XB45qXZmZzHti2Yhz542TklMtiodK8HBoI,20412
|
|
137
|
+
pulumi_aiven/kafka_topic.py,sha256=7Lb1gJPcLVQ11fGExo2jmrZp29WaIa8RNOiANpYKhw0,30597
|
|
138
|
+
pulumi_aiven/kafka_user.py,sha256=9wTPNeH8LPkjswyz6HT716WANfE7VpdT8zE7gmdzPUE,19327
|
|
139
|
+
pulumi_aiven/m3_aggregator.py,sha256=7HJNzxm-4pIOICZ33nEI7DOJDhKluz6w7lC0ZjritO4,86313
|
|
140
|
+
pulumi_aiven/m3_db.py,sha256=z8JRlFWCFXH7WxAfyly6fcLhaAP80-B84wbHRNU0izY,85492
|
|
141
|
+
pulumi_aiven/m3db_user.py,sha256=BFsafdhExmf9pGjL-q-GDGi_XEdbkgHGxgkczSoYynQ,17793
|
|
142
|
+
pulumi_aiven/mirror_maker_replication_flow.py,sha256=nRmBfhIkCyFn6Qr5Cn9HVlbQsJyQH9X-gIMTjQRG1qo,58138
|
|
143
|
+
pulumi_aiven/my_sql.py,sha256=4u2g_uVCDRy-zB1a3G2s27nmS0ZB_kyMJEvx8SzxwcA,85224
|
|
144
|
+
pulumi_aiven/mysql_database.py,sha256=S2_eNB0RGNrlx7fFcdJtRKQskrZLImWd-RttQYV6dIE,15508
|
|
145
|
+
pulumi_aiven/mysql_user.py,sha256=E6fYFUum0IDk031GF9NVcUIDo92AziQwh3MadRUSofQ,21935
|
|
146
|
+
pulumi_aiven/open_search.py,sha256=j7FjWdGlBGKcLJc-D0sQq-W4TFgg8xrr0ZOqtbwLbR0,86896
|
|
147
|
+
pulumi_aiven/open_search_acl_config.py,sha256=bRU7TX3E02QnWieJWWacHA4QicmkqCPI1QC8GCS6ac8,18349
|
|
148
|
+
pulumi_aiven/open_search_acl_rule.py,sha256=A5VJGw8_zQ03uwuLxdJIpueMkXrT8uRDjTW4HPgUg7A,23389
|
|
149
|
+
pulumi_aiven/opensearch_security_plugin_config.py,sha256=duw2VdRSIQt1oTA7CdE8T-5Ml40wvpVHyIyfjcmLwD0,18159
|
|
150
|
+
pulumi_aiven/opensearch_user.py,sha256=G8cSYT49Gax9TsdFO2KsQm5RRiPjPoIq9oXwW04I7Fc,17329
|
|
151
|
+
pulumi_aiven/organization.py,sha256=r56QlSclzRfVnBFjtO1VXHsQ0cgndZFu8cgJwE8kgsE,12165
|
|
152
|
+
pulumi_aiven/organization_address.py,sha256=IBBel2s2H63CeqHi7UPGrj7jTwxvplPlX-MnmQXEs7Q,23317
|
|
153
|
+
pulumi_aiven/organization_application_user.py,sha256=H4SW7x07yfr8ouR8ty67OP8GbpK9RSH7sRFVjaC02N4,18591
|
|
154
|
+
pulumi_aiven/organization_application_user_token.py,sha256=zRTN_w_XIE7cLE_coNSKjAtVI3vZNKe4zJUAjdL5BFA,36893
|
|
155
|
+
pulumi_aiven/organization_billing_group.py,sha256=1Qcm9O6o2X5JQ8tKMscx730MYAOa9sC6SNs_ZqyhkOY,31819
|
|
156
|
+
pulumi_aiven/organization_group_project.py,sha256=1k0j-7xNWU1Qx0myLpcJH5uNPXSZVrqzGIZIi_J_AL0,20726
|
|
157
|
+
pulumi_aiven/organization_permission.py,sha256=qbxO-TEDoU-wH3FFATa9CJuSeCkTgIu8o5NILeHmUtY,19349
|
|
158
|
+
pulumi_aiven/organization_project.py,sha256=_la2grcgAYuBQNsHx0NZ4eQDk7kSEJpsUA-5q5XunmA,29991
|
|
159
|
+
pulumi_aiven/organization_user.py,sha256=EYJM21Dl1mr27iHQh4WdyGqUnmNi_VArS7Aspy-wNfw,16317
|
|
160
|
+
pulumi_aiven/organization_user_group.py,sha256=EL5KbfGJM8vWaAgZK67KXkzajThik3XmAGhJ4veOTKU,15493
|
|
161
|
+
pulumi_aiven/organization_user_group_member.py,sha256=9Ik_F9LP0dZWZB1IP5VmUnMliVv-c8oJPi-Zh83KBXY,14685
|
|
162
|
+
pulumi_aiven/organization_vpc.py,sha256=lscPzJagafcCi5VTDPs99eKV2jT5vFo_3B7_UjgRI6k,17874
|
|
163
|
+
pulumi_aiven/organizational_unit.py,sha256=ywFPuzTkK2mX9ToeyqjHBnlyAda9CVurnJT98Sr0FnM,12168
|
|
164
|
+
pulumi_aiven/outputs.py,sha256=DSHVzDukpHP99ib3C4u_8ECUVTLqmKOp2T6DR05mzbg,2589422
|
|
165
|
+
pulumi_aiven/pg.py,sha256=5LmT7u1XtZu_W6aHQvyKuNKdy_YsfYIJtjm82LGGvqk,82822
|
|
166
|
+
pulumi_aiven/pg_database.py,sha256=zqHPpCn41_9SGN810L0b4Jk-tdI757gwYpdbA7_v_aU,20945
|
|
167
|
+
pulumi_aiven/pg_user.py,sha256=wAGntupWP_rKZ-UCdEHnLGQqOFY30nbgLnUzYqybuO8,22919
|
|
168
|
+
pulumi_aiven/project.py,sha256=ZbgRMXTpK2T_YsNvO48kTC2Hb6WlDzaI2FsbxyM3qXQ,46951
|
|
169
|
+
pulumi_aiven/project_user.py,sha256=OiquENniPjxnid1b3cBwVKj8NFZQzQPGQq3xa0bdfQA,19751
|
|
170
|
+
pulumi_aiven/project_vpc.py,sha256=6N64y61gSkDHIOLYv-wqkC845C9FSUsf_7EMdD3as-s,14595
|
|
171
|
+
pulumi_aiven/provider.py,sha256=5ptLpGJXj2uRyQAvjvkhw06HEq8LohO3W_Y4Kn92IeM,6056
|
|
172
|
+
pulumi_aiven/pulumi-plugin.json,sha256=Aei8MLALnFabdjWfsWD1ilBDvdgKKZKKsSkVXcLY6Hs,65
|
|
173
|
+
pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
174
|
+
pulumi_aiven/redis.py,sha256=uwaLEZ-KZ3IjTiyFexrEE4egeAqVDuTPM2olaPHGwgo,86485
|
|
175
|
+
pulumi_aiven/redis_user.py,sha256=z3gq6zyuq6ZV6H2WiKZ31zCFLXZBNmPMRBtkUW3QnfY,32259
|
|
176
|
+
pulumi_aiven/service_integration.py,sha256=U3XtKr9HTnukGBIuNE5YIB7yPtLXV5nChCIcKaNMrsE,95352
|
|
177
|
+
pulumi_aiven/service_integration_endpoint.py,sha256=cK9VvEDV7DOF_Mc9iDO--8CtgI12qxokbj9Od85Vadk,106148
|
|
178
|
+
pulumi_aiven/static_ip.py,sha256=P-GbQsu7WjbYh7KVLKtxgRtncvoKUJcpii7Q5xXz1sM,14674
|
|
179
|
+
pulumi_aiven/thanos.py,sha256=s187FJGxFdNBj9kP1vpiLtmd2CTQ9V9MDF20o2lp2iY,85014
|
|
180
|
+
pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=kE6WMKycdh5EQmKzVvlmeNBr_CfOwRQPZjtoRKZGkDs,23006
|
|
181
|
+
pulumi_aiven/valkey.py,sha256=4jeITC6vPUHj8giIgSpoCtOoqEj71xvhoah2rWEwA8k,84744
|
|
182
|
+
pulumi_aiven/valkey_user.py,sha256=PgGFCcxQm2l5GiayEAoEgrSk32iZHYs28VWi3PPNQkE,34931
|
|
183
|
+
pulumi_aiven/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
|
|
184
|
+
pulumi_aiven/config/__init__.pyi,sha256=3jUoQWVziW0wK_TB92ZjMGTsC1ivRMCve5Sft41qO5U,655
|
|
185
|
+
pulumi_aiven/config/vars.py,sha256=aZbfIG5Go0U1HldvQlSLN6T-YxIk3X8zkndVhC7hJGA,848
|
|
186
|
+
pulumi_aiven-6.38.0.dist-info/METADATA,sha256=77YTbNTjlDuau0olhZFts75M5Z5HekQlIfUjUykoeYg,2587
|
|
187
|
+
pulumi_aiven-6.38.0.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
|
188
|
+
pulumi_aiven-6.38.0.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
|
|
189
|
+
pulumi_aiven-6.38.0.dist-info/RECORD,,
|
|
@@ -1,183 +0,0 @@
|
|
|
1
|
-
pulumi_aiven/__init__.py,sha256=sDeKJfhdHow6JONyVpdj2l6uRvIl3MIrbh0OlYxoMxQ,22169
|
|
2
|
-
pulumi_aiven/_inputs.py,sha256=pzuR2Cf31Uiw1c13qGwlOuSEMS7c42NxBAoarOgECGo,1939657
|
|
3
|
-
pulumi_aiven/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
|
|
4
|
-
pulumi_aiven/account.py,sha256=B3MII5JQJGqLdaPLUoJiSyOLiTtObsteVmDVNYryycg,17771
|
|
5
|
-
pulumi_aiven/account_authentication.py,sha256=pFoSfQ1Unu2_z9hzfZyHoQkz5JTpzbvvNgEaqBiGUwE,39592
|
|
6
|
-
pulumi_aiven/account_team.py,sha256=zyvKwwSMHRST3ZVIESp0G5psjvtk4RGJSdFki8rimJU,13402
|
|
7
|
-
pulumi_aiven/account_team_member.py,sha256=fZ5gopo3E2RlV0TDirY9lSmWxb8odDfFiNeEXb8Oy3Y,19666
|
|
8
|
-
pulumi_aiven/account_team_project.py,sha256=tnK6Y2AB57xTx6bYl5_SF6vz32f9FigLnay8lxnd-_U,21386
|
|
9
|
-
pulumi_aiven/alloydbomni.py,sha256=DijAZnlUKihGfhIB0QbMhmLk6X6pRklcYbbelHjU-fY,89925
|
|
10
|
-
pulumi_aiven/alloydbomni_database.py,sha256=qiakqZv8zoocbrcKvGGXhyGdTjl600cADqOcq9V9zBU,18685
|
|
11
|
-
pulumi_aiven/alloydbomni_user.py,sha256=INAinQSosvmiFPYI-fJz_-cPKpGqgnr2c3G9TrV6Yic,21685
|
|
12
|
-
pulumi_aiven/aws_org_vpc_peering_connection.py,sha256=AUcJAN2Fv25gkeCfJXlF8Lb2_JnARWnFvutPxtdctjg,22485
|
|
13
|
-
pulumi_aiven/aws_privatelink.py,sha256=4z-2gcQi12YjUYBpTeu4uh0UfiWh6RsQbGLt9lV7Oas,16125
|
|
14
|
-
pulumi_aiven/aws_vpc_peering_connection.py,sha256=dZvx5_jKTzH1xkkmIB7AFuxu89q_eY_0lcZa2iEguM4,19327
|
|
15
|
-
pulumi_aiven/azure_org_vpc_peering_connection.py,sha256=l0El9bsPvYg09fk3R0qaEl72sd0blJFx2DHpPWk2e4Y,27916
|
|
16
|
-
pulumi_aiven/azure_privatelink.py,sha256=c_Zv1CsMqporteyeSDPXb0L47tOcW6450AltqPb5QKk,18802
|
|
17
|
-
pulumi_aiven/azure_privatelink_connection_approval.py,sha256=HXZyL1NueuiE0gQi-mLN6wRbfKojjKMQpXue-4l5fl4,19524
|
|
18
|
-
pulumi_aiven/azure_vpc_peering_connection.py,sha256=PZTsFum6VYZaP4LEIEzkPZmqbScwqLe1PrbkUfxB6XY,26343
|
|
19
|
-
pulumi_aiven/billing_group.py,sha256=naWhiPzWwFZ3kGwI8l_1WulbLNknjV6yErmz2ySUPPM,39278
|
|
20
|
-
pulumi_aiven/cassandra.py,sha256=QU_SRsWkfusD72hOv5qe5zutXcOitAswGZne4bifxxk,86760
|
|
21
|
-
pulumi_aiven/cassandra_user.py,sha256=w2OQrBT0k1t4kbqUf7gntrLI8FnV1lmj5WW2gM2OBXY,20803
|
|
22
|
-
pulumi_aiven/clickhouse.py,sha256=5ZA57GaPlDkV6g_E8XTAlO0p0WwSmlB7nYBZrGhU2LA,85333
|
|
23
|
-
pulumi_aiven/clickhouse_database.py,sha256=Zz1YZfT8-inKEG8y4-iJ9F3aimLbN33WbLTKN-_SUHQ,16208
|
|
24
|
-
pulumi_aiven/clickhouse_grant.py,sha256=AOPah-Fni0_Dm8Wp2gmEZE8vag_E6E0-DoWLD3cQk7c,26042
|
|
25
|
-
pulumi_aiven/clickhouse_role.py,sha256=PsUnlCZpqcW0y3NBDZWkWjkTbonPS7jggRyTcdIDqTE,13055
|
|
26
|
-
pulumi_aiven/clickhouse_user.py,sha256=w6n9S8IfNEmhCIUFzP97slDArdU0I2zgz1uBIUainfE,16544
|
|
27
|
-
pulumi_aiven/connection_pool.py,sha256=q3dEDIqXsxkN-AmKjyv3rM5Yix_OM-mbZvNq_lageYk,27386
|
|
28
|
-
pulumi_aiven/dragonfly.py,sha256=8JJ8Ydj0NFzu5OfcbG8ZSPPVcuMpPkGwY9m65W-zmBo,85000
|
|
29
|
-
pulumi_aiven/flink.py,sha256=gyt6xuycrQBXyg2L4a3Ea3FevldKQSF3rQ8zgi53sO4,84228
|
|
30
|
-
pulumi_aiven/flink_application.py,sha256=zei2kSVoc1UVehAtCGZnzgxmqmpciboagDZ6eyi3rfA,18483
|
|
31
|
-
pulumi_aiven/flink_application_deployment.py,sha256=ucX3AwljMgUGtSBkrkF426xmrPzd8CzMDsh4ySsnzCs,27428
|
|
32
|
-
pulumi_aiven/flink_application_version.py,sha256=N9raLdKIk-VDbHOA8ttS0dWEEFa_dNx7QgWrG1rd3u0,35074
|
|
33
|
-
pulumi_aiven/flink_jar_application.py,sha256=Hi3BgWMkBDi8iL0m3XS_XYqd3G6xWESj4gZPWDEYqKo,22007
|
|
34
|
-
pulumi_aiven/flink_jar_application_deployment.py,sha256=lhWmzB0sRRA-PIAOlI2enekt01UnFP5rEEg3a4SVyac,39808
|
|
35
|
-
pulumi_aiven/flink_jar_application_version.py,sha256=f0Ggw63u2b15Klsz4EJ7XoexqD1dzKTmopGalQmBYAU,23293
|
|
36
|
-
pulumi_aiven/gcp_org_vpc_peering_connection.py,sha256=_muc1mmP5vUNnurH2F9c6jeToUo4EkqNDl-3Fr9egwU,17672
|
|
37
|
-
pulumi_aiven/gcp_privatelink.py,sha256=UpWFtH0Zb-b4Y2eZSQQi29pl81dHj8ab3BjvW3s75G4,14635
|
|
38
|
-
pulumi_aiven/gcp_privatelink_connection_approval.py,sha256=RiiCRHZUU0E7n08S19rY6gFBcPAbzQdiMRKxC_ogSqw,17647
|
|
39
|
-
pulumi_aiven/gcp_vpc_peering_connection.py,sha256=dD4pXACv0jU4LbeECIxMHQf0sYgRgMI2x4mtnY0yZU0,15695
|
|
40
|
-
pulumi_aiven/get_account.py,sha256=OwsaszVJrc5pv5mVg1yIcjq-yG_fTV_1R0ibkFrFgXk,7898
|
|
41
|
-
pulumi_aiven/get_account_authentication.py,sha256=XJvIvsTdSuZ2-YDsx-x-UuKcShzWq3ZLLcLWos08ETM,14941
|
|
42
|
-
pulumi_aiven/get_account_team.py,sha256=U48homWcKPi8q7L8zt68Sr6z41ZH8wTkOIysXRgUjW0,7666
|
|
43
|
-
pulumi_aiven/get_account_team_member.py,sha256=NNvKKhJi8dxtsvQRwMYobwxZm52WbTtkRQGs4mVBBp8,10133
|
|
44
|
-
pulumi_aiven/get_account_team_project.py,sha256=0xhmWtnSJfCa3mIY6Aqq2Knqzs2U7VjAoH01PncgTAA,8683
|
|
45
|
-
pulumi_aiven/get_alloydbomni.py,sha256=-1SaMTo05vkDb3Q8_xR8hJvK1R8srrTAqZA2OpSeTZg,26533
|
|
46
|
-
pulumi_aiven/get_alloydbomni_database.py,sha256=QNzAXhqs9YyIyp5XhoAGbnpYnavsuBSzrovWVp0PJqU,8302
|
|
47
|
-
pulumi_aiven/get_alloydbomni_user.py,sha256=LfGPPCDwuFUysumePWGh7_qCkz6yP8ZBRRMVYLlIjgM,9928
|
|
48
|
-
pulumi_aiven/get_aws_org_vpc_peering_connection.py,sha256=3QdZR3NM7cDMRU8BnTArTaRlGjEmwCzdKwhOmDu6AIU,11012
|
|
49
|
-
pulumi_aiven/get_aws_privatelink.py,sha256=3MQbKwRkFefrbkrNZCKPGWAMKIDcpzPrMHBZ-bNtDPI,7636
|
|
50
|
-
pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=_bdFcDMIprWJCwF7EmbDBmVOhU43ptZEjq77NqrGkBI,10253
|
|
51
|
-
pulumi_aiven/get_azure_org_vpc_peering_connection.py,sha256=o94V0kr1Y3_RRLLZ4fUDocpcoBniumnD88kOSozcjXg,12227
|
|
52
|
-
pulumi_aiven/get_azure_privatelink.py,sha256=glQ2qmS4-bPdhbMCVi30CtF1UgqKe0OyDDp7yvXNTQo,8964
|
|
53
|
-
pulumi_aiven/get_azure_vpc_peering_connection.py,sha256=xlq8epeL53jFZlA5XCFXtZhrg-KPJ9JdwM0Z8NYqSjg,13455
|
|
54
|
-
pulumi_aiven/get_billing_group.py,sha256=vP1mdQ7t0_Cj_hw9QgWLZZM7DOqu_nlcSWG9AhoQ5EY,13294
|
|
55
|
-
pulumi_aiven/get_cassanda.py,sha256=okv3H6gjO8pVXx5-Ptf3QUMZBEwqV951rWqhEOo1Zyw,27263
|
|
56
|
-
pulumi_aiven/get_cassandra.py,sha256=r8qvZ2mgtouMDiT4OKuhpMKQQnhcZKZp3hhdk6NFR8w,26935
|
|
57
|
-
pulumi_aiven/get_cassandra_user.py,sha256=iQu_EN_ZmnIX3u540hbO0JdkqAK1dmEUzSjzl71DT5I,10583
|
|
58
|
-
pulumi_aiven/get_clickhouse.py,sha256=xp1UsNFLRsdw-mXU44BllI2gOh2YzvFoiAw9I2pBraQ,25685
|
|
59
|
-
pulumi_aiven/get_clickhouse_database.py,sha256=jx5WPiyH3M6CEjs1JVoDHbOFRn8mAg3kVYK2TLh5R3E,7601
|
|
60
|
-
pulumi_aiven/get_clickhouse_user.py,sha256=7aTt6ZPj94UpxicARuJI0c-eaNopiH1stQ2knsZaFUo,8353
|
|
61
|
-
pulumi_aiven/get_connection_pool.py,sha256=p6X9FHfWu8RymkUNMJJkxMpjI5-tQZAY1_40y9KLNZk,10366
|
|
62
|
-
pulumi_aiven/get_dragonfly.py,sha256=4PFqS3yaTxoriu9E7K96AbjHaSOCfeoc_uJaW4cZeeA,25645
|
|
63
|
-
pulumi_aiven/get_external_identity.py,sha256=_UH8WJp0gkkrqpq09J-AhR1XiD4B_maJc1ChKLWdjL4,7429
|
|
64
|
-
pulumi_aiven/get_flink.py,sha256=y3vYiCs1qcQw9Vp5QaLg-0G22bmvQFpaJseAhmaGH6o,25365
|
|
65
|
-
pulumi_aiven/get_flink_application.py,sha256=B-Yg_kHyrymEsIj9hz_H-q6pKId8LLwlSrJr7ea-K1o,9513
|
|
66
|
-
pulumi_aiven/get_flink_application_version.py,sha256=fSyCbWKSp7KTzUT_srQ2lXLNSmyCrVWUFB0uDUAMyvo,12736
|
|
67
|
-
pulumi_aiven/get_gcp_org_vpc_peering_connection.py,sha256=3xjQaDSMo6kb7f1Vw-ggwse5nKMKa1ZbxgrlzIQZxhw,8817
|
|
68
|
-
pulumi_aiven/get_gcp_privatelink.py,sha256=r8HoTl_zlcswx1Crf3PrgfOlI95l_YPQsC7Rzq2INxg,7646
|
|
69
|
-
pulumi_aiven/get_gcp_vpc_peering_connection.py,sha256=GyUp487Cwg8s-csg0J4N4_ELr4kIct4UqXPeXQ_IZpc,8303
|
|
70
|
-
pulumi_aiven/get_grafana.py,sha256=T86W9CB-CGJ4PCqP2y143_HhzOJVIXlSg7-BPpIu65w,25495
|
|
71
|
-
pulumi_aiven/get_influx_db.py,sha256=cGgjpUqyfL1MrSLCMgV1cY7CoFhOxg6W9soDj0Dv_yw,18437
|
|
72
|
-
pulumi_aiven/get_influxdb_database.py,sha256=bOimeP4JlR7CxIhlnsGsrHU8Jn01lQ66tZrF447tm2I,5530
|
|
73
|
-
pulumi_aiven/get_influxdb_user.py,sha256=GVDBI4iGwzF45BZwjxNRQVzVjJrKCgD6om3X8aR4bdo,6481
|
|
74
|
-
pulumi_aiven/get_kafka.py,sha256=60drGU6wSoTNhZh1g03nPM9UkPLe4Ks2O1vszrN__6E,26537
|
|
75
|
-
pulumi_aiven/get_kafka_acl.py,sha256=8fOMmOqxfpmMg2HvUgCYWABb6I8YekuNaYZ709kXx4A,9576
|
|
76
|
-
pulumi_aiven/get_kafka_connect.py,sha256=JOFy_mgxPsotv5AcVcDQUY7iU8h3LbOI9pHQ0d4kL0M,25246
|
|
77
|
-
pulumi_aiven/get_kafka_connector.py,sha256=ad9eIqO3ye85u7TA1Y61THJL8MT8l5JQo3xJ-_wKOqk,11723
|
|
78
|
-
pulumi_aiven/get_kafka_mirror_maker.py,sha256=oCnMqq6FZDX0jsUcH-s4lN4Sjuihbb6tqBzbJwDgT1A,25468
|
|
79
|
-
pulumi_aiven/get_kafka_schema.py,sha256=j7CA1guMkHEAn92LbDw7FqljnwzZE0fXOFHe_y8rZHY,9468
|
|
80
|
-
pulumi_aiven/get_kafka_schema_configuration.py,sha256=0r2STOR0760BNtZwLlFeZ1res7jh1yK3OMMXTX5fOUg,9468
|
|
81
|
-
pulumi_aiven/get_kafka_schema_registry_acl.py,sha256=66BStf_oaaKxmp5UjsgrIyEjC6yYddfzXkMdOjxLE70,9784
|
|
82
|
-
pulumi_aiven/get_kafka_topic.py,sha256=L9zbl5ACjmLSKddqcuMqxoVaZnmfKTVWqwaWWZ17SoI,11261
|
|
83
|
-
pulumi_aiven/get_kafka_user.py,sha256=lxzkOSKql7e55WnTfMCuxoUUEM6rCgJ5AkBoPtmLkOM,9145
|
|
84
|
-
pulumi_aiven/get_m3_aggregator.py,sha256=5cPw8IJ08bDFM6WF5TL12rwDPKbwE5ndq0t8at76264,25818
|
|
85
|
-
pulumi_aiven/get_m3_db.py,sha256=7OVr8qgTfpvTNUIMdq0sdKJ5rW_By6G9qs-qMkdw5QQ,26041
|
|
86
|
-
pulumi_aiven/get_m3db_user.py,sha256=x5lLi5FLb47Khx5Qggnf6yStDP2IaSCqS3zqZTuRSqM,8699
|
|
87
|
-
pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=_w1IuReo1OldLYO7GZAY01EonUSv3WTci7h9a5C8-P8,19170
|
|
88
|
-
pulumi_aiven/get_my_sql.py,sha256=NtWK9dpelACR36D7lDxsu_GDPSDm_GZu5ZF6NyW8-zs,25338
|
|
89
|
-
pulumi_aiven/get_mysql_database.py,sha256=ueMjZ_XF1UPQs_Uw0AYkjx87XsWLxJu1ZBm0LPqGzWE,7654
|
|
90
|
-
pulumi_aiven/get_mysql_user.py,sha256=7XR-V_kSIq5wGzI5Q-P9UauOoY5tZ27_yc683uGZn0M,9821
|
|
91
|
-
pulumi_aiven/get_open_search.py,sha256=gCO4u1iuy9ivd8HNq6jka_cKTifqbbTngZK8qXfMLr0,25703
|
|
92
|
-
pulumi_aiven/get_open_search_acl_config.py,sha256=RUodtTfI2K2BjZG4UazbQha4z7ZsNR-5ZTdZNE633ew,7449
|
|
93
|
-
pulumi_aiven/get_open_search_acl_rule.py,sha256=RqXndApaqjqiTj_nTwatBVwrpKYbtYUkK-iFMPLgHig,9645
|
|
94
|
-
pulumi_aiven/get_opensearch_security_plugin_config.py,sha256=kHoRivL2V8yfN2U3iJoTKupPQ02KX1ORoNYWr0TIaxw,8890
|
|
95
|
-
pulumi_aiven/get_opensearch_user.py,sha256=B4uBoSxmpJvPw59vzJ_zhoNzz56nEff69cZrofd4_Do,8152
|
|
96
|
-
pulumi_aiven/get_organization.py,sha256=wJkuTrSCuxde9rJ6-0ZNpvXWH1TEY90nSSVN47fAzU0,5571
|
|
97
|
-
pulumi_aiven/get_organization_application_user.py,sha256=JmInVpGVUntdDAuhkiwfqyo9aShklnGywMT0XuQ3Bo0,7221
|
|
98
|
-
pulumi_aiven/get_organization_project.py,sha256=Jp7kufQbLkxLEwyYuNBkMH6i9f6cRqddAKKBHH-6Vvw,8550
|
|
99
|
-
pulumi_aiven/get_organization_user.py,sha256=xqeHGR1c8qy5Pg1qgrH9f-_cSOGWheW0zvn6KwoSEfA,6049
|
|
100
|
-
pulumi_aiven/get_organization_user_group.py,sha256=yvxl4IeNGlDAPDg0xt9j9wjKp8aa_QAUmfn0F3XSmAM,7583
|
|
101
|
-
pulumi_aiven/get_organization_user_list.py,sha256=jNsi1cIkBTeLytrR46v59lT9G4rMKXqM5PRe8_YC7Zw,4665
|
|
102
|
-
pulumi_aiven/get_organization_vpc.py,sha256=-4_gBwWApvOJFnGsml93en1andcdnNpbEC7GagzHiwk,8155
|
|
103
|
-
pulumi_aiven/get_organizational_unit.py,sha256=Tomrl0EpXfdnh7g_snsxhl96lK_sRhD4ikiCici3kvI,5645
|
|
104
|
-
pulumi_aiven/get_pg.py,sha256=50wUuH60MSLJBIALd0MVvgat_Ch-kuTw1NVuE-X3oY8,25183
|
|
105
|
-
pulumi_aiven/get_pg_database.py,sha256=ZwE3PycA8Xaa1CpjSMKZspTVKqatdW_p0UC8fy5Xjf4,8948
|
|
106
|
-
pulumi_aiven/get_pg_user.py,sha256=1VAbbr6_L4O4Q841AJP0tM-I4MVd74_h0z0qZO7K2Ds,9899
|
|
107
|
-
pulumi_aiven/get_project.py,sha256=iMY9DItDzFrWS0fsXvLspGYlbIPN-JUbvzYMqvg4HRk,13967
|
|
108
|
-
pulumi_aiven/get_project_user.py,sha256=beH7r6iohjrKfRMASPWZ61C1BsxhfDq_TTsim-VI4GI,7752
|
|
109
|
-
pulumi_aiven/get_project_vpc.py,sha256=np12sAmAymdY6pnWC1pOtbrahZPAotO1h_XS2M1fb5g,7391
|
|
110
|
-
pulumi_aiven/get_redis.py,sha256=sYOk8K83lI1mVjvVrdPOTfMY_ghI8B9H0wJvwqTEg44,26922
|
|
111
|
-
pulumi_aiven/get_redis_user.py,sha256=v6vHyeEgw1F80ALZmaK0sMNdyrdEfBBq7bzrVtvI1gU,12765
|
|
112
|
-
pulumi_aiven/get_service_component.py,sha256=oFKEtwxpU8Ct5XInF0ONnM-pQGmI5TLbok16JqmA4ow,12617
|
|
113
|
-
pulumi_aiven/get_service_integration.py,sha256=sznEB-Tc6dxUHi9lsNwfruR86Df064G5ZEmdf-afx-w,29077
|
|
114
|
-
pulumi_aiven/get_service_integration_endpoint.py,sha256=iH58gj-o7KjapkhKOop1dJj0CXCmfTMRu6dMPY3R2ms,27634
|
|
115
|
-
pulumi_aiven/get_thanos.py,sha256=JRyrFovHYtQwTqr6V8nobQuGZqLXUxPBf8vXAEXgMsk,25404
|
|
116
|
-
pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=ZjUL-JwrvaEzDeUeBefH6fEtrhCNy8d_nWUL0G05t8A,10544
|
|
117
|
-
pulumi_aiven/get_valkey.py,sha256=2bUG02DI3IU6pxRAkqWLBjdHv28FU80s9Ljkhp5oDS8,25411
|
|
118
|
-
pulumi_aiven/get_valkey_user.py,sha256=U4euSvGD7eEUGXzYG75OCOZOW2_vkWpOuk_64w8-VPE,11125
|
|
119
|
-
pulumi_aiven/grafana.py,sha256=MhkFsqzIA89U9i5clziZyhBe79ba9z3x4i8WQACv56s,84822
|
|
120
|
-
pulumi_aiven/influx_db.py,sha256=UyjSNGIFZiMC0uzSS5yHqcVo8zQ0c4tacT0aZm9PoSM,85869
|
|
121
|
-
pulumi_aiven/influxdb_database.py,sha256=BVEI7kCbtNNumtEorBoM1_6O8QZ7FtoXitInH3i7ipA,14698
|
|
122
|
-
pulumi_aiven/influxdb_user.py,sha256=--36Eza8zs-3UQdCbs3l6a4uEW2Q8ZxF2a9FDxYILdU,19109
|
|
123
|
-
pulumi_aiven/kafka.py,sha256=nDVqPqyfCMPRVikqiGz-H5FrEmViWrZVOyhY0CKuklE,90508
|
|
124
|
-
pulumi_aiven/kafka_acl.py,sha256=AaBoFKnwd1HGZ6Sk-j5H2w27HXjfhssbVoNMJ9bbP_g,19989
|
|
125
|
-
pulumi_aiven/kafka_connect.py,sha256=34fpfx-Mphz9ZB68qHVt9clbE_85YLRdkiuz-34zt3k,86659
|
|
126
|
-
pulumi_aiven/kafka_connector.py,sha256=8935vsG6qyDad2sgDf9aeLaBTgvQGjHYZpM1abZs9qQ,25948
|
|
127
|
-
pulumi_aiven/kafka_mirror_maker.py,sha256=IUxXrdeBe1zZ7xhPxBpQKLGUcQZJypVBzrzaPY9A3ec,84453
|
|
128
|
-
pulumi_aiven/kafka_native_acl.py,sha256=CiFBJa1x6w1NaCRKTntTy0ZH2IFpVnmrRCD2fG7Guyk,34742
|
|
129
|
-
pulumi_aiven/kafka_quota.py,sha256=BIjeLojnBojhvc17puvmbbSS-BYvBx-ecCmKrH5lQMw,33348
|
|
130
|
-
pulumi_aiven/kafka_schema.py,sha256=-GIWf-EOukc2AKWT38FoivVVd-b9C_fs9E_X4JbpUhA,23669
|
|
131
|
-
pulumi_aiven/kafka_schema_configuration.py,sha256=emAYVPZMHw3M-9EuPeRps0uyEONftePIzEIDSxTANCI,14594
|
|
132
|
-
pulumi_aiven/kafka_schema_registry_acl.py,sha256=YWVqZ-P6lpCffBjMx_k0DFbq8s_Apa1J8gja6-1cwBw,20332
|
|
133
|
-
pulumi_aiven/kafka_topic.py,sha256=7Hh3CoQIOE3pTx3AVxv-PkyQc35kYJp-MD491dZekRQ,30541
|
|
134
|
-
pulumi_aiven/kafka_user.py,sha256=xjkE7aYEoANDGuv-F1VXj8mbvNb8M0PcrSrbwPwgbuA,19273
|
|
135
|
-
pulumi_aiven/m3_aggregator.py,sha256=L67iEZHHn35k3a7BYV_kRiytJacB--_0dDns2zVPmpg,85784
|
|
136
|
-
pulumi_aiven/m3_db.py,sha256=n28NhnevqFkhk2Y4qYqU4RlNkX1sEJYZlbkNWAwGI9E,84979
|
|
137
|
-
pulumi_aiven/m3db_user.py,sha256=IcjTHfpQJl-zQm5YGbszJnIvJDAiLJKNDQ0Vyui_5NQ,17741
|
|
138
|
-
pulumi_aiven/mirror_maker_replication_flow.py,sha256=fUUG7tDAYSTX0MrOyxuqcIM5BhLaH4QMiKBcNb1iPt4,58050
|
|
139
|
-
pulumi_aiven/my_sql.py,sha256=ZbnpuHEmvyU73AfKfDEzXaGuR9SLWSWbILnjavOyDKc,84709
|
|
140
|
-
pulumi_aiven/mysql_database.py,sha256=85XesoGehnJpNyfWGRRnW3HZG6bteuJOsk6psueA3jE,15446
|
|
141
|
-
pulumi_aiven/mysql_user.py,sha256=E2K9VwLa3bOWS3JJt3eolaCsHi4VQmeaERl9ZiwEkRI,21881
|
|
142
|
-
pulumi_aiven/open_search.py,sha256=NBR3OGtLUJLHQj1NDJ8BYQg7BjKBaHSRC6UFktg9RVc,86241
|
|
143
|
-
pulumi_aiven/open_search_acl_config.py,sha256=0ww9vqB5a_LyZxLaEO21t8WKL-vFkOiDAxPyeKR8HDo,18606
|
|
144
|
-
pulumi_aiven/open_search_acl_rule.py,sha256=p8qTiXlosipaXLmmtOvqapDSdylQSGA8MdkITKkuBeM,22898
|
|
145
|
-
pulumi_aiven/opensearch_security_plugin_config.py,sha256=6UMn7BX7WVnoZF1HpmruklAzK9dhCrogdFVpaL4gH3M,19393
|
|
146
|
-
pulumi_aiven/opensearch_user.py,sha256=OtNaKBQpgBTacvV-icG47cwTu821fKdA1B_NYpjYM14,17245
|
|
147
|
-
pulumi_aiven/organization.py,sha256=Kqr-0FhmT4PrhD-K2ZcBhIapBvo_bVs6nlB_Ade_Xiw,11449
|
|
148
|
-
pulumi_aiven/organization_application_user.py,sha256=kmfK219YmPza-Xd-GE2h-DJknS56m3r0Wd1I77NTvI0,16627
|
|
149
|
-
pulumi_aiven/organization_application_user_token.py,sha256=TUeivRaN0X8j87C83YshvjMcR2wNLlD_GTGNYfeY394,36793
|
|
150
|
-
pulumi_aiven/organization_group_project.py,sha256=JhnwaWR5Ubz-jRtZB-R1CZGZB99AQUsgjRGX0fGxL8s,20642
|
|
151
|
-
pulumi_aiven/organization_permission.py,sha256=KdsjqfyZwN4Rv_VJgF1xMZAJHnC5mrdGZ0X6svz9me0,19259
|
|
152
|
-
pulumi_aiven/organization_project.py,sha256=--FizKJ4ovJ_nPNkPiOjyJrdL7049iiS2HXB5GG3uDU,23388
|
|
153
|
-
pulumi_aiven/organization_user.py,sha256=wJORRIj2D2Dtl_oa1r-A4sYgTztDzJSg9Lo7RZB9Qws,16249
|
|
154
|
-
pulumi_aiven/organization_user_group.py,sha256=3YN_a5ADDhXMhdJ5LaEJrt873fP7SV8-JLyPA8QCCyU,15415
|
|
155
|
-
pulumi_aiven/organization_user_group_member.py,sha256=r35zpQCqpZ9Lqe6Uy0wh7rl_H_ziMxmwcQEBbh1POVU,15577
|
|
156
|
-
pulumi_aiven/organization_vpc.py,sha256=ngTB9KAZNtZXEwysV24rtKh90ufNF4rAgYr8KevZUDw,17808
|
|
157
|
-
pulumi_aiven/organizational_unit.py,sha256=UHWMnTJlu1k2Bzl36I8xSsoa7dmsEjGXf8q7oUGvW4g,12096
|
|
158
|
-
pulumi_aiven/outputs.py,sha256=6gSpwHKZ59t9Q9g9RC2l3BUPzCDKX2QyoVXkxYv7k5g,2481190
|
|
159
|
-
pulumi_aiven/pg.py,sha256=HArmaGKBuCKW-a3G8yvEQkqidP_fScSikmcmGnywJa4,82313
|
|
160
|
-
pulumi_aiven/pg_database.py,sha256=xNWaAD2Qloar5VBEkhUvpo8y0DVl89OchXfxZZx38IQ,20889
|
|
161
|
-
pulumi_aiven/pg_user.py,sha256=AxcuticjIkAD-UPWC6MtjSer3NosGXgSc1OXjqxsTXk,22871
|
|
162
|
-
pulumi_aiven/project.py,sha256=j31sPDlRvoWo1anQDxNSPa1r8lagtDAqWJC-hsWTTkI,46901
|
|
163
|
-
pulumi_aiven/project_user.py,sha256=oPt8UYoQpeaiio9YeY1j115N7nC90wdjFEx1juEsoiw,19693
|
|
164
|
-
pulumi_aiven/project_vpc.py,sha256=8IfwZaMXcheASJ6AcNKHrlmnMSZ8st8pzhnazAFT-QE,14539
|
|
165
|
-
pulumi_aiven/provider.py,sha256=Zn8DaUK-0iIY_CYHcmtrtwTC2i4XoEWx1rCWiEk3OqA,5143
|
|
166
|
-
pulumi_aiven/pulumi-plugin.json,sha256=jl1YvvYzuAcGg3esjzrXzJB7A28WalxwYLCBAqFhGic,82
|
|
167
|
-
pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
168
|
-
pulumi_aiven/redis.py,sha256=4aefmRQ7g2anWH7aVCuqW2oxbYAVCdjzZ3ouhfrkKe0,85970
|
|
169
|
-
pulumi_aiven/redis_user.py,sha256=3XsA4F795_6qYceWkm7ymkBnKk4JaIwLef7sKHF9Pms,32205
|
|
170
|
-
pulumi_aiven/service_integration.py,sha256=qJlrT3wVhOYsPgRIuB7ygJAOAYKcUSomNkfAZOrsnh8,95272
|
|
171
|
-
pulumi_aiven/service_integration_endpoint.py,sha256=qnmslMcRrl5V9n-COO_-hAyLtI-zw1eayfn0CRX-ynA,106060
|
|
172
|
-
pulumi_aiven/static_ip.py,sha256=DMIfdN5MjZ_jni1EShv1b3rrV8fd8v_pqhoskNsb9KI,14622
|
|
173
|
-
pulumi_aiven/thanos.py,sha256=g-08vvcjHlp4aLi9xOZCw-J6GHzAH-y6dWNpWSZ6Mqk,84497
|
|
174
|
-
pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=U8bcjTPjlMCVhzc_uZm_xXKmbKjJZ3GDo0lzfIV-ioU,22916
|
|
175
|
-
pulumi_aiven/valkey.py,sha256=kwS1zkb0eAWpdEeGLxpQY618zgbMFHht1egfu38KF5Y,84227
|
|
176
|
-
pulumi_aiven/valkey_user.py,sha256=dakupMieEV5Vj0IoezFmmxjpzaLTCZ-kFqaYobhkhz0,34875
|
|
177
|
-
pulumi_aiven/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
|
|
178
|
-
pulumi_aiven/config/__init__.pyi,sha256=3jUoQWVziW0wK_TB92ZjMGTsC1ivRMCve5Sft41qO5U,655
|
|
179
|
-
pulumi_aiven/config/vars.py,sha256=aZbfIG5Go0U1HldvQlSLN6T-YxIk3X8zkndVhC7hJGA,848
|
|
180
|
-
pulumi_aiven-6.37.0a1744182902.dist-info/METADATA,sha256=_9SZokhYrgy0Wj_cLfpjNhVYphUZ9XrlJYQ0B9XdC0w,2595
|
|
181
|
-
pulumi_aiven-6.37.0a1744182902.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
182
|
-
pulumi_aiven-6.37.0a1744182902.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
|
|
183
|
-
pulumi_aiven-6.37.0a1744182902.dist-info/RECORD,,
|
|
File without changes
|