pulumi-aiven 6.14.0a1714540524__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.0a1714540524.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.0a1714540524.dist-info/RECORD +0 -150
- {pulumi_aiven-6.14.0a1714540524.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.14.0a1714540524.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/top_level.txt +0 -0
pulumi_aiven/m3db_user.py
CHANGED
|
@@ -20,8 +20,8 @@ class M3dbUserArgs:
|
|
|
20
20
|
password: Optional[pulumi.Input[str]] = None):
|
|
21
21
|
"""
|
|
22
22
|
The set of arguments for constructing a M3dbUser resource.
|
|
23
|
-
:param pulumi.Input[str] project:
|
|
24
|
-
:param pulumi.Input[str] service_name:
|
|
23
|
+
: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.
|
|
24
|
+
: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.
|
|
25
25
|
:param pulumi.Input[str] username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
26
26
|
:param pulumi.Input[str] password: The password of the M3DB User.
|
|
27
27
|
"""
|
|
@@ -35,7 +35,7 @@ class M3dbUserArgs:
|
|
|
35
35
|
@pulumi.getter
|
|
36
36
|
def project(self) -> pulumi.Input[str]:
|
|
37
37
|
"""
|
|
38
|
-
|
|
38
|
+
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
|
"""
|
|
40
40
|
return pulumi.get(self, "project")
|
|
41
41
|
|
|
@@ -47,7 +47,7 @@ class M3dbUserArgs:
|
|
|
47
47
|
@pulumi.getter(name="serviceName")
|
|
48
48
|
def service_name(self) -> pulumi.Input[str]:
|
|
49
49
|
"""
|
|
50
|
-
|
|
50
|
+
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.
|
|
51
51
|
"""
|
|
52
52
|
return pulumi.get(self, "service_name")
|
|
53
53
|
|
|
@@ -91,8 +91,8 @@ class _M3dbUserState:
|
|
|
91
91
|
"""
|
|
92
92
|
Input properties used for looking up and filtering M3dbUser resources.
|
|
93
93
|
:param pulumi.Input[str] password: The password of the M3DB User.
|
|
94
|
-
:param pulumi.Input[str] project:
|
|
95
|
-
:param pulumi.Input[str] service_name:
|
|
94
|
+
: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.
|
|
95
|
+
: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.
|
|
96
96
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
97
97
|
:param pulumi.Input[str] username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
98
98
|
"""
|
|
@@ -123,7 +123,7 @@ class _M3dbUserState:
|
|
|
123
123
|
@pulumi.getter
|
|
124
124
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
125
125
|
"""
|
|
126
|
-
|
|
126
|
+
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.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "project")
|
|
129
129
|
|
|
@@ -135,7 +135,7 @@ class _M3dbUserState:
|
|
|
135
135
|
@pulumi.getter(name="serviceName")
|
|
136
136
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
137
137
|
"""
|
|
138
|
-
|
|
138
|
+
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.
|
|
139
139
|
"""
|
|
140
140
|
return pulumi.get(self, "service_name")
|
|
141
141
|
|
|
@@ -203,8 +203,8 @@ class M3dbUser(pulumi.CustomResource):
|
|
|
203
203
|
:param str resource_name: The name of the resource.
|
|
204
204
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
205
205
|
:param pulumi.Input[str] password: The password of the M3DB User.
|
|
206
|
-
:param pulumi.Input[str] project:
|
|
207
|
-
:param pulumi.Input[str] service_name:
|
|
206
|
+
: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.
|
|
207
|
+
: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.
|
|
208
208
|
:param pulumi.Input[str] username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
209
209
|
"""
|
|
210
210
|
...
|
|
@@ -299,8 +299,8 @@ class M3dbUser(pulumi.CustomResource):
|
|
|
299
299
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
300
300
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
301
301
|
:param pulumi.Input[str] password: The password of the M3DB User.
|
|
302
|
-
:param pulumi.Input[str] project:
|
|
303
|
-
:param pulumi.Input[str] service_name:
|
|
302
|
+
: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.
|
|
303
|
+
: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.
|
|
304
304
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
305
305
|
:param pulumi.Input[str] username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
306
306
|
"""
|
|
@@ -327,7 +327,7 @@ class M3dbUser(pulumi.CustomResource):
|
|
|
327
327
|
@pulumi.getter
|
|
328
328
|
def project(self) -> pulumi.Output[str]:
|
|
329
329
|
"""
|
|
330
|
-
|
|
330
|
+
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.
|
|
331
331
|
"""
|
|
332
332
|
return pulumi.get(self, "project")
|
|
333
333
|
|
|
@@ -335,7 +335,7 @@ class M3dbUser(pulumi.CustomResource):
|
|
|
335
335
|
@pulumi.getter(name="serviceName")
|
|
336
336
|
def service_name(self) -> pulumi.Output[str]:
|
|
337
337
|
"""
|
|
338
|
-
|
|
338
|
+
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
|
"""
|
|
340
340
|
return pulumi.get(self, "service_name")
|
|
341
341
|
|
|
@@ -31,9 +31,9 @@ class MirrorMakerReplicationFlowArgs:
|
|
|
31
31
|
The set of arguments for constructing a MirrorMakerReplicationFlow resource.
|
|
32
32
|
:param pulumi.Input[bool] enable: Enable of disable replication flows for a service.
|
|
33
33
|
:param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location.
|
|
34
|
-
:param pulumi.Input[str] project:
|
|
34
|
+
: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.
|
|
35
35
|
:param pulumi.Input[str] replication_policy_class: Replication policy class. The possible values are `org.apache.kafka.connect.mirror.DefaultReplicationPolicy` and `org.apache.kafka.connect.mirror.IdentityReplicationPolicy`. The default value is `org.apache.kafka.connect.mirror.DefaultReplicationPolicy`.
|
|
36
|
-
:param pulumi.Input[str] service_name:
|
|
36
|
+
:param pulumi.Input[str] service_name: 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.
|
|
37
37
|
:param pulumi.Input[str] source_cluster: Source cluster alias. Maximum length: `128`.
|
|
38
38
|
:param pulumi.Input[str] target_cluster: Target cluster alias. Maximum length: `128`.
|
|
39
39
|
:param pulumi.Input[bool] emit_backward_heartbeats_enabled: Whether to emit heartbeats to the direction opposite to the flow, i.e. to the source cluster. The default value is `false`.
|
|
@@ -91,7 +91,7 @@ class MirrorMakerReplicationFlowArgs:
|
|
|
91
91
|
@pulumi.getter
|
|
92
92
|
def project(self) -> pulumi.Input[str]:
|
|
93
93
|
"""
|
|
94
|
-
|
|
94
|
+
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.
|
|
95
95
|
"""
|
|
96
96
|
return pulumi.get(self, "project")
|
|
97
97
|
|
|
@@ -115,7 +115,7 @@ class MirrorMakerReplicationFlowArgs:
|
|
|
115
115
|
@pulumi.getter(name="serviceName")
|
|
116
116
|
def service_name(self) -> pulumi.Input[str]:
|
|
117
117
|
"""
|
|
118
|
-
|
|
118
|
+
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.
|
|
119
119
|
"""
|
|
120
120
|
return pulumi.get(self, "service_name")
|
|
121
121
|
|
|
@@ -242,9 +242,9 @@ class _MirrorMakerReplicationFlowState:
|
|
|
242
242
|
:param pulumi.Input[bool] emit_heartbeats_enabled: Whether to emit heartbeats to the target cluster. The default value is `false`.
|
|
243
243
|
:param pulumi.Input[bool] enable: Enable of disable replication flows for a service.
|
|
244
244
|
:param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location.
|
|
245
|
-
:param pulumi.Input[str] project:
|
|
245
|
+
: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.
|
|
246
246
|
:param pulumi.Input[str] replication_policy_class: Replication policy class. The possible values are `org.apache.kafka.connect.mirror.DefaultReplicationPolicy` and `org.apache.kafka.connect.mirror.IdentityReplicationPolicy`. The default value is `org.apache.kafka.connect.mirror.DefaultReplicationPolicy`.
|
|
247
|
-
:param pulumi.Input[str] service_name:
|
|
247
|
+
:param pulumi.Input[str] service_name: 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.
|
|
248
248
|
:param pulumi.Input[str] source_cluster: Source cluster alias. Maximum length: `128`.
|
|
249
249
|
:param pulumi.Input[bool] sync_group_offsets_enabled: Sync consumer group offsets. The default value is `false`.
|
|
250
250
|
:param pulumi.Input[int] sync_group_offsets_interval_seconds: Frequency of consumer group offset sync. The default value is `1`.
|
|
@@ -331,7 +331,7 @@ class _MirrorMakerReplicationFlowState:
|
|
|
331
331
|
@pulumi.getter
|
|
332
332
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
333
333
|
"""
|
|
334
|
-
|
|
334
|
+
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.
|
|
335
335
|
"""
|
|
336
336
|
return pulumi.get(self, "project")
|
|
337
337
|
|
|
@@ -355,7 +355,7 @@ class _MirrorMakerReplicationFlowState:
|
|
|
355
355
|
@pulumi.getter(name="serviceName")
|
|
356
356
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
357
357
|
"""
|
|
358
|
-
|
|
358
|
+
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.
|
|
359
359
|
"""
|
|
360
360
|
return pulumi.get(self, "service_name")
|
|
361
361
|
|
|
@@ -490,9 +490,9 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
|
|
|
490
490
|
:param pulumi.Input[bool] emit_heartbeats_enabled: Whether to emit heartbeats to the target cluster. The default value is `false`.
|
|
491
491
|
:param pulumi.Input[bool] enable: Enable of disable replication flows for a service.
|
|
492
492
|
:param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location.
|
|
493
|
-
:param pulumi.Input[str] project:
|
|
493
|
+
: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.
|
|
494
494
|
:param pulumi.Input[str] replication_policy_class: Replication policy class. The possible values are `org.apache.kafka.connect.mirror.DefaultReplicationPolicy` and `org.apache.kafka.connect.mirror.IdentityReplicationPolicy`. The default value is `org.apache.kafka.connect.mirror.DefaultReplicationPolicy`.
|
|
495
|
-
:param pulumi.Input[str] service_name:
|
|
495
|
+
:param pulumi.Input[str] service_name: 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.
|
|
496
496
|
:param pulumi.Input[str] source_cluster: Source cluster alias. Maximum length: `128`.
|
|
497
497
|
:param pulumi.Input[bool] sync_group_offsets_enabled: Sync consumer group offsets. The default value is `false`.
|
|
498
498
|
:param pulumi.Input[int] sync_group_offsets_interval_seconds: Frequency of consumer group offset sync. The default value is `1`.
|
|
@@ -633,9 +633,9 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
|
|
|
633
633
|
:param pulumi.Input[bool] emit_heartbeats_enabled: Whether to emit heartbeats to the target cluster. The default value is `false`.
|
|
634
634
|
:param pulumi.Input[bool] enable: Enable of disable replication flows for a service.
|
|
635
635
|
:param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location.
|
|
636
|
-
:param pulumi.Input[str] project:
|
|
636
|
+
: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.
|
|
637
637
|
:param pulumi.Input[str] replication_policy_class: Replication policy class. The possible values are `org.apache.kafka.connect.mirror.DefaultReplicationPolicy` and `org.apache.kafka.connect.mirror.IdentityReplicationPolicy`. The default value is `org.apache.kafka.connect.mirror.DefaultReplicationPolicy`.
|
|
638
|
-
:param pulumi.Input[str] service_name:
|
|
638
|
+
:param pulumi.Input[str] service_name: 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.
|
|
639
639
|
:param pulumi.Input[str] source_cluster: Source cluster alias. Maximum length: `128`.
|
|
640
640
|
:param pulumi.Input[bool] sync_group_offsets_enabled: Sync consumer group offsets. The default value is `false`.
|
|
641
641
|
:param pulumi.Input[int] sync_group_offsets_interval_seconds: Frequency of consumer group offset sync. The default value is `1`.
|
|
@@ -698,7 +698,7 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
|
|
|
698
698
|
@pulumi.getter
|
|
699
699
|
def project(self) -> pulumi.Output[str]:
|
|
700
700
|
"""
|
|
701
|
-
|
|
701
|
+
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.
|
|
702
702
|
"""
|
|
703
703
|
return pulumi.get(self, "project")
|
|
704
704
|
|
|
@@ -714,7 +714,7 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
|
|
|
714
714
|
@pulumi.getter(name="serviceName")
|
|
715
715
|
def service_name(self) -> pulumi.Output[str]:
|
|
716
716
|
"""
|
|
717
|
-
|
|
717
|
+
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.
|
|
718
718
|
"""
|
|
719
719
|
return pulumi.get(self, "service_name")
|
|
720
720
|
|