pulumiverse-scaleway 1.35.0a1761031391__py3-none-any.whl → 1.39.0a1764841480__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.
- pulumiverse_scaleway/__init__.py +38 -0
- pulumiverse_scaleway/_inputs.py +271 -166
- pulumiverse_scaleway/audittrail/__init__.py +10 -0
- pulumiverse_scaleway/audittrail/get_event.py +410 -0
- pulumiverse_scaleway/audittrail/outputs.py +234 -0
- pulumiverse_scaleway/baremetal_server.py +159 -0
- pulumiverse_scaleway/billing/get_consumptions.py +4 -0
- pulumiverse_scaleway/block/snapshot.py +78 -0
- pulumiverse_scaleway/block_snapshot.py +78 -0
- pulumiverse_scaleway/cockpit_grafana_user.py +0 -42
- pulumiverse_scaleway/database_instance.py +105 -55
- pulumiverse_scaleway/database_user.py +6 -6
- pulumiverse_scaleway/databases/_inputs.py +97 -3
- pulumiverse_scaleway/databases/get_instance.py +12 -1
- pulumiverse_scaleway/databases/instance.py +105 -55
- pulumiverse_scaleway/databases/outputs.py +127 -2
- pulumiverse_scaleway/databases/user.py +6 -6
- pulumiverse_scaleway/datawarehouse/__init__.py +13 -0
- pulumiverse_scaleway/datawarehouse/_inputs.py +149 -0
- pulumiverse_scaleway/datawarehouse/database.py +338 -0
- pulumiverse_scaleway/datawarehouse/deployment.py +821 -0
- pulumiverse_scaleway/datawarehouse/outputs.py +113 -0
- pulumiverse_scaleway/datawarehouse/user.py +451 -0
- pulumiverse_scaleway/domain/record.py +4 -4
- pulumiverse_scaleway/domain_record.py +4 -4
- pulumiverse_scaleway/edge_services_cache_stage.py +30 -0
- pulumiverse_scaleway/edge_services_dns_stage.py +28 -0
- pulumiverse_scaleway/elasticmetal/get_offer.py +2 -0
- pulumiverse_scaleway/elasticmetal/get_server.py +12 -1
- pulumiverse_scaleway/elasticmetal/server.py +159 -0
- pulumiverse_scaleway/file_filesystem.py +39 -35
- pulumiverse_scaleway/get_baremetal_offer.py +2 -0
- pulumiverse_scaleway/get_baremetal_server.py +12 -1
- pulumiverse_scaleway/get_billing_consumptions.py +4 -0
- pulumiverse_scaleway/get_database_instance.py +12 -1
- pulumiverse_scaleway/get_instance_ip.py +14 -2
- pulumiverse_scaleway/get_instance_server.py +13 -83
- pulumiverse_scaleway/get_k8s_version.py +12 -1
- pulumiverse_scaleway/get_kubernetes_cluster.py +34 -1
- pulumiverse_scaleway/get_loadbalancer.py +12 -1
- pulumiverse_scaleway/get_loadbalancer_certificate.py +60 -0
- pulumiverse_scaleway/iam/__init__.py +1 -0
- pulumiverse_scaleway/iam/get_policy.py +293 -0
- pulumiverse_scaleway/iam/outputs.py +52 -0
- pulumiverse_scaleway/inference/deployment.py +36 -0
- pulumiverse_scaleway/inference/model.py +7 -7
- pulumiverse_scaleway/inference_deployment.py +36 -0
- pulumiverse_scaleway/instance/_inputs.py +155 -144
- pulumiverse_scaleway/instance/get_ip.py +14 -2
- pulumiverse_scaleway/instance/get_server.py +13 -83
- pulumiverse_scaleway/instance/image.py +94 -40
- pulumiverse_scaleway/instance/outputs.py +164 -167
- pulumiverse_scaleway/instance/server.py +116 -244
- pulumiverse_scaleway/instance/user_data.py +4 -4
- pulumiverse_scaleway/instance/volume.py +14 -0
- pulumiverse_scaleway/instance_image.py +94 -40
- pulumiverse_scaleway/instance_server.py +116 -244
- pulumiverse_scaleway/instance_user_data.py +4 -4
- pulumiverse_scaleway/instance_volume.py +14 -0
- pulumiverse_scaleway/iot/device.py +0 -38
- pulumiverse_scaleway/iot/hub.py +11 -11
- pulumiverse_scaleway/iot/route.py +20 -20
- pulumiverse_scaleway/iot_device.py +0 -38
- pulumiverse_scaleway/iot_hub.py +11 -11
- pulumiverse_scaleway/iot_route.py +20 -20
- pulumiverse_scaleway/ipam/_inputs.py +6 -6
- pulumiverse_scaleway/ipam/ip.py +35 -7
- pulumiverse_scaleway/ipam/ip_reverse_dns.py +70 -0
- pulumiverse_scaleway/ipam/outputs.py +4 -4
- pulumiverse_scaleway/ipam_ip.py +35 -7
- pulumiverse_scaleway/ipam_ip_reverse_dns.py +70 -0
- pulumiverse_scaleway/key_manager_key.py +134 -25
- pulumiverse_scaleway/kubernetes/cluster.py +290 -4
- pulumiverse_scaleway/kubernetes/get_cluster.py +34 -1
- pulumiverse_scaleway/kubernetes/get_version.py +12 -1
- pulumiverse_scaleway/kubernetes/pool.py +7 -7
- pulumiverse_scaleway/kubernetes_cluster.py +290 -4
- pulumiverse_scaleway/kubernetes_node_pool.py +7 -7
- pulumiverse_scaleway/loadbalancer.py +55 -1
- pulumiverse_scaleway/loadbalancers/__init__.py +1 -0
- pulumiverse_scaleway/loadbalancers/_inputs.py +13 -13
- pulumiverse_scaleway/loadbalancers/get_certificate.py +60 -0
- pulumiverse_scaleway/loadbalancers/get_load_balancer.py +12 -1
- pulumiverse_scaleway/loadbalancers/load_balancer.py +55 -1
- pulumiverse_scaleway/loadbalancers/outputs.py +9 -9
- pulumiverse_scaleway/loadbalancers/private_network.py +505 -0
- pulumiverse_scaleway/mongo_db_instance.py +14 -14
- pulumiverse_scaleway/mongodb/instance.py +14 -14
- pulumiverse_scaleway/network/gateway_network.py +7 -7
- pulumiverse_scaleway/object/__init__.py +1 -0
- pulumiverse_scaleway/object/bucket_policy.py +0 -64
- pulumiverse_scaleway/object/get.py +290 -0
- pulumiverse_scaleway/object/item.py +37 -7
- pulumiverse_scaleway/object_bucket_policy.py +0 -64
- pulumiverse_scaleway/object_item.py +37 -7
- pulumiverse_scaleway/observability/__init__.py +1 -0
- pulumiverse_scaleway/observability/get_grafana.py +103 -0
- pulumiverse_scaleway/observability/get_sources.py +6 -6
- pulumiverse_scaleway/observability/grafana_user.py +0 -42
- pulumiverse_scaleway/observability/outputs.py +2 -2
- pulumiverse_scaleway/outputs.py +304 -182
- pulumiverse_scaleway/pulumi-plugin.json +1 -1
- pulumiverse_scaleway/tem/domain.py +42 -0
- pulumiverse_scaleway/tem_domain.py +42 -0
- pulumiverse_scaleway/vpc_gateway_network.py +7 -7
- {pulumiverse_scaleway-1.35.0a1761031391.dist-info → pulumiverse_scaleway-1.39.0a1764841480.dist-info}/METADATA +1 -1
- {pulumiverse_scaleway-1.35.0a1761031391.dist-info → pulumiverse_scaleway-1.39.0a1764841480.dist-info}/RECORD +109 -96
- {pulumiverse_scaleway-1.35.0a1761031391.dist-info → pulumiverse_scaleway-1.39.0a1764841480.dist-info}/WHEEL +0 -0
- {pulumiverse_scaleway-1.35.0a1761031391.dist-info → pulumiverse_scaleway-1.39.0a1764841480.dist-info}/top_level.txt +0 -0
|
@@ -43,7 +43,7 @@ class MongoDbInstanceArgs:
|
|
|
43
43
|
"""
|
|
44
44
|
The set of arguments for constructing a MongoDbInstance resource.
|
|
45
45
|
:param pulumi.Input[_builtins.int] node_number: Number of nodes in the instance
|
|
46
|
-
:param pulumi.Input[_builtins.str] node_type: The type of MongoDB®
|
|
46
|
+
:param pulumi.Input[_builtins.str] node_type: The type of MongoDB® instance to create.
|
|
47
47
|
:param pulumi.Input[_builtins.bool] is_snapshot_schedule_enabled: Whether automatic snapshot scheduling is enabled.
|
|
48
48
|
:param pulumi.Input[_builtins.str] name: Name of the MongoDB® instance.
|
|
49
49
|
:param pulumi.Input[_builtins.str] password: Password of the user.
|
|
@@ -57,7 +57,7 @@ class MongoDbInstanceArgs:
|
|
|
57
57
|
:param pulumi.Input[_builtins.int] snapshot_schedule_frequency_hours: Snapshot schedule frequency in hours.
|
|
58
58
|
:param pulumi.Input[_builtins.int] snapshot_schedule_retention_days: Snapshot schedule retention in days.
|
|
59
59
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: List of tags attached to the MongoDB® instance.
|
|
60
|
-
:param pulumi.Input[_builtins.str] user_name: Name of the user created when the
|
|
60
|
+
:param pulumi.Input[_builtins.str] user_name: Name of the user created when the instance is created.
|
|
61
61
|
:param pulumi.Input[_builtins.str] version: MongoDB® version of the instance.
|
|
62
62
|
:param pulumi.Input[_builtins.int] volume_size_in_gb: Volume size in GB.
|
|
63
63
|
:param pulumi.Input[_builtins.str] volume_type: Volume type of the instance.
|
|
@@ -115,7 +115,7 @@ class MongoDbInstanceArgs:
|
|
|
115
115
|
@pulumi.getter(name="nodeType")
|
|
116
116
|
def node_type(self) -> pulumi.Input[_builtins.str]:
|
|
117
117
|
"""
|
|
118
|
-
The type of MongoDB®
|
|
118
|
+
The type of MongoDB® instance to create.
|
|
119
119
|
"""
|
|
120
120
|
return pulumi.get(self, "node_type")
|
|
121
121
|
|
|
@@ -283,7 +283,7 @@ class MongoDbInstanceArgs:
|
|
|
283
283
|
@pulumi.getter(name="userName")
|
|
284
284
|
def user_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
285
285
|
"""
|
|
286
|
-
Name of the user created when the
|
|
286
|
+
Name of the user created when the instance is created.
|
|
287
287
|
"""
|
|
288
288
|
return pulumi.get(self, "user_name")
|
|
289
289
|
|
|
@@ -359,7 +359,7 @@ class _MongoDbInstanceState:
|
|
|
359
359
|
:param pulumi.Input[_builtins.bool] is_snapshot_schedule_enabled: Whether automatic snapshot scheduling is enabled.
|
|
360
360
|
:param pulumi.Input[_builtins.str] name: Name of the MongoDB® instance.
|
|
361
361
|
:param pulumi.Input[_builtins.int] node_number: Number of nodes in the instance
|
|
362
|
-
:param pulumi.Input[_builtins.str] node_type: The type of MongoDB®
|
|
362
|
+
:param pulumi.Input[_builtins.str] node_type: The type of MongoDB® instance to create.
|
|
363
363
|
:param pulumi.Input[_builtins.str] password: Password of the user.
|
|
364
364
|
:param pulumi.Input[Sequence[pulumi.Input['MongoDbInstancePrivateIpArgs']]] private_ips: The private IPv4 address associated with the instance.
|
|
365
365
|
:param pulumi.Input['MongoDbInstancePrivateNetworkArgs'] private_network: Private Network endpoints of the Database Instance.
|
|
@@ -373,7 +373,7 @@ class _MongoDbInstanceState:
|
|
|
373
373
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: List of tags attached to the MongoDB® instance.
|
|
374
374
|
:param pulumi.Input[_builtins.str] tls_certificate: The PEM-encoded TLS certificate for the MongoDB® instance, if available.
|
|
375
375
|
:param pulumi.Input[_builtins.str] updated_at: The date and time of the last update of the MongoDB® instance.
|
|
376
|
-
:param pulumi.Input[_builtins.str] user_name: Name of the user created when the
|
|
376
|
+
:param pulumi.Input[_builtins.str] user_name: Name of the user created when the instance is created.
|
|
377
377
|
:param pulumi.Input[_builtins.str] version: MongoDB® version of the instance.
|
|
378
378
|
:param pulumi.Input[_builtins.int] volume_size_in_gb: Volume size in GB.
|
|
379
379
|
:param pulumi.Input[_builtins.str] volume_type: Volume type of the instance.
|
|
@@ -475,7 +475,7 @@ class _MongoDbInstanceState:
|
|
|
475
475
|
@pulumi.getter(name="nodeType")
|
|
476
476
|
def node_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
477
477
|
"""
|
|
478
|
-
The type of MongoDB®
|
|
478
|
+
The type of MongoDB® instance to create.
|
|
479
479
|
"""
|
|
480
480
|
return pulumi.get(self, "node_type")
|
|
481
481
|
|
|
@@ -643,7 +643,7 @@ class _MongoDbInstanceState:
|
|
|
643
643
|
@pulumi.getter(name="userName")
|
|
644
644
|
def user_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
645
645
|
"""
|
|
646
|
-
Name of the user created when the
|
|
646
|
+
Name of the user created when the instance is created.
|
|
647
647
|
"""
|
|
648
648
|
return pulumi.get(self, "user_name")
|
|
649
649
|
|
|
@@ -833,7 +833,7 @@ class MongoDbInstance(pulumi.CustomResource):
|
|
|
833
833
|
:param pulumi.Input[_builtins.bool] is_snapshot_schedule_enabled: Whether automatic snapshot scheduling is enabled.
|
|
834
834
|
:param pulumi.Input[_builtins.str] name: Name of the MongoDB® instance.
|
|
835
835
|
:param pulumi.Input[_builtins.int] node_number: Number of nodes in the instance
|
|
836
|
-
:param pulumi.Input[_builtins.str] node_type: The type of MongoDB®
|
|
836
|
+
:param pulumi.Input[_builtins.str] node_type: The type of MongoDB® instance to create.
|
|
837
837
|
:param pulumi.Input[_builtins.str] password: Password of the user.
|
|
838
838
|
:param pulumi.Input[Sequence[pulumi.Input[Union['MongoDbInstancePrivateIpArgs', 'MongoDbInstancePrivateIpArgsDict']]]] private_ips: The private IPv4 address associated with the instance.
|
|
839
839
|
:param pulumi.Input[Union['MongoDbInstancePrivateNetworkArgs', 'MongoDbInstancePrivateNetworkArgsDict']] private_network: Private Network endpoints of the Database Instance.
|
|
@@ -845,7 +845,7 @@ class MongoDbInstance(pulumi.CustomResource):
|
|
|
845
845
|
:param pulumi.Input[_builtins.int] snapshot_schedule_frequency_hours: Snapshot schedule frequency in hours.
|
|
846
846
|
:param pulumi.Input[_builtins.int] snapshot_schedule_retention_days: Snapshot schedule retention in days.
|
|
847
847
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: List of tags attached to the MongoDB® instance.
|
|
848
|
-
:param pulumi.Input[_builtins.str] user_name: Name of the user created when the
|
|
848
|
+
:param pulumi.Input[_builtins.str] user_name: Name of the user created when the instance is created.
|
|
849
849
|
:param pulumi.Input[_builtins.str] version: MongoDB® version of the instance.
|
|
850
850
|
:param pulumi.Input[_builtins.int] volume_size_in_gb: Volume size in GB.
|
|
851
851
|
:param pulumi.Input[_builtins.str] volume_type: Volume type of the instance.
|
|
@@ -1080,7 +1080,7 @@ class MongoDbInstance(pulumi.CustomResource):
|
|
|
1080
1080
|
:param pulumi.Input[_builtins.bool] is_snapshot_schedule_enabled: Whether automatic snapshot scheduling is enabled.
|
|
1081
1081
|
:param pulumi.Input[_builtins.str] name: Name of the MongoDB® instance.
|
|
1082
1082
|
:param pulumi.Input[_builtins.int] node_number: Number of nodes in the instance
|
|
1083
|
-
:param pulumi.Input[_builtins.str] node_type: The type of MongoDB®
|
|
1083
|
+
:param pulumi.Input[_builtins.str] node_type: The type of MongoDB® instance to create.
|
|
1084
1084
|
:param pulumi.Input[_builtins.str] password: Password of the user.
|
|
1085
1085
|
:param pulumi.Input[Sequence[pulumi.Input[Union['MongoDbInstancePrivateIpArgs', 'MongoDbInstancePrivateIpArgsDict']]]] private_ips: The private IPv4 address associated with the instance.
|
|
1086
1086
|
:param pulumi.Input[Union['MongoDbInstancePrivateNetworkArgs', 'MongoDbInstancePrivateNetworkArgsDict']] private_network: Private Network endpoints of the Database Instance.
|
|
@@ -1094,7 +1094,7 @@ class MongoDbInstance(pulumi.CustomResource):
|
|
|
1094
1094
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: List of tags attached to the MongoDB® instance.
|
|
1095
1095
|
:param pulumi.Input[_builtins.str] tls_certificate: The PEM-encoded TLS certificate for the MongoDB® instance, if available.
|
|
1096
1096
|
:param pulumi.Input[_builtins.str] updated_at: The date and time of the last update of the MongoDB® instance.
|
|
1097
|
-
:param pulumi.Input[_builtins.str] user_name: Name of the user created when the
|
|
1097
|
+
:param pulumi.Input[_builtins.str] user_name: Name of the user created when the instance is created.
|
|
1098
1098
|
:param pulumi.Input[_builtins.str] version: MongoDB® version of the instance.
|
|
1099
1099
|
:param pulumi.Input[_builtins.int] volume_size_in_gb: Volume size in GB.
|
|
1100
1100
|
:param pulumi.Input[_builtins.str] volume_type: Volume type of the instance.
|
|
@@ -1163,7 +1163,7 @@ class MongoDbInstance(pulumi.CustomResource):
|
|
|
1163
1163
|
@pulumi.getter(name="nodeType")
|
|
1164
1164
|
def node_type(self) -> pulumi.Output[_builtins.str]:
|
|
1165
1165
|
"""
|
|
1166
|
-
The type of MongoDB®
|
|
1166
|
+
The type of MongoDB® instance to create.
|
|
1167
1167
|
"""
|
|
1168
1168
|
return pulumi.get(self, "node_type")
|
|
1169
1169
|
|
|
@@ -1275,7 +1275,7 @@ class MongoDbInstance(pulumi.CustomResource):
|
|
|
1275
1275
|
@pulumi.getter(name="userName")
|
|
1276
1276
|
def user_name(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1277
1277
|
"""
|
|
1278
|
-
Name of the user created when the
|
|
1278
|
+
Name of the user created when the instance is created.
|
|
1279
1279
|
"""
|
|
1280
1280
|
return pulumi.get(self, "user_name")
|
|
1281
1281
|
|
|
@@ -43,7 +43,7 @@ class InstanceArgs:
|
|
|
43
43
|
"""
|
|
44
44
|
The set of arguments for constructing a Instance resource.
|
|
45
45
|
:param pulumi.Input[_builtins.int] node_number: Number of nodes in the instance
|
|
46
|
-
:param pulumi.Input[_builtins.str] node_type: The type of MongoDB®
|
|
46
|
+
:param pulumi.Input[_builtins.str] node_type: The type of MongoDB® instance to create.
|
|
47
47
|
:param pulumi.Input[_builtins.bool] is_snapshot_schedule_enabled: Whether automatic snapshot scheduling is enabled.
|
|
48
48
|
:param pulumi.Input[_builtins.str] name: Name of the MongoDB® instance.
|
|
49
49
|
:param pulumi.Input[_builtins.str] password: Password of the user.
|
|
@@ -57,7 +57,7 @@ class InstanceArgs:
|
|
|
57
57
|
:param pulumi.Input[_builtins.int] snapshot_schedule_frequency_hours: Snapshot schedule frequency in hours.
|
|
58
58
|
:param pulumi.Input[_builtins.int] snapshot_schedule_retention_days: Snapshot schedule retention in days.
|
|
59
59
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: List of tags attached to the MongoDB® instance.
|
|
60
|
-
:param pulumi.Input[_builtins.str] user_name: Name of the user created when the
|
|
60
|
+
:param pulumi.Input[_builtins.str] user_name: Name of the user created when the instance is created.
|
|
61
61
|
:param pulumi.Input[_builtins.str] version: MongoDB® version of the instance.
|
|
62
62
|
:param pulumi.Input[_builtins.int] volume_size_in_gb: Volume size in GB.
|
|
63
63
|
:param pulumi.Input[_builtins.str] volume_type: Volume type of the instance.
|
|
@@ -115,7 +115,7 @@ class InstanceArgs:
|
|
|
115
115
|
@pulumi.getter(name="nodeType")
|
|
116
116
|
def node_type(self) -> pulumi.Input[_builtins.str]:
|
|
117
117
|
"""
|
|
118
|
-
The type of MongoDB®
|
|
118
|
+
The type of MongoDB® instance to create.
|
|
119
119
|
"""
|
|
120
120
|
return pulumi.get(self, "node_type")
|
|
121
121
|
|
|
@@ -283,7 +283,7 @@ class InstanceArgs:
|
|
|
283
283
|
@pulumi.getter(name="userName")
|
|
284
284
|
def user_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
285
285
|
"""
|
|
286
|
-
Name of the user created when the
|
|
286
|
+
Name of the user created when the instance is created.
|
|
287
287
|
"""
|
|
288
288
|
return pulumi.get(self, "user_name")
|
|
289
289
|
|
|
@@ -359,7 +359,7 @@ class _InstanceState:
|
|
|
359
359
|
:param pulumi.Input[_builtins.bool] is_snapshot_schedule_enabled: Whether automatic snapshot scheduling is enabled.
|
|
360
360
|
:param pulumi.Input[_builtins.str] name: Name of the MongoDB® instance.
|
|
361
361
|
:param pulumi.Input[_builtins.int] node_number: Number of nodes in the instance
|
|
362
|
-
:param pulumi.Input[_builtins.str] node_type: The type of MongoDB®
|
|
362
|
+
:param pulumi.Input[_builtins.str] node_type: The type of MongoDB® instance to create.
|
|
363
363
|
:param pulumi.Input[_builtins.str] password: Password of the user.
|
|
364
364
|
:param pulumi.Input[Sequence[pulumi.Input['InstancePrivateIpArgs']]] private_ips: The private IPv4 address associated with the instance.
|
|
365
365
|
:param pulumi.Input['InstancePrivateNetworkArgs'] private_network: Private Network endpoints of the Database Instance.
|
|
@@ -373,7 +373,7 @@ class _InstanceState:
|
|
|
373
373
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: List of tags attached to the MongoDB® instance.
|
|
374
374
|
:param pulumi.Input[_builtins.str] tls_certificate: The PEM-encoded TLS certificate for the MongoDB® instance, if available.
|
|
375
375
|
:param pulumi.Input[_builtins.str] updated_at: The date and time of the last update of the MongoDB® instance.
|
|
376
|
-
:param pulumi.Input[_builtins.str] user_name: Name of the user created when the
|
|
376
|
+
:param pulumi.Input[_builtins.str] user_name: Name of the user created when the instance is created.
|
|
377
377
|
:param pulumi.Input[_builtins.str] version: MongoDB® version of the instance.
|
|
378
378
|
:param pulumi.Input[_builtins.int] volume_size_in_gb: Volume size in GB.
|
|
379
379
|
:param pulumi.Input[_builtins.str] volume_type: Volume type of the instance.
|
|
@@ -475,7 +475,7 @@ class _InstanceState:
|
|
|
475
475
|
@pulumi.getter(name="nodeType")
|
|
476
476
|
def node_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
477
477
|
"""
|
|
478
|
-
The type of MongoDB®
|
|
478
|
+
The type of MongoDB® instance to create.
|
|
479
479
|
"""
|
|
480
480
|
return pulumi.get(self, "node_type")
|
|
481
481
|
|
|
@@ -643,7 +643,7 @@ class _InstanceState:
|
|
|
643
643
|
@pulumi.getter(name="userName")
|
|
644
644
|
def user_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
645
645
|
"""
|
|
646
|
-
Name of the user created when the
|
|
646
|
+
Name of the user created when the instance is created.
|
|
647
647
|
"""
|
|
648
648
|
return pulumi.get(self, "user_name")
|
|
649
649
|
|
|
@@ -828,7 +828,7 @@ class Instance(pulumi.CustomResource):
|
|
|
828
828
|
:param pulumi.Input[_builtins.bool] is_snapshot_schedule_enabled: Whether automatic snapshot scheduling is enabled.
|
|
829
829
|
:param pulumi.Input[_builtins.str] name: Name of the MongoDB® instance.
|
|
830
830
|
:param pulumi.Input[_builtins.int] node_number: Number of nodes in the instance
|
|
831
|
-
:param pulumi.Input[_builtins.str] node_type: The type of MongoDB®
|
|
831
|
+
:param pulumi.Input[_builtins.str] node_type: The type of MongoDB® instance to create.
|
|
832
832
|
:param pulumi.Input[_builtins.str] password: Password of the user.
|
|
833
833
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstancePrivateIpArgs', 'InstancePrivateIpArgsDict']]]] private_ips: The private IPv4 address associated with the instance.
|
|
834
834
|
:param pulumi.Input[Union['InstancePrivateNetworkArgs', 'InstancePrivateNetworkArgsDict']] private_network: Private Network endpoints of the Database Instance.
|
|
@@ -840,7 +840,7 @@ class Instance(pulumi.CustomResource):
|
|
|
840
840
|
:param pulumi.Input[_builtins.int] snapshot_schedule_frequency_hours: Snapshot schedule frequency in hours.
|
|
841
841
|
:param pulumi.Input[_builtins.int] snapshot_schedule_retention_days: Snapshot schedule retention in days.
|
|
842
842
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: List of tags attached to the MongoDB® instance.
|
|
843
|
-
:param pulumi.Input[_builtins.str] user_name: Name of the user created when the
|
|
843
|
+
:param pulumi.Input[_builtins.str] user_name: Name of the user created when the instance is created.
|
|
844
844
|
:param pulumi.Input[_builtins.str] version: MongoDB® version of the instance.
|
|
845
845
|
:param pulumi.Input[_builtins.int] volume_size_in_gb: Volume size in GB.
|
|
846
846
|
:param pulumi.Input[_builtins.str] volume_type: Volume type of the instance.
|
|
@@ -1076,7 +1076,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1076
1076
|
:param pulumi.Input[_builtins.bool] is_snapshot_schedule_enabled: Whether automatic snapshot scheduling is enabled.
|
|
1077
1077
|
:param pulumi.Input[_builtins.str] name: Name of the MongoDB® instance.
|
|
1078
1078
|
:param pulumi.Input[_builtins.int] node_number: Number of nodes in the instance
|
|
1079
|
-
:param pulumi.Input[_builtins.str] node_type: The type of MongoDB®
|
|
1079
|
+
:param pulumi.Input[_builtins.str] node_type: The type of MongoDB® instance to create.
|
|
1080
1080
|
:param pulumi.Input[_builtins.str] password: Password of the user.
|
|
1081
1081
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstancePrivateIpArgs', 'InstancePrivateIpArgsDict']]]] private_ips: The private IPv4 address associated with the instance.
|
|
1082
1082
|
:param pulumi.Input[Union['InstancePrivateNetworkArgs', 'InstancePrivateNetworkArgsDict']] private_network: Private Network endpoints of the Database Instance.
|
|
@@ -1090,7 +1090,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1090
1090
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: List of tags attached to the MongoDB® instance.
|
|
1091
1091
|
:param pulumi.Input[_builtins.str] tls_certificate: The PEM-encoded TLS certificate for the MongoDB® instance, if available.
|
|
1092
1092
|
:param pulumi.Input[_builtins.str] updated_at: The date and time of the last update of the MongoDB® instance.
|
|
1093
|
-
:param pulumi.Input[_builtins.str] user_name: Name of the user created when the
|
|
1093
|
+
:param pulumi.Input[_builtins.str] user_name: Name of the user created when the instance is created.
|
|
1094
1094
|
:param pulumi.Input[_builtins.str] version: MongoDB® version of the instance.
|
|
1095
1095
|
:param pulumi.Input[_builtins.int] volume_size_in_gb: Volume size in GB.
|
|
1096
1096
|
:param pulumi.Input[_builtins.str] volume_type: Volume type of the instance.
|
|
@@ -1159,7 +1159,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1159
1159
|
@pulumi.getter(name="nodeType")
|
|
1160
1160
|
def node_type(self) -> pulumi.Output[_builtins.str]:
|
|
1161
1161
|
"""
|
|
1162
|
-
The type of MongoDB®
|
|
1162
|
+
The type of MongoDB® instance to create.
|
|
1163
1163
|
"""
|
|
1164
1164
|
return pulumi.get(self, "node_type")
|
|
1165
1165
|
|
|
@@ -1271,7 +1271,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1271
1271
|
@pulumi.getter(name="userName")
|
|
1272
1272
|
def user_name(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1273
1273
|
"""
|
|
1274
|
-
Name of the user created when the
|
|
1274
|
+
Name of the user created when the instance is created.
|
|
1275
1275
|
"""
|
|
1276
1276
|
return pulumi.get(self, "user_name")
|
|
1277
1277
|
|
|
@@ -41,7 +41,7 @@ class GatewayNetworkArgs:
|
|
|
41
41
|
:param pulumi.Input[_builtins.bool] enable_masquerade: Whether masquerade (dynamic NAT) should be enabled on this GatewayNetwork.
|
|
42
42
|
:param pulumi.Input[Sequence[pulumi.Input['GatewayNetworkIpamConfigArgs']]] ipam_configs: Auto-configure the GatewayNetwork using Scaleway's IPAM (IP address management service). Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
|
43
43
|
:param pulumi.Input[Sequence[pulumi.Input['GatewayNetworkPrivateIpArgs']]] private_ips: The private IPv4 address associated with the resource.
|
|
44
|
-
:param pulumi.Input[_builtins.str] static_address: Please use `ipam_config`. Enable DHCP
|
|
44
|
+
:param pulumi.Input[_builtins.str] static_address: Please use `ipam_config`. Enable DHCP configuration on this GatewayNetwork. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
|
45
45
|
:param pulumi.Input[_builtins.str] zone: `zone`) The zone in which the gateway network should be created.
|
|
46
46
|
|
|
47
47
|
> **Important:**
|
|
@@ -183,7 +183,7 @@ class GatewayNetworkArgs:
|
|
|
183
183
|
@_utilities.deprecated("""Please use ipam_config. For more information, please refer to the dedicated guide: https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md""")
|
|
184
184
|
def static_address(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
185
185
|
"""
|
|
186
|
-
Please use `ipam_config`. Enable DHCP
|
|
186
|
+
Please use `ipam_config`. Enable DHCP configuration on this GatewayNetwork. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
|
187
187
|
"""
|
|
188
188
|
return pulumi.get(self, "static_address")
|
|
189
189
|
|
|
@@ -237,7 +237,7 @@ class _GatewayNetworkState:
|
|
|
237
237
|
:param pulumi.Input[_builtins.str] mac_address: The MAC address of the GatewayNetwork.
|
|
238
238
|
:param pulumi.Input[Sequence[pulumi.Input['GatewayNetworkPrivateIpArgs']]] private_ips: The private IPv4 address associated with the resource.
|
|
239
239
|
:param pulumi.Input[_builtins.str] private_network_id: The ID of the Private Network.
|
|
240
|
-
:param pulumi.Input[_builtins.str] static_address: Please use `ipam_config`. Enable DHCP
|
|
240
|
+
:param pulumi.Input[_builtins.str] static_address: Please use `ipam_config`. Enable DHCP configuration on this GatewayNetwork. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
|
241
241
|
:param pulumi.Input[_builtins.str] status: The status of the Public Gateway's connection to the Private Network.
|
|
242
242
|
:param pulumi.Input[_builtins.str] updated_at: The date and time of the last update of the GatewayNetwork.
|
|
243
243
|
:param pulumi.Input[_builtins.str] zone: `zone`) The zone in which the gateway network should be created.
|
|
@@ -415,7 +415,7 @@ class _GatewayNetworkState:
|
|
|
415
415
|
@_utilities.deprecated("""Please use ipam_config. For more information, please refer to the dedicated guide: https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md""")
|
|
416
416
|
def static_address(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
417
417
|
"""
|
|
418
|
-
Please use `ipam_config`. Enable DHCP
|
|
418
|
+
Please use `ipam_config`. Enable DHCP configuration on this GatewayNetwork. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
|
419
419
|
"""
|
|
420
420
|
return pulumi.get(self, "static_address")
|
|
421
421
|
|
|
@@ -565,7 +565,7 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
|
565
565
|
:param pulumi.Input[Sequence[pulumi.Input[Union['GatewayNetworkIpamConfigArgs', 'GatewayNetworkIpamConfigArgsDict']]]] ipam_configs: Auto-configure the GatewayNetwork using Scaleway's IPAM (IP address management service). Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
|
566
566
|
:param pulumi.Input[Sequence[pulumi.Input[Union['GatewayNetworkPrivateIpArgs', 'GatewayNetworkPrivateIpArgsDict']]]] private_ips: The private IPv4 address associated with the resource.
|
|
567
567
|
:param pulumi.Input[_builtins.str] private_network_id: The ID of the Private Network.
|
|
568
|
-
:param pulumi.Input[_builtins.str] static_address: Please use `ipam_config`. Enable DHCP
|
|
568
|
+
:param pulumi.Input[_builtins.str] static_address: Please use `ipam_config`. Enable DHCP configuration on this GatewayNetwork. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
|
569
569
|
:param pulumi.Input[_builtins.str] zone: `zone`) The zone in which the gateway network should be created.
|
|
570
570
|
|
|
571
571
|
> **Important:**
|
|
@@ -747,7 +747,7 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
|
747
747
|
:param pulumi.Input[_builtins.str] mac_address: The MAC address of the GatewayNetwork.
|
|
748
748
|
:param pulumi.Input[Sequence[pulumi.Input[Union['GatewayNetworkPrivateIpArgs', 'GatewayNetworkPrivateIpArgsDict']]]] private_ips: The private IPv4 address associated with the resource.
|
|
749
749
|
:param pulumi.Input[_builtins.str] private_network_id: The ID of the Private Network.
|
|
750
|
-
:param pulumi.Input[_builtins.str] static_address: Please use `ipam_config`. Enable DHCP
|
|
750
|
+
:param pulumi.Input[_builtins.str] static_address: Please use `ipam_config`. Enable DHCP configuration on this GatewayNetwork. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
|
751
751
|
:param pulumi.Input[_builtins.str] status: The status of the Public Gateway's connection to the Private Network.
|
|
752
752
|
:param pulumi.Input[_builtins.str] updated_at: The date and time of the last update of the GatewayNetwork.
|
|
753
753
|
:param pulumi.Input[_builtins.str] zone: `zone`) The zone in which the gateway network should be created.
|
|
@@ -864,7 +864,7 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
|
864
864
|
@_utilities.deprecated("""Please use ipam_config. For more information, please refer to the dedicated guide: https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md""")
|
|
865
865
|
def static_address(self) -> pulumi.Output[_builtins.str]:
|
|
866
866
|
"""
|
|
867
|
-
Please use `ipam_config`. Enable DHCP
|
|
867
|
+
Please use `ipam_config`. Enable DHCP configuration on this GatewayNetwork. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
|
868
868
|
"""
|
|
869
869
|
return pulumi.get(self, "static_address")
|
|
870
870
|
|
|
@@ -273,38 +273,6 @@ class BucketPolicy(pulumi.CustomResource):
|
|
|
273
273
|
bucket = scaleway.object.get_bucket(name="some-unique-name")
|
|
274
274
|
```
|
|
275
275
|
|
|
276
|
-
### Example with AWS provider
|
|
277
|
-
|
|
278
|
-
```python
|
|
279
|
-
import pulumi
|
|
280
|
-
import pulumi_aws as aws
|
|
281
|
-
import pulumi_scaleway as scaleway
|
|
282
|
-
import pulumiverse_scaleway as scaleway
|
|
283
|
-
|
|
284
|
-
# Scaleway project ID
|
|
285
|
-
default = scaleway.account.get_project(name="default")
|
|
286
|
-
# Object storage configuration
|
|
287
|
-
bucket = scaleway.object.Bucket("bucket", name="some-unique-name")
|
|
288
|
-
# AWS data source
|
|
289
|
-
policy = aws.iam.get_policy_document_output(version="2012-10-17",
|
|
290
|
-
statements=[{
|
|
291
|
-
"sid": "Delegate access",
|
|
292
|
-
"effect": "Allow",
|
|
293
|
-
"principals": [{
|
|
294
|
-
"type": "SCW",
|
|
295
|
-
"identifiers": [f"project_id:{default.id}"],
|
|
296
|
-
}],
|
|
297
|
-
"actions": ["s3:ListBucket"],
|
|
298
|
-
"resources": [
|
|
299
|
-
bucket.name,
|
|
300
|
-
bucket.name.apply(lambda name: f"{name}/*"),
|
|
301
|
-
],
|
|
302
|
-
}])
|
|
303
|
-
main = scaleway.object.BucketPolicy("main",
|
|
304
|
-
bucket=bucket.id,
|
|
305
|
-
policy=policy.json)
|
|
306
|
-
```
|
|
307
|
-
|
|
308
276
|
### Example with deprecated version 2012-10-17
|
|
309
277
|
|
|
310
278
|
```python
|
|
@@ -479,38 +447,6 @@ class BucketPolicy(pulumi.CustomResource):
|
|
|
479
447
|
bucket = scaleway.object.get_bucket(name="some-unique-name")
|
|
480
448
|
```
|
|
481
449
|
|
|
482
|
-
### Example with AWS provider
|
|
483
|
-
|
|
484
|
-
```python
|
|
485
|
-
import pulumi
|
|
486
|
-
import pulumi_aws as aws
|
|
487
|
-
import pulumi_scaleway as scaleway
|
|
488
|
-
import pulumiverse_scaleway as scaleway
|
|
489
|
-
|
|
490
|
-
# Scaleway project ID
|
|
491
|
-
default = scaleway.account.get_project(name="default")
|
|
492
|
-
# Object storage configuration
|
|
493
|
-
bucket = scaleway.object.Bucket("bucket", name="some-unique-name")
|
|
494
|
-
# AWS data source
|
|
495
|
-
policy = aws.iam.get_policy_document_output(version="2012-10-17",
|
|
496
|
-
statements=[{
|
|
497
|
-
"sid": "Delegate access",
|
|
498
|
-
"effect": "Allow",
|
|
499
|
-
"principals": [{
|
|
500
|
-
"type": "SCW",
|
|
501
|
-
"identifiers": [f"project_id:{default.id}"],
|
|
502
|
-
}],
|
|
503
|
-
"actions": ["s3:ListBucket"],
|
|
504
|
-
"resources": [
|
|
505
|
-
bucket.name,
|
|
506
|
-
bucket.name.apply(lambda name: f"{name}/*"),
|
|
507
|
-
],
|
|
508
|
-
}])
|
|
509
|
-
main = scaleway.object.BucketPolicy("main",
|
|
510
|
-
bucket=bucket.id,
|
|
511
|
-
policy=policy.json)
|
|
512
|
-
```
|
|
513
|
-
|
|
514
450
|
### Example with deprecated version 2012-10-17
|
|
515
451
|
|
|
516
452
|
```python
|