pulumi-aiven 6.41.0a1753242343__py3-none-any.whl → 6.42.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +1 -1
- pulumi_aiven/_inputs.py +10923 -10764
- pulumi_aiven/account.py +89 -90
- pulumi_aiven/account_authentication.py +253 -254
- pulumi_aiven/account_team.py +62 -63
- pulumi_aiven/account_team_member.py +79 -80
- pulumi_aiven/account_team_project.py +69 -70
- pulumi_aiven/alloydbomni.py +319 -320
- pulumi_aiven/alloydbomni_database.py +86 -87
- pulumi_aiven/alloydbomni_user.py +113 -114
- pulumi_aiven/aws_org_vpc_peering_connection.py +113 -114
- pulumi_aiven/aws_privatelink.py +70 -71
- pulumi_aiven/aws_vpc_peering_connection.py +96 -97
- pulumi_aiven/azure_org_vpc_peering_connection.py +138 -139
- pulumi_aiven/azure_privatelink.py +88 -89
- pulumi_aiven/azure_privatelink_connection_approval.py +70 -71
- pulumi_aiven/azure_vpc_peering_connection.py +130 -131
- pulumi_aiven/billing_group.py +256 -257
- pulumi_aiven/cassandra.py +302 -303
- pulumi_aiven/cassandra_user.py +96 -97
- pulumi_aiven/clickhouse.py +302 -303
- pulumi_aiven/clickhouse_database.py +65 -66
- pulumi_aiven/clickhouse_grant.py +75 -76
- pulumi_aiven/clickhouse_role.py +52 -53
- pulumi_aiven/clickhouse_user.py +79 -80
- pulumi_aiven/config/__init__.py +1 -1
- pulumi_aiven/config/__init__.pyi +1 -2
- pulumi_aiven/config/vars.py +2 -3
- pulumi_aiven/connection_pool.py +129 -130
- pulumi_aiven/dragonfly.py +302 -303
- pulumi_aiven/flink.py +302 -303
- pulumi_aiven/flink_application.py +97 -98
- pulumi_aiven/flink_application_deployment.py +138 -139
- pulumi_aiven/flink_application_version.py +117 -118
- pulumi_aiven/flink_jar_application.py +101 -102
- pulumi_aiven/flink_jar_application_deployment.py +217 -218
- pulumi_aiven/flink_jar_application_version.py +116 -117
- pulumi_aiven/gcp_org_vpc_peering_connection.py +87 -88
- pulumi_aiven/gcp_privatelink.py +62 -63
- pulumi_aiven/gcp_privatelink_connection_approval.py +79 -80
- pulumi_aiven/gcp_vpc_peering_connection.py +79 -80
- pulumi_aiven/get_account.py +23 -24
- pulumi_aiven/get_account_authentication.py +46 -47
- pulumi_aiven/get_account_team.py +21 -22
- pulumi_aiven/get_account_team_member.py +27 -28
- pulumi_aiven/get_account_team_project.py +23 -24
- pulumi_aiven/get_alloydbomni.py +63 -64
- pulumi_aiven/get_alloydbomni_database.py +25 -26
- pulumi_aiven/get_alloydbomni_user.py +31 -32
- pulumi_aiven/get_aws_org_vpc_peering_connection.py +39 -40
- pulumi_aiven/get_aws_privatelink.py +21 -22
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -34
- pulumi_aiven/get_azure_org_vpc_peering_connection.py +41 -42
- pulumi_aiven/get_azure_privatelink.py +25 -26
- pulumi_aiven/get_azure_vpc_peering_connection.py +45 -46
- pulumi_aiven/get_billing_group.py +39 -40
- pulumi_aiven/get_cassanda.py +61 -62
- pulumi_aiven/get_cassandra.py +61 -62
- pulumi_aiven/get_cassandra_user.py +29 -30
- pulumi_aiven/get_clickhouse.py +61 -62
- pulumi_aiven/get_clickhouse_database.py +23 -24
- pulumi_aiven/get_clickhouse_user.py +27 -28
- pulumi_aiven/get_connection_pool.py +31 -32
- pulumi_aiven/get_dragonfly.py +61 -62
- pulumi_aiven/get_external_identity.py +27 -28
- pulumi_aiven/get_flink.py +61 -62
- pulumi_aiven/get_flink_application.py +31 -32
- pulumi_aiven/get_flink_application_version.py +39 -40
- pulumi_aiven/get_gcp_org_vpc_peering_connection.py +31 -32
- pulumi_aiven/get_gcp_privatelink.py +21 -22
- pulumi_aiven/get_gcp_vpc_peering_connection.py +27 -28
- pulumi_aiven/get_grafana.py +61 -62
- pulumi_aiven/get_influx_db.py +57 -58
- pulumi_aiven/get_influxdb_database.py +17 -18
- pulumi_aiven/get_influxdb_user.py +23 -24
- pulumi_aiven/get_kafka.py +65 -66
- pulumi_aiven/get_kafka_acl.py +35 -36
- pulumi_aiven/get_kafka_connect.py +60 -61
- pulumi_aiven/get_kafka_connector.py +36 -37
- pulumi_aiven/get_kafka_mirror_maker.py +60 -61
- pulumi_aiven/get_kafka_schema.py +29 -30
- pulumi_aiven/get_kafka_schema_configuration.py +25 -26
- pulumi_aiven/get_kafka_schema_registry_acl.py +35 -36
- pulumi_aiven/get_kafka_topic.py +33 -34
- pulumi_aiven/get_kafka_user.py +29 -30
- pulumi_aiven/get_m3_aggregator.py +61 -62
- pulumi_aiven/get_m3_db.py +61 -62
- pulumi_aiven/get_m3db_user.py +25 -26
- pulumi_aiven/get_mirror_maker_replication_flow.py +51 -52
- pulumi_aiven/get_my_sql.py +61 -62
- pulumi_aiven/get_mysql_database.py +23 -24
- pulumi_aiven/get_mysql_user.py +31 -32
- pulumi_aiven/get_open_search.py +61 -62
- pulumi_aiven/get_open_search_acl_config.py +19 -20
- pulumi_aiven/get_open_search_acl_rule.py +33 -34
- pulumi_aiven/get_opensearch_security_plugin_config.py +23 -24
- pulumi_aiven/get_opensearch_user.py +25 -26
- pulumi_aiven/get_organization.py +20 -21
- pulumi_aiven/get_organization_address.py +32 -33
- pulumi_aiven/get_organization_application_user.py +21 -22
- pulumi_aiven/get_organization_billing_group.py +34 -35
- pulumi_aiven/get_organization_billing_group_list.py +11 -12
- pulumi_aiven/get_organization_project.py +27 -28
- pulumi_aiven/get_organization_user.py +23 -24
- pulumi_aiven/get_organization_user_group.py +23 -24
- pulumi_aiven/get_organization_user_list.py +14 -15
- pulumi_aiven/get_organization_vpc.py +25 -26
- pulumi_aiven/get_organizational_unit.py +17 -18
- pulumi_aiven/get_pg.py +61 -62
- pulumi_aiven/get_pg_database.py +27 -28
- pulumi_aiven/get_pg_user.py +31 -32
- pulumi_aiven/get_project.py +34 -35
- pulumi_aiven/get_project_user.py +19 -20
- pulumi_aiven/get_project_vpc.py +25 -26
- pulumi_aiven/get_redis.py +61 -62
- pulumi_aiven/get_redis_user.py +33 -34
- pulumi_aiven/get_service_component.py +51 -52
- pulumi_aiven/get_service_integration.py +52 -53
- pulumi_aiven/get_service_integration_endpoint.py +38 -39
- pulumi_aiven/get_thanos.py +61 -62
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +31 -32
- pulumi_aiven/get_valkey.py +61 -62
- pulumi_aiven/get_valkey_user.py +33 -34
- pulumi_aiven/governance_access.py +84 -85
- pulumi_aiven/grafana.py +302 -303
- pulumi_aiven/influx_db.py +302 -303
- pulumi_aiven/influxdb_database.py +65 -66
- pulumi_aiven/influxdb_user.py +96 -97
- pulumi_aiven/kafka.py +336 -337
- pulumi_aiven/kafka_acl.py +95 -96
- pulumi_aiven/kafka_connect.py +299 -300
- pulumi_aiven/kafka_connector.py +125 -126
- pulumi_aiven/kafka_mirror_maker.py +299 -300
- pulumi_aiven/kafka_native_acl.py +154 -155
- pulumi_aiven/kafka_quota.py +120 -121
- pulumi_aiven/kafka_schema.py +112 -113
- pulumi_aiven/kafka_schema_configuration.py +52 -53
- pulumi_aiven/kafka_schema_registry_acl.py +95 -96
- pulumi_aiven/kafka_topic.py +139 -140
- pulumi_aiven/kafka_user.py +96 -97
- pulumi_aiven/m3_aggregator.py +311 -303
- pulumi_aiven/m3_db.py +311 -303
- pulumi_aiven/m3db_user.py +78 -79
- pulumi_aiven/mirror_maker_replication_flow.py +273 -274
- pulumi_aiven/my_sql.py +302 -303
- pulumi_aiven/mysql_database.py +65 -66
- pulumi_aiven/mysql_user.py +113 -114
- pulumi_aiven/open_search.py +302 -303
- pulumi_aiven/open_search_acl_config.py +69 -70
- pulumi_aiven/open_search_acl_rule.py +86 -87
- pulumi_aiven/opensearch_security_plugin_config.py +79 -80
- pulumi_aiven/opensearch_user.py +78 -79
- pulumi_aiven/organization.py +48 -49
- pulumi_aiven/organization_address.py +150 -151
- pulumi_aiven/organization_application_user.py +70 -71
- pulumi_aiven/organization_application_user_token.py +210 -211
- pulumi_aiven/organization_billing_group.py +183 -184
- pulumi_aiven/organization_group_project.py +55 -56
- pulumi_aiven/organization_permission.py +55 -56
- pulumi_aiven/organization_project.py +118 -119
- pulumi_aiven/organization_user.py +71 -72
- pulumi_aiven/organization_user_group.py +79 -80
- pulumi_aiven/organization_user_group_member.py +64 -65
- pulumi_aiven/organization_vpc.py +88 -89
- pulumi_aiven/organizational_unit.py +62 -63
- pulumi_aiven/outputs.py +14499 -14292
- pulumi_aiven/pg.py +302 -303
- pulumi_aiven/pg_database.py +99 -100
- pulumi_aiven/pg_user.py +113 -114
- pulumi_aiven/project.py +193 -194
- pulumi_aiven/project_user.py +61 -62
- pulumi_aiven/project_vpc.py +61 -62
- pulumi_aiven/provider.py +12 -13
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +302 -303
- pulumi_aiven/redis_user.py +146 -147
- pulumi_aiven/service_integration.py +191 -192
- pulumi_aiven/service_integration_endpoint.py +118 -119
- pulumi_aiven/static_ip.py +71 -72
- pulumi_aiven/thanos.py +302 -303
- pulumi_aiven/transit_gateway_vpc_attachment.py +113 -114
- pulumi_aiven/valkey.py +302 -303
- pulumi_aiven/valkey_user.py +146 -147
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.42.0.dist-info/RECORD +189 -0
- pulumi_aiven-6.41.0a1753242343.dist-info/RECORD +0 -189
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -80,137 +79,137 @@ class GetMirrorMakerReplicationFlowResult:
|
|
|
80
79
|
raise TypeError("Expected argument 'topics_blacklists' to be a list")
|
|
81
80
|
pulumi.set(__self__, "topics_blacklists", topics_blacklists)
|
|
82
81
|
|
|
83
|
-
@property
|
|
82
|
+
@_builtins.property
|
|
84
83
|
@pulumi.getter(name="configPropertiesExcludes")
|
|
85
|
-
def config_properties_excludes(self) -> Sequence[
|
|
84
|
+
def config_properties_excludes(self) -> Sequence[_builtins.str]:
|
|
86
85
|
"""
|
|
87
86
|
List of topic configuration properties and regular expressions to not replicate. The properties that are not replicated by default are: `follower.replication.throttled.replicas`, `leader.replication.throttled.replicas`, `message.timestamp.difference.max.ms`, `message.timestamp.type`, `unclean.leader.election.enable`, and `min.insync.replicas`. Setting this overrides the defaults. For example, to enable replication for 'min.insync.replicas' and 'unclean.leader.election.enable' set this to: ["follower\\\\.replication\\\\.throttled\\\\.replicas", "leader\\\\.replication\\\\.throttled\\\\.replicas", "message\\\\.timestamp\\\\.difference\\\\.max\\\\.ms", "message\\\\.timestamp\\\\.type"]
|
|
88
87
|
"""
|
|
89
88
|
return pulumi.get(self, "config_properties_excludes")
|
|
90
89
|
|
|
91
|
-
@property
|
|
90
|
+
@_builtins.property
|
|
92
91
|
@pulumi.getter(name="emitBackwardHeartbeatsEnabled")
|
|
93
|
-
def emit_backward_heartbeats_enabled(self) ->
|
|
92
|
+
def emit_backward_heartbeats_enabled(self) -> _builtins.bool:
|
|
94
93
|
"""
|
|
95
94
|
Enables emitting heartbeats to the direction opposite to the flow, i.e. to the source cluster. The default value is `false`.
|
|
96
95
|
"""
|
|
97
96
|
return pulumi.get(self, "emit_backward_heartbeats_enabled")
|
|
98
97
|
|
|
99
|
-
@property
|
|
98
|
+
@_builtins.property
|
|
100
99
|
@pulumi.getter(name="emitHeartbeatsEnabled")
|
|
101
|
-
def emit_heartbeats_enabled(self) ->
|
|
100
|
+
def emit_heartbeats_enabled(self) -> _builtins.bool:
|
|
102
101
|
"""
|
|
103
102
|
Enables emitting heartbeats to the target cluster. The default value is `false`.
|
|
104
103
|
"""
|
|
105
104
|
return pulumi.get(self, "emit_heartbeats_enabled")
|
|
106
105
|
|
|
107
|
-
@property
|
|
106
|
+
@_builtins.property
|
|
108
107
|
@pulumi.getter
|
|
109
|
-
def enable(self) ->
|
|
108
|
+
def enable(self) -> _builtins.bool:
|
|
110
109
|
"""
|
|
111
110
|
Enables replication flow for a service.
|
|
112
111
|
"""
|
|
113
112
|
return pulumi.get(self, "enable")
|
|
114
113
|
|
|
115
|
-
@property
|
|
114
|
+
@_builtins.property
|
|
116
115
|
@pulumi.getter(name="exactlyOnceDeliveryEnabled")
|
|
117
|
-
def exactly_once_delivery_enabled(self) ->
|
|
116
|
+
def exactly_once_delivery_enabled(self) -> _builtins.bool:
|
|
118
117
|
"""
|
|
119
118
|
Enables exactly-once message delivery. Set this to `enabled` for new replications. The default value is `false`.
|
|
120
119
|
"""
|
|
121
120
|
return pulumi.get(self, "exactly_once_delivery_enabled")
|
|
122
121
|
|
|
123
|
-
@property
|
|
122
|
+
@_builtins.property
|
|
124
123
|
@pulumi.getter
|
|
125
|
-
def id(self) ->
|
|
124
|
+
def id(self) -> _builtins.str:
|
|
126
125
|
"""
|
|
127
126
|
The provider-assigned unique ID for this managed resource.
|
|
128
127
|
"""
|
|
129
128
|
return pulumi.get(self, "id")
|
|
130
129
|
|
|
131
|
-
@property
|
|
130
|
+
@_builtins.property
|
|
132
131
|
@pulumi.getter(name="offsetSyncsTopicLocation")
|
|
133
|
-
def offset_syncs_topic_location(self) ->
|
|
132
|
+
def offset_syncs_topic_location(self) -> _builtins.str:
|
|
134
133
|
"""
|
|
135
134
|
Offset syncs topic location. The possible values are `source` and `target`.
|
|
136
135
|
"""
|
|
137
136
|
return pulumi.get(self, "offset_syncs_topic_location")
|
|
138
137
|
|
|
139
|
-
@property
|
|
138
|
+
@_builtins.property
|
|
140
139
|
@pulumi.getter
|
|
141
|
-
def project(self) ->
|
|
140
|
+
def project(self) -> _builtins.str:
|
|
142
141
|
"""
|
|
143
142
|
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.
|
|
144
143
|
"""
|
|
145
144
|
return pulumi.get(self, "project")
|
|
146
145
|
|
|
147
|
-
@property
|
|
146
|
+
@_builtins.property
|
|
148
147
|
@pulumi.getter(name="replicationFactor")
|
|
149
|
-
def replication_factor(self) ->
|
|
148
|
+
def replication_factor(self) -> _builtins.int:
|
|
150
149
|
"""
|
|
151
150
|
Replication factor, `>= 1`.
|
|
152
151
|
"""
|
|
153
152
|
return pulumi.get(self, "replication_factor")
|
|
154
153
|
|
|
155
|
-
@property
|
|
154
|
+
@_builtins.property
|
|
156
155
|
@pulumi.getter(name="replicationPolicyClass")
|
|
157
|
-
def replication_policy_class(self) ->
|
|
156
|
+
def replication_policy_class(self) -> _builtins.str:
|
|
158
157
|
"""
|
|
159
158
|
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`.
|
|
160
159
|
"""
|
|
161
160
|
return pulumi.get(self, "replication_policy_class")
|
|
162
161
|
|
|
163
|
-
@property
|
|
162
|
+
@_builtins.property
|
|
164
163
|
@pulumi.getter(name="serviceName")
|
|
165
|
-
def service_name(self) ->
|
|
164
|
+
def service_name(self) -> _builtins.str:
|
|
166
165
|
"""
|
|
167
166
|
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.
|
|
168
167
|
"""
|
|
169
168
|
return pulumi.get(self, "service_name")
|
|
170
169
|
|
|
171
|
-
@property
|
|
170
|
+
@_builtins.property
|
|
172
171
|
@pulumi.getter(name="sourceCluster")
|
|
173
|
-
def source_cluster(self) ->
|
|
172
|
+
def source_cluster(self) -> _builtins.str:
|
|
174
173
|
"""
|
|
175
174
|
Source cluster alias. Maximum length: `128`.
|
|
176
175
|
"""
|
|
177
176
|
return pulumi.get(self, "source_cluster")
|
|
178
177
|
|
|
179
|
-
@property
|
|
178
|
+
@_builtins.property
|
|
180
179
|
@pulumi.getter(name="syncGroupOffsetsEnabled")
|
|
181
|
-
def sync_group_offsets_enabled(self) ->
|
|
180
|
+
def sync_group_offsets_enabled(self) -> _builtins.bool:
|
|
182
181
|
"""
|
|
183
182
|
Sync consumer group offsets. The default value is `false`.
|
|
184
183
|
"""
|
|
185
184
|
return pulumi.get(self, "sync_group_offsets_enabled")
|
|
186
185
|
|
|
187
|
-
@property
|
|
186
|
+
@_builtins.property
|
|
188
187
|
@pulumi.getter(name="syncGroupOffsetsIntervalSeconds")
|
|
189
|
-
def sync_group_offsets_interval_seconds(self) ->
|
|
188
|
+
def sync_group_offsets_interval_seconds(self) -> _builtins.int:
|
|
190
189
|
"""
|
|
191
190
|
Frequency of consumer group offset sync. The default value is `1`.
|
|
192
191
|
"""
|
|
193
192
|
return pulumi.get(self, "sync_group_offsets_interval_seconds")
|
|
194
193
|
|
|
195
|
-
@property
|
|
194
|
+
@_builtins.property
|
|
196
195
|
@pulumi.getter(name="targetCluster")
|
|
197
|
-
def target_cluster(self) ->
|
|
196
|
+
def target_cluster(self) -> _builtins.str:
|
|
198
197
|
"""
|
|
199
198
|
Target cluster alias. Maximum length: `128`.
|
|
200
199
|
"""
|
|
201
200
|
return pulumi.get(self, "target_cluster")
|
|
202
201
|
|
|
203
|
-
@property
|
|
202
|
+
@_builtins.property
|
|
204
203
|
@pulumi.getter
|
|
205
|
-
def topics(self) -> Sequence[
|
|
204
|
+
def topics(self) -> Sequence[_builtins.str]:
|
|
206
205
|
"""
|
|
207
206
|
The topics to include in the replica defined by a [list of regular expressions in Java format](https://aiven.io/docs/products/kafka/kafka-mirrormaker/concepts/replication-flow-topics-regex).
|
|
208
207
|
"""
|
|
209
208
|
return pulumi.get(self, "topics")
|
|
210
209
|
|
|
211
|
-
@property
|
|
210
|
+
@_builtins.property
|
|
212
211
|
@pulumi.getter(name="topicsBlacklists")
|
|
213
|
-
def topics_blacklists(self) -> Sequence[
|
|
212
|
+
def topics_blacklists(self) -> Sequence[_builtins.str]:
|
|
214
213
|
"""
|
|
215
214
|
The topics to exclude from the replica defined by a [list of regular expressions in Java format](https://aiven.io/docs/products/kafka/kafka-mirrormaker/concepts/replication-flow-topics-regex).
|
|
216
215
|
"""
|
|
@@ -242,10 +241,10 @@ class AwaitableGetMirrorMakerReplicationFlowResult(GetMirrorMakerReplicationFlow
|
|
|
242
241
|
topics_blacklists=self.topics_blacklists)
|
|
243
242
|
|
|
244
243
|
|
|
245
|
-
def get_mirror_maker_replication_flow(project: Optional[
|
|
246
|
-
service_name: Optional[
|
|
247
|
-
source_cluster: Optional[
|
|
248
|
-
target_cluster: Optional[
|
|
244
|
+
def get_mirror_maker_replication_flow(project: Optional[_builtins.str] = None,
|
|
245
|
+
service_name: Optional[_builtins.str] = None,
|
|
246
|
+
source_cluster: Optional[_builtins.str] = None,
|
|
247
|
+
target_cluster: Optional[_builtins.str] = None,
|
|
249
248
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMirrorMakerReplicationFlowResult:
|
|
250
249
|
"""
|
|
251
250
|
Gets information about an [Aiven for Apache Kafka® MirrorMaker 2](https://aiven.io/docs/products/kafka/kafka-mirrormaker) replication flow.
|
|
@@ -263,10 +262,10 @@ def get_mirror_maker_replication_flow(project: Optional[builtins.str] = None,
|
|
|
263
262
|
```
|
|
264
263
|
|
|
265
264
|
|
|
266
|
-
:param
|
|
267
|
-
:param
|
|
268
|
-
:param
|
|
269
|
-
:param
|
|
265
|
+
:param _builtins.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.
|
|
266
|
+
:param _builtins.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.
|
|
267
|
+
:param _builtins.str source_cluster: Source cluster alias. Maximum length: `128`.
|
|
268
|
+
:param _builtins.str target_cluster: Target cluster alias. Maximum length: `128`.
|
|
270
269
|
"""
|
|
271
270
|
__args__ = dict()
|
|
272
271
|
__args__['project'] = project
|
|
@@ -294,10 +293,10 @@ def get_mirror_maker_replication_flow(project: Optional[builtins.str] = None,
|
|
|
294
293
|
target_cluster=pulumi.get(__ret__, 'target_cluster'),
|
|
295
294
|
topics=pulumi.get(__ret__, 'topics'),
|
|
296
295
|
topics_blacklists=pulumi.get(__ret__, 'topics_blacklists'))
|
|
297
|
-
def get_mirror_maker_replication_flow_output(project: Optional[pulumi.Input[
|
|
298
|
-
service_name: Optional[pulumi.Input[
|
|
299
|
-
source_cluster: Optional[pulumi.Input[
|
|
300
|
-
target_cluster: Optional[pulumi.Input[
|
|
296
|
+
def get_mirror_maker_replication_flow_output(project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
297
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
298
|
+
source_cluster: Optional[pulumi.Input[_builtins.str]] = None,
|
|
299
|
+
target_cluster: Optional[pulumi.Input[_builtins.str]] = None,
|
|
301
300
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMirrorMakerReplicationFlowResult]:
|
|
302
301
|
"""
|
|
303
302
|
Gets information about an [Aiven for Apache Kafka® MirrorMaker 2](https://aiven.io/docs/products/kafka/kafka-mirrormaker) replication flow.
|
|
@@ -315,10 +314,10 @@ def get_mirror_maker_replication_flow_output(project: Optional[pulumi.Input[buil
|
|
|
315
314
|
```
|
|
316
315
|
|
|
317
316
|
|
|
318
|
-
:param
|
|
319
|
-
:param
|
|
320
|
-
:param
|
|
321
|
-
:param
|
|
317
|
+
:param _builtins.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.
|
|
318
|
+
:param _builtins.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.
|
|
319
|
+
:param _builtins.str source_cluster: Source cluster alias. Maximum length: `128`.
|
|
320
|
+
:param _builtins.str target_cluster: Target cluster alias. Maximum length: `128`.
|
|
322
321
|
"""
|
|
323
322
|
__args__ = dict()
|
|
324
323
|
__args__['project'] = project
|
pulumi_aiven/get_my_sql.py
CHANGED
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -117,23 +116,23 @@ class GetMySqlResult:
|
|
|
117
116
|
raise TypeError("Expected argument 'termination_protection' to be a bool")
|
|
118
117
|
pulumi.set(__self__, "termination_protection", termination_protection)
|
|
119
118
|
|
|
120
|
-
@property
|
|
119
|
+
@_builtins.property
|
|
121
120
|
@pulumi.getter(name="additionalDiskSpace")
|
|
122
|
-
def additional_disk_space(self) ->
|
|
121
|
+
def additional_disk_space(self) -> _builtins.str:
|
|
123
122
|
"""
|
|
124
123
|
Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
125
124
|
"""
|
|
126
125
|
return pulumi.get(self, "additional_disk_space")
|
|
127
126
|
|
|
128
|
-
@property
|
|
127
|
+
@_builtins.property
|
|
129
128
|
@pulumi.getter(name="cloudName")
|
|
130
|
-
def cloud_name(self) ->
|
|
129
|
+
def cloud_name(self) -> _builtins.str:
|
|
131
130
|
"""
|
|
132
131
|
The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
|
|
133
132
|
"""
|
|
134
133
|
return pulumi.get(self, "cloud_name")
|
|
135
134
|
|
|
136
|
-
@property
|
|
135
|
+
@_builtins.property
|
|
137
136
|
@pulumi.getter
|
|
138
137
|
def components(self) -> Sequence['outputs.GetMySqlComponentResult']:
|
|
139
138
|
"""
|
|
@@ -141,71 +140,71 @@ class GetMySqlResult:
|
|
|
141
140
|
"""
|
|
142
141
|
return pulumi.get(self, "components")
|
|
143
142
|
|
|
144
|
-
@property
|
|
143
|
+
@_builtins.property
|
|
145
144
|
@pulumi.getter(name="diskSpace")
|
|
146
|
-
def disk_space(self) ->
|
|
145
|
+
def disk_space(self) -> _builtins.str:
|
|
147
146
|
"""
|
|
148
147
|
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
149
148
|
"""
|
|
150
149
|
return pulumi.get(self, "disk_space")
|
|
151
150
|
|
|
152
|
-
@property
|
|
151
|
+
@_builtins.property
|
|
153
152
|
@pulumi.getter(name="diskSpaceCap")
|
|
154
|
-
def disk_space_cap(self) ->
|
|
153
|
+
def disk_space_cap(self) -> _builtins.str:
|
|
155
154
|
"""
|
|
156
155
|
The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
157
156
|
"""
|
|
158
157
|
return pulumi.get(self, "disk_space_cap")
|
|
159
158
|
|
|
160
|
-
@property
|
|
159
|
+
@_builtins.property
|
|
161
160
|
@pulumi.getter(name="diskSpaceDefault")
|
|
162
|
-
def disk_space_default(self) ->
|
|
161
|
+
def disk_space_default(self) -> _builtins.str:
|
|
163
162
|
"""
|
|
164
163
|
The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
|
|
165
164
|
"""
|
|
166
165
|
return pulumi.get(self, "disk_space_default")
|
|
167
166
|
|
|
168
|
-
@property
|
|
167
|
+
@_builtins.property
|
|
169
168
|
@pulumi.getter(name="diskSpaceStep")
|
|
170
|
-
def disk_space_step(self) ->
|
|
169
|
+
def disk_space_step(self) -> _builtins.str:
|
|
171
170
|
"""
|
|
172
171
|
The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
173
172
|
"""
|
|
174
173
|
return pulumi.get(self, "disk_space_step")
|
|
175
174
|
|
|
176
|
-
@property
|
|
175
|
+
@_builtins.property
|
|
177
176
|
@pulumi.getter(name="diskSpaceUsed")
|
|
178
|
-
def disk_space_used(self) ->
|
|
177
|
+
def disk_space_used(self) -> _builtins.str:
|
|
179
178
|
"""
|
|
180
179
|
Disk space that service is currently using
|
|
181
180
|
"""
|
|
182
181
|
return pulumi.get(self, "disk_space_used")
|
|
183
182
|
|
|
184
|
-
@property
|
|
183
|
+
@_builtins.property
|
|
185
184
|
@pulumi.getter
|
|
186
|
-
def id(self) ->
|
|
185
|
+
def id(self) -> _builtins.str:
|
|
187
186
|
"""
|
|
188
187
|
The provider-assigned unique ID for this managed resource.
|
|
189
188
|
"""
|
|
190
189
|
return pulumi.get(self, "id")
|
|
191
190
|
|
|
192
|
-
@property
|
|
191
|
+
@_builtins.property
|
|
193
192
|
@pulumi.getter(name="maintenanceWindowDow")
|
|
194
|
-
def maintenance_window_dow(self) ->
|
|
193
|
+
def maintenance_window_dow(self) -> _builtins.str:
|
|
195
194
|
"""
|
|
196
195
|
Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
197
196
|
"""
|
|
198
197
|
return pulumi.get(self, "maintenance_window_dow")
|
|
199
198
|
|
|
200
|
-
@property
|
|
199
|
+
@_builtins.property
|
|
201
200
|
@pulumi.getter(name="maintenanceWindowTime")
|
|
202
|
-
def maintenance_window_time(self) ->
|
|
201
|
+
def maintenance_window_time(self) -> _builtins.str:
|
|
203
202
|
"""
|
|
204
203
|
Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
205
204
|
"""
|
|
206
205
|
return pulumi.get(self, "maintenance_window_time")
|
|
207
206
|
|
|
208
|
-
@property
|
|
207
|
+
@_builtins.property
|
|
209
208
|
@pulumi.getter(name="mysqlUserConfigs")
|
|
210
209
|
def mysql_user_configs(self) -> Sequence['outputs.GetMySqlMysqlUserConfigResult']:
|
|
211
210
|
"""
|
|
@@ -213,7 +212,7 @@ class GetMySqlResult:
|
|
|
213
212
|
"""
|
|
214
213
|
return pulumi.get(self, "mysql_user_configs")
|
|
215
214
|
|
|
216
|
-
@property
|
|
215
|
+
@_builtins.property
|
|
217
216
|
@pulumi.getter
|
|
218
217
|
def mysqls(self) -> Sequence['outputs.GetMySqlMysqlResult']:
|
|
219
218
|
"""
|
|
@@ -221,39 +220,39 @@ class GetMySqlResult:
|
|
|
221
220
|
"""
|
|
222
221
|
return pulumi.get(self, "mysqls")
|
|
223
222
|
|
|
224
|
-
@property
|
|
223
|
+
@_builtins.property
|
|
225
224
|
@pulumi.getter
|
|
226
|
-
def plan(self) ->
|
|
225
|
+
def plan(self) -> _builtins.str:
|
|
227
226
|
"""
|
|
228
227
|
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 seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
229
228
|
"""
|
|
230
229
|
return pulumi.get(self, "plan")
|
|
231
230
|
|
|
232
|
-
@property
|
|
231
|
+
@_builtins.property
|
|
233
232
|
@pulumi.getter
|
|
234
|
-
def project(self) ->
|
|
233
|
+
def project(self) -> _builtins.str:
|
|
235
234
|
"""
|
|
236
235
|
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.
|
|
237
236
|
"""
|
|
238
237
|
return pulumi.get(self, "project")
|
|
239
238
|
|
|
240
|
-
@property
|
|
239
|
+
@_builtins.property
|
|
241
240
|
@pulumi.getter(name="projectVpcId")
|
|
242
|
-
def project_vpc_id(self) ->
|
|
241
|
+
def project_vpc_id(self) -> _builtins.str:
|
|
243
242
|
"""
|
|
244
243
|
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. 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. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
245
244
|
"""
|
|
246
245
|
return pulumi.get(self, "project_vpc_id")
|
|
247
246
|
|
|
248
|
-
@property
|
|
247
|
+
@_builtins.property
|
|
249
248
|
@pulumi.getter(name="serviceHost")
|
|
250
|
-
def service_host(self) ->
|
|
249
|
+
def service_host(self) -> _builtins.str:
|
|
251
250
|
"""
|
|
252
251
|
The hostname of the service.
|
|
253
252
|
"""
|
|
254
253
|
return pulumi.get(self, "service_host")
|
|
255
254
|
|
|
256
|
-
@property
|
|
255
|
+
@_builtins.property
|
|
257
256
|
@pulumi.getter(name="serviceIntegrations")
|
|
258
257
|
def service_integrations(self) -> Sequence['outputs.GetMySqlServiceIntegrationResult']:
|
|
259
258
|
"""
|
|
@@ -261,68 +260,68 @@ class GetMySqlResult:
|
|
|
261
260
|
"""
|
|
262
261
|
return pulumi.get(self, "service_integrations")
|
|
263
262
|
|
|
264
|
-
@property
|
|
263
|
+
@_builtins.property
|
|
265
264
|
@pulumi.getter(name="serviceName")
|
|
266
|
-
def service_name(self) ->
|
|
265
|
+
def service_name(self) -> _builtins.str:
|
|
267
266
|
"""
|
|
268
267
|
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.
|
|
269
268
|
"""
|
|
270
269
|
return pulumi.get(self, "service_name")
|
|
271
270
|
|
|
272
|
-
@property
|
|
271
|
+
@_builtins.property
|
|
273
272
|
@pulumi.getter(name="servicePassword")
|
|
274
|
-
def service_password(self) ->
|
|
273
|
+
def service_password(self) -> _builtins.str:
|
|
275
274
|
"""
|
|
276
275
|
Password used for connecting to the service, if applicable
|
|
277
276
|
"""
|
|
278
277
|
return pulumi.get(self, "service_password")
|
|
279
278
|
|
|
280
|
-
@property
|
|
279
|
+
@_builtins.property
|
|
281
280
|
@pulumi.getter(name="servicePort")
|
|
282
|
-
def service_port(self) ->
|
|
281
|
+
def service_port(self) -> _builtins.int:
|
|
283
282
|
"""
|
|
284
283
|
The port of the service
|
|
285
284
|
"""
|
|
286
285
|
return pulumi.get(self, "service_port")
|
|
287
286
|
|
|
288
|
-
@property
|
|
287
|
+
@_builtins.property
|
|
289
288
|
@pulumi.getter(name="serviceType")
|
|
290
|
-
def service_type(self) ->
|
|
289
|
+
def service_type(self) -> _builtins.str:
|
|
291
290
|
"""
|
|
292
291
|
Aiven internal service type code
|
|
293
292
|
"""
|
|
294
293
|
return pulumi.get(self, "service_type")
|
|
295
294
|
|
|
296
|
-
@property
|
|
295
|
+
@_builtins.property
|
|
297
296
|
@pulumi.getter(name="serviceUri")
|
|
298
|
-
def service_uri(self) ->
|
|
297
|
+
def service_uri(self) -> _builtins.str:
|
|
299
298
|
"""
|
|
300
299
|
URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
301
300
|
"""
|
|
302
301
|
return pulumi.get(self, "service_uri")
|
|
303
302
|
|
|
304
|
-
@property
|
|
303
|
+
@_builtins.property
|
|
305
304
|
@pulumi.getter(name="serviceUsername")
|
|
306
|
-
def service_username(self) ->
|
|
305
|
+
def service_username(self) -> _builtins.str:
|
|
307
306
|
"""
|
|
308
307
|
Username used for connecting to the service, if applicable
|
|
309
308
|
"""
|
|
310
309
|
return pulumi.get(self, "service_username")
|
|
311
310
|
|
|
312
|
-
@property
|
|
311
|
+
@_builtins.property
|
|
313
312
|
@pulumi.getter
|
|
314
|
-
def state(self) ->
|
|
313
|
+
def state(self) -> _builtins.str:
|
|
315
314
|
return pulumi.get(self, "state")
|
|
316
315
|
|
|
317
|
-
@property
|
|
316
|
+
@_builtins.property
|
|
318
317
|
@pulumi.getter(name="staticIps")
|
|
319
|
-
def static_ips(self) -> Sequence[
|
|
318
|
+
def static_ips(self) -> Sequence[_builtins.str]:
|
|
320
319
|
"""
|
|
321
320
|
Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
322
321
|
"""
|
|
323
322
|
return pulumi.get(self, "static_ips")
|
|
324
323
|
|
|
325
|
-
@property
|
|
324
|
+
@_builtins.property
|
|
326
325
|
@pulumi.getter
|
|
327
326
|
def tags(self) -> Sequence['outputs.GetMySqlTagResult']:
|
|
328
327
|
"""
|
|
@@ -330,7 +329,7 @@ class GetMySqlResult:
|
|
|
330
329
|
"""
|
|
331
330
|
return pulumi.get(self, "tags")
|
|
332
331
|
|
|
333
|
-
@property
|
|
332
|
+
@_builtins.property
|
|
334
333
|
@pulumi.getter(name="techEmails")
|
|
335
334
|
def tech_emails(self) -> Sequence['outputs.GetMySqlTechEmailResult']:
|
|
336
335
|
"""
|
|
@@ -338,9 +337,9 @@ class GetMySqlResult:
|
|
|
338
337
|
"""
|
|
339
338
|
return pulumi.get(self, "tech_emails")
|
|
340
339
|
|
|
341
|
-
@property
|
|
340
|
+
@_builtins.property
|
|
342
341
|
@pulumi.getter(name="terminationProtection")
|
|
343
|
-
def termination_protection(self) ->
|
|
342
|
+
def termination_protection(self) -> _builtins.bool:
|
|
344
343
|
"""
|
|
345
344
|
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
346
345
|
"""
|
|
@@ -384,8 +383,8 @@ class AwaitableGetMySqlResult(GetMySqlResult):
|
|
|
384
383
|
termination_protection=self.termination_protection)
|
|
385
384
|
|
|
386
385
|
|
|
387
|
-
def get_my_sql(project: Optional[
|
|
388
|
-
service_name: Optional[
|
|
386
|
+
def get_my_sql(project: Optional[_builtins.str] = None,
|
|
387
|
+
service_name: Optional[_builtins.str] = None,
|
|
389
388
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMySqlResult:
|
|
390
389
|
"""
|
|
391
390
|
Gets information about an Aiven for MySQL® service.
|
|
@@ -401,8 +400,8 @@ def get_my_sql(project: Optional[builtins.str] = None,
|
|
|
401
400
|
```
|
|
402
401
|
|
|
403
402
|
|
|
404
|
-
:param
|
|
405
|
-
:param
|
|
403
|
+
:param _builtins.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.
|
|
404
|
+
:param _builtins.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.
|
|
406
405
|
"""
|
|
407
406
|
__args__ = dict()
|
|
408
407
|
__args__['project'] = project
|
|
@@ -440,8 +439,8 @@ def get_my_sql(project: Optional[builtins.str] = None,
|
|
|
440
439
|
tags=pulumi.get(__ret__, 'tags'),
|
|
441
440
|
tech_emails=pulumi.get(__ret__, 'tech_emails'),
|
|
442
441
|
termination_protection=pulumi.get(__ret__, 'termination_protection'))
|
|
443
|
-
def get_my_sql_output(project: Optional[pulumi.Input[
|
|
444
|
-
service_name: Optional[pulumi.Input[
|
|
442
|
+
def get_my_sql_output(project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
443
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
445
444
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMySqlResult]:
|
|
446
445
|
"""
|
|
447
446
|
Gets information about an Aiven for MySQL® service.
|
|
@@ -457,8 +456,8 @@ def get_my_sql_output(project: Optional[pulumi.Input[builtins.str]] = None,
|
|
|
457
456
|
```
|
|
458
457
|
|
|
459
458
|
|
|
460
|
-
:param
|
|
461
|
-
:param
|
|
459
|
+
:param _builtins.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.
|
|
460
|
+
:param _builtins.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.
|
|
462
461
|
"""
|
|
463
462
|
__args__ = dict()
|
|
464
463
|
__args__['project'] = project
|