pulumi-aiven 6.12.0a1708541199__py3-none-any.whl → 6.13.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 +28 -0
- pulumi_aiven/_inputs.py +2491 -944
- pulumi_aiven/account.py +40 -32
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +6 -2
- pulumi_aiven/account_team_member.py +27 -23
- pulumi_aiven/account_team_project.py +6 -2
- pulumi_aiven/aws_privatelink.py +43 -39
- pulumi_aiven/aws_vpc_peering_connection.py +66 -52
- pulumi_aiven/azure_privatelink.py +53 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +80 -68
- pulumi_aiven/billing_group.py +6 -2
- pulumi_aiven/cassandra.py +13 -9
- pulumi_aiven/cassandra_user.py +27 -23
- pulumi_aiven/clickhouse.py +13 -9
- pulumi_aiven/clickhouse_database.py +27 -23
- pulumi_aiven/clickhouse_grant.py +46 -42
- pulumi_aiven/clickhouse_role.py +27 -23
- pulumi_aiven/clickhouse_user.py +27 -23
- pulumi_aiven/connection_pool.py +34 -30
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +13 -9
- pulumi_aiven/flink_application.py +20 -16
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +16 -16
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +19 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
- pulumi_aiven/get_azure_privatelink.py +21 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +7 -3
- pulumi_aiven/get_cassandra.py +7 -3
- pulumi_aiven/get_cassandra_user.py +13 -9
- pulumi_aiven/get_clickhouse.py +7 -3
- pulumi_aiven/get_clickhouse_database.py +13 -9
- pulumi_aiven/get_clickhouse_user.py +13 -9
- pulumi_aiven/get_connection_pool.py +14 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +7 -3
- pulumi_aiven/get_flink_application.py +10 -6
- pulumi_aiven/get_flink_application_version.py +10 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
- pulumi_aiven/get_grafana.py +7 -3
- pulumi_aiven/get_kafka.py +7 -3
- pulumi_aiven/get_kafka_acl.py +19 -15
- pulumi_aiven/get_kafka_connect.py +7 -3
- pulumi_aiven/get_kafka_connector.py +13 -9
- pulumi_aiven/get_kafka_mirror_maker.py +7 -3
- pulumi_aiven/get_kafka_schema.py +13 -9
- pulumi_aiven/get_kafka_schema_configuration.py +11 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +13 -9
- pulumi_aiven/get_kafka_user.py +13 -9
- pulumi_aiven/get_m3_aggregator.py +7 -3
- pulumi_aiven/get_m3_db.py +7 -3
- pulumi_aiven/get_m3db_user.py +13 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
- pulumi_aiven/get_my_sql.py +7 -3
- pulumi_aiven/get_mysql_database.py +13 -9
- pulumi_aiven/get_mysql_user.py +13 -9
- pulumi_aiven/get_open_search.py +7 -3
- pulumi_aiven/get_open_search_acl_config.py +10 -6
- pulumi_aiven/get_open_search_acl_rule.py +16 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
- pulumi_aiven/get_opensearch_user.py +13 -9
- pulumi_aiven/get_organization.py +12 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +7 -3
- pulumi_aiven/get_pg_database.py +15 -11
- pulumi_aiven/get_pg_user.py +13 -9
- pulumi_aiven/get_project.py +4 -0
- pulumi_aiven/get_project_user.py +10 -6
- pulumi_aiven/get_project_vpc.py +15 -13
- pulumi_aiven/get_redis.py +7 -3
- pulumi_aiven/get_redis_user.py +17 -13
- pulumi_aiven/get_service_component.py +4 -0
- pulumi_aiven/get_service_integration.py +60 -4
- pulumi_aiven/get_service_integration_endpoint.py +5 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
- pulumi_aiven/grafana.py +13 -9
- pulumi_aiven/influx_db.py +7 -7
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +28 -28
- pulumi_aiven/kafka.py +13 -9
- pulumi_aiven/kafka_acl.py +41 -37
- pulumi_aiven/kafka_connect.py +13 -9
- pulumi_aiven/kafka_connector.py +27 -23
- pulumi_aiven/kafka_mirror_maker.py +13 -9
- pulumi_aiven/kafka_schema.py +53 -45
- pulumi_aiven/kafka_schema_configuration.py +20 -16
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +23 -23
- pulumi_aiven/kafka_user.py +27 -23
- pulumi_aiven/m3_aggregator.py +13 -9
- pulumi_aiven/m3_db.py +13 -9
- pulumi_aiven/m3db_user.py +27 -23
- pulumi_aiven/mirror_maker_replication_flow.py +56 -50
- pulumi_aiven/my_sql.py +13 -9
- pulumi_aiven/mysql_database.py +27 -23
- pulumi_aiven/mysql_user.py +27 -23
- pulumi_aiven/open_search.py +13 -9
- pulumi_aiven/open_search_acl_config.py +20 -16
- pulumi_aiven/open_search_acl_rule.py +34 -30
- pulumi_aiven/opensearch_security_plugin_config.py +68 -16
- pulumi_aiven/opensearch_user.py +27 -23
- pulumi_aiven/organization.py +14 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +16 -16
- pulumi_aiven/organization_user_group.py +61 -23
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +36 -32
- pulumi_aiven/outputs.py +3013 -491
- pulumi_aiven/pg.py +9 -9
- pulumi_aiven/pg_database.py +41 -37
- pulumi_aiven/pg_user.py +27 -23
- pulumi_aiven/project.py +28 -2
- pulumi_aiven/project_user.py +20 -16
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +13 -9
- pulumi_aiven/redis_user.py +55 -51
- pulumi_aiven/service_integration.py +201 -9
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.12.0a1708541199.dist-info/RECORD +0 -146
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/flink.py
CHANGED
|
@@ -35,7 +35,7 @@ class FlinkArgs:
|
|
|
35
35
|
"""
|
|
36
36
|
The set of arguments for constructing a Flink resource.
|
|
37
37
|
:param pulumi.Input[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 seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
38
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
38
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
39
39
|
:param pulumi.Input[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.
|
|
40
40
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
41
41
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
@@ -100,7 +100,7 @@ class FlinkArgs:
|
|
|
100
100
|
@pulumi.getter
|
|
101
101
|
def project(self) -> pulumi.Input[str]:
|
|
102
102
|
"""
|
|
103
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
103
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
104
104
|
"""
|
|
105
105
|
return pulumi.get(self, "project")
|
|
106
106
|
|
|
@@ -326,7 +326,7 @@ class _FlinkState:
|
|
|
326
326
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
327
327
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
328
328
|
:param pulumi.Input[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 seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
329
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
329
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
330
330
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
331
331
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
332
332
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
@@ -565,7 +565,7 @@ class _FlinkState:
|
|
|
565
565
|
@pulumi.getter
|
|
566
566
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
567
567
|
"""
|
|
568
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
568
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
569
569
|
"""
|
|
570
570
|
return pulumi.get(self, "project")
|
|
571
571
|
|
|
@@ -769,6 +769,7 @@ class Flink(pulumi.CustomResource):
|
|
|
769
769
|
|
|
770
770
|
## Example Usage
|
|
771
771
|
|
|
772
|
+
<!--Start PulumiCodeChooser -->
|
|
772
773
|
```python
|
|
773
774
|
import pulumi
|
|
774
775
|
import pulumi_aiven as aiven
|
|
@@ -784,11 +785,12 @@ class Flink(pulumi.CustomResource):
|
|
|
784
785
|
flink_version="1.16",
|
|
785
786
|
))
|
|
786
787
|
```
|
|
788
|
+
<!--End PulumiCodeChooser -->
|
|
787
789
|
|
|
788
790
|
## Import
|
|
789
791
|
|
|
790
792
|
```sh
|
|
791
|
-
|
|
793
|
+
$ pulumi import aiven:index/flink:Flink flink project/service_name
|
|
792
794
|
```
|
|
793
795
|
|
|
794
796
|
:param str resource_name: The name of the resource.
|
|
@@ -801,7 +803,7 @@ class Flink(pulumi.CustomResource):
|
|
|
801
803
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
802
804
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
803
805
|
:param pulumi.Input[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 seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
804
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
806
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
805
807
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
806
808
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
807
809
|
:param pulumi.Input[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.
|
|
@@ -821,6 +823,7 @@ class Flink(pulumi.CustomResource):
|
|
|
821
823
|
|
|
822
824
|
## Example Usage
|
|
823
825
|
|
|
826
|
+
<!--Start PulumiCodeChooser -->
|
|
824
827
|
```python
|
|
825
828
|
import pulumi
|
|
826
829
|
import pulumi_aiven as aiven
|
|
@@ -836,11 +839,12 @@ class Flink(pulumi.CustomResource):
|
|
|
836
839
|
flink_version="1.16",
|
|
837
840
|
))
|
|
838
841
|
```
|
|
842
|
+
<!--End PulumiCodeChooser -->
|
|
839
843
|
|
|
840
844
|
## Import
|
|
841
845
|
|
|
842
846
|
```sh
|
|
843
|
-
|
|
847
|
+
$ pulumi import aiven:index/flink:Flink flink project/service_name
|
|
844
848
|
```
|
|
845
849
|
|
|
846
850
|
:param str resource_name: The name of the resource.
|
|
@@ -977,7 +981,7 @@ class Flink(pulumi.CustomResource):
|
|
|
977
981
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
978
982
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
979
983
|
:param pulumi.Input[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 seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
980
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
984
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
981
985
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
982
986
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
983
987
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
@@ -1138,7 +1142,7 @@ class Flink(pulumi.CustomResource):
|
|
|
1138
1142
|
@pulumi.getter
|
|
1139
1143
|
def project(self) -> pulumi.Output[str]:
|
|
1140
1144
|
"""
|
|
1141
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
1145
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
1142
1146
|
"""
|
|
1143
1147
|
return pulumi.get(self, "project")
|
|
1144
1148
|
|
|
@@ -19,8 +19,8 @@ class FlinkApplicationArgs:
|
|
|
19
19
|
name: Optional[pulumi.Input[str]] = None):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a FlinkApplication resource.
|
|
22
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
23
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
22
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
23
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
24
24
|
:param pulumi.Input[str] name: Application name
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "project", project)
|
|
@@ -32,7 +32,7 @@ class FlinkApplicationArgs:
|
|
|
32
32
|
@pulumi.getter
|
|
33
33
|
def project(self) -> pulumi.Input[str]:
|
|
34
34
|
"""
|
|
35
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
35
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
36
36
|
"""
|
|
37
37
|
return pulumi.get(self, "project")
|
|
38
38
|
|
|
@@ -44,7 +44,7 @@ class FlinkApplicationArgs:
|
|
|
44
44
|
@pulumi.getter(name="serviceName")
|
|
45
45
|
def service_name(self) -> pulumi.Input[str]:
|
|
46
46
|
"""
|
|
47
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
47
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
48
48
|
"""
|
|
49
49
|
return pulumi.get(self, "service_name")
|
|
50
50
|
|
|
@@ -82,8 +82,8 @@ class _FlinkApplicationState:
|
|
|
82
82
|
:param pulumi.Input[str] created_at: Application creation time
|
|
83
83
|
:param pulumi.Input[str] created_by: Application creator
|
|
84
84
|
:param pulumi.Input[str] name: Application name
|
|
85
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
86
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
85
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
86
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
87
87
|
:param pulumi.Input[str] updated_at: Application update time
|
|
88
88
|
:param pulumi.Input[str] updated_by: Application updater
|
|
89
89
|
"""
|
|
@@ -156,7 +156,7 @@ class _FlinkApplicationState:
|
|
|
156
156
|
@pulumi.getter
|
|
157
157
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
158
158
|
"""
|
|
159
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
159
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
160
160
|
"""
|
|
161
161
|
return pulumi.get(self, "project")
|
|
162
162
|
|
|
@@ -168,7 +168,7 @@ class _FlinkApplicationState:
|
|
|
168
168
|
@pulumi.getter(name="serviceName")
|
|
169
169
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
170
170
|
"""
|
|
171
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
171
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
172
172
|
"""
|
|
173
173
|
return pulumi.get(self, "service_name")
|
|
174
174
|
|
|
@@ -215,6 +215,7 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
215
215
|
|
|
216
216
|
## Example Usage
|
|
217
217
|
|
|
218
|
+
<!--Start PulumiCodeChooser -->
|
|
218
219
|
```python
|
|
219
220
|
import pulumi
|
|
220
221
|
import pulumi_aiven as aiven
|
|
@@ -223,18 +224,19 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
223
224
|
project=aiven_project["foo"]["project"],
|
|
224
225
|
service_name="flink-service-1")
|
|
225
226
|
```
|
|
227
|
+
<!--End PulumiCodeChooser -->
|
|
226
228
|
|
|
227
229
|
## Import
|
|
228
230
|
|
|
229
231
|
```sh
|
|
230
|
-
|
|
232
|
+
$ pulumi import aiven:index/flinkApplication:FlinkApplication myapp project/service/application_name
|
|
231
233
|
```
|
|
232
234
|
|
|
233
235
|
:param str resource_name: The name of the resource.
|
|
234
236
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
235
237
|
:param pulumi.Input[str] name: Application name
|
|
236
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
237
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
238
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
239
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
238
240
|
"""
|
|
239
241
|
...
|
|
240
242
|
@overload
|
|
@@ -247,6 +249,7 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
247
249
|
|
|
248
250
|
## Example Usage
|
|
249
251
|
|
|
252
|
+
<!--Start PulumiCodeChooser -->
|
|
250
253
|
```python
|
|
251
254
|
import pulumi
|
|
252
255
|
import pulumi_aiven as aiven
|
|
@@ -255,11 +258,12 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
255
258
|
project=aiven_project["foo"]["project"],
|
|
256
259
|
service_name="flink-service-1")
|
|
257
260
|
```
|
|
261
|
+
<!--End PulumiCodeChooser -->
|
|
258
262
|
|
|
259
263
|
## Import
|
|
260
264
|
|
|
261
265
|
```sh
|
|
262
|
-
|
|
266
|
+
$ pulumi import aiven:index/flinkApplication:FlinkApplication myapp project/service/application_name
|
|
263
267
|
```
|
|
264
268
|
|
|
265
269
|
:param str resource_name: The name of the resource.
|
|
@@ -330,8 +334,8 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
330
334
|
:param pulumi.Input[str] created_at: Application creation time
|
|
331
335
|
:param pulumi.Input[str] created_by: Application creator
|
|
332
336
|
:param pulumi.Input[str] name: Application name
|
|
333
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
334
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
337
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
338
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
335
339
|
:param pulumi.Input[str] updated_at: Application update time
|
|
336
340
|
:param pulumi.Input[str] updated_by: Application updater
|
|
337
341
|
"""
|
|
@@ -385,7 +389,7 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
385
389
|
@pulumi.getter
|
|
386
390
|
def project(self) -> pulumi.Output[str]:
|
|
387
391
|
"""
|
|
388
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
392
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
389
393
|
"""
|
|
390
394
|
return pulumi.get(self, "project")
|
|
391
395
|
|
|
@@ -393,7 +397,7 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
393
397
|
@pulumi.getter(name="serviceName")
|
|
394
398
|
def service_name(self) -> pulumi.Output[str]:
|
|
395
399
|
"""
|
|
396
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
400
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
397
401
|
"""
|
|
398
402
|
return pulumi.get(self, "service_name")
|
|
399
403
|
|
|
@@ -25,9 +25,9 @@ class FlinkApplicationDeploymentArgs:
|
|
|
25
25
|
The set of arguments for constructing a FlinkApplicationDeployment resource.
|
|
26
26
|
:param pulumi.Input[str] application_id: Application ID
|
|
27
27
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
28
|
-
reference.
|
|
28
|
+
reference. Changing this property forces recreation of the resource.
|
|
29
29
|
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
30
|
-
variable as a reference.
|
|
30
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
31
31
|
:param pulumi.Input[str] version_id: ApplicationVersion ID
|
|
32
32
|
:param pulumi.Input[int] parallelism: Flink Job parallelism
|
|
33
33
|
:param pulumi.Input[bool] restart_enabled: Specifies whether a Flink Job is restarted in case it fails
|
|
@@ -61,7 +61,7 @@ class FlinkApplicationDeploymentArgs:
|
|
|
61
61
|
def project(self) -> pulumi.Input[str]:
|
|
62
62
|
"""
|
|
63
63
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
64
|
-
reference.
|
|
64
|
+
reference. Changing this property forces recreation of the resource.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "project")
|
|
67
67
|
|
|
@@ -74,7 +74,7 @@ class FlinkApplicationDeploymentArgs:
|
|
|
74
74
|
def service_name(self) -> pulumi.Input[str]:
|
|
75
75
|
"""
|
|
76
76
|
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
77
|
-
variable as a reference.
|
|
77
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
78
78
|
"""
|
|
79
79
|
return pulumi.get(self, "service_name")
|
|
80
80
|
|
|
@@ -150,10 +150,10 @@ class _FlinkApplicationDeploymentState:
|
|
|
150
150
|
:param pulumi.Input[str] created_by: Application deployment creator
|
|
151
151
|
:param pulumi.Input[int] parallelism: Flink Job parallelism
|
|
152
152
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
153
|
-
reference.
|
|
153
|
+
reference. Changing this property forces recreation of the resource.
|
|
154
154
|
:param pulumi.Input[bool] restart_enabled: Specifies whether a Flink Job is restarted in case it fails
|
|
155
155
|
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
156
|
-
variable as a reference.
|
|
156
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
157
157
|
:param pulumi.Input[str] starting_savepoint: Job savepoint
|
|
158
158
|
:param pulumi.Input[str] version_id: ApplicationVersion ID
|
|
159
159
|
"""
|
|
@@ -229,7 +229,7 @@ class _FlinkApplicationDeploymentState:
|
|
|
229
229
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
230
230
|
"""
|
|
231
231
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
232
|
-
reference.
|
|
232
|
+
reference. Changing this property forces recreation of the resource.
|
|
233
233
|
"""
|
|
234
234
|
return pulumi.get(self, "project")
|
|
235
235
|
|
|
@@ -254,7 +254,7 @@ class _FlinkApplicationDeploymentState:
|
|
|
254
254
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
255
255
|
"""
|
|
256
256
|
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
257
|
-
variable as a reference.
|
|
257
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
258
258
|
"""
|
|
259
259
|
return pulumi.get(self, "service_name")
|
|
260
260
|
|
|
@@ -307,10 +307,10 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
|
|
|
307
307
|
:param pulumi.Input[str] application_id: Application ID
|
|
308
308
|
:param pulumi.Input[int] parallelism: Flink Job parallelism
|
|
309
309
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
310
|
-
reference.
|
|
310
|
+
reference. Changing this property forces recreation of the resource.
|
|
311
311
|
:param pulumi.Input[bool] restart_enabled: Specifies whether a Flink Job is restarted in case it fails
|
|
312
312
|
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
313
|
-
variable as a reference.
|
|
313
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
314
314
|
:param pulumi.Input[str] starting_savepoint: Job savepoint
|
|
315
315
|
:param pulumi.Input[str] version_id: ApplicationVersion ID
|
|
316
316
|
"""
|
|
@@ -401,10 +401,10 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
|
|
|
401
401
|
:param pulumi.Input[str] created_by: Application deployment creator
|
|
402
402
|
:param pulumi.Input[int] parallelism: Flink Job parallelism
|
|
403
403
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
404
|
-
reference.
|
|
404
|
+
reference. Changing this property forces recreation of the resource.
|
|
405
405
|
:param pulumi.Input[bool] restart_enabled: Specifies whether a Flink Job is restarted in case it fails
|
|
406
406
|
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
407
|
-
variable as a reference.
|
|
407
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
408
408
|
:param pulumi.Input[str] starting_savepoint: Job savepoint
|
|
409
409
|
:param pulumi.Input[str] version_id: ApplicationVersion ID
|
|
410
410
|
"""
|
|
@@ -460,7 +460,7 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
|
|
|
460
460
|
def project(self) -> pulumi.Output[str]:
|
|
461
461
|
"""
|
|
462
462
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
463
|
-
reference.
|
|
463
|
+
reference. Changing this property forces recreation of the resource.
|
|
464
464
|
"""
|
|
465
465
|
return pulumi.get(self, "project")
|
|
466
466
|
|
|
@@ -477,7 +477,7 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
|
|
|
477
477
|
def service_name(self) -> pulumi.Output[str]:
|
|
478
478
|
"""
|
|
479
479
|
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
480
|
-
variable as a reference.
|
|
480
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
481
481
|
"""
|
|
482
482
|
return pulumi.get(self, "service_name")
|
|
483
483
|
|
|
@@ -27,8 +27,8 @@ class FlinkApplicationVersionArgs:
|
|
|
27
27
|
"""
|
|
28
28
|
The set of arguments for constructing a FlinkApplicationVersion resource.
|
|
29
29
|
:param pulumi.Input[str] application_id: Application ID
|
|
30
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
31
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
30
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
31
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
32
32
|
:param pulumi.Input[str] statement: Job SQL statement
|
|
33
33
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkApplicationVersionSinkArgs']]] sink: Application sink
|
|
34
34
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkApplicationVersionSinkArgs']]] sinks: Application sinks
|
|
@@ -70,7 +70,7 @@ class FlinkApplicationVersionArgs:
|
|
|
70
70
|
@pulumi.getter
|
|
71
71
|
def project(self) -> pulumi.Input[str]:
|
|
72
72
|
"""
|
|
73
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
73
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
74
74
|
"""
|
|
75
75
|
return pulumi.get(self, "project")
|
|
76
76
|
|
|
@@ -82,7 +82,7 @@ class FlinkApplicationVersionArgs:
|
|
|
82
82
|
@pulumi.getter(name="serviceName")
|
|
83
83
|
def service_name(self) -> pulumi.Input[str]:
|
|
84
84
|
"""
|
|
85
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
85
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
86
86
|
"""
|
|
87
87
|
return pulumi.get(self, "service_name")
|
|
88
88
|
|
|
@@ -178,8 +178,8 @@ class _FlinkApplicationVersionState:
|
|
|
178
178
|
:param pulumi.Input[str] application_version_id: Application version ID
|
|
179
179
|
:param pulumi.Input[str] created_at: Application version creation time
|
|
180
180
|
:param pulumi.Input[str] created_by: Application version creator
|
|
181
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
182
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
181
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
182
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
183
183
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkApplicationVersionSinkArgs']]] sink: Application sink
|
|
184
184
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkApplicationVersionSinkArgs']]] sinks: Application sinks
|
|
185
185
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkApplicationVersionSourceArgs']]] source: Application source
|
|
@@ -270,7 +270,7 @@ class _FlinkApplicationVersionState:
|
|
|
270
270
|
@pulumi.getter
|
|
271
271
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
272
272
|
"""
|
|
273
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
273
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
274
274
|
"""
|
|
275
275
|
return pulumi.get(self, "project")
|
|
276
276
|
|
|
@@ -282,7 +282,7 @@ class _FlinkApplicationVersionState:
|
|
|
282
282
|
@pulumi.getter(name="serviceName")
|
|
283
283
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
284
284
|
"""
|
|
285
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
285
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
286
286
|
"""
|
|
287
287
|
return pulumi.get(self, "service_name")
|
|
288
288
|
|
|
@@ -389,14 +389,14 @@ class FlinkApplicationVersion(pulumi.CustomResource):
|
|
|
389
389
|
## Import
|
|
390
390
|
|
|
391
391
|
```sh
|
|
392
|
-
|
|
392
|
+
$ pulumi import aiven:index/flinkApplicationVersion:FlinkApplicationVersion v1 project/service/application_id/application_version_id
|
|
393
393
|
```
|
|
394
394
|
|
|
395
395
|
:param str resource_name: The name of the resource.
|
|
396
396
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
397
397
|
:param pulumi.Input[str] application_id: Application ID
|
|
398
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
399
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
398
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
399
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
400
400
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkApplicationVersionSinkArgs']]]] sink: Application sink
|
|
401
401
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkApplicationVersionSinkArgs']]]] sinks: Application sinks
|
|
402
402
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkApplicationVersionSourceArgs']]]] source: Application source
|
|
@@ -415,7 +415,7 @@ class FlinkApplicationVersion(pulumi.CustomResource):
|
|
|
415
415
|
## Import
|
|
416
416
|
|
|
417
417
|
```sh
|
|
418
|
-
|
|
418
|
+
$ pulumi import aiven:index/flinkApplicationVersion:FlinkApplicationVersion v1 project/service/application_id/application_version_id
|
|
419
419
|
```
|
|
420
420
|
|
|
421
421
|
:param str resource_name: The name of the resource.
|
|
@@ -503,8 +503,8 @@ class FlinkApplicationVersion(pulumi.CustomResource):
|
|
|
503
503
|
:param pulumi.Input[str] application_version_id: Application version ID
|
|
504
504
|
:param pulumi.Input[str] created_at: Application version creation time
|
|
505
505
|
:param pulumi.Input[str] created_by: Application version creator
|
|
506
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
507
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
506
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
507
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
508
508
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkApplicationVersionSinkArgs']]]] sink: Application sink
|
|
509
509
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkApplicationVersionSinkArgs']]]] sinks: Application sinks
|
|
510
510
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkApplicationVersionSourceArgs']]]] source: Application source
|
|
@@ -566,7 +566,7 @@ class FlinkApplicationVersion(pulumi.CustomResource):
|
|
|
566
566
|
@pulumi.getter
|
|
567
567
|
def project(self) -> pulumi.Output[str]:
|
|
568
568
|
"""
|
|
569
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
569
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
570
570
|
"""
|
|
571
571
|
return pulumi.get(self, "project")
|
|
572
572
|
|
|
@@ -574,7 +574,7 @@ class FlinkApplicationVersion(pulumi.CustomResource):
|
|
|
574
574
|
@pulumi.getter(name="serviceName")
|
|
575
575
|
def service_name(self) -> pulumi.Output[str]:
|
|
576
576
|
"""
|
|
577
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
577
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
578
578
|
"""
|
|
579
579
|
return pulumi.get(self, "service_name")
|
|
580
580
|
|