pulumi-aiven 6.13.0a1711027602__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 +6 -2
- 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.0a1711027602.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.0a1711027602.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/top_level.txt +0 -0
pulumi_aiven/m3db_user.py
CHANGED
|
@@ -20,9 +20,9 @@ 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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
24
|
-
: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.
|
|
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.
|
|
23
|
+
: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.
|
|
24
|
+
: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.
|
|
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
|
"""
|
|
28
28
|
pulumi.set(__self__, "project", project)
|
|
@@ -35,7 +35,7 @@ class M3dbUserArgs:
|
|
|
35
35
|
@pulumi.getter
|
|
36
36
|
def project(self) -> pulumi.Input[str]:
|
|
37
37
|
"""
|
|
38
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
38
|
+
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
|
"""
|
|
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
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
50
|
+
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.
|
|
51
51
|
"""
|
|
52
52
|
return pulumi.get(self, "service_name")
|
|
53
53
|
|
|
@@ -59,7 +59,7 @@ class M3dbUserArgs:
|
|
|
59
59
|
@pulumi.getter
|
|
60
60
|
def username(self) -> pulumi.Input[str]:
|
|
61
61
|
"""
|
|
62
|
-
The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference.
|
|
62
|
+
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.
|
|
63
63
|
"""
|
|
64
64
|
return pulumi.get(self, "username")
|
|
65
65
|
|
|
@@ -91,10 +91,10 @@ 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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
95
|
-
: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.
|
|
94
|
+
: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.
|
|
95
|
+
: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.
|
|
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
|
-
: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.
|
|
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
|
"""
|
|
99
99
|
if password is not None:
|
|
100
100
|
pulumi.set(__self__, "password", password)
|
|
@@ -123,7 +123,7 @@ class _M3dbUserState:
|
|
|
123
123
|
@pulumi.getter
|
|
124
124
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
125
125
|
"""
|
|
126
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
126
|
+
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.
|
|
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
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
138
|
+
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.
|
|
139
139
|
"""
|
|
140
140
|
return pulumi.get(self, "service_name")
|
|
141
141
|
|
|
@@ -159,7 +159,7 @@ class _M3dbUserState:
|
|
|
159
159
|
@pulumi.getter
|
|
160
160
|
def username(self) -> Optional[pulumi.Input[str]]:
|
|
161
161
|
"""
|
|
162
|
-
The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference.
|
|
162
|
+
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.
|
|
163
163
|
"""
|
|
164
164
|
return pulumi.get(self, "username")
|
|
165
165
|
|
|
@@ -205,9 +205,9 @@ class M3dbUser(pulumi.CustomResource):
|
|
|
205
205
|
:param str resource_name: The name of the resource.
|
|
206
206
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
207
207
|
:param pulumi.Input[str] password: The password of the M3DB User.
|
|
208
|
-
: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.
|
|
209
|
-
: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.
|
|
210
|
-
: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.
|
|
208
|
+
: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.
|
|
209
|
+
: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.
|
|
210
|
+
: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.
|
|
211
211
|
"""
|
|
212
212
|
...
|
|
213
213
|
@overload
|
|
@@ -303,10 +303,10 @@ class M3dbUser(pulumi.CustomResource):
|
|
|
303
303
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
304
304
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
305
305
|
:param pulumi.Input[str] password: The password of the M3DB User.
|
|
306
|
-
: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.
|
|
307
|
-
: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.
|
|
306
|
+
: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.
|
|
307
|
+
: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.
|
|
308
308
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
309
|
-
: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.
|
|
309
|
+
: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.
|
|
310
310
|
"""
|
|
311
311
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
312
312
|
|
|
@@ -331,7 +331,7 @@ class M3dbUser(pulumi.CustomResource):
|
|
|
331
331
|
@pulumi.getter
|
|
332
332
|
def project(self) -> pulumi.Output[str]:
|
|
333
333
|
"""
|
|
334
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
334
|
+
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.
|
|
335
335
|
"""
|
|
336
336
|
return pulumi.get(self, "project")
|
|
337
337
|
|
|
@@ -339,7 +339,7 @@ class M3dbUser(pulumi.CustomResource):
|
|
|
339
339
|
@pulumi.getter(name="serviceName")
|
|
340
340
|
def service_name(self) -> pulumi.Output[str]:
|
|
341
341
|
"""
|
|
342
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
342
|
+
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.
|
|
343
343
|
"""
|
|
344
344
|
return pulumi.get(self, "service_name")
|
|
345
345
|
|
|
@@ -355,7 +355,7 @@ class M3dbUser(pulumi.CustomResource):
|
|
|
355
355
|
@pulumi.getter
|
|
356
356
|
def username(self) -> pulumi.Output[str]:
|
|
357
357
|
"""
|
|
358
|
-
The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference.
|
|
358
|
+
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.
|
|
359
359
|
"""
|
|
360
360
|
return pulumi.get(self, "username")
|
|
361
361
|
|
|
@@ -15,14 +15,14 @@ __all__ = ['MirrorMakerReplicationFlowArgs', 'MirrorMakerReplicationFlow']
|
|
|
15
15
|
class MirrorMakerReplicationFlowArgs:
|
|
16
16
|
def __init__(__self__, *,
|
|
17
17
|
enable: pulumi.Input[bool],
|
|
18
|
+
offset_syncs_topic_location: pulumi.Input[str],
|
|
18
19
|
project: pulumi.Input[str],
|
|
20
|
+
replication_policy_class: pulumi.Input[str],
|
|
19
21
|
service_name: pulumi.Input[str],
|
|
20
22
|
source_cluster: pulumi.Input[str],
|
|
21
23
|
target_cluster: pulumi.Input[str],
|
|
22
24
|
emit_backward_heartbeats_enabled: Optional[pulumi.Input[bool]] = None,
|
|
23
25
|
emit_heartbeats_enabled: Optional[pulumi.Input[bool]] = None,
|
|
24
|
-
offset_syncs_topic_location: Optional[pulumi.Input[str]] = None,
|
|
25
|
-
replication_policy_class: Optional[pulumi.Input[str]] = None,
|
|
26
26
|
sync_group_offsets_enabled: Optional[pulumi.Input[bool]] = None,
|
|
27
27
|
sync_group_offsets_interval_seconds: Optional[pulumi.Input[int]] = None,
|
|
28
28
|
topics: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
@@ -30,21 +30,23 @@ class MirrorMakerReplicationFlowArgs:
|
|
|
30
30
|
"""
|
|
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
|
-
:param pulumi.Input[str]
|
|
34
|
-
:param pulumi.Input[str]
|
|
33
|
+
:param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location.
|
|
34
|
+
: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.
|
|
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: 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.
|
|
35
37
|
:param pulumi.Input[str] source_cluster: Source cluster alias. Maximum length: `128`.
|
|
36
38
|
:param pulumi.Input[str] target_cluster: Target cluster alias. Maximum length: `128`.
|
|
37
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`.
|
|
38
40
|
:param pulumi.Input[bool] emit_heartbeats_enabled: Whether to emit heartbeats to the target cluster. The default value is `false`.
|
|
39
|
-
:param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location.
|
|
40
|
-
: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`.
|
|
41
41
|
:param pulumi.Input[bool] sync_group_offsets_enabled: Sync consumer group offsets. The default value is `false`.
|
|
42
42
|
:param pulumi.Input[int] sync_group_offsets_interval_seconds: Frequency of consumer group offset sync. The default value is `1`.
|
|
43
43
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] topics: List of topics and/or regular expressions to replicate
|
|
44
44
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] topics_blacklists: List of topics and/or regular expressions to not replicate.
|
|
45
45
|
"""
|
|
46
46
|
pulumi.set(__self__, "enable", enable)
|
|
47
|
+
pulumi.set(__self__, "offset_syncs_topic_location", offset_syncs_topic_location)
|
|
47
48
|
pulumi.set(__self__, "project", project)
|
|
49
|
+
pulumi.set(__self__, "replication_policy_class", replication_policy_class)
|
|
48
50
|
pulumi.set(__self__, "service_name", service_name)
|
|
49
51
|
pulumi.set(__self__, "source_cluster", source_cluster)
|
|
50
52
|
pulumi.set(__self__, "target_cluster", target_cluster)
|
|
@@ -52,10 +54,6 @@ class MirrorMakerReplicationFlowArgs:
|
|
|
52
54
|
pulumi.set(__self__, "emit_backward_heartbeats_enabled", emit_backward_heartbeats_enabled)
|
|
53
55
|
if emit_heartbeats_enabled is not None:
|
|
54
56
|
pulumi.set(__self__, "emit_heartbeats_enabled", emit_heartbeats_enabled)
|
|
55
|
-
if offset_syncs_topic_location is not None:
|
|
56
|
-
pulumi.set(__self__, "offset_syncs_topic_location", offset_syncs_topic_location)
|
|
57
|
-
if replication_policy_class is not None:
|
|
58
|
-
pulumi.set(__self__, "replication_policy_class", replication_policy_class)
|
|
59
57
|
if sync_group_offsets_enabled is not None:
|
|
60
58
|
pulumi.set(__self__, "sync_group_offsets_enabled", sync_group_offsets_enabled)
|
|
61
59
|
if sync_group_offsets_interval_seconds is not None:
|
|
@@ -77,11 +75,23 @@ class MirrorMakerReplicationFlowArgs:
|
|
|
77
75
|
def enable(self, value: pulumi.Input[bool]):
|
|
78
76
|
pulumi.set(self, "enable", value)
|
|
79
77
|
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="offsetSyncsTopicLocation")
|
|
80
|
+
def offset_syncs_topic_location(self) -> pulumi.Input[str]:
|
|
81
|
+
"""
|
|
82
|
+
Offset syncs topic location.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "offset_syncs_topic_location")
|
|
85
|
+
|
|
86
|
+
@offset_syncs_topic_location.setter
|
|
87
|
+
def offset_syncs_topic_location(self, value: pulumi.Input[str]):
|
|
88
|
+
pulumi.set(self, "offset_syncs_topic_location", value)
|
|
89
|
+
|
|
80
90
|
@property
|
|
81
91
|
@pulumi.getter
|
|
82
92
|
def project(self) -> pulumi.Input[str]:
|
|
83
93
|
"""
|
|
84
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
94
|
+
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.
|
|
85
95
|
"""
|
|
86
96
|
return pulumi.get(self, "project")
|
|
87
97
|
|
|
@@ -89,11 +99,23 @@ class MirrorMakerReplicationFlowArgs:
|
|
|
89
99
|
def project(self, value: pulumi.Input[str]):
|
|
90
100
|
pulumi.set(self, "project", value)
|
|
91
101
|
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="replicationPolicyClass")
|
|
104
|
+
def replication_policy_class(self) -> pulumi.Input[str]:
|
|
105
|
+
"""
|
|
106
|
+
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`.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "replication_policy_class")
|
|
109
|
+
|
|
110
|
+
@replication_policy_class.setter
|
|
111
|
+
def replication_policy_class(self, value: pulumi.Input[str]):
|
|
112
|
+
pulumi.set(self, "replication_policy_class", value)
|
|
113
|
+
|
|
92
114
|
@property
|
|
93
115
|
@pulumi.getter(name="serviceName")
|
|
94
116
|
def service_name(self) -> pulumi.Input[str]:
|
|
95
117
|
"""
|
|
96
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
118
|
+
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.
|
|
97
119
|
"""
|
|
98
120
|
return pulumi.get(self, "service_name")
|
|
99
121
|
|
|
@@ -149,30 +171,6 @@ class MirrorMakerReplicationFlowArgs:
|
|
|
149
171
|
def emit_heartbeats_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
150
172
|
pulumi.set(self, "emit_heartbeats_enabled", value)
|
|
151
173
|
|
|
152
|
-
@property
|
|
153
|
-
@pulumi.getter(name="offsetSyncsTopicLocation")
|
|
154
|
-
def offset_syncs_topic_location(self) -> Optional[pulumi.Input[str]]:
|
|
155
|
-
"""
|
|
156
|
-
Offset syncs topic location.
|
|
157
|
-
"""
|
|
158
|
-
return pulumi.get(self, "offset_syncs_topic_location")
|
|
159
|
-
|
|
160
|
-
@offset_syncs_topic_location.setter
|
|
161
|
-
def offset_syncs_topic_location(self, value: Optional[pulumi.Input[str]]):
|
|
162
|
-
pulumi.set(self, "offset_syncs_topic_location", value)
|
|
163
|
-
|
|
164
|
-
@property
|
|
165
|
-
@pulumi.getter(name="replicationPolicyClass")
|
|
166
|
-
def replication_policy_class(self) -> Optional[pulumi.Input[str]]:
|
|
167
|
-
"""
|
|
168
|
-
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`.
|
|
169
|
-
"""
|
|
170
|
-
return pulumi.get(self, "replication_policy_class")
|
|
171
|
-
|
|
172
|
-
@replication_policy_class.setter
|
|
173
|
-
def replication_policy_class(self, value: Optional[pulumi.Input[str]]):
|
|
174
|
-
pulumi.set(self, "replication_policy_class", value)
|
|
175
|
-
|
|
176
174
|
@property
|
|
177
175
|
@pulumi.getter(name="syncGroupOffsetsEnabled")
|
|
178
176
|
def sync_group_offsets_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
@@ -244,9 +242,9 @@ class _MirrorMakerReplicationFlowState:
|
|
|
244
242
|
:param pulumi.Input[bool] emit_heartbeats_enabled: Whether to emit heartbeats to the target cluster. The default value is `false`.
|
|
245
243
|
:param pulumi.Input[bool] enable: Enable of disable replication flows for a service.
|
|
246
244
|
:param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location.
|
|
247
|
-
: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.
|
|
245
|
+
: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.
|
|
248
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`.
|
|
249
|
-
:param pulumi.Input[str] service_name: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
247
|
+
:param pulumi.Input[str] service_name: 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.
|
|
250
248
|
:param pulumi.Input[str] source_cluster: Source cluster alias. Maximum length: `128`.
|
|
251
249
|
:param pulumi.Input[bool] sync_group_offsets_enabled: Sync consumer group offsets. The default value is `false`.
|
|
252
250
|
:param pulumi.Input[int] sync_group_offsets_interval_seconds: Frequency of consumer group offset sync. The default value is `1`.
|
|
@@ -333,7 +331,7 @@ class _MirrorMakerReplicationFlowState:
|
|
|
333
331
|
@pulumi.getter
|
|
334
332
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
335
333
|
"""
|
|
336
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
334
|
+
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.
|
|
337
335
|
"""
|
|
338
336
|
return pulumi.get(self, "project")
|
|
339
337
|
|
|
@@ -357,7 +355,7 @@ class _MirrorMakerReplicationFlowState:
|
|
|
357
355
|
@pulumi.getter(name="serviceName")
|
|
358
356
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
359
357
|
"""
|
|
360
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
358
|
+
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.
|
|
361
359
|
"""
|
|
362
360
|
return pulumi.get(self, "service_name")
|
|
363
361
|
|
|
@@ -494,9 +492,9 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
|
|
|
494
492
|
:param pulumi.Input[bool] emit_heartbeats_enabled: Whether to emit heartbeats to the target cluster. The default value is `false`.
|
|
495
493
|
:param pulumi.Input[bool] enable: Enable of disable replication flows for a service.
|
|
496
494
|
:param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location.
|
|
497
|
-
: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.
|
|
495
|
+
: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.
|
|
498
496
|
: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`.
|
|
499
|
-
:param pulumi.Input[str] service_name: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
497
|
+
:param pulumi.Input[str] service_name: 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.
|
|
500
498
|
:param pulumi.Input[str] source_cluster: Source cluster alias. Maximum length: `128`.
|
|
501
499
|
:param pulumi.Input[bool] sync_group_offsets_enabled: Sync consumer group offsets. The default value is `false`.
|
|
502
500
|
:param pulumi.Input[int] sync_group_offsets_interval_seconds: Frequency of consumer group offset sync. The default value is `1`.
|
|
@@ -583,10 +581,14 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
|
|
|
583
581
|
if enable is None and not opts.urn:
|
|
584
582
|
raise TypeError("Missing required property 'enable'")
|
|
585
583
|
__props__.__dict__["enable"] = enable
|
|
584
|
+
if offset_syncs_topic_location is None and not opts.urn:
|
|
585
|
+
raise TypeError("Missing required property 'offset_syncs_topic_location'")
|
|
586
586
|
__props__.__dict__["offset_syncs_topic_location"] = offset_syncs_topic_location
|
|
587
587
|
if project is None and not opts.urn:
|
|
588
588
|
raise TypeError("Missing required property 'project'")
|
|
589
589
|
__props__.__dict__["project"] = project
|
|
590
|
+
if replication_policy_class is None and not opts.urn:
|
|
591
|
+
raise TypeError("Missing required property 'replication_policy_class'")
|
|
590
592
|
__props__.__dict__["replication_policy_class"] = replication_policy_class
|
|
591
593
|
if service_name is None and not opts.urn:
|
|
592
594
|
raise TypeError("Missing required property 'service_name'")
|
|
@@ -635,9 +637,9 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
|
|
|
635
637
|
:param pulumi.Input[bool] emit_heartbeats_enabled: Whether to emit heartbeats to the target cluster. The default value is `false`.
|
|
636
638
|
:param pulumi.Input[bool] enable: Enable of disable replication flows for a service.
|
|
637
639
|
:param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location.
|
|
638
|
-
: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.
|
|
640
|
+
: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.
|
|
639
641
|
: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`.
|
|
640
|
-
:param pulumi.Input[str] service_name: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
642
|
+
:param pulumi.Input[str] service_name: 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.
|
|
641
643
|
:param pulumi.Input[str] source_cluster: Source cluster alias. Maximum length: `128`.
|
|
642
644
|
:param pulumi.Input[bool] sync_group_offsets_enabled: Sync consumer group offsets. The default value is `false`.
|
|
643
645
|
:param pulumi.Input[int] sync_group_offsets_interval_seconds: Frequency of consumer group offset sync. The default value is `1`.
|
|
@@ -690,7 +692,7 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
|
|
|
690
692
|
|
|
691
693
|
@property
|
|
692
694
|
@pulumi.getter(name="offsetSyncsTopicLocation")
|
|
693
|
-
def offset_syncs_topic_location(self) -> pulumi.Output[
|
|
695
|
+
def offset_syncs_topic_location(self) -> pulumi.Output[str]:
|
|
694
696
|
"""
|
|
695
697
|
Offset syncs topic location.
|
|
696
698
|
"""
|
|
@@ -700,13 +702,13 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
|
|
|
700
702
|
@pulumi.getter
|
|
701
703
|
def project(self) -> pulumi.Output[str]:
|
|
702
704
|
"""
|
|
703
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
705
|
+
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.
|
|
704
706
|
"""
|
|
705
707
|
return pulumi.get(self, "project")
|
|
706
708
|
|
|
707
709
|
@property
|
|
708
710
|
@pulumi.getter(name="replicationPolicyClass")
|
|
709
|
-
def replication_policy_class(self) -> pulumi.Output[
|
|
711
|
+
def replication_policy_class(self) -> pulumi.Output[str]:
|
|
710
712
|
"""
|
|
711
713
|
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`.
|
|
712
714
|
"""
|
|
@@ -716,7 +718,7 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
|
|
|
716
718
|
@pulumi.getter(name="serviceName")
|
|
717
719
|
def service_name(self) -> pulumi.Output[str]:
|
|
718
720
|
"""
|
|
719
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
721
|
+
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.
|
|
720
722
|
"""
|
|
721
723
|
return pulumi.get(self, "service_name")
|
|
722
724
|
|
pulumi_aiven/my_sql.py
CHANGED
|
@@ -40,7 +40,7 @@ class MySqlArgs:
|
|
|
40
40
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
41
41
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
42
42
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
43
|
-
reference.
|
|
43
|
+
reference. Changing this property forces recreation of the resource.
|
|
44
44
|
: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
|
|
45
45
|
service so name should be picked based on intended service usage rather than current attributes.
|
|
46
46
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
@@ -123,7 +123,7 @@ class MySqlArgs:
|
|
|
123
123
|
def project(self) -> pulumi.Input[str]:
|
|
124
124
|
"""
|
|
125
125
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
126
|
-
reference.
|
|
126
|
+
reference. Changing this property forces recreation of the resource.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "project")
|
|
129
129
|
|
|
@@ -367,7 +367,7 @@ class _MySqlState:
|
|
|
367
367
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
368
368
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
369
369
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
370
|
-
reference.
|
|
370
|
+
reference. Changing this property forces recreation of the resource.
|
|
371
371
|
: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
|
|
372
372
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
373
373
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -629,7 +629,7 @@ class _MySqlState:
|
|
|
629
629
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
630
630
|
"""
|
|
631
631
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
632
|
-
reference.
|
|
632
|
+
reference. Changing this property forces recreation of the resource.
|
|
633
633
|
"""
|
|
634
634
|
return pulumi.get(self, "project")
|
|
635
635
|
|
|
@@ -893,7 +893,7 @@ class MySql(pulumi.CustomResource):
|
|
|
893
893
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
894
894
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
895
895
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
896
|
-
reference.
|
|
896
|
+
reference. Changing this property forces recreation of the resource.
|
|
897
897
|
: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
|
|
898
898
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
899
899
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1100,7 +1100,7 @@ class MySql(pulumi.CustomResource):
|
|
|
1100
1100
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1101
1101
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1102
1102
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1103
|
-
reference.
|
|
1103
|
+
reference. Changing this property forces recreation of the resource.
|
|
1104
1104
|
: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
|
|
1105
1105
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
1106
1106
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1284,7 +1284,7 @@ class MySql(pulumi.CustomResource):
|
|
|
1284
1284
|
def project(self) -> pulumi.Output[str]:
|
|
1285
1285
|
"""
|
|
1286
1286
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1287
|
-
reference.
|
|
1287
|
+
reference. Changing this property forces recreation of the resource.
|
|
1288
1288
|
"""
|
|
1289
1289
|
return pulumi.get(self, "project")
|
|
1290
1290
|
|
pulumi_aiven/mysql_database.py
CHANGED
|
@@ -20,9 +20,9 @@ class MysqlDatabaseArgs:
|
|
|
20
20
|
termination_protection: Optional[pulumi.Input[bool]] = None):
|
|
21
21
|
"""
|
|
22
22
|
The set of arguments for constructing a MysqlDatabase resource.
|
|
23
|
-
:param pulumi.Input[str] database_name: The name of the service database.
|
|
24
|
-
: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.
|
|
25
|
-
: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.
|
|
23
|
+
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
24
|
+
: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.
|
|
25
|
+
: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.
|
|
26
26
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
27
27
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
28
28
|
"""
|
|
@@ -36,7 +36,7 @@ class MysqlDatabaseArgs:
|
|
|
36
36
|
@pulumi.getter(name="databaseName")
|
|
37
37
|
def database_name(self) -> pulumi.Input[str]:
|
|
38
38
|
"""
|
|
39
|
-
The name of the service database.
|
|
39
|
+
The name of the service database. Changing this property forces recreation of the resource.
|
|
40
40
|
"""
|
|
41
41
|
return pulumi.get(self, "database_name")
|
|
42
42
|
|
|
@@ -48,7 +48,7 @@ class MysqlDatabaseArgs:
|
|
|
48
48
|
@pulumi.getter
|
|
49
49
|
def project(self) -> pulumi.Input[str]:
|
|
50
50
|
"""
|
|
51
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
51
|
+
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.
|
|
52
52
|
"""
|
|
53
53
|
return pulumi.get(self, "project")
|
|
54
54
|
|
|
@@ -60,7 +60,7 @@ class MysqlDatabaseArgs:
|
|
|
60
60
|
@pulumi.getter(name="serviceName")
|
|
61
61
|
def service_name(self) -> pulumi.Input[str]:
|
|
62
62
|
"""
|
|
63
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
63
|
+
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.
|
|
64
64
|
"""
|
|
65
65
|
return pulumi.get(self, "service_name")
|
|
66
66
|
|
|
@@ -91,9 +91,9 @@ class _MysqlDatabaseState:
|
|
|
91
91
|
termination_protection: Optional[pulumi.Input[bool]] = None):
|
|
92
92
|
"""
|
|
93
93
|
Input properties used for looking up and filtering MysqlDatabase resources.
|
|
94
|
-
:param pulumi.Input[str] database_name: The name of the service database.
|
|
95
|
-
: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.
|
|
96
|
-
: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.
|
|
94
|
+
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
95
|
+
: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.
|
|
96
|
+
: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.
|
|
97
97
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
98
98
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
99
99
|
"""
|
|
@@ -110,7 +110,7 @@ class _MysqlDatabaseState:
|
|
|
110
110
|
@pulumi.getter(name="databaseName")
|
|
111
111
|
def database_name(self) -> Optional[pulumi.Input[str]]:
|
|
112
112
|
"""
|
|
113
|
-
The name of the service database.
|
|
113
|
+
The name of the service database. Changing this property forces recreation of the resource.
|
|
114
114
|
"""
|
|
115
115
|
return pulumi.get(self, "database_name")
|
|
116
116
|
|
|
@@ -122,7 +122,7 @@ class _MysqlDatabaseState:
|
|
|
122
122
|
@pulumi.getter
|
|
123
123
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
124
124
|
"""
|
|
125
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
125
|
+
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.
|
|
126
126
|
"""
|
|
127
127
|
return pulumi.get(self, "project")
|
|
128
128
|
|
|
@@ -134,7 +134,7 @@ class _MysqlDatabaseState:
|
|
|
134
134
|
@pulumi.getter(name="serviceName")
|
|
135
135
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
136
136
|
"""
|
|
137
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
137
|
+
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.
|
|
138
138
|
"""
|
|
139
139
|
return pulumi.get(self, "service_name")
|
|
140
140
|
|
|
@@ -191,9 +191,9 @@ class MysqlDatabase(pulumi.CustomResource):
|
|
|
191
191
|
|
|
192
192
|
:param str resource_name: The name of the resource.
|
|
193
193
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
194
|
-
:param pulumi.Input[str] database_name: The name of the service database.
|
|
195
|
-
: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.
|
|
196
|
-
: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.
|
|
194
|
+
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
195
|
+
: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.
|
|
196
|
+
: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.
|
|
197
197
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
198
198
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
199
199
|
"""
|
|
@@ -285,9 +285,9 @@ class MysqlDatabase(pulumi.CustomResource):
|
|
|
285
285
|
:param str resource_name: The unique name of the resulting resource.
|
|
286
286
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
287
287
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
288
|
-
:param pulumi.Input[str] database_name: The name of the service database.
|
|
289
|
-
: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.
|
|
290
|
-
: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.
|
|
288
|
+
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
289
|
+
: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.
|
|
290
|
+
: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.
|
|
291
291
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
292
292
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
293
293
|
"""
|
|
@@ -305,7 +305,7 @@ class MysqlDatabase(pulumi.CustomResource):
|
|
|
305
305
|
@pulumi.getter(name="databaseName")
|
|
306
306
|
def database_name(self) -> pulumi.Output[str]:
|
|
307
307
|
"""
|
|
308
|
-
The name of the service database.
|
|
308
|
+
The name of the service database. Changing this property forces recreation of the resource.
|
|
309
309
|
"""
|
|
310
310
|
return pulumi.get(self, "database_name")
|
|
311
311
|
|
|
@@ -313,7 +313,7 @@ class MysqlDatabase(pulumi.CustomResource):
|
|
|
313
313
|
@pulumi.getter
|
|
314
314
|
def project(self) -> pulumi.Output[str]:
|
|
315
315
|
"""
|
|
316
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
316
|
+
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.
|
|
317
317
|
"""
|
|
318
318
|
return pulumi.get(self, "project")
|
|
319
319
|
|
|
@@ -321,7 +321,7 @@ class MysqlDatabase(pulumi.CustomResource):
|
|
|
321
321
|
@pulumi.getter(name="serviceName")
|
|
322
322
|
def service_name(self) -> pulumi.Output[str]:
|
|
323
323
|
"""
|
|
324
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
324
|
+
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.
|
|
325
325
|
"""
|
|
326
326
|
return pulumi.get(self, "service_name")
|
|
327
327
|
|