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/dragonfly.py
CHANGED
|
@@ -43,7 +43,7 @@ class DragonflyArgs:
|
|
|
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['DragonflyDragonflyArgs'] dragonfly: Dragonfly server provided values
|
|
@@ -130,7 +130,7 @@ class DragonflyArgs:
|
|
|
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 _DragonflyState:
|
|
|
317
317
|
termination_protection: Optional[pulumi.Input[builtins.bool]] = None):
|
|
318
318
|
"""
|
|
319
319
|
Input properties used for looking up and filtering Dragonfly 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['DragonflyComponentArgs']]] 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.
|
|
@@ -340,7 +340,6 @@ class _DragonflyState:
|
|
|
340
340
|
:param pulumi.Input[builtins.str] service_type: Aiven internal service type code
|
|
341
341
|
:param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
342
342
|
:param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
|
|
343
|
-
:param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
344
343
|
: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
|
|
345
344
|
:param pulumi.Input[Sequence[pulumi.Input['DragonflyTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
346
345
|
:param pulumi.Input[Sequence[pulumi.Input['DragonflyTechEmailArgs']]] 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 _DragonflyState:
|
|
|
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
|
|
|
@@ -690,9 +689,6 @@ class _DragonflyState:
|
|
|
690
689
|
@property
|
|
691
690
|
@pulumi.getter
|
|
692
691
|
def state(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
693
|
-
"""
|
|
694
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
695
|
-
"""
|
|
696
692
|
return pulumi.get(self, "state")
|
|
697
693
|
|
|
698
694
|
@state.setter
|
|
@@ -748,6 +744,7 @@ class _DragonflyState:
|
|
|
748
744
|
pulumi.set(self, "termination_protection", value)
|
|
749
745
|
|
|
750
746
|
|
|
747
|
+
@pulumi.type_token("aiven:index/dragonfly:Dragonfly")
|
|
751
748
|
class Dragonfly(pulumi.CustomResource):
|
|
752
749
|
@overload
|
|
753
750
|
def __init__(__self__,
|
|
@@ -797,7 +794,7 @@ class Dragonfly(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[Union['DragonflyDragonflyArgs', 'DragonflyDragonflyArgsDict']] dragonfly: Dragonfly server provided values
|
|
@@ -966,7 +963,7 @@ class Dragonfly(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['DragonflyComponentArgs', 'DragonflyComponentArgsDict']]]] 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.
|
|
@@ -989,7 +986,6 @@ class Dragonfly(pulumi.CustomResource):
|
|
|
989
986
|
:param pulumi.Input[builtins.str] service_type: Aiven internal service type code
|
|
990
987
|
:param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
991
988
|
:param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
|
|
992
|
-
:param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
993
989
|
: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
|
|
994
990
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DragonflyTagArgs', 'DragonflyTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
995
991
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DragonflyTechEmailArgs', 'DragonflyTechEmailArgsDict']]]] 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 Dragonfly(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
|
|
|
@@ -1218,9 +1214,6 @@ class Dragonfly(pulumi.CustomResource):
|
|
|
1218
1214
|
@property
|
|
1219
1215
|
@pulumi.getter
|
|
1220
1216
|
def state(self) -> pulumi.Output[builtins.str]:
|
|
1221
|
-
"""
|
|
1222
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
1223
|
-
"""
|
|
1224
1217
|
return pulumi.get(self, "state")
|
|
1225
1218
|
|
|
1226
1219
|
@property
|
pulumi_aiven/flink.py
CHANGED
|
@@ -43,7 +43,7 @@ class FlinkArgs:
|
|
|
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['FlinkFlinkArgs'] flink: Values provided by the Flink server.
|
|
@@ -130,7 +130,7 @@ class FlinkArgs:
|
|
|
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 _FlinkState:
|
|
|
317
317
|
termination_protection: Optional[pulumi.Input[builtins.bool]] = None):
|
|
318
318
|
"""
|
|
319
319
|
Input properties used for looking up and filtering Flink 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['FlinkComponentArgs']]] 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.
|
|
@@ -340,7 +340,6 @@ class _FlinkState:
|
|
|
340
340
|
:param pulumi.Input[builtins.str] service_type: Aiven internal service type code
|
|
341
341
|
:param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
342
342
|
:param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
|
|
343
|
-
:param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
344
343
|
: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
|
|
345
344
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
346
345
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkTechEmailArgs']]] 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 _FlinkState:
|
|
|
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
|
|
|
@@ -690,9 +689,6 @@ class _FlinkState:
|
|
|
690
689
|
@property
|
|
691
690
|
@pulumi.getter
|
|
692
691
|
def state(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
693
|
-
"""
|
|
694
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
695
|
-
"""
|
|
696
692
|
return pulumi.get(self, "state")
|
|
697
693
|
|
|
698
694
|
@state.setter
|
|
@@ -748,6 +744,7 @@ class _FlinkState:
|
|
|
748
744
|
pulumi.set(self, "termination_protection", value)
|
|
749
745
|
|
|
750
746
|
|
|
747
|
+
@pulumi.type_token("aiven:index/flink:Flink")
|
|
751
748
|
class Flink(pulumi.CustomResource):
|
|
752
749
|
@overload
|
|
753
750
|
def __init__(__self__,
|
|
@@ -799,7 +796,7 @@ class Flink(pulumi.CustomResource):
|
|
|
799
796
|
|
|
800
797
|
:param str resource_name: The name of the resource.
|
|
801
798
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
802
|
-
: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
|
|
799
|
+
: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.
|
|
803
800
|
: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.
|
|
804
801
|
: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.
|
|
805
802
|
:param pulumi.Input[Union['FlinkFlinkArgs', 'FlinkFlinkArgsDict']] flink: Values provided by the Flink server.
|
|
@@ -970,7 +967,7 @@ class Flink(pulumi.CustomResource):
|
|
|
970
967
|
:param str resource_name: The unique name of the resulting resource.
|
|
971
968
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
972
969
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
973
|
-
: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
|
|
970
|
+
: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.
|
|
974
971
|
: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.
|
|
975
972
|
:param pulumi.Input[Sequence[pulumi.Input[Union['FlinkComponentArgs', 'FlinkComponentArgsDict']]]] components: Service component information objects
|
|
976
973
|
: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.
|
|
@@ -993,7 +990,6 @@ class Flink(pulumi.CustomResource):
|
|
|
993
990
|
:param pulumi.Input[builtins.str] service_type: Aiven internal service type code
|
|
994
991
|
:param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
995
992
|
:param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
|
|
996
|
-
:param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
997
993
|
: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
|
|
998
994
|
:param pulumi.Input[Sequence[pulumi.Input[Union['FlinkTagArgs', 'FlinkTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
999
995
|
:param pulumi.Input[Sequence[pulumi.Input[Union['FlinkTechEmailArgs', 'FlinkTechEmailArgsDict']]]] 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.
|
|
@@ -1037,7 +1033,7 @@ class Flink(pulumi.CustomResource):
|
|
|
1037
1033
|
@pulumi.getter(name="additionalDiskSpace")
|
|
1038
1034
|
def additional_disk_space(self) -> pulumi.Output[builtins.str]:
|
|
1039
1035
|
"""
|
|
1040
|
-
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
|
|
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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
1041
1037
|
"""
|
|
1042
1038
|
return pulumi.get(self, "additional_disk_space")
|
|
1043
1039
|
|
|
@@ -1222,9 +1218,6 @@ class Flink(pulumi.CustomResource):
|
|
|
1222
1218
|
@property
|
|
1223
1219
|
@pulumi.getter
|
|
1224
1220
|
def state(self) -> pulumi.Output[builtins.str]:
|
|
1225
|
-
"""
|
|
1226
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
1227
|
-
"""
|
|
1228
1221
|
return pulumi.get(self, "state")
|
|
1229
1222
|
|
|
1230
1223
|
@property
|
|
@@ -285,6 +285,7 @@ class _FlinkApplicationDeploymentState:
|
|
|
285
285
|
pulumi.set(self, "version_id", value)
|
|
286
286
|
|
|
287
287
|
|
|
288
|
+
@pulumi.type_token("aiven:index/flinkApplicationDeployment:FlinkApplicationDeployment")
|
|
288
289
|
class FlinkApplicationDeployment(pulumi.CustomResource):
|
|
289
290
|
@overload
|
|
290
291
|
def __init__(__self__,
|
|
@@ -367,6 +367,7 @@ class _FlinkApplicationVersionState:
|
|
|
367
367
|
pulumi.set(self, "version", value)
|
|
368
368
|
|
|
369
369
|
|
|
370
|
+
@pulumi.type_token("aiven:index/flinkApplicationVersion:FlinkApplicationVersion")
|
|
370
371
|
class FlinkApplicationVersion(pulumi.CustomResource):
|
|
371
372
|
@overload
|
|
372
373
|
def __init__(__self__,
|
|
@@ -241,6 +241,7 @@ class _FlinkJarApplicationState:
|
|
|
241
241
|
pulumi.set(self, "updated_by", value)
|
|
242
242
|
|
|
243
243
|
|
|
244
|
+
@pulumi.type_token("aiven:index/flinkJarApplication:FlinkJarApplication")
|
|
244
245
|
class FlinkJarApplication(pulumi.CustomResource):
|
|
245
246
|
@overload
|
|
246
247
|
def __init__(__self__,
|
|
@@ -429,6 +429,7 @@ class _FlinkJarApplicationDeploymentState:
|
|
|
429
429
|
pulumi.set(self, "version_id", value)
|
|
430
430
|
|
|
431
431
|
|
|
432
|
+
@pulumi.type_token("aiven:index/flinkJarApplicationDeployment:FlinkJarApplicationDeployment")
|
|
432
433
|
class FlinkJarApplicationDeployment(pulumi.CustomResource):
|
|
433
434
|
@overload
|
|
434
435
|
def __init__(__self__,
|
|
@@ -255,6 +255,7 @@ class _FlinkJarApplicationVersionState:
|
|
|
255
255
|
pulumi.set(self, "version", value)
|
|
256
256
|
|
|
257
257
|
|
|
258
|
+
@pulumi.type_token("aiven:index/flinkJarApplicationVersion:FlinkJarApplicationVersion")
|
|
258
259
|
class FlinkJarApplicationVersion(pulumi.CustomResource):
|
|
259
260
|
@overload
|
|
260
261
|
def __init__(__self__,
|
|
@@ -189,6 +189,7 @@ class _GcpOrgVpcPeeringConnectionState:
|
|
|
189
189
|
pulumi.set(self, "state", value)
|
|
190
190
|
|
|
191
191
|
|
|
192
|
+
@pulumi.type_token("aiven:index/gcpOrgVpcPeeringConnection:GcpOrgVpcPeeringConnection")
|
|
192
193
|
class GcpOrgVpcPeeringConnection(pulumi.CustomResource):
|
|
193
194
|
@overload
|
|
194
195
|
def __init__(__self__,
|
pulumi_aiven/gcp_privatelink.py
CHANGED
|
@@ -174,6 +174,7 @@ class _GcpPrivatelinkConnectionApprovalState:
|
|
|
174
174
|
pulumi.set(self, "user_ip_address", value)
|
|
175
175
|
|
|
176
176
|
|
|
177
|
+
@pulumi.type_token("aiven:index/gcpPrivatelinkConnectionApproval:GcpPrivatelinkConnectionApproval")
|
|
177
178
|
class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
178
179
|
@overload
|
|
179
180
|
def __init__(__self__,
|
|
@@ -174,6 +174,7 @@ class _GcpVpcPeeringConnectionState:
|
|
|
174
174
|
pulumi.set(self, "vpc_id", value)
|
|
175
175
|
|
|
176
176
|
|
|
177
|
+
@pulumi.type_token("aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection")
|
|
177
178
|
class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
178
179
|
@overload
|
|
179
180
|
def __init__(__self__,
|
pulumi_aiven/get_alloydbomni.py
CHANGED
|
@@ -124,7 +124,7 @@ class GetAlloydbomniResult:
|
|
|
124
124
|
@pulumi.getter(name="additionalDiskSpace")
|
|
125
125
|
def additional_disk_space(self) -> builtins.str:
|
|
126
126
|
"""
|
|
127
|
-
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
|
|
127
|
+
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.
|
|
128
128
|
"""
|
|
129
129
|
return pulumi.get(self, "additional_disk_space")
|
|
130
130
|
|
|
@@ -323,9 +323,6 @@ class GetAlloydbomniResult:
|
|
|
323
323
|
@property
|
|
324
324
|
@pulumi.getter
|
|
325
325
|
def state(self) -> builtins.str:
|
|
326
|
-
"""
|
|
327
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
328
|
-
"""
|
|
329
326
|
return pulumi.get(self, "state")
|
|
330
327
|
|
|
331
328
|
@property
|
pulumi_aiven/get_cassanda.py
CHANGED
|
@@ -123,7 +123,7 @@ class GetCassandaResult:
|
|
|
123
123
|
@pulumi.getter(name="additionalDiskSpace")
|
|
124
124
|
def additional_disk_space(self) -> builtins.str:
|
|
125
125
|
"""
|
|
126
|
-
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
|
|
126
|
+
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.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "additional_disk_space")
|
|
129
129
|
|
|
@@ -314,9 +314,6 @@ class GetCassandaResult:
|
|
|
314
314
|
@property
|
|
315
315
|
@pulumi.getter
|
|
316
316
|
def state(self) -> builtins.str:
|
|
317
|
-
"""
|
|
318
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
319
|
-
"""
|
|
320
317
|
return pulumi.get(self, "state")
|
|
321
318
|
|
|
322
319
|
@property
|
pulumi_aiven/get_cassandra.py
CHANGED
|
@@ -121,7 +121,7 @@ class GetCassandraResult:
|
|
|
121
121
|
@pulumi.getter(name="additionalDiskSpace")
|
|
122
122
|
def additional_disk_space(self) -> builtins.str:
|
|
123
123
|
"""
|
|
124
|
-
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
|
|
124
|
+
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.
|
|
125
125
|
"""
|
|
126
126
|
return pulumi.get(self, "additional_disk_space")
|
|
127
127
|
|
|
@@ -312,9 +312,6 @@ class GetCassandraResult:
|
|
|
312
312
|
@property
|
|
313
313
|
@pulumi.getter
|
|
314
314
|
def state(self) -> builtins.str:
|
|
315
|
-
"""
|
|
316
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
317
|
-
"""
|
|
318
315
|
return pulumi.get(self, "state")
|
|
319
316
|
|
|
320
317
|
@property
|
pulumi_aiven/get_clickhouse.py
CHANGED
|
@@ -121,7 +121,7 @@ class GetClickhouseResult:
|
|
|
121
121
|
@pulumi.getter(name="additionalDiskSpace")
|
|
122
122
|
def additional_disk_space(self) -> builtins.str:
|
|
123
123
|
"""
|
|
124
|
-
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
|
|
124
|
+
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.
|
|
125
125
|
"""
|
|
126
126
|
return pulumi.get(self, "additional_disk_space")
|
|
127
127
|
|
|
@@ -312,9 +312,6 @@ class GetClickhouseResult:
|
|
|
312
312
|
@property
|
|
313
313
|
@pulumi.getter
|
|
314
314
|
def state(self) -> builtins.str:
|
|
315
|
-
"""
|
|
316
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
317
|
-
"""
|
|
318
315
|
return pulumi.get(self, "state")
|
|
319
316
|
|
|
320
317
|
@property
|
pulumi_aiven/get_dragonfly.py
CHANGED
|
@@ -121,7 +121,7 @@ class GetDragonflyResult:
|
|
|
121
121
|
@pulumi.getter(name="additionalDiskSpace")
|
|
122
122
|
def additional_disk_space(self) -> builtins.str:
|
|
123
123
|
"""
|
|
124
|
-
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
|
|
124
|
+
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.
|
|
125
125
|
"""
|
|
126
126
|
return pulumi.get(self, "additional_disk_space")
|
|
127
127
|
|
|
@@ -312,9 +312,6 @@ class GetDragonflyResult:
|
|
|
312
312
|
@property
|
|
313
313
|
@pulumi.getter
|
|
314
314
|
def state(self) -> builtins.str:
|
|
315
|
-
"""
|
|
316
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
317
|
-
"""
|
|
318
315
|
return pulumi.get(self, "state")
|
|
319
316
|
|
|
320
317
|
@property
|
|
@@ -56,7 +56,7 @@ class GetExternalIdentityResult:
|
|
|
56
56
|
@pulumi.getter(name="externalUserId")
|
|
57
57
|
def external_user_id(self) -> builtins.str:
|
|
58
58
|
"""
|
|
59
|
-
The user's ID on the external service.
|
|
59
|
+
The user's ID on the external service. For GitHub, this is their GitHub username.
|
|
60
60
|
"""
|
|
61
61
|
return pulumi.get(self, "external_user_id")
|
|
62
62
|
|
|
@@ -104,14 +104,14 @@ def get_external_identity(external_service_name: Optional[builtins.str] = None,
|
|
|
104
104
|
organization_id: Optional[builtins.str] = None,
|
|
105
105
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetExternalIdentityResult:
|
|
106
106
|
"""
|
|
107
|
-
|
|
107
|
+
Links external usernames to Aiven users, ensuring that requesters and approvers are correctly identified for Aiven for Apache Kafka® Governance approval workflows.
|
|
108
108
|
|
|
109
109
|
**This resource is in the beta stage and may change without notice.** Set
|
|
110
110
|
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
111
111
|
|
|
112
112
|
|
|
113
113
|
:param builtins.str external_service_name: The name of the external service. The possible value is `github`.
|
|
114
|
-
:param builtins.str external_user_id: The user's ID on the external service.
|
|
114
|
+
:param builtins.str external_user_id: The user's ID on the external service. For GitHub, this is their GitHub username.
|
|
115
115
|
:param builtins.str internal_user_id: The Aiven user ID.
|
|
116
116
|
:param builtins.str organization_id: The ID of the Aiven organization that the user is part of.
|
|
117
117
|
"""
|
|
@@ -135,14 +135,14 @@ def get_external_identity_output(external_service_name: Optional[pulumi.Input[bu
|
|
|
135
135
|
organization_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
136
136
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetExternalIdentityResult]:
|
|
137
137
|
"""
|
|
138
|
-
|
|
138
|
+
Links external usernames to Aiven users, ensuring that requesters and approvers are correctly identified for Aiven for Apache Kafka® Governance approval workflows.
|
|
139
139
|
|
|
140
140
|
**This resource is in the beta stage and may change without notice.** Set
|
|
141
141
|
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
142
142
|
|
|
143
143
|
|
|
144
144
|
:param builtins.str external_service_name: The name of the external service. The possible value is `github`.
|
|
145
|
-
:param builtins.str external_user_id: The user's ID on the external service.
|
|
145
|
+
:param builtins.str external_user_id: The user's ID on the external service. For GitHub, this is their GitHub username.
|
|
146
146
|
:param builtins.str internal_user_id: The Aiven user ID.
|
|
147
147
|
:param builtins.str organization_id: The ID of the Aiven organization that the user is part of.
|
|
148
148
|
"""
|
pulumi_aiven/get_flink.py
CHANGED
|
@@ -121,7 +121,7 @@ class GetFlinkResult:
|
|
|
121
121
|
@pulumi.getter(name="additionalDiskSpace")
|
|
122
122
|
def additional_disk_space(self) -> builtins.str:
|
|
123
123
|
"""
|
|
124
|
-
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
|
|
124
|
+
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.
|
|
125
125
|
"""
|
|
126
126
|
return pulumi.get(self, "additional_disk_space")
|
|
127
127
|
|
|
@@ -312,9 +312,6 @@ class GetFlinkResult:
|
|
|
312
312
|
@property
|
|
313
313
|
@pulumi.getter
|
|
314
314
|
def state(self) -> builtins.str:
|
|
315
|
-
"""
|
|
316
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
317
|
-
"""
|
|
318
315
|
return pulumi.get(self, "state")
|
|
319
316
|
|
|
320
317
|
@property
|
pulumi_aiven/get_grafana.py
CHANGED
|
@@ -121,7 +121,7 @@ class GetGrafanaResult:
|
|
|
121
121
|
@pulumi.getter(name="additionalDiskSpace")
|
|
122
122
|
def additional_disk_space(self) -> builtins.str:
|
|
123
123
|
"""
|
|
124
|
-
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
|
|
124
|
+
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.
|
|
125
125
|
"""
|
|
126
126
|
return pulumi.get(self, "additional_disk_space")
|
|
127
127
|
|
|
@@ -312,9 +312,6 @@ class GetGrafanaResult:
|
|
|
312
312
|
@property
|
|
313
313
|
@pulumi.getter
|
|
314
314
|
def state(self) -> builtins.str:
|
|
315
|
-
"""
|
|
316
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
317
|
-
"""
|
|
318
315
|
return pulumi.get(self, "state")
|
|
319
316
|
|
|
320
317
|
@property
|
pulumi_aiven/get_kafka.py
CHANGED
|
@@ -127,7 +127,7 @@ class GetKafkaResult:
|
|
|
127
127
|
@pulumi.getter(name="additionalDiskSpace")
|
|
128
128
|
def additional_disk_space(self) -> builtins.str:
|
|
129
129
|
"""
|
|
130
|
-
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
|
|
130
|
+
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.
|
|
131
131
|
"""
|
|
132
132
|
return pulumi.get(self, "additional_disk_space")
|
|
133
133
|
|
|
@@ -334,9 +334,6 @@ class GetKafkaResult:
|
|
|
334
334
|
@property
|
|
335
335
|
@pulumi.getter
|
|
336
336
|
def state(self) -> builtins.str:
|
|
337
|
-
"""
|
|
338
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
339
|
-
"""
|
|
340
337
|
return pulumi.get(self, "state")
|
|
341
338
|
|
|
342
339
|
@property
|
|
@@ -118,7 +118,7 @@ class GetKafkaConnectResult:
|
|
|
118
118
|
@pulumi.getter(name="additionalDiskSpace")
|
|
119
119
|
def additional_disk_space(self) -> builtins.str:
|
|
120
120
|
"""
|
|
121
|
-
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
|
|
121
|
+
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.
|
|
122
122
|
"""
|
|
123
123
|
return pulumi.get(self, "additional_disk_space")
|
|
124
124
|
|
|
@@ -301,9 +301,6 @@ class GetKafkaConnectResult:
|
|
|
301
301
|
@property
|
|
302
302
|
@pulumi.getter
|
|
303
303
|
def state(self) -> builtins.str:
|
|
304
|
-
"""
|
|
305
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
306
|
-
"""
|
|
307
304
|
return pulumi.get(self, "state")
|
|
308
305
|
|
|
309
306
|
@property
|
|
@@ -118,7 +118,7 @@ class GetKafkaMirrorMakerResult:
|
|
|
118
118
|
@pulumi.getter(name="additionalDiskSpace")
|
|
119
119
|
def additional_disk_space(self) -> builtins.str:
|
|
120
120
|
"""
|
|
121
|
-
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
|
|
121
|
+
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.
|
|
122
122
|
"""
|
|
123
123
|
return pulumi.get(self, "additional_disk_space")
|
|
124
124
|
|
|
@@ -301,9 +301,6 @@ class GetKafkaMirrorMakerResult:
|
|
|
301
301
|
@property
|
|
302
302
|
@pulumi.getter
|
|
303
303
|
def state(self) -> builtins.str:
|
|
304
|
-
"""
|
|
305
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
306
|
-
"""
|
|
307
304
|
return pulumi.get(self, "state")
|
|
308
305
|
|
|
309
306
|
@property
|
|
@@ -121,7 +121,7 @@ class GetM3AggregatorResult:
|
|
|
121
121
|
@pulumi.getter(name="additionalDiskSpace")
|
|
122
122
|
def additional_disk_space(self) -> builtins.str:
|
|
123
123
|
"""
|
|
124
|
-
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
|
|
124
|
+
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.
|
|
125
125
|
"""
|
|
126
126
|
return pulumi.get(self, "additional_disk_space")
|
|
127
127
|
|
|
@@ -312,9 +312,6 @@ class GetM3AggregatorResult:
|
|
|
312
312
|
@property
|
|
313
313
|
@pulumi.getter
|
|
314
314
|
def state(self) -> builtins.str:
|
|
315
|
-
"""
|
|
316
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
317
|
-
"""
|
|
318
315
|
return pulumi.get(self, "state")
|
|
319
316
|
|
|
320
317
|
@property
|