pulumi-aiven 6.12.0a1708541199__py3-none-any.whl → 6.13.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 +28 -0
- pulumi_aiven/_inputs.py +2491 -944
- pulumi_aiven/account.py +40 -32
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +6 -2
- pulumi_aiven/account_team_member.py +27 -23
- pulumi_aiven/account_team_project.py +6 -2
- pulumi_aiven/aws_privatelink.py +43 -39
- pulumi_aiven/aws_vpc_peering_connection.py +66 -52
- pulumi_aiven/azure_privatelink.py +53 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +80 -68
- pulumi_aiven/billing_group.py +6 -2
- pulumi_aiven/cassandra.py +13 -9
- pulumi_aiven/cassandra_user.py +27 -23
- pulumi_aiven/clickhouse.py +13 -9
- pulumi_aiven/clickhouse_database.py +27 -23
- pulumi_aiven/clickhouse_grant.py +46 -42
- pulumi_aiven/clickhouse_role.py +27 -23
- pulumi_aiven/clickhouse_user.py +27 -23
- pulumi_aiven/connection_pool.py +34 -30
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +13 -9
- pulumi_aiven/flink_application.py +20 -16
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +16 -16
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +19 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
- pulumi_aiven/get_azure_privatelink.py +21 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +7 -3
- pulumi_aiven/get_cassandra.py +7 -3
- pulumi_aiven/get_cassandra_user.py +13 -9
- pulumi_aiven/get_clickhouse.py +7 -3
- pulumi_aiven/get_clickhouse_database.py +13 -9
- pulumi_aiven/get_clickhouse_user.py +13 -9
- pulumi_aiven/get_connection_pool.py +14 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +7 -3
- pulumi_aiven/get_flink_application.py +10 -6
- pulumi_aiven/get_flink_application_version.py +10 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
- pulumi_aiven/get_grafana.py +7 -3
- pulumi_aiven/get_kafka.py +7 -3
- pulumi_aiven/get_kafka_acl.py +19 -15
- pulumi_aiven/get_kafka_connect.py +7 -3
- pulumi_aiven/get_kafka_connector.py +13 -9
- pulumi_aiven/get_kafka_mirror_maker.py +7 -3
- pulumi_aiven/get_kafka_schema.py +13 -9
- pulumi_aiven/get_kafka_schema_configuration.py +11 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +13 -9
- pulumi_aiven/get_kafka_user.py +13 -9
- pulumi_aiven/get_m3_aggregator.py +7 -3
- pulumi_aiven/get_m3_db.py +7 -3
- pulumi_aiven/get_m3db_user.py +13 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
- pulumi_aiven/get_my_sql.py +7 -3
- pulumi_aiven/get_mysql_database.py +13 -9
- pulumi_aiven/get_mysql_user.py +13 -9
- pulumi_aiven/get_open_search.py +7 -3
- pulumi_aiven/get_open_search_acl_config.py +10 -6
- pulumi_aiven/get_open_search_acl_rule.py +16 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
- pulumi_aiven/get_opensearch_user.py +13 -9
- pulumi_aiven/get_organization.py +12 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +7 -3
- pulumi_aiven/get_pg_database.py +15 -11
- pulumi_aiven/get_pg_user.py +13 -9
- pulumi_aiven/get_project.py +4 -0
- pulumi_aiven/get_project_user.py +10 -6
- pulumi_aiven/get_project_vpc.py +15 -13
- pulumi_aiven/get_redis.py +7 -3
- pulumi_aiven/get_redis_user.py +17 -13
- pulumi_aiven/get_service_component.py +4 -0
- pulumi_aiven/get_service_integration.py +60 -4
- pulumi_aiven/get_service_integration_endpoint.py +5 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
- pulumi_aiven/grafana.py +13 -9
- 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 +13 -9
- pulumi_aiven/kafka_acl.py +41 -37
- pulumi_aiven/kafka_connect.py +13 -9
- pulumi_aiven/kafka_connector.py +27 -23
- pulumi_aiven/kafka_mirror_maker.py +13 -9
- pulumi_aiven/kafka_schema.py +53 -45
- pulumi_aiven/kafka_schema_configuration.py +20 -16
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +23 -23
- pulumi_aiven/kafka_user.py +27 -23
- pulumi_aiven/m3_aggregator.py +13 -9
- pulumi_aiven/m3_db.py +13 -9
- pulumi_aiven/m3db_user.py +27 -23
- pulumi_aiven/mirror_maker_replication_flow.py +56 -50
- pulumi_aiven/my_sql.py +13 -9
- pulumi_aiven/mysql_database.py +27 -23
- pulumi_aiven/mysql_user.py +27 -23
- pulumi_aiven/open_search.py +13 -9
- pulumi_aiven/open_search_acl_config.py +20 -16
- pulumi_aiven/open_search_acl_rule.py +34 -30
- pulumi_aiven/opensearch_security_plugin_config.py +68 -16
- pulumi_aiven/opensearch_user.py +27 -23
- pulumi_aiven/organization.py +14 -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 +36 -32
- pulumi_aiven/outputs.py +3013 -491
- pulumi_aiven/pg.py +9 -9
- pulumi_aiven/pg_database.py +41 -37
- pulumi_aiven/pg_user.py +27 -23
- pulumi_aiven/project.py +28 -2
- pulumi_aiven/project_user.py +20 -16
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +13 -9
- pulumi_aiven/redis_user.py +55 -51
- pulumi_aiven/service_integration.py +201 -9
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.12.0a1708541199.dist-info/RECORD +0 -146
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
|
@@ -64,7 +64,7 @@ class GetKafkaSchemaRegistryAclResult:
|
|
|
64
64
|
@pulumi.getter
|
|
65
65
|
def permission(self) -> str:
|
|
66
66
|
"""
|
|
67
|
-
Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
67
|
+
Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "permission")
|
|
70
70
|
|
|
@@ -72,7 +72,7 @@ class GetKafkaSchemaRegistryAclResult:
|
|
|
72
72
|
@pulumi.getter
|
|
73
73
|
def project(self) -> str:
|
|
74
74
|
"""
|
|
75
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
75
|
+
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.
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "project")
|
|
78
78
|
|
|
@@ -80,7 +80,7 @@ class GetKafkaSchemaRegistryAclResult:
|
|
|
80
80
|
@pulumi.getter
|
|
81
81
|
def resource(self) -> str:
|
|
82
82
|
"""
|
|
83
|
-
Resource name pattern for the Schema Registry ACL entry.
|
|
83
|
+
Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
84
84
|
"""
|
|
85
85
|
return pulumi.get(self, "resource")
|
|
86
86
|
|
|
@@ -88,7 +88,7 @@ class GetKafkaSchemaRegistryAclResult:
|
|
|
88
88
|
@pulumi.getter(name="serviceName")
|
|
89
89
|
def service_name(self) -> str:
|
|
90
90
|
"""
|
|
91
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
91
|
+
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.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "service_name")
|
|
94
94
|
|
|
@@ -96,7 +96,7 @@ class GetKafkaSchemaRegistryAclResult:
|
|
|
96
96
|
@pulumi.getter
|
|
97
97
|
def username(self) -> str:
|
|
98
98
|
"""
|
|
99
|
-
Username pattern for the ACL entry.
|
|
99
|
+
Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "username")
|
|
102
102
|
|
|
@@ -126,11 +126,11 @@ def get_kafka_schema_registry_acl(permission: Optional[str] = None,
|
|
|
126
126
|
The Data Source Kafka Schema Registry ACL data source provides information about the existing Aiven Kafka Schema Registry ACL for a Kafka service.
|
|
127
127
|
|
|
128
128
|
|
|
129
|
-
:param str permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
130
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
131
|
-
:param str resource: Resource name pattern for the Schema Registry ACL entry.
|
|
132
|
-
:param 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.
|
|
133
|
-
:param str username: Username pattern for the ACL entry.
|
|
129
|
+
:param str permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
|
|
130
|
+
:param 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.
|
|
131
|
+
:param str resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
132
|
+
:param 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.
|
|
133
|
+
:param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
134
134
|
"""
|
|
135
135
|
__args__ = dict()
|
|
136
136
|
__args__['permission'] = permission
|
|
@@ -162,10 +162,10 @@ def get_kafka_schema_registry_acl_output(permission: Optional[pulumi.Input[str]]
|
|
|
162
162
|
The Data Source Kafka Schema Registry ACL data source provides information about the existing Aiven Kafka Schema Registry ACL for a Kafka service.
|
|
163
163
|
|
|
164
164
|
|
|
165
|
-
:param str permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
166
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
167
|
-
:param str resource: Resource name pattern for the Schema Registry ACL entry.
|
|
168
|
-
:param 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.
|
|
169
|
-
:param str username: Username pattern for the ACL entry.
|
|
165
|
+
:param str permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
|
|
166
|
+
:param 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.
|
|
167
|
+
:param str resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
168
|
+
:param 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.
|
|
169
|
+
:param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
170
170
|
"""
|
|
171
171
|
...
|
pulumi_aiven/get_kafka_topic.py
CHANGED
|
@@ -79,7 +79,7 @@ class GetKafkaTopicResult:
|
|
|
79
79
|
@pulumi.getter
|
|
80
80
|
def project(self) -> str:
|
|
81
81
|
"""
|
|
82
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
82
|
+
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.
|
|
83
83
|
"""
|
|
84
84
|
return pulumi.get(self, "project")
|
|
85
85
|
|
|
@@ -95,7 +95,7 @@ class GetKafkaTopicResult:
|
|
|
95
95
|
@pulumi.getter(name="serviceName")
|
|
96
96
|
def service_name(self) -> str:
|
|
97
97
|
"""
|
|
98
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
98
|
+
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.
|
|
99
99
|
"""
|
|
100
100
|
return pulumi.get(self, "service_name")
|
|
101
101
|
|
|
@@ -116,7 +116,7 @@ class GetKafkaTopicResult:
|
|
|
116
116
|
@pulumi.getter(name="topicName")
|
|
117
117
|
def topic_name(self) -> str:
|
|
118
118
|
"""
|
|
119
|
-
The name of the topic.
|
|
119
|
+
The name of the topic. Changing this property forces recreation of the resource.
|
|
120
120
|
"""
|
|
121
121
|
return pulumi.get(self, "topic_name")
|
|
122
122
|
|
|
@@ -147,6 +147,7 @@ def get_kafka_topic(project: Optional[str] = None,
|
|
|
147
147
|
|
|
148
148
|
## Example Usage
|
|
149
149
|
|
|
150
|
+
<!--Start PulumiCodeChooser -->
|
|
150
151
|
```python
|
|
151
152
|
import pulumi
|
|
152
153
|
import pulumi_aiven as aiven
|
|
@@ -155,11 +156,12 @@ def get_kafka_topic(project: Optional[str] = None,
|
|
|
155
156
|
service_name=aiven_kafka["myservice"]["service_name"],
|
|
156
157
|
topic_name="<TOPIC_NAME>")
|
|
157
158
|
```
|
|
159
|
+
<!--End PulumiCodeChooser -->
|
|
158
160
|
|
|
159
161
|
|
|
160
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
161
|
-
:param 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.
|
|
162
|
-
:param str topic_name: The name of the topic.
|
|
162
|
+
:param 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.
|
|
163
|
+
:param 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.
|
|
164
|
+
:param str topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
163
165
|
"""
|
|
164
166
|
__args__ = dict()
|
|
165
167
|
__args__['project'] = project
|
|
@@ -190,6 +192,7 @@ def get_kafka_topic_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
190
192
|
|
|
191
193
|
## Example Usage
|
|
192
194
|
|
|
195
|
+
<!--Start PulumiCodeChooser -->
|
|
193
196
|
```python
|
|
194
197
|
import pulumi
|
|
195
198
|
import pulumi_aiven as aiven
|
|
@@ -198,10 +201,11 @@ def get_kafka_topic_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
198
201
|
service_name=aiven_kafka["myservice"]["service_name"],
|
|
199
202
|
topic_name="<TOPIC_NAME>")
|
|
200
203
|
```
|
|
204
|
+
<!--End PulumiCodeChooser -->
|
|
201
205
|
|
|
202
206
|
|
|
203
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
204
|
-
:param 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.
|
|
205
|
-
:param str topic_name: The name of the topic.
|
|
207
|
+
:param 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.
|
|
208
|
+
:param 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.
|
|
209
|
+
:param str topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
206
210
|
"""
|
|
207
211
|
...
|
pulumi_aiven/get_kafka_user.py
CHANGED
|
@@ -83,7 +83,7 @@ class GetKafkaUserResult:
|
|
|
83
83
|
@pulumi.getter
|
|
84
84
|
def project(self) -> str:
|
|
85
85
|
"""
|
|
86
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
86
|
+
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.
|
|
87
87
|
"""
|
|
88
88
|
return pulumi.get(self, "project")
|
|
89
89
|
|
|
@@ -91,7 +91,7 @@ class GetKafkaUserResult:
|
|
|
91
91
|
@pulumi.getter(name="serviceName")
|
|
92
92
|
def service_name(self) -> str:
|
|
93
93
|
"""
|
|
94
|
-
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
|
+
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.
|
|
95
95
|
"""
|
|
96
96
|
return pulumi.get(self, "service_name")
|
|
97
97
|
|
|
@@ -107,7 +107,7 @@ class GetKafkaUserResult:
|
|
|
107
107
|
@pulumi.getter
|
|
108
108
|
def username(self) -> str:
|
|
109
109
|
"""
|
|
110
|
-
The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
110
|
+
The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
111
111
|
"""
|
|
112
112
|
return pulumi.get(self, "username")
|
|
113
113
|
|
|
@@ -137,6 +137,7 @@ def get_kafka_user(project: Optional[str] = None,
|
|
|
137
137
|
|
|
138
138
|
## Example Usage
|
|
139
139
|
|
|
140
|
+
<!--Start PulumiCodeChooser -->
|
|
140
141
|
```python
|
|
141
142
|
import pulumi
|
|
142
143
|
import pulumi_aiven as aiven
|
|
@@ -145,11 +146,12 @@ def get_kafka_user(project: Optional[str] = None,
|
|
|
145
146
|
service_name="my-service",
|
|
146
147
|
username="user1")
|
|
147
148
|
```
|
|
149
|
+
<!--End PulumiCodeChooser -->
|
|
148
150
|
|
|
149
151
|
|
|
150
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
151
|
-
:param 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.
|
|
152
|
-
:param str username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
152
|
+
:param 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.
|
|
153
|
+
:param 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.
|
|
154
|
+
:param str username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
153
155
|
"""
|
|
154
156
|
__args__ = dict()
|
|
155
157
|
__args__['project'] = project
|
|
@@ -179,6 +181,7 @@ def get_kafka_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
179
181
|
|
|
180
182
|
## Example Usage
|
|
181
183
|
|
|
184
|
+
<!--Start PulumiCodeChooser -->
|
|
182
185
|
```python
|
|
183
186
|
import pulumi
|
|
184
187
|
import pulumi_aiven as aiven
|
|
@@ -187,10 +190,11 @@ def get_kafka_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
187
190
|
service_name="my-service",
|
|
188
191
|
username="user1")
|
|
189
192
|
```
|
|
193
|
+
<!--End PulumiCodeChooser -->
|
|
190
194
|
|
|
191
195
|
|
|
192
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
193
|
-
:param 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 str username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
196
|
+
:param 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.
|
|
197
|
+
:param 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.
|
|
198
|
+
:param str username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
195
199
|
"""
|
|
196
200
|
...
|
|
@@ -227,7 +227,7 @@ class GetM3AggregatorResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
230
|
+
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.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -389,6 +389,7 @@ def get_m3_aggregator(project: Optional[str] = None,
|
|
|
389
389
|
|
|
390
390
|
## Example Usage
|
|
391
391
|
|
|
392
|
+
<!--Start PulumiCodeChooser -->
|
|
392
393
|
```python
|
|
393
394
|
import pulumi
|
|
394
395
|
import pulumi_aiven as aiven
|
|
@@ -396,9 +397,10 @@ def get_m3_aggregator(project: Optional[str] = None,
|
|
|
396
397
|
m3a = aiven.get_m3_aggregator(project=data["aiven_project"]["foo"]["project"],
|
|
397
398
|
service_name="my-m3a")
|
|
398
399
|
```
|
|
400
|
+
<!--End PulumiCodeChooser -->
|
|
399
401
|
|
|
400
402
|
|
|
401
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
403
|
+
:param 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.
|
|
402
404
|
:param 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.
|
|
403
405
|
"""
|
|
404
406
|
__args__ = dict()
|
|
@@ -448,6 +450,7 @@ def get_m3_aggregator_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
448
450
|
|
|
449
451
|
## Example Usage
|
|
450
452
|
|
|
453
|
+
<!--Start PulumiCodeChooser -->
|
|
451
454
|
```python
|
|
452
455
|
import pulumi
|
|
453
456
|
import pulumi_aiven as aiven
|
|
@@ -455,9 +458,10 @@ def get_m3_aggregator_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
455
458
|
m3a = aiven.get_m3_aggregator(project=data["aiven_project"]["foo"]["project"],
|
|
456
459
|
service_name="my-m3a")
|
|
457
460
|
```
|
|
461
|
+
<!--End PulumiCodeChooser -->
|
|
458
462
|
|
|
459
463
|
|
|
460
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
464
|
+
:param 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.
|
|
461
465
|
:param 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
466
|
"""
|
|
463
467
|
...
|
pulumi_aiven/get_m3_db.py
CHANGED
|
@@ -227,7 +227,7 @@ class GetM3DbResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
230
|
+
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.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -389,6 +389,7 @@ def get_m3_db(project: Optional[str] = None,
|
|
|
389
389
|
|
|
390
390
|
## Example Usage
|
|
391
391
|
|
|
392
|
+
<!--Start PulumiCodeChooser -->
|
|
392
393
|
```python
|
|
393
394
|
import pulumi
|
|
394
395
|
import pulumi_aiven as aiven
|
|
@@ -396,9 +397,10 @@ def get_m3_db(project: Optional[str] = None,
|
|
|
396
397
|
m3 = aiven.get_m3_db(project=data["aiven_project"]["foo"]["project"],
|
|
397
398
|
service_name="my-m3db")
|
|
398
399
|
```
|
|
400
|
+
<!--End PulumiCodeChooser -->
|
|
399
401
|
|
|
400
402
|
|
|
401
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
403
|
+
:param 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.
|
|
402
404
|
:param 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.
|
|
403
405
|
"""
|
|
404
406
|
__args__ = dict()
|
|
@@ -448,6 +450,7 @@ def get_m3_db_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
448
450
|
|
|
449
451
|
## Example Usage
|
|
450
452
|
|
|
453
|
+
<!--Start PulumiCodeChooser -->
|
|
451
454
|
```python
|
|
452
455
|
import pulumi
|
|
453
456
|
import pulumi_aiven as aiven
|
|
@@ -455,9 +458,10 @@ def get_m3_db_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
455
458
|
m3 = aiven.get_m3_db(project=data["aiven_project"]["foo"]["project"],
|
|
456
459
|
service_name="my-m3db")
|
|
457
460
|
```
|
|
461
|
+
<!--End PulumiCodeChooser -->
|
|
458
462
|
|
|
459
463
|
|
|
460
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
464
|
+
:param 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.
|
|
461
465
|
:param 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
466
|
"""
|
|
463
467
|
...
|
pulumi_aiven/get_m3db_user.py
CHANGED
|
@@ -61,7 +61,7 @@ class GetM3dbUserResult:
|
|
|
61
61
|
@pulumi.getter
|
|
62
62
|
def project(self) -> str:
|
|
63
63
|
"""
|
|
64
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
64
|
+
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.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "project")
|
|
67
67
|
|
|
@@ -69,7 +69,7 @@ class GetM3dbUserResult:
|
|
|
69
69
|
@pulumi.getter(name="serviceName")
|
|
70
70
|
def service_name(self) -> str:
|
|
71
71
|
"""
|
|
72
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
72
|
+
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.
|
|
73
73
|
"""
|
|
74
74
|
return pulumi.get(self, "service_name")
|
|
75
75
|
|
|
@@ -85,7 +85,7 @@ class GetM3dbUserResult:
|
|
|
85
85
|
@pulumi.getter
|
|
86
86
|
def username(self) -> str:
|
|
87
87
|
"""
|
|
88
|
-
The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference.
|
|
88
|
+
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.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "username")
|
|
91
91
|
|
|
@@ -113,6 +113,7 @@ def get_m3db_user(project: Optional[str] = None,
|
|
|
113
113
|
|
|
114
114
|
## Example Usage
|
|
115
115
|
|
|
116
|
+
<!--Start PulumiCodeChooser -->
|
|
116
117
|
```python
|
|
117
118
|
import pulumi
|
|
118
119
|
import pulumi_aiven as aiven
|
|
@@ -121,11 +122,12 @@ def get_m3db_user(project: Optional[str] = None,
|
|
|
121
122
|
service_name="my-service",
|
|
122
123
|
username="user1")
|
|
123
124
|
```
|
|
125
|
+
<!--End PulumiCodeChooser -->
|
|
124
126
|
|
|
125
127
|
|
|
126
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
127
|
-
:param 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.
|
|
128
|
-
:param str username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference.
|
|
128
|
+
:param 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.
|
|
129
|
+
:param 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.
|
|
130
|
+
:param 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.
|
|
129
131
|
"""
|
|
130
132
|
__args__ = dict()
|
|
131
133
|
__args__['project'] = project
|
|
@@ -153,6 +155,7 @@ def get_m3db_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
153
155
|
|
|
154
156
|
## Example Usage
|
|
155
157
|
|
|
158
|
+
<!--Start PulumiCodeChooser -->
|
|
156
159
|
```python
|
|
157
160
|
import pulumi
|
|
158
161
|
import pulumi_aiven as aiven
|
|
@@ -161,10 +164,11 @@ def get_m3db_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
161
164
|
service_name="my-service",
|
|
162
165
|
username="user1")
|
|
163
166
|
```
|
|
167
|
+
<!--End PulumiCodeChooser -->
|
|
164
168
|
|
|
165
169
|
|
|
166
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
167
|
-
:param 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.
|
|
168
|
-
:param str username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference.
|
|
170
|
+
:param 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.
|
|
171
|
+
:param 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.
|
|
172
|
+
:param 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.
|
|
169
173
|
"""
|
|
170
174
|
...
|
|
@@ -109,7 +109,7 @@ class GetMirrorMakerReplicationFlowResult:
|
|
|
109
109
|
@pulumi.getter
|
|
110
110
|
def project(self) -> str:
|
|
111
111
|
"""
|
|
112
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
112
|
+
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.
|
|
113
113
|
"""
|
|
114
114
|
return pulumi.get(self, "project")
|
|
115
115
|
|
|
@@ -125,7 +125,7 @@ class GetMirrorMakerReplicationFlowResult:
|
|
|
125
125
|
@pulumi.getter(name="serviceName")
|
|
126
126
|
def service_name(self) -> str:
|
|
127
127
|
"""
|
|
128
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
128
|
+
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.
|
|
129
129
|
"""
|
|
130
130
|
return pulumi.get(self, "service_name")
|
|
131
131
|
|
|
@@ -210,6 +210,7 @@ def get_mirror_maker_replication_flow(project: Optional[str] = None,
|
|
|
210
210
|
|
|
211
211
|
## Example Usage
|
|
212
212
|
|
|
213
|
+
<!--Start PulumiCodeChooser -->
|
|
213
214
|
```python
|
|
214
215
|
import pulumi
|
|
215
216
|
import pulumi_aiven as aiven
|
|
@@ -219,10 +220,11 @@ def get_mirror_maker_replication_flow(project: Optional[str] = None,
|
|
|
219
220
|
source_cluster=aiven_kafka["source"]["service_name"],
|
|
220
221
|
target_cluster=aiven_kafka["target"]["service_name"])
|
|
221
222
|
```
|
|
223
|
+
<!--End PulumiCodeChooser -->
|
|
222
224
|
|
|
223
225
|
|
|
224
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
225
|
-
:param str service_name: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
226
|
+
:param 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.
|
|
227
|
+
:param 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.
|
|
226
228
|
:param str source_cluster: Source cluster alias. Maximum length: `128`.
|
|
227
229
|
:param str target_cluster: Target cluster alias. Maximum length: `128`.
|
|
228
230
|
"""
|
|
@@ -262,6 +264,7 @@ def get_mirror_maker_replication_flow_output(project: Optional[pulumi.Input[str]
|
|
|
262
264
|
|
|
263
265
|
## Example Usage
|
|
264
266
|
|
|
267
|
+
<!--Start PulumiCodeChooser -->
|
|
265
268
|
```python
|
|
266
269
|
import pulumi
|
|
267
270
|
import pulumi_aiven as aiven
|
|
@@ -271,10 +274,11 @@ def get_mirror_maker_replication_flow_output(project: Optional[pulumi.Input[str]
|
|
|
271
274
|
source_cluster=aiven_kafka["source"]["service_name"],
|
|
272
275
|
target_cluster=aiven_kafka["target"]["service_name"])
|
|
273
276
|
```
|
|
277
|
+
<!--End PulumiCodeChooser -->
|
|
274
278
|
|
|
275
279
|
|
|
276
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
277
|
-
:param str service_name: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
280
|
+
:param 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.
|
|
281
|
+
:param 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.
|
|
278
282
|
:param str source_cluster: Source cluster alias. Maximum length: `128`.
|
|
279
283
|
:param str target_cluster: Target cluster alias. Maximum length: `128`.
|
|
280
284
|
"""
|
pulumi_aiven/get_my_sql.py
CHANGED
|
@@ -227,7 +227,7 @@ class GetMySqlResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
230
|
+
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.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -389,6 +389,7 @@ def get_my_sql(project: Optional[str] = None,
|
|
|
389
389
|
|
|
390
390
|
## Example Usage
|
|
391
391
|
|
|
392
|
+
<!--Start PulumiCodeChooser -->
|
|
392
393
|
```python
|
|
393
394
|
import pulumi
|
|
394
395
|
import pulumi_aiven as aiven
|
|
@@ -396,9 +397,10 @@ def get_my_sql(project: Optional[str] = None,
|
|
|
396
397
|
mysql1 = aiven.get_my_sql(project=data["aiven_project"]["foo"]["project"],
|
|
397
398
|
service_name="my-mysql1")
|
|
398
399
|
```
|
|
400
|
+
<!--End PulumiCodeChooser -->
|
|
399
401
|
|
|
400
402
|
|
|
401
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
403
|
+
:param 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.
|
|
402
404
|
:param 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.
|
|
403
405
|
"""
|
|
404
406
|
__args__ = dict()
|
|
@@ -448,6 +450,7 @@ def get_my_sql_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
448
450
|
|
|
449
451
|
## Example Usage
|
|
450
452
|
|
|
453
|
+
<!--Start PulumiCodeChooser -->
|
|
451
454
|
```python
|
|
452
455
|
import pulumi
|
|
453
456
|
import pulumi_aiven as aiven
|
|
@@ -455,9 +458,10 @@ def get_my_sql_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
455
458
|
mysql1 = aiven.get_my_sql(project=data["aiven_project"]["foo"]["project"],
|
|
456
459
|
service_name="my-mysql1")
|
|
457
460
|
```
|
|
461
|
+
<!--End PulumiCodeChooser -->
|
|
458
462
|
|
|
459
463
|
|
|
460
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
464
|
+
:param 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.
|
|
461
465
|
:param 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
466
|
"""
|
|
463
467
|
...
|
|
@@ -42,7 +42,7 @@ class GetMysqlDatabaseResult:
|
|
|
42
42
|
@pulumi.getter(name="databaseName")
|
|
43
43
|
def database_name(self) -> str:
|
|
44
44
|
"""
|
|
45
|
-
The name of the service database.
|
|
45
|
+
The name of the service database. Changing this property forces recreation of the resource.
|
|
46
46
|
"""
|
|
47
47
|
return pulumi.get(self, "database_name")
|
|
48
48
|
|
|
@@ -58,7 +58,7 @@ class GetMysqlDatabaseResult:
|
|
|
58
58
|
@pulumi.getter
|
|
59
59
|
def project(self) -> str:
|
|
60
60
|
"""
|
|
61
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
61
|
+
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.
|
|
62
62
|
"""
|
|
63
63
|
return pulumi.get(self, "project")
|
|
64
64
|
|
|
@@ -66,7 +66,7 @@ class GetMysqlDatabaseResult:
|
|
|
66
66
|
@pulumi.getter(name="serviceName")
|
|
67
67
|
def service_name(self) -> str:
|
|
68
68
|
"""
|
|
69
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
69
|
+
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.
|
|
70
70
|
"""
|
|
71
71
|
return pulumi.get(self, "service_name")
|
|
72
72
|
|
|
@@ -98,6 +98,7 @@ def get_mysql_database(database_name: Optional[str] = None,
|
|
|
98
98
|
|
|
99
99
|
## Example Usage
|
|
100
100
|
|
|
101
|
+
<!--Start PulumiCodeChooser -->
|
|
101
102
|
```python
|
|
102
103
|
import pulumi
|
|
103
104
|
import pulumi_aiven as aiven
|
|
@@ -106,11 +107,12 @@ def get_mysql_database(database_name: Optional[str] = None,
|
|
|
106
107
|
service_name=aiven_mysql["mymysql"]["service_name"],
|
|
107
108
|
database_name="<DATABASE_NAME>")
|
|
108
109
|
```
|
|
110
|
+
<!--End PulumiCodeChooser -->
|
|
109
111
|
|
|
110
112
|
|
|
111
|
-
:param str database_name: The name of the service database.
|
|
112
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
113
|
-
:param 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.
|
|
113
|
+
:param str database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
114
|
+
:param 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.
|
|
115
|
+
:param 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.
|
|
114
116
|
"""
|
|
115
117
|
__args__ = dict()
|
|
116
118
|
__args__['databaseName'] = database_name
|
|
@@ -137,6 +139,7 @@ def get_mysql_database_output(database_name: Optional[pulumi.Input[str]] = None,
|
|
|
137
139
|
|
|
138
140
|
## Example Usage
|
|
139
141
|
|
|
142
|
+
<!--Start PulumiCodeChooser -->
|
|
140
143
|
```python
|
|
141
144
|
import pulumi
|
|
142
145
|
import pulumi_aiven as aiven
|
|
@@ -145,10 +148,11 @@ def get_mysql_database_output(database_name: Optional[pulumi.Input[str]] = None,
|
|
|
145
148
|
service_name=aiven_mysql["mymysql"]["service_name"],
|
|
146
149
|
database_name="<DATABASE_NAME>")
|
|
147
150
|
```
|
|
151
|
+
<!--End PulumiCodeChooser -->
|
|
148
152
|
|
|
149
153
|
|
|
150
|
-
:param str database_name: The name of the service database.
|
|
151
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
152
|
-
:param 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.
|
|
154
|
+
:param str database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
155
|
+
:param 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.
|
|
156
|
+
:param 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.
|
|
153
157
|
"""
|
|
154
158
|
...
|