pulumi-aiven 6.14.0a1714562227__py3-none-any.whl → 6.14.0a1714596828__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/_inputs.py +88 -150
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team_member.py +2 -2
- pulumi_aiven/aws_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
- pulumi_aiven/billing_group.py +18 -16
- pulumi_aiven/cassandra.py +16 -44
- pulumi_aiven/cassandra_user.py +16 -16
- pulumi_aiven/clickhouse.py +16 -44
- pulumi_aiven/clickhouse_database.py +16 -16
- pulumi_aiven/clickhouse_grant.py +14 -14
- pulumi_aiven/clickhouse_role.py +16 -16
- pulumi_aiven/clickhouse_user.py +14 -14
- pulumi_aiven/connection_pool.py +16 -16
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +16 -16
- pulumi_aiven/flink_application.py +16 -16
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_aws_privatelink.py +6 -6
- pulumi_aiven/get_azure_privatelink.py +6 -6
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +5 -18
- pulumi_aiven/get_cassandra.py +5 -18
- pulumi_aiven/get_cassandra_user.py +6 -6
- pulumi_aiven/get_clickhouse.py +5 -18
- pulumi_aiven/get_clickhouse_database.py +6 -6
- pulumi_aiven/get_clickhouse_user.py +6 -6
- pulumi_aiven/get_connection_pool.py +6 -6
- pulumi_aiven/get_dragonfly.py +27 -20
- pulumi_aiven/get_flink.py +4 -4
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_grafana.py +5 -18
- pulumi_aiven/get_kafka.py +13 -13
- pulumi_aiven/get_kafka_acl.py +6 -6
- pulumi_aiven/get_kafka_connect.py +5 -18
- pulumi_aiven/get_kafka_connector.py +6 -6
- pulumi_aiven/get_kafka_mirror_maker.py +5 -18
- pulumi_aiven/get_kafka_schema.py +6 -6
- pulumi_aiven/get_kafka_schema_configuration.py +6 -6
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -16
- pulumi_aiven/get_kafka_user.py +6 -6
- pulumi_aiven/get_m3_aggregator.py +5 -18
- pulumi_aiven/get_m3_db.py +5 -18
- pulumi_aiven/get_m3db_user.py +6 -6
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +5 -18
- pulumi_aiven/get_mysql_database.py +6 -6
- pulumi_aiven/get_mysql_user.py +6 -6
- pulumi_aiven/get_open_search.py +4 -4
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +6 -6
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +6 -6
- pulumi_aiven/get_pg.py +4 -4
- pulumi_aiven/get_pg_database.py +6 -6
- pulumi_aiven/get_pg_user.py +6 -6
- pulumi_aiven/get_project.py +17 -17
- pulumi_aiven/get_project_user.py +7 -7
- pulumi_aiven/get_redis.py +5 -18
- pulumi_aiven/get_redis_user.py +6 -6
- pulumi_aiven/get_service_integration.py +19 -29
- pulumi_aiven/grafana.py +78 -261
- pulumi_aiven/influx_db.py +21 -21
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +21 -21
- pulumi_aiven/kafka.py +43 -43
- pulumi_aiven/kafka_acl.py +16 -16
- pulumi_aiven/kafka_connect.py +78 -261
- pulumi_aiven/kafka_connector.py +14 -14
- pulumi_aiven/kafka_mirror_maker.py +78 -261
- pulumi_aiven/kafka_schema.py +14 -14
- pulumi_aiven/kafka_schema_configuration.py +16 -16
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +54 -54
- pulumi_aiven/kafka_user.py +16 -16
- pulumi_aiven/m3_aggregator.py +78 -261
- pulumi_aiven/m3_db.py +78 -261
- pulumi_aiven/m3db_user.py +14 -14
- pulumi_aiven/mirror_maker_replication_flow.py +14 -14
- pulumi_aiven/my_sql.py +78 -261
- pulumi_aiven/mysql_database.py +16 -16
- pulumi_aiven/mysql_user.py +16 -16
- pulumi_aiven/open_search.py +14 -14
- pulumi_aiven/open_search_acl_config.py +16 -20
- pulumi_aiven/open_search_acl_rule.py +16 -16
- pulumi_aiven/opensearch_security_plugin_config.py +16 -16
- pulumi_aiven/opensearch_user.py +16 -16
- pulumi_aiven/organization_group_project.py +20 -6
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/outputs.py +147 -266
- pulumi_aiven/pg.py +16 -16
- pulumi_aiven/pg_database.py +16 -16
- pulumi_aiven/pg_user.py +16 -16
- pulumi_aiven/project.py +71 -71
- pulumi_aiven/project_user.py +22 -22
- pulumi_aiven/project_vpc.py +7 -7
- pulumi_aiven/redis.py +78 -261
- pulumi_aiven/redis_user.py +16 -16
- pulumi_aiven/service_integration.py +54 -54
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0a1714596828.dist-info/RECORD +150 -0
- pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.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:
|
|
38
|
+
:param pulumi.Input[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.
|
|
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).
|
|
@@ -48,7 +48,7 @@ class FlinkArgs:
|
|
|
48
48
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
49
49
|
:param pulumi.Input[Sequence[pulumi.Input[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
|
|
50
50
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
51
|
-
:param pulumi.Input[Sequence[pulumi.Input['FlinkTechEmailArgs']]] tech_emails:
|
|
51
|
+
: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.
|
|
52
52
|
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
53
53
|
"""
|
|
54
54
|
pulumi.set(__self__, "plan", plan)
|
|
@@ -100,7 +100,7 @@ class FlinkArgs:
|
|
|
100
100
|
@pulumi.getter
|
|
101
101
|
def project(self) -> pulumi.Input[str]:
|
|
102
102
|
"""
|
|
103
|
-
|
|
103
|
+
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.
|
|
104
104
|
"""
|
|
105
105
|
return pulumi.get(self, "project")
|
|
106
106
|
|
|
@@ -259,7 +259,7 @@ class FlinkArgs:
|
|
|
259
259
|
@pulumi.getter(name="techEmails")
|
|
260
260
|
def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FlinkTechEmailArgs']]]]:
|
|
261
261
|
"""
|
|
262
|
-
|
|
262
|
+
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.
|
|
263
263
|
"""
|
|
264
264
|
return pulumi.get(self, "tech_emails")
|
|
265
265
|
|
|
@@ -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:
|
|
329
|
+
:param pulumi.Input[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.
|
|
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
|
|
@@ -339,7 +339,7 @@ class _FlinkState:
|
|
|
339
339
|
:param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
340
340
|
:param pulumi.Input[Sequence[pulumi.Input[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
|
|
341
341
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
342
|
-
:param pulumi.Input[Sequence[pulumi.Input['FlinkTechEmailArgs']]] tech_emails:
|
|
342
|
+
: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.
|
|
343
343
|
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
344
344
|
"""
|
|
345
345
|
if additional_disk_space is not None:
|
|
@@ -565,7 +565,7 @@ class _FlinkState:
|
|
|
565
565
|
@pulumi.getter
|
|
566
566
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
567
567
|
"""
|
|
568
|
-
|
|
568
|
+
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.
|
|
569
569
|
"""
|
|
570
570
|
return pulumi.get(self, "project")
|
|
571
571
|
|
|
@@ -721,7 +721,7 @@ class _FlinkState:
|
|
|
721
721
|
@pulumi.getter(name="techEmails")
|
|
722
722
|
def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FlinkTechEmailArgs']]]]:
|
|
723
723
|
"""
|
|
724
|
-
|
|
724
|
+
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.
|
|
725
725
|
"""
|
|
726
726
|
return pulumi.get(self, "tech_emails")
|
|
727
727
|
|
|
@@ -788,7 +788,7 @@ class Flink(pulumi.CustomResource):
|
|
|
788
788
|
## Import
|
|
789
789
|
|
|
790
790
|
```sh
|
|
791
|
-
$ pulumi import aiven:index/flink:Flink flink
|
|
791
|
+
$ pulumi import aiven:index/flink:Flink flink PROJECT/SERVICE_NAME
|
|
792
792
|
```
|
|
793
793
|
|
|
794
794
|
:param str resource_name: The name of the resource.
|
|
@@ -801,13 +801,13 @@ class Flink(pulumi.CustomResource):
|
|
|
801
801
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
802
802
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
803
803
|
: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:
|
|
804
|
+
:param pulumi.Input[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.
|
|
805
805
|
: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
806
|
: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
807
|
: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.
|
|
808
808
|
:param pulumi.Input[Sequence[pulumi.Input[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
|
|
809
809
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
810
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkTechEmailArgs']]]] tech_emails:
|
|
810
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['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.
|
|
811
811
|
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
812
812
|
"""
|
|
813
813
|
...
|
|
@@ -840,7 +840,7 @@ class Flink(pulumi.CustomResource):
|
|
|
840
840
|
## Import
|
|
841
841
|
|
|
842
842
|
```sh
|
|
843
|
-
$ pulumi import aiven:index/flink:Flink flink
|
|
843
|
+
$ pulumi import aiven:index/flink:Flink flink PROJECT/SERVICE_NAME
|
|
844
844
|
```
|
|
845
845
|
|
|
846
846
|
:param str resource_name: The name of the resource.
|
|
@@ -977,7 +977,7 @@ class Flink(pulumi.CustomResource):
|
|
|
977
977
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
978
978
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
979
979
|
: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:
|
|
980
|
+
:param pulumi.Input[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.
|
|
981
981
|
: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
982
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
983
983
|
: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
|
|
@@ -990,7 +990,7 @@ class Flink(pulumi.CustomResource):
|
|
|
990
990
|
:param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
991
991
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
992
992
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
993
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkTechEmailArgs']]]] tech_emails:
|
|
993
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['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.
|
|
994
994
|
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
995
995
|
"""
|
|
996
996
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -1138,7 +1138,7 @@ class Flink(pulumi.CustomResource):
|
|
|
1138
1138
|
@pulumi.getter
|
|
1139
1139
|
def project(self) -> pulumi.Output[str]:
|
|
1140
1140
|
"""
|
|
1141
|
-
|
|
1141
|
+
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.
|
|
1142
1142
|
"""
|
|
1143
1143
|
return pulumi.get(self, "project")
|
|
1144
1144
|
|
|
@@ -1242,7 +1242,7 @@ class Flink(pulumi.CustomResource):
|
|
|
1242
1242
|
@pulumi.getter(name="techEmails")
|
|
1243
1243
|
def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.FlinkTechEmail']]]:
|
|
1244
1244
|
"""
|
|
1245
|
-
|
|
1245
|
+
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.
|
|
1246
1246
|
"""
|
|
1247
1247
|
return pulumi.get(self, "tech_emails")
|
|
1248
1248
|
|
|
@@ -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:
|
|
23
|
-
:param pulumi.Input[str] service_name:
|
|
22
|
+
:param pulumi.Input[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.
|
|
23
|
+
:param pulumi.Input[str] service_name: 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
|
-
|
|
35
|
+
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.
|
|
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
|
-
|
|
47
|
+
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:
|
|
86
|
-
:param pulumi.Input[str] service_name:
|
|
85
|
+
:param pulumi.Input[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.
|
|
86
|
+
:param pulumi.Input[str] service_name: 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
|
-
|
|
159
|
+
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.
|
|
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
|
-
|
|
171
|
+
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
|
|
|
@@ -228,14 +228,14 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
228
228
|
## Import
|
|
229
229
|
|
|
230
230
|
```sh
|
|
231
|
-
$ pulumi import aiven:index/flinkApplication:FlinkApplication myapp
|
|
231
|
+
$ pulumi import aiven:index/flinkApplication:FlinkApplication myapp PROJECT/SERVICE/APPLICATION_NAME
|
|
232
232
|
```
|
|
233
233
|
|
|
234
234
|
:param str resource_name: The name of the resource.
|
|
235
235
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
236
236
|
:param pulumi.Input[str] name: Application name
|
|
237
|
-
:param pulumi.Input[str] project:
|
|
238
|
-
:param pulumi.Input[str] service_name:
|
|
237
|
+
:param pulumi.Input[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.
|
|
238
|
+
:param pulumi.Input[str] service_name: 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.
|
|
239
239
|
"""
|
|
240
240
|
...
|
|
241
241
|
@overload
|
|
@@ -261,7 +261,7 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
261
261
|
## Import
|
|
262
262
|
|
|
263
263
|
```sh
|
|
264
|
-
$ pulumi import aiven:index/flinkApplication:FlinkApplication myapp
|
|
264
|
+
$ pulumi import aiven:index/flinkApplication:FlinkApplication myapp PROJECT/SERVICE/APPLICATION_NAME
|
|
265
265
|
```
|
|
266
266
|
|
|
267
267
|
:param str resource_name: The name of the resource.
|
|
@@ -332,8 +332,8 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
332
332
|
:param pulumi.Input[str] created_at: Application creation time
|
|
333
333
|
:param pulumi.Input[str] created_by: Application creator
|
|
334
334
|
:param pulumi.Input[str] name: Application name
|
|
335
|
-
:param pulumi.Input[str] project:
|
|
336
|
-
:param pulumi.Input[str] service_name:
|
|
335
|
+
:param pulumi.Input[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.
|
|
336
|
+
:param pulumi.Input[str] service_name: 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.
|
|
337
337
|
:param pulumi.Input[str] updated_at: Application update time
|
|
338
338
|
:param pulumi.Input[str] updated_by: Application updater
|
|
339
339
|
"""
|
|
@@ -387,7 +387,7 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
387
387
|
@pulumi.getter
|
|
388
388
|
def project(self) -> pulumi.Output[str]:
|
|
389
389
|
"""
|
|
390
|
-
|
|
390
|
+
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.
|
|
391
391
|
"""
|
|
392
392
|
return pulumi.get(self, "project")
|
|
393
393
|
|
|
@@ -395,7 +395,7 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
395
395
|
@pulumi.getter(name="serviceName")
|
|
396
396
|
def service_name(self) -> pulumi.Output[str]:
|
|
397
397
|
"""
|
|
398
|
-
|
|
398
|
+
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.
|
|
399
399
|
"""
|
|
400
400
|
return pulumi.get(self, "service_name")
|
|
401
401
|
|
|
@@ -24,10 +24,10 @@ class FlinkApplicationDeploymentArgs:
|
|
|
24
24
|
"""
|
|
25
25
|
The set of arguments for constructing a FlinkApplicationDeployment resource.
|
|
26
26
|
:param pulumi.Input[str] application_id: Application ID
|
|
27
|
-
:param pulumi.Input[str] project:
|
|
27
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
28
|
+
reference. Changing this property forces recreation of the resource.
|
|
29
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
28
30
|
reference. Changing this property forces recreation of the resource.
|
|
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. 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
|
|
@@ -60,7 +60,7 @@ class FlinkApplicationDeploymentArgs:
|
|
|
60
60
|
@pulumi.getter
|
|
61
61
|
def project(self) -> pulumi.Input[str]:
|
|
62
62
|
"""
|
|
63
|
-
|
|
63
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
64
64
|
reference. Changing this property forces recreation of the resource.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "project")
|
|
@@ -73,8 +73,8 @@ class FlinkApplicationDeploymentArgs:
|
|
|
73
73
|
@pulumi.getter(name="serviceName")
|
|
74
74
|
def service_name(self) -> pulumi.Input[str]:
|
|
75
75
|
"""
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
77
|
+
reference. Changing this property forces recreation of the resource.
|
|
78
78
|
"""
|
|
79
79
|
return pulumi.get(self, "service_name")
|
|
80
80
|
|
|
@@ -149,11 +149,11 @@ class _FlinkApplicationDeploymentState:
|
|
|
149
149
|
:param pulumi.Input[str] created_at: Application deployment creation time
|
|
150
150
|
:param pulumi.Input[str] created_by: Application deployment creator
|
|
151
151
|
:param pulumi.Input[int] parallelism: Flink Job parallelism
|
|
152
|
-
:param pulumi.Input[str] project:
|
|
152
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
153
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
|
-
:param pulumi.Input[str] service_name:
|
|
156
|
-
|
|
155
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
156
|
+
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
|
"""
|
|
@@ -228,7 +228,7 @@ class _FlinkApplicationDeploymentState:
|
|
|
228
228
|
@pulumi.getter
|
|
229
229
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
230
230
|
"""
|
|
231
|
-
|
|
231
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
232
232
|
reference. Changing this property forces recreation of the resource.
|
|
233
233
|
"""
|
|
234
234
|
return pulumi.get(self, "project")
|
|
@@ -253,8 +253,8 @@ class _FlinkApplicationDeploymentState:
|
|
|
253
253
|
@pulumi.getter(name="serviceName")
|
|
254
254
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
255
255
|
"""
|
|
256
|
-
|
|
257
|
-
|
|
256
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
257
|
+
reference. Changing this property forces recreation of the resource.
|
|
258
258
|
"""
|
|
259
259
|
return pulumi.get(self, "service_name")
|
|
260
260
|
|
|
@@ -306,11 +306,11 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
|
|
|
306
306
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
307
307
|
:param pulumi.Input[str] application_id: Application ID
|
|
308
308
|
:param pulumi.Input[int] parallelism: Flink Job parallelism
|
|
309
|
-
:param pulumi.Input[str] project:
|
|
309
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
310
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
|
-
:param pulumi.Input[str] service_name:
|
|
313
|
-
|
|
312
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
313
|
+
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
|
"""
|
|
@@ -400,11 +400,11 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
|
|
|
400
400
|
:param pulumi.Input[str] created_at: Application deployment creation time
|
|
401
401
|
:param pulumi.Input[str] created_by: Application deployment creator
|
|
402
402
|
:param pulumi.Input[int] parallelism: Flink Job parallelism
|
|
403
|
-
:param pulumi.Input[str] project:
|
|
403
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
404
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
|
-
:param pulumi.Input[str] service_name:
|
|
407
|
-
|
|
406
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
407
|
+
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
|
"""
|
|
@@ -459,7 +459,7 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
|
|
|
459
459
|
@pulumi.getter
|
|
460
460
|
def project(self) -> pulumi.Output[str]:
|
|
461
461
|
"""
|
|
462
|
-
|
|
462
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
463
463
|
reference. Changing this property forces recreation of the resource.
|
|
464
464
|
"""
|
|
465
465
|
return pulumi.get(self, "project")
|
|
@@ -476,8 +476,8 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
|
|
|
476
476
|
@pulumi.getter(name="serviceName")
|
|
477
477
|
def service_name(self) -> pulumi.Output[str]:
|
|
478
478
|
"""
|
|
479
|
-
|
|
480
|
-
|
|
479
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
480
|
+
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:
|
|
31
|
-
:param pulumi.Input[str] service_name:
|
|
30
|
+
:param pulumi.Input[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.
|
|
31
|
+
:param pulumi.Input[str] service_name: 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
|
-
|
|
73
|
+
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.
|
|
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
|
-
|
|
85
|
+
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:
|
|
182
|
-
:param pulumi.Input[str] service_name:
|
|
181
|
+
:param pulumi.Input[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.
|
|
182
|
+
:param pulumi.Input[str] service_name: 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
|
-
|
|
273
|
+
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.
|
|
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
|
-
|
|
285
|
+
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
|
|
|
@@ -436,8 +436,8 @@ class FlinkApplicationVersion(pulumi.CustomResource):
|
|
|
436
436
|
:param str resource_name: The name of the resource.
|
|
437
437
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
438
438
|
:param pulumi.Input[str] application_id: Application ID
|
|
439
|
-
:param pulumi.Input[str] project:
|
|
440
|
-
:param pulumi.Input[str] service_name:
|
|
439
|
+
:param pulumi.Input[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.
|
|
440
|
+
:param pulumi.Input[str] service_name: 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.
|
|
441
441
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkApplicationVersionSinkArgs']]]] sink: Application sink
|
|
442
442
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkApplicationVersionSinkArgs']]]] sinks: Application sinks
|
|
443
443
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkApplicationVersionSourceArgs']]]] source: Application source
|
|
@@ -585,8 +585,8 @@ class FlinkApplicationVersion(pulumi.CustomResource):
|
|
|
585
585
|
:param pulumi.Input[str] application_version_id: Application version ID
|
|
586
586
|
:param pulumi.Input[str] created_at: Application version creation time
|
|
587
587
|
:param pulumi.Input[str] created_by: Application version creator
|
|
588
|
-
:param pulumi.Input[str] project:
|
|
589
|
-
:param pulumi.Input[str] service_name:
|
|
588
|
+
:param pulumi.Input[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.
|
|
589
|
+
:param pulumi.Input[str] service_name: 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.
|
|
590
590
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkApplicationVersionSinkArgs']]]] sink: Application sink
|
|
591
591
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkApplicationVersionSinkArgs']]]] sinks: Application sinks
|
|
592
592
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlinkApplicationVersionSourceArgs']]]] source: Application source
|
|
@@ -648,7 +648,7 @@ class FlinkApplicationVersion(pulumi.CustomResource):
|
|
|
648
648
|
@pulumi.getter
|
|
649
649
|
def project(self) -> pulumi.Output[str]:
|
|
650
650
|
"""
|
|
651
|
-
|
|
651
|
+
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.
|
|
652
652
|
"""
|
|
653
653
|
return pulumi.get(self, "project")
|
|
654
654
|
|
|
@@ -656,7 +656,7 @@ class FlinkApplicationVersion(pulumi.CustomResource):
|
|
|
656
656
|
@pulumi.getter(name="serviceName")
|
|
657
657
|
def service_name(self) -> pulumi.Output[str]:
|
|
658
658
|
"""
|
|
659
|
-
|
|
659
|
+
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.
|
|
660
660
|
"""
|
|
661
661
|
return pulumi.get(self, "service_name")
|
|
662
662
|
|
pulumi_aiven/gcp_privatelink.py
CHANGED
|
@@ -18,10 +18,10 @@ class GcpPrivatelinkArgs:
|
|
|
18
18
|
service_name: pulumi.Input[str]):
|
|
19
19
|
"""
|
|
20
20
|
The set of arguments for constructing a GcpPrivatelink resource.
|
|
21
|
-
:param pulumi.Input[str] project:
|
|
21
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
22
|
+
reference. Changing this property forces recreation of the resource.
|
|
23
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
22
24
|
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
|
|
24
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "project", project)
|
|
27
27
|
pulumi.set(__self__, "service_name", service_name)
|
|
@@ -30,7 +30,7 @@ class GcpPrivatelinkArgs:
|
|
|
30
30
|
@pulumi.getter
|
|
31
31
|
def project(self) -> pulumi.Input[str]:
|
|
32
32
|
"""
|
|
33
|
-
|
|
33
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
34
34
|
reference. Changing this property forces recreation of the resource.
|
|
35
35
|
"""
|
|
36
36
|
return pulumi.get(self, "project")
|
|
@@ -43,8 +43,8 @@ class GcpPrivatelinkArgs:
|
|
|
43
43
|
@pulumi.getter(name="serviceName")
|
|
44
44
|
def service_name(self) -> pulumi.Input[str]:
|
|
45
45
|
"""
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
47
|
+
reference. Changing this property forces recreation of the resource.
|
|
48
48
|
"""
|
|
49
49
|
return pulumi.get(self, "service_name")
|
|
50
50
|
|
|
@@ -65,10 +65,10 @@ class _GcpPrivatelinkState:
|
|
|
65
65
|
Input properties used for looking up and filtering GcpPrivatelink resources.
|
|
66
66
|
:param pulumi.Input[str] google_service_attachment: Google Private Service Connect service attachment.
|
|
67
67
|
:param pulumi.Input[str] message: Printable result of the Google Cloud Private Service Connect request.
|
|
68
|
-
:param pulumi.Input[str] project:
|
|
68
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
69
|
+
reference. Changing this property forces recreation of the resource.
|
|
70
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
69
71
|
reference. Changing this property forces recreation of the resource.
|
|
70
|
-
: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
|
|
71
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
72
72
|
:param pulumi.Input[str] state: The state of the Private Service Connect resource.
|
|
73
73
|
"""
|
|
74
74
|
if google_service_attachment is not None:
|
|
@@ -110,7 +110,7 @@ class _GcpPrivatelinkState:
|
|
|
110
110
|
@pulumi.getter
|
|
111
111
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
112
112
|
"""
|
|
113
|
-
|
|
113
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
114
114
|
reference. Changing this property forces recreation of the resource.
|
|
115
115
|
"""
|
|
116
116
|
return pulumi.get(self, "project")
|
|
@@ -123,8 +123,8 @@ class _GcpPrivatelinkState:
|
|
|
123
123
|
@pulumi.getter(name="serviceName")
|
|
124
124
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
125
125
|
"""
|
|
126
|
-
|
|
127
|
-
|
|
126
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
127
|
+
reference. Changing this property forces recreation of the resource.
|
|
128
128
|
"""
|
|
129
129
|
return pulumi.get(self, "service_name")
|
|
130
130
|
|
|
@@ -157,10 +157,10 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
157
157
|
Create a GcpPrivatelink resource with the given unique name, props, and options.
|
|
158
158
|
:param str resource_name: The name of the resource.
|
|
159
159
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
160
|
-
:param pulumi.Input[str] project:
|
|
160
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
161
|
+
reference. Changing this property forces recreation of the resource.
|
|
162
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
161
163
|
reference. Changing this property forces recreation of the resource.
|
|
162
|
-
: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
|
|
163
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
164
164
|
"""
|
|
165
165
|
...
|
|
166
166
|
@overload
|
|
@@ -229,10 +229,10 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
229
229
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
230
230
|
:param pulumi.Input[str] google_service_attachment: Google Private Service Connect service attachment.
|
|
231
231
|
:param pulumi.Input[str] message: Printable result of the Google Cloud Private Service Connect request.
|
|
232
|
-
:param pulumi.Input[str] project:
|
|
232
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
233
|
+
reference. Changing this property forces recreation of the resource.
|
|
234
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
233
235
|
reference. Changing this property forces recreation of the resource.
|
|
234
|
-
: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
|
|
235
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
236
236
|
:param pulumi.Input[str] state: The state of the Private Service Connect resource.
|
|
237
237
|
"""
|
|
238
238
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -266,7 +266,7 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
266
266
|
@pulumi.getter
|
|
267
267
|
def project(self) -> pulumi.Output[str]:
|
|
268
268
|
"""
|
|
269
|
-
|
|
269
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
270
270
|
reference. Changing this property forces recreation of the resource.
|
|
271
271
|
"""
|
|
272
272
|
return pulumi.get(self, "project")
|
|
@@ -275,8 +275,8 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
275
275
|
@pulumi.getter(name="serviceName")
|
|
276
276
|
def service_name(self) -> pulumi.Output[str]:
|
|
277
277
|
"""
|
|
278
|
-
|
|
279
|
-
|
|
278
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
279
|
+
reference. Changing this property forces recreation of the resource.
|
|
280
280
|
"""
|
|
281
281
|
return pulumi.get(self, "service_name")
|
|
282
282
|
|