pulumi-aiven 6.13.0a1710994538__py3-none-any.whl → 6.13.0a1711361534__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +28 -0
- pulumi_aiven/_inputs.py +2479 -932
- pulumi_aiven/account.py +34 -30
- pulumi_aiven/account_authentication.py +6 -2
- pulumi_aiven/account_team_member.py +21 -21
- pulumi_aiven/aws_privatelink.py +39 -39
- pulumi_aiven/aws_vpc_peering_connection.py +62 -52
- pulumi_aiven/azure_privatelink.py +49 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +76 -68
- pulumi_aiven/cassandra.py +7 -7
- pulumi_aiven/cassandra_user.py +21 -21
- pulumi_aiven/clickhouse.py +7 -7
- pulumi_aiven/clickhouse_database.py +21 -21
- pulumi_aiven/clickhouse_grant.py +42 -42
- pulumi_aiven/clickhouse_role.py +21 -21
- pulumi_aiven/clickhouse_user.py +21 -21
- pulumi_aiven/connection_pool.py +28 -28
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +7 -7
- pulumi_aiven/flink_application.py +14 -14
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +35 -35
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +15 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -23
- pulumi_aiven/get_azure_privatelink.py +17 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +3 -3
- pulumi_aiven/get_cassandra.py +3 -3
- pulumi_aiven/get_cassandra_user.py +9 -9
- pulumi_aiven/get_clickhouse.py +3 -3
- pulumi_aiven/get_clickhouse_database.py +9 -9
- pulumi_aiven/get_clickhouse_user.py +9 -9
- pulumi_aiven/get_connection_pool.py +10 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +3 -3
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -18
- pulumi_aiven/get_grafana.py +3 -3
- pulumi_aiven/get_kafka.py +3 -3
- pulumi_aiven/get_kafka_acl.py +15 -15
- pulumi_aiven/get_kafka_connect.py +3 -3
- pulumi_aiven/get_kafka_connector.py +9 -9
- pulumi_aiven/get_kafka_mirror_maker.py +3 -3
- pulumi_aiven/get_kafka_schema.py +9 -9
- pulumi_aiven/get_kafka_schema_configuration.py +7 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +9 -9
- pulumi_aiven/get_kafka_user.py +9 -9
- pulumi_aiven/get_m3_aggregator.py +3 -3
- pulumi_aiven/get_m3_db.py +3 -3
- pulumi_aiven/get_m3db_user.py +9 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +3 -3
- pulumi_aiven/get_mysql_database.py +9 -9
- pulumi_aiven/get_mysql_user.py +9 -9
- pulumi_aiven/get_open_search.py +3 -3
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +12 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +9 -9
- pulumi_aiven/get_organization.py +8 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +3 -3
- pulumi_aiven/get_pg_database.py +11 -11
- pulumi_aiven/get_pg_user.py +9 -9
- pulumi_aiven/get_project_user.py +6 -6
- pulumi_aiven/get_project_vpc.py +11 -13
- pulumi_aiven/get_redis.py +3 -3
- pulumi_aiven/get_redis_user.py +13 -13
- pulumi_aiven/get_service_integration.py +56 -4
- pulumi_aiven/get_service_integration_endpoint.py +1 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +9 -9
- pulumi_aiven/grafana.py +7 -7
- pulumi_aiven/influx_db.py +7 -7
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +28 -28
- pulumi_aiven/kafka.py +7 -7
- pulumi_aiven/kafka_acl.py +35 -35
- pulumi_aiven/kafka_connect.py +7 -7
- pulumi_aiven/kafka_connector.py +21 -21
- pulumi_aiven/kafka_mirror_maker.py +7 -7
- pulumi_aiven/kafka_schema.py +47 -43
- pulumi_aiven/kafka_schema_configuration.py +14 -14
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +21 -21
- pulumi_aiven/kafka_user.py +21 -21
- pulumi_aiven/m3_aggregator.py +7 -7
- pulumi_aiven/m3_db.py +7 -7
- pulumi_aiven/m3db_user.py +21 -21
- pulumi_aiven/mirror_maker_replication_flow.py +50 -48
- pulumi_aiven/my_sql.py +7 -7
- pulumi_aiven/mysql_database.py +21 -21
- pulumi_aiven/mysql_user.py +21 -21
- pulumi_aiven/open_search.py +7 -7
- pulumi_aiven/open_search_acl_config.py +14 -14
- pulumi_aiven/open_search_acl_rule.py +28 -28
- pulumi_aiven/opensearch_security_plugin_config.py +66 -14
- pulumi_aiven/opensearch_user.py +21 -21
- pulumi_aiven/organization.py +10 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +16 -16
- pulumi_aiven/organization_user_group.py +61 -23
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +32 -32
- pulumi_aiven/outputs.py +2989 -467
- pulumi_aiven/pg.py +7 -7
- pulumi_aiven/pg_database.py +35 -35
- pulumi_aiven/pg_user.py +21 -21
- pulumi_aiven/project.py +26 -0
- pulumi_aiven/project_user.py +14 -14
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +7 -7
- pulumi_aiven/redis_user.py +49 -49
- pulumi_aiven/service_integration.py +195 -7
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +21 -21
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1710994538.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/top_level.txt +0 -0
pulumi_aiven/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
|
|
|
@@ -803,7 +803,7 @@ class Flink(pulumi.CustomResource):
|
|
|
803
803
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
804
804
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
805
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).
|
|
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.
|
|
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.
|
|
807
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.
|
|
808
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
|
|
809
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.
|
|
@@ -981,7 +981,7 @@ class Flink(pulumi.CustomResource):
|
|
|
981
981
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
982
982
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
983
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).
|
|
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.
|
|
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.
|
|
985
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.
|
|
986
986
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
987
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
|
|
@@ -1142,7 +1142,7 @@ class Flink(pulumi.CustomResource):
|
|
|
1142
1142
|
@pulumi.getter
|
|
1143
1143
|
def project(self) -> pulumi.Output[str]:
|
|
1144
1144
|
"""
|
|
1145
|
-
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.
|
|
1146
1146
|
"""
|
|
1147
1147
|
return pulumi.get(self, "project")
|
|
1148
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
|
|
|
@@ -235,8 +235,8 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
235
235
|
:param str resource_name: The name of the resource.
|
|
236
236
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
237
237
|
:param pulumi.Input[str] name: Application name
|
|
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.
|
|
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.
|
|
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.
|
|
240
240
|
"""
|
|
241
241
|
...
|
|
242
242
|
@overload
|
|
@@ -334,8 +334,8 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
334
334
|
:param pulumi.Input[str] created_at: Application creation time
|
|
335
335
|
:param pulumi.Input[str] created_by: Application creator
|
|
336
336
|
:param pulumi.Input[str] name: Application name
|
|
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.
|
|
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.
|
|
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.
|
|
339
339
|
:param pulumi.Input[str] updated_at: Application update time
|
|
340
340
|
:param pulumi.Input[str] updated_by: Application updater
|
|
341
341
|
"""
|
|
@@ -389,7 +389,7 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
389
389
|
@pulumi.getter
|
|
390
390
|
def project(self) -> pulumi.Output[str]:
|
|
391
391
|
"""
|
|
392
|
-
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.
|
|
393
393
|
"""
|
|
394
394
|
return pulumi.get(self, "project")
|
|
395
395
|
|
|
@@ -397,7 +397,7 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
397
397
|
@pulumi.getter(name="serviceName")
|
|
398
398
|
def service_name(self) -> pulumi.Output[str]:
|
|
399
399
|
"""
|
|
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.
|
|
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.
|
|
401
401
|
"""
|
|
402
402
|
return pulumi.get(self, "service_name")
|
|
403
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
|
|
|
@@ -395,8 +395,8 @@ class FlinkApplicationVersion(pulumi.CustomResource):
|
|
|
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
|
|
@@ -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
|
|
pulumi_aiven/gcp_privatelink.py
CHANGED
|
@@ -19,9 +19,9 @@ class GcpPrivatelinkArgs:
|
|
|
19
19
|
"""
|
|
20
20
|
The set of arguments for constructing a GcpPrivatelink resource.
|
|
21
21
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
22
|
-
reference.
|
|
22
|
+
reference. Changing this property forces recreation of the resource.
|
|
23
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.
|
|
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)
|
|
@@ -31,7 +31,7 @@ class GcpPrivatelinkArgs:
|
|
|
31
31
|
def project(self) -> pulumi.Input[str]:
|
|
32
32
|
"""
|
|
33
33
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
34
|
-
reference.
|
|
34
|
+
reference. Changing this property forces recreation of the resource.
|
|
35
35
|
"""
|
|
36
36
|
return pulumi.get(self, "project")
|
|
37
37
|
|
|
@@ -44,7 +44,7 @@ class GcpPrivatelinkArgs:
|
|
|
44
44
|
def service_name(self) -> pulumi.Input[str]:
|
|
45
45
|
"""
|
|
46
46
|
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
47
|
-
variable as a reference.
|
|
47
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
48
48
|
"""
|
|
49
49
|
return pulumi.get(self, "service_name")
|
|
50
50
|
|
|
@@ -63,13 +63,13 @@ class _GcpPrivatelinkState:
|
|
|
63
63
|
state: Optional[pulumi.Input[str]] = None):
|
|
64
64
|
"""
|
|
65
65
|
Input properties used for looking up and filtering GcpPrivatelink resources.
|
|
66
|
-
:param pulumi.Input[str] google_service_attachment:
|
|
67
|
-
:param pulumi.Input[str] message: Printable result of the
|
|
66
|
+
:param pulumi.Input[str] google_service_attachment: Google Private Service Connect service attachment.
|
|
67
|
+
:param pulumi.Input[str] message: Printable result of the Google Cloud Private Service Connect request.
|
|
68
68
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
69
|
-
reference.
|
|
69
|
+
reference. Changing this property forces recreation of the resource.
|
|
70
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.
|
|
72
|
-
:param pulumi.Input[str] state:
|
|
71
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
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:
|
|
75
75
|
pulumi.set(__self__, "google_service_attachment", google_service_attachment)
|
|
@@ -86,7 +86,7 @@ class _GcpPrivatelinkState:
|
|
|
86
86
|
@pulumi.getter(name="googleServiceAttachment")
|
|
87
87
|
def google_service_attachment(self) -> Optional[pulumi.Input[str]]:
|
|
88
88
|
"""
|
|
89
|
-
|
|
89
|
+
Google Private Service Connect service attachment.
|
|
90
90
|
"""
|
|
91
91
|
return pulumi.get(self, "google_service_attachment")
|
|
92
92
|
|
|
@@ -98,7 +98,7 @@ class _GcpPrivatelinkState:
|
|
|
98
98
|
@pulumi.getter
|
|
99
99
|
def message(self) -> Optional[pulumi.Input[str]]:
|
|
100
100
|
"""
|
|
101
|
-
Printable result of the
|
|
101
|
+
Printable result of the Google Cloud Private Service Connect request.
|
|
102
102
|
"""
|
|
103
103
|
return pulumi.get(self, "message")
|
|
104
104
|
|
|
@@ -111,7 +111,7 @@ class _GcpPrivatelinkState:
|
|
|
111
111
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
112
112
|
"""
|
|
113
113
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
114
|
-
reference.
|
|
114
|
+
reference. Changing this property forces recreation of the resource.
|
|
115
115
|
"""
|
|
116
116
|
return pulumi.get(self, "project")
|
|
117
117
|
|
|
@@ -124,7 +124,7 @@ class _GcpPrivatelinkState:
|
|
|
124
124
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
125
125
|
"""
|
|
126
126
|
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
127
|
-
variable as a reference.
|
|
127
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
128
128
|
"""
|
|
129
129
|
return pulumi.get(self, "service_name")
|
|
130
130
|
|
|
@@ -136,7 +136,7 @@ class _GcpPrivatelinkState:
|
|
|
136
136
|
@pulumi.getter
|
|
137
137
|
def state(self) -> Optional[pulumi.Input[str]]:
|
|
138
138
|
"""
|
|
139
|
-
|
|
139
|
+
The state of the Private Service Connect resource.
|
|
140
140
|
"""
|
|
141
141
|
return pulumi.get(self, "state")
|
|
142
142
|
|
|
@@ -158,9 +158,9 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
158
158
|
:param str resource_name: The name of the resource.
|
|
159
159
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
160
160
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
161
|
-
reference.
|
|
161
|
+
reference. Changing this property forces recreation of the resource.
|
|
162
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.
|
|
163
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
164
164
|
"""
|
|
165
165
|
...
|
|
166
166
|
@overload
|
|
@@ -227,13 +227,13 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
227
227
|
:param str resource_name: The unique name of the resulting resource.
|
|
228
228
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
229
229
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
230
|
-
:param pulumi.Input[str] google_service_attachment:
|
|
231
|
-
:param pulumi.Input[str] message: Printable result of the
|
|
230
|
+
:param pulumi.Input[str] google_service_attachment: Google Private Service Connect service attachment.
|
|
231
|
+
:param pulumi.Input[str] message: Printable result of the Google Cloud Private Service Connect request.
|
|
232
232
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
233
|
-
reference.
|
|
233
|
+
reference. Changing this property forces recreation of the resource.
|
|
234
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.
|
|
236
|
-
:param pulumi.Input[str] state:
|
|
235
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
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))
|
|
239
239
|
|
|
@@ -250,7 +250,7 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
250
250
|
@pulumi.getter(name="googleServiceAttachment")
|
|
251
251
|
def google_service_attachment(self) -> pulumi.Output[str]:
|
|
252
252
|
"""
|
|
253
|
-
|
|
253
|
+
Google Private Service Connect service attachment.
|
|
254
254
|
"""
|
|
255
255
|
return pulumi.get(self, "google_service_attachment")
|
|
256
256
|
|
|
@@ -258,7 +258,7 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
258
258
|
@pulumi.getter
|
|
259
259
|
def message(self) -> pulumi.Output[str]:
|
|
260
260
|
"""
|
|
261
|
-
Printable result of the
|
|
261
|
+
Printable result of the Google Cloud Private Service Connect request.
|
|
262
262
|
"""
|
|
263
263
|
return pulumi.get(self, "message")
|
|
264
264
|
|
|
@@ -267,7 +267,7 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
267
267
|
def project(self) -> pulumi.Output[str]:
|
|
268
268
|
"""
|
|
269
269
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
270
|
-
reference.
|
|
270
|
+
reference. Changing this property forces recreation of the resource.
|
|
271
271
|
"""
|
|
272
272
|
return pulumi.get(self, "project")
|
|
273
273
|
|
|
@@ -276,7 +276,7 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
276
276
|
def service_name(self) -> pulumi.Output[str]:
|
|
277
277
|
"""
|
|
278
278
|
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
279
|
-
variable as a reference.
|
|
279
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
280
280
|
"""
|
|
281
281
|
return pulumi.get(self, "service_name")
|
|
282
282
|
|
|
@@ -284,7 +284,7 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
284
284
|
@pulumi.getter
|
|
285
285
|
def state(self) -> pulumi.Output[str]:
|
|
286
286
|
"""
|
|
287
|
-
|
|
287
|
+
The state of the Private Service Connect resource.
|
|
288
288
|
"""
|
|
289
289
|
return pulumi.get(self, "state")
|
|
290
290
|
|