pulumi-aiven 6.12.0a1708492523__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 +2973 -1323
- pulumi_aiven/account.py +40 -32
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +36 -4
- pulumi_aiven/account_team_member.py +69 -35
- pulumi_aiven/account_team_project.py +52 -12
- 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 +17 -13
- 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_influx_db.py +2 -114
- pulumi_aiven/get_influxdb_database.py +2 -21
- pulumi_aiven/get_influxdb_user.py +2 -55
- 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 +68 -6
- 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 +239 -138
- pulumi_aiven/influxdb_database.py +37 -25
- pulumi_aiven/influxdb_user.py +44 -63
- pulumi_aiven/kafka.py +19 -15
- pulumi_aiven/kafka_acl.py +41 -37
- pulumi_aiven/kafka_connect.py +13 -9
- pulumi_aiven/kafka_connector.py +29 -25
- 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 +17 -13
- 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 +20 -18
- pulumi_aiven/organization_user_group.py +77 -38
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +36 -32
- pulumi_aiven/outputs.py +4004 -1363
- pulumi_aiven/pg.py +16 -16
- 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 +207 -15
- 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.0a1708492523.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.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.12.0a1708492523.dist-info/RECORD +0 -146
- {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
|
@@ -22,12 +22,12 @@ class AzureVpcPeeringConnectionArgs:
|
|
|
22
22
|
vpc_id: pulumi.Input[str]):
|
|
23
23
|
"""
|
|
24
24
|
The set of arguments for constructing a AzureVpcPeeringConnection resource.
|
|
25
|
-
:param pulumi.Input[str] azure_subscription_id:
|
|
26
|
-
:param pulumi.Input[str] peer_azure_app_id:
|
|
27
|
-
:param pulumi.Input[str] peer_azure_tenant_id: Azure tenant
|
|
28
|
-
:param pulumi.Input[str] peer_resource_group:
|
|
29
|
-
:param pulumi.Input[str] vnet_name:
|
|
30
|
-
:param pulumi.Input[str] vpc_id: The
|
|
25
|
+
:param pulumi.Input[str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
26
|
+
:param pulumi.Input[str] peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
|
|
27
|
+
:param pulumi.Input[str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
|
|
28
|
+
:param pulumi.Input[str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
29
|
+
:param pulumi.Input[str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
30
|
+
:param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
31
31
|
"""
|
|
32
32
|
pulumi.set(__self__, "azure_subscription_id", azure_subscription_id)
|
|
33
33
|
pulumi.set(__self__, "peer_azure_app_id", peer_azure_app_id)
|
|
@@ -40,7 +40,7 @@ class AzureVpcPeeringConnectionArgs:
|
|
|
40
40
|
@pulumi.getter(name="azureSubscriptionId")
|
|
41
41
|
def azure_subscription_id(self) -> pulumi.Input[str]:
|
|
42
42
|
"""
|
|
43
|
-
|
|
43
|
+
The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
44
44
|
"""
|
|
45
45
|
return pulumi.get(self, "azure_subscription_id")
|
|
46
46
|
|
|
@@ -52,7 +52,7 @@ class AzureVpcPeeringConnectionArgs:
|
|
|
52
52
|
@pulumi.getter(name="peerAzureAppId")
|
|
53
53
|
def peer_azure_app_id(self) -> pulumi.Input[str]:
|
|
54
54
|
"""
|
|
55
|
-
|
|
55
|
+
The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
|
|
56
56
|
"""
|
|
57
57
|
return pulumi.get(self, "peer_azure_app_id")
|
|
58
58
|
|
|
@@ -64,7 +64,7 @@ class AzureVpcPeeringConnectionArgs:
|
|
|
64
64
|
@pulumi.getter(name="peerAzureTenantId")
|
|
65
65
|
def peer_azure_tenant_id(self) -> pulumi.Input[str]:
|
|
66
66
|
"""
|
|
67
|
-
Azure tenant
|
|
67
|
+
The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "peer_azure_tenant_id")
|
|
70
70
|
|
|
@@ -76,7 +76,7 @@ class AzureVpcPeeringConnectionArgs:
|
|
|
76
76
|
@pulumi.getter(name="peerResourceGroup")
|
|
77
77
|
def peer_resource_group(self) -> pulumi.Input[str]:
|
|
78
78
|
"""
|
|
79
|
-
|
|
79
|
+
The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
80
80
|
"""
|
|
81
81
|
return pulumi.get(self, "peer_resource_group")
|
|
82
82
|
|
|
@@ -88,7 +88,7 @@ class AzureVpcPeeringConnectionArgs:
|
|
|
88
88
|
@pulumi.getter(name="vnetName")
|
|
89
89
|
def vnet_name(self) -> pulumi.Input[str]:
|
|
90
90
|
"""
|
|
91
|
-
|
|
91
|
+
The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "vnet_name")
|
|
94
94
|
|
|
@@ -100,7 +100,7 @@ class AzureVpcPeeringConnectionArgs:
|
|
|
100
100
|
@pulumi.getter(name="vpcId")
|
|
101
101
|
def vpc_id(self) -> pulumi.Input[str]:
|
|
102
102
|
"""
|
|
103
|
-
The
|
|
103
|
+
The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
104
104
|
"""
|
|
105
105
|
return pulumi.get(self, "vpc_id")
|
|
106
106
|
|
|
@@ -123,15 +123,15 @@ class _AzureVpcPeeringConnectionState:
|
|
|
123
123
|
vpc_id: Optional[pulumi.Input[str]] = None):
|
|
124
124
|
"""
|
|
125
125
|
Input properties used for looking up and filtering AzureVpcPeeringConnection resources.
|
|
126
|
-
:param pulumi.Input[str] azure_subscription_id:
|
|
127
|
-
:param pulumi.Input[str] peer_azure_app_id:
|
|
128
|
-
:param pulumi.Input[str] peer_azure_tenant_id: Azure tenant
|
|
129
|
-
:param pulumi.Input[str] peer_resource_group:
|
|
130
|
-
:param pulumi.Input[str] peering_connection_id:
|
|
126
|
+
:param pulumi.Input[str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
127
|
+
:param pulumi.Input[str] peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
|
|
128
|
+
:param pulumi.Input[str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
|
|
129
|
+
:param pulumi.Input[str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
130
|
+
:param pulumi.Input[str] peering_connection_id: The ID of the cloud provider for the peering connection.
|
|
131
131
|
:param pulumi.Input[str] state: State of the peering connection
|
|
132
|
-
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
|
|
133
|
-
:param pulumi.Input[str] vnet_name:
|
|
134
|
-
:param pulumi.Input[str] vpc_id: The
|
|
132
|
+
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
|
|
133
|
+
:param pulumi.Input[str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
134
|
+
:param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
135
135
|
"""
|
|
136
136
|
if azure_subscription_id is not None:
|
|
137
137
|
pulumi.set(__self__, "azure_subscription_id", azure_subscription_id)
|
|
@@ -156,7 +156,7 @@ class _AzureVpcPeeringConnectionState:
|
|
|
156
156
|
@pulumi.getter(name="azureSubscriptionId")
|
|
157
157
|
def azure_subscription_id(self) -> Optional[pulumi.Input[str]]:
|
|
158
158
|
"""
|
|
159
|
-
|
|
159
|
+
The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
160
160
|
"""
|
|
161
161
|
return pulumi.get(self, "azure_subscription_id")
|
|
162
162
|
|
|
@@ -168,7 +168,7 @@ class _AzureVpcPeeringConnectionState:
|
|
|
168
168
|
@pulumi.getter(name="peerAzureAppId")
|
|
169
169
|
def peer_azure_app_id(self) -> Optional[pulumi.Input[str]]:
|
|
170
170
|
"""
|
|
171
|
-
|
|
171
|
+
The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
|
|
172
172
|
"""
|
|
173
173
|
return pulumi.get(self, "peer_azure_app_id")
|
|
174
174
|
|
|
@@ -180,7 +180,7 @@ class _AzureVpcPeeringConnectionState:
|
|
|
180
180
|
@pulumi.getter(name="peerAzureTenantId")
|
|
181
181
|
def peer_azure_tenant_id(self) -> Optional[pulumi.Input[str]]:
|
|
182
182
|
"""
|
|
183
|
-
Azure tenant
|
|
183
|
+
The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
|
|
184
184
|
"""
|
|
185
185
|
return pulumi.get(self, "peer_azure_tenant_id")
|
|
186
186
|
|
|
@@ -192,7 +192,7 @@ class _AzureVpcPeeringConnectionState:
|
|
|
192
192
|
@pulumi.getter(name="peerResourceGroup")
|
|
193
193
|
def peer_resource_group(self) -> Optional[pulumi.Input[str]]:
|
|
194
194
|
"""
|
|
195
|
-
|
|
195
|
+
The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
196
196
|
"""
|
|
197
197
|
return pulumi.get(self, "peer_resource_group")
|
|
198
198
|
|
|
@@ -204,7 +204,7 @@ class _AzureVpcPeeringConnectionState:
|
|
|
204
204
|
@pulumi.getter(name="peeringConnectionId")
|
|
205
205
|
def peering_connection_id(self) -> Optional[pulumi.Input[str]]:
|
|
206
206
|
"""
|
|
207
|
-
|
|
207
|
+
The ID of the cloud provider for the peering connection.
|
|
208
208
|
"""
|
|
209
209
|
return pulumi.get(self, "peering_connection_id")
|
|
210
210
|
|
|
@@ -228,7 +228,7 @@ class _AzureVpcPeeringConnectionState:
|
|
|
228
228
|
@pulumi.getter(name="stateInfo")
|
|
229
229
|
def state_info(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
230
230
|
"""
|
|
231
|
-
State-specific help or error information
|
|
231
|
+
State-specific help or error information.
|
|
232
232
|
"""
|
|
233
233
|
return pulumi.get(self, "state_info")
|
|
234
234
|
|
|
@@ -240,7 +240,7 @@ class _AzureVpcPeeringConnectionState:
|
|
|
240
240
|
@pulumi.getter(name="vnetName")
|
|
241
241
|
def vnet_name(self) -> Optional[pulumi.Input[str]]:
|
|
242
242
|
"""
|
|
243
|
-
|
|
243
|
+
The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
244
244
|
"""
|
|
245
245
|
return pulumi.get(self, "vnet_name")
|
|
246
246
|
|
|
@@ -252,7 +252,7 @@ class _AzureVpcPeeringConnectionState:
|
|
|
252
252
|
@pulumi.getter(name="vpcId")
|
|
253
253
|
def vpc_id(self) -> Optional[pulumi.Input[str]]:
|
|
254
254
|
"""
|
|
255
|
-
The
|
|
255
|
+
The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
256
256
|
"""
|
|
257
257
|
return pulumi.get(self, "vpc_id")
|
|
258
258
|
|
|
@@ -274,37 +274,43 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
274
274
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
275
275
|
__props__=None):
|
|
276
276
|
"""
|
|
277
|
-
|
|
277
|
+
Creates and manages an Azure VPC peering connection with an Aiven VPC.
|
|
278
278
|
|
|
279
279
|
## Example Usage
|
|
280
280
|
|
|
281
|
+
<!--Start PulumiCodeChooser -->
|
|
281
282
|
```python
|
|
282
283
|
import pulumi
|
|
283
284
|
import pulumi_aiven as aiven
|
|
284
285
|
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
286
|
+
example_vpc = aiven.ProjectVpc("exampleVpc",
|
|
287
|
+
project=data["aiven_project"]["example_project"]["project"],
|
|
288
|
+
cloud_name="google-europe-west1",
|
|
289
|
+
network_cidr="192.168.1.0/24")
|
|
290
|
+
azure_to_aiven_peering = aiven.AzureVpcPeeringConnection("azureToAivenPeering",
|
|
291
|
+
vpc_id=example_vpc.id,
|
|
292
|
+
azure_subscription_id="00000000-0000-0000-0000-000000000000",
|
|
293
|
+
peer_resource_group="example-resource-group",
|
|
294
|
+
vnet_name="example-vnet",
|
|
295
|
+
peer_azure_app_id="00000000-0000-0000-0000-000000000000",
|
|
296
|
+
peer_azure_tenant_id="00000000-0000-0000-0000-000000000000")
|
|
292
297
|
```
|
|
298
|
+
<!--End PulumiCodeChooser -->
|
|
293
299
|
|
|
294
300
|
## Import
|
|
295
301
|
|
|
296
302
|
```sh
|
|
297
|
-
|
|
303
|
+
$ pulumi import aiven:index/azureVpcPeeringConnection:AzureVpcPeeringConnection azure_to_aiven_peering PROJECT/VPC_ID/AZURE_SUBSCRIPTION_ID/VNET_NAME
|
|
298
304
|
```
|
|
299
305
|
|
|
300
306
|
:param str resource_name: The name of the resource.
|
|
301
307
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
302
|
-
:param pulumi.Input[str] azure_subscription_id:
|
|
303
|
-
:param pulumi.Input[str] peer_azure_app_id:
|
|
304
|
-
:param pulumi.Input[str] peer_azure_tenant_id: Azure tenant
|
|
305
|
-
:param pulumi.Input[str] peer_resource_group:
|
|
306
|
-
:param pulumi.Input[str] vnet_name:
|
|
307
|
-
:param pulumi.Input[str] vpc_id: The
|
|
308
|
+
:param pulumi.Input[str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
309
|
+
:param pulumi.Input[str] peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
|
|
310
|
+
:param pulumi.Input[str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
|
|
311
|
+
:param pulumi.Input[str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
312
|
+
:param pulumi.Input[str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
313
|
+
:param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
308
314
|
"""
|
|
309
315
|
...
|
|
310
316
|
@overload
|
|
@@ -313,27 +319,33 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
313
319
|
args: AzureVpcPeeringConnectionArgs,
|
|
314
320
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
315
321
|
"""
|
|
316
|
-
|
|
322
|
+
Creates and manages an Azure VPC peering connection with an Aiven VPC.
|
|
317
323
|
|
|
318
324
|
## Example Usage
|
|
319
325
|
|
|
326
|
+
<!--Start PulumiCodeChooser -->
|
|
320
327
|
```python
|
|
321
328
|
import pulumi
|
|
322
329
|
import pulumi_aiven as aiven
|
|
323
330
|
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
+
example_vpc = aiven.ProjectVpc("exampleVpc",
|
|
332
|
+
project=data["aiven_project"]["example_project"]["project"],
|
|
333
|
+
cloud_name="google-europe-west1",
|
|
334
|
+
network_cidr="192.168.1.0/24")
|
|
335
|
+
azure_to_aiven_peering = aiven.AzureVpcPeeringConnection("azureToAivenPeering",
|
|
336
|
+
vpc_id=example_vpc.id,
|
|
337
|
+
azure_subscription_id="00000000-0000-0000-0000-000000000000",
|
|
338
|
+
peer_resource_group="example-resource-group",
|
|
339
|
+
vnet_name="example-vnet",
|
|
340
|
+
peer_azure_app_id="00000000-0000-0000-0000-000000000000",
|
|
341
|
+
peer_azure_tenant_id="00000000-0000-0000-0000-000000000000")
|
|
331
342
|
```
|
|
343
|
+
<!--End PulumiCodeChooser -->
|
|
332
344
|
|
|
333
345
|
## Import
|
|
334
346
|
|
|
335
347
|
```sh
|
|
336
|
-
|
|
348
|
+
$ pulumi import aiven:index/azureVpcPeeringConnection:AzureVpcPeeringConnection azure_to_aiven_peering PROJECT/VPC_ID/AZURE_SUBSCRIPTION_ID/VNET_NAME
|
|
337
349
|
```
|
|
338
350
|
|
|
339
351
|
:param str resource_name: The name of the resource.
|
|
@@ -413,15 +425,15 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
413
425
|
:param str resource_name: The unique name of the resulting resource.
|
|
414
426
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
415
427
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
416
|
-
:param pulumi.Input[str] azure_subscription_id:
|
|
417
|
-
:param pulumi.Input[str] peer_azure_app_id:
|
|
418
|
-
:param pulumi.Input[str] peer_azure_tenant_id: Azure tenant
|
|
419
|
-
:param pulumi.Input[str] peer_resource_group:
|
|
420
|
-
:param pulumi.Input[str] peering_connection_id:
|
|
428
|
+
:param pulumi.Input[str] azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
429
|
+
:param pulumi.Input[str] peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
|
|
430
|
+
:param pulumi.Input[str] peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
|
|
431
|
+
:param pulumi.Input[str] peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
432
|
+
:param pulumi.Input[str] peering_connection_id: The ID of the cloud provider for the peering connection.
|
|
421
433
|
:param pulumi.Input[str] state: State of the peering connection
|
|
422
|
-
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
|
|
423
|
-
:param pulumi.Input[str] vnet_name:
|
|
424
|
-
:param pulumi.Input[str] vpc_id: The
|
|
434
|
+
:param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
|
|
435
|
+
:param pulumi.Input[str] vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
436
|
+
:param pulumi.Input[str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
425
437
|
"""
|
|
426
438
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
427
439
|
|
|
@@ -442,7 +454,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
442
454
|
@pulumi.getter(name="azureSubscriptionId")
|
|
443
455
|
def azure_subscription_id(self) -> pulumi.Output[str]:
|
|
444
456
|
"""
|
|
445
|
-
|
|
457
|
+
The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
446
458
|
"""
|
|
447
459
|
return pulumi.get(self, "azure_subscription_id")
|
|
448
460
|
|
|
@@ -450,7 +462,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
450
462
|
@pulumi.getter(name="peerAzureAppId")
|
|
451
463
|
def peer_azure_app_id(self) -> pulumi.Output[str]:
|
|
452
464
|
"""
|
|
453
|
-
|
|
465
|
+
The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
|
|
454
466
|
"""
|
|
455
467
|
return pulumi.get(self, "peer_azure_app_id")
|
|
456
468
|
|
|
@@ -458,7 +470,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
458
470
|
@pulumi.getter(name="peerAzureTenantId")
|
|
459
471
|
def peer_azure_tenant_id(self) -> pulumi.Output[str]:
|
|
460
472
|
"""
|
|
461
|
-
Azure tenant
|
|
473
|
+
The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
|
|
462
474
|
"""
|
|
463
475
|
return pulumi.get(self, "peer_azure_tenant_id")
|
|
464
476
|
|
|
@@ -466,7 +478,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
466
478
|
@pulumi.getter(name="peerResourceGroup")
|
|
467
479
|
def peer_resource_group(self) -> pulumi.Output[str]:
|
|
468
480
|
"""
|
|
469
|
-
|
|
481
|
+
The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
470
482
|
"""
|
|
471
483
|
return pulumi.get(self, "peer_resource_group")
|
|
472
484
|
|
|
@@ -474,7 +486,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
474
486
|
@pulumi.getter(name="peeringConnectionId")
|
|
475
487
|
def peering_connection_id(self) -> pulumi.Output[str]:
|
|
476
488
|
"""
|
|
477
|
-
|
|
489
|
+
The ID of the cloud provider for the peering connection.
|
|
478
490
|
"""
|
|
479
491
|
return pulumi.get(self, "peering_connection_id")
|
|
480
492
|
|
|
@@ -490,7 +502,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
490
502
|
@pulumi.getter(name="stateInfo")
|
|
491
503
|
def state_info(self) -> pulumi.Output[Mapping[str, Any]]:
|
|
492
504
|
"""
|
|
493
|
-
State-specific help or error information
|
|
505
|
+
State-specific help or error information.
|
|
494
506
|
"""
|
|
495
507
|
return pulumi.get(self, "state_info")
|
|
496
508
|
|
|
@@ -498,7 +510,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
498
510
|
@pulumi.getter(name="vnetName")
|
|
499
511
|
def vnet_name(self) -> pulumi.Output[str]:
|
|
500
512
|
"""
|
|
501
|
-
|
|
513
|
+
The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
502
514
|
"""
|
|
503
515
|
return pulumi.get(self, "vnet_name")
|
|
504
516
|
|
|
@@ -506,7 +518,7 @@ class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
|
506
518
|
@pulumi.getter(name="vpcId")
|
|
507
519
|
def vpc_id(self) -> pulumi.Output[str]:
|
|
508
520
|
"""
|
|
509
|
-
The
|
|
521
|
+
The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
510
522
|
"""
|
|
511
523
|
return pulumi.get(self, "vpc_id")
|
|
512
524
|
|
pulumi_aiven/billing_group.py
CHANGED
|
@@ -545,6 +545,7 @@ class BillingGroup(pulumi.CustomResource):
|
|
|
545
545
|
|
|
546
546
|
## Example Usage
|
|
547
547
|
|
|
548
|
+
<!--Start PulumiCodeChooser -->
|
|
548
549
|
```python
|
|
549
550
|
import pulumi
|
|
550
551
|
import pulumi_aiven as aiven
|
|
@@ -556,11 +557,12 @@ class BillingGroup(pulumi.CustomResource):
|
|
|
556
557
|
project="pr1",
|
|
557
558
|
billing_group=bybg1.id)
|
|
558
559
|
```
|
|
560
|
+
<!--End PulumiCodeChooser -->
|
|
559
561
|
|
|
560
562
|
## Import
|
|
561
563
|
|
|
562
564
|
```sh
|
|
563
|
-
|
|
565
|
+
$ pulumi import aiven:index/billingGroup:BillingGroup bybg1 id
|
|
564
566
|
```
|
|
565
567
|
|
|
566
568
|
:param str resource_name: The name of the resource.
|
|
@@ -592,6 +594,7 @@ class BillingGroup(pulumi.CustomResource):
|
|
|
592
594
|
|
|
593
595
|
## Example Usage
|
|
594
596
|
|
|
597
|
+
<!--Start PulumiCodeChooser -->
|
|
595
598
|
```python
|
|
596
599
|
import pulumi
|
|
597
600
|
import pulumi_aiven as aiven
|
|
@@ -603,11 +606,12 @@ class BillingGroup(pulumi.CustomResource):
|
|
|
603
606
|
project="pr1",
|
|
604
607
|
billing_group=bybg1.id)
|
|
605
608
|
```
|
|
609
|
+
<!--End PulumiCodeChooser -->
|
|
606
610
|
|
|
607
611
|
## Import
|
|
608
612
|
|
|
609
613
|
```sh
|
|
610
|
-
|
|
614
|
+
$ pulumi import aiven:index/billingGroup:BillingGroup bybg1 id
|
|
611
615
|
```
|
|
612
616
|
|
|
613
617
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/cassandra.py
CHANGED
|
@@ -34,7 +34,7 @@ class CassandraArgs:
|
|
|
34
34
|
"""
|
|
35
35
|
The set of arguments for constructing a Cassandra resource.
|
|
36
36
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
37
|
-
: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.
|
|
37
|
+
: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.
|
|
38
38
|
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
39
39
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
40
40
|
:param pulumi.Input['CassandraCassandraUserConfigArgs'] cassandra_user_config: Cassandra user configurable settings
|
|
@@ -96,7 +96,7 @@ class CassandraArgs:
|
|
|
96
96
|
@pulumi.getter
|
|
97
97
|
def project(self) -> pulumi.Input[str]:
|
|
98
98
|
"""
|
|
99
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
99
|
+
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.
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "project")
|
|
102
102
|
|
|
@@ -299,7 +299,7 @@ class _CassandraState:
|
|
|
299
299
|
Input properties used for looking up and filtering Cassandra resources.
|
|
300
300
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
301
301
|
:param pulumi.Input['CassandraCassandraUserConfigArgs'] cassandra_user_config: Cassandra user configurable settings
|
|
302
|
-
:param pulumi.Input[Sequence[pulumi.Input['CassandraCassandraArgs']]] cassandras: cassandra configuration values
|
|
302
|
+
:param pulumi.Input[Sequence[pulumi.Input['CassandraCassandraArgs']]] cassandras: cassandra configuration values
|
|
303
303
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
304
304
|
:param pulumi.Input[Sequence[pulumi.Input['CassandraComponentArgs']]] components: Service component information objects
|
|
305
305
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
@@ -310,7 +310,7 @@ class _CassandraState:
|
|
|
310
310
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
311
311
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
312
312
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
313
|
-
: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.
|
|
313
|
+
: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.
|
|
314
314
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
315
315
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
316
316
|
:param pulumi.Input[Sequence[pulumi.Input['CassandraServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
@@ -414,7 +414,7 @@ class _CassandraState:
|
|
|
414
414
|
@pulumi.getter
|
|
415
415
|
def cassandras(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CassandraCassandraArgs']]]]:
|
|
416
416
|
"""
|
|
417
|
-
cassandra configuration values
|
|
417
|
+
cassandra configuration values
|
|
418
418
|
"""
|
|
419
419
|
return pulumi.get(self, "cassandras")
|
|
420
420
|
|
|
@@ -549,7 +549,7 @@ class _CassandraState:
|
|
|
549
549
|
@pulumi.getter
|
|
550
550
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
551
551
|
"""
|
|
552
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
552
|
+
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.
|
|
553
553
|
"""
|
|
554
554
|
return pulumi.get(self, "project")
|
|
555
555
|
|
|
@@ -752,6 +752,7 @@ class Cassandra(pulumi.CustomResource):
|
|
|
752
752
|
|
|
753
753
|
## Example Usage
|
|
754
754
|
|
|
755
|
+
<!--Start PulumiCodeChooser -->
|
|
755
756
|
```python
|
|
756
757
|
import pulumi
|
|
757
758
|
import pulumi_aiven as aiven
|
|
@@ -770,11 +771,12 @@ class Cassandra(pulumi.CustomResource):
|
|
|
770
771
|
),
|
|
771
772
|
))
|
|
772
773
|
```
|
|
774
|
+
<!--End PulumiCodeChooser -->
|
|
773
775
|
|
|
774
776
|
## Import
|
|
775
777
|
|
|
776
778
|
```sh
|
|
777
|
-
|
|
779
|
+
$ pulumi import aiven:index/cassandra:Cassandra bar project/service_name
|
|
778
780
|
```
|
|
779
781
|
|
|
780
782
|
:param str resource_name: The name of the resource.
|
|
@@ -786,7 +788,7 @@ class Cassandra(pulumi.CustomResource):
|
|
|
786
788
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
787
789
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
788
790
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
789
|
-
: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.
|
|
791
|
+
: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.
|
|
790
792
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
791
793
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
792
794
|
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
@@ -806,6 +808,7 @@ class Cassandra(pulumi.CustomResource):
|
|
|
806
808
|
|
|
807
809
|
## Example Usage
|
|
808
810
|
|
|
811
|
+
<!--Start PulumiCodeChooser -->
|
|
809
812
|
```python
|
|
810
813
|
import pulumi
|
|
811
814
|
import pulumi_aiven as aiven
|
|
@@ -824,11 +827,12 @@ class Cassandra(pulumi.CustomResource):
|
|
|
824
827
|
),
|
|
825
828
|
))
|
|
826
829
|
```
|
|
830
|
+
<!--End PulumiCodeChooser -->
|
|
827
831
|
|
|
828
832
|
## Import
|
|
829
833
|
|
|
830
834
|
```sh
|
|
831
|
-
|
|
835
|
+
$ pulumi import aiven:index/cassandra:Cassandra bar project/service_name
|
|
832
836
|
```
|
|
833
837
|
|
|
834
838
|
:param str resource_name: The name of the resource.
|
|
@@ -953,7 +957,7 @@ class Cassandra(pulumi.CustomResource):
|
|
|
953
957
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
954
958
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
955
959
|
:param pulumi.Input[pulumi.InputType['CassandraCassandraUserConfigArgs']] cassandra_user_config: Cassandra user configurable settings
|
|
956
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraCassandraArgs']]]] cassandras: cassandra configuration values
|
|
960
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraCassandraArgs']]]] cassandras: cassandra configuration values
|
|
957
961
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
958
962
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraComponentArgs']]]] components: Service component information objects
|
|
959
963
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
@@ -964,7 +968,7 @@ class Cassandra(pulumi.CustomResource):
|
|
|
964
968
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
965
969
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
966
970
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
967
|
-
: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.
|
|
971
|
+
: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.
|
|
968
972
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
969
973
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
970
974
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
@@ -1034,7 +1038,7 @@ class Cassandra(pulumi.CustomResource):
|
|
|
1034
1038
|
@pulumi.getter
|
|
1035
1039
|
def cassandras(self) -> pulumi.Output[Sequence['outputs.CassandraCassandra']]:
|
|
1036
1040
|
"""
|
|
1037
|
-
cassandra configuration values
|
|
1041
|
+
cassandra configuration values
|
|
1038
1042
|
"""
|
|
1039
1043
|
return pulumi.get(self, "cassandras")
|
|
1040
1044
|
|
|
@@ -1125,7 +1129,7 @@ class Cassandra(pulumi.CustomResource):
|
|
|
1125
1129
|
@pulumi.getter
|
|
1126
1130
|
def project(self) -> pulumi.Output[str]:
|
|
1127
1131
|
"""
|
|
1128
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
1132
|
+
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.
|
|
1129
1133
|
"""
|
|
1130
1134
|
return pulumi.get(self, "project")
|
|
1131
1135
|
|