pulumiverse-scaleway 1.16.0__py3-none-any.whl → 1.16.0a1730114875__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 pulumiverse-scaleway might be problematic. Click here for more details.
- pulumiverse_scaleway/_inputs.py +48 -2117
- pulumiverse_scaleway/_utilities.py +1 -1
- pulumiverse_scaleway/account_project.py +0 -5
- pulumiverse_scaleway/account_ssh_key.py +0 -5
- pulumiverse_scaleway/apple_silicon_server.py +0 -5
- pulumiverse_scaleway/baremetal_server.py +0 -5
- pulumiverse_scaleway/block_snapshot.py +0 -5
- pulumiverse_scaleway/block_volume.py +0 -5
- pulumiverse_scaleway/cockpit.py +0 -5
- pulumiverse_scaleway/cockpit_alert_manager.py +0 -5
- pulumiverse_scaleway/cockpit_grafana_user.py +0 -5
- pulumiverse_scaleway/cockpit_source.py +0 -5
- pulumiverse_scaleway/cockpit_token.py +0 -5
- pulumiverse_scaleway/config/__init__.pyi +0 -5
- pulumiverse_scaleway/config/vars.py +0 -5
- pulumiverse_scaleway/container.py +0 -5
- pulumiverse_scaleway/container_cron.py +0 -5
- pulumiverse_scaleway/container_domain.py +0 -5
- pulumiverse_scaleway/container_namespace.py +0 -5
- pulumiverse_scaleway/container_token.py +0 -5
- pulumiverse_scaleway/container_trigger.py +0 -5
- pulumiverse_scaleway/database.py +0 -5
- pulumiverse_scaleway/database_acl.py +0 -5
- pulumiverse_scaleway/database_backup.py +0 -5
- pulumiverse_scaleway/database_instance.py +2 -56
- pulumiverse_scaleway/database_privilege.py +0 -5
- pulumiverse_scaleway/database_read_replica.py +0 -5
- pulumiverse_scaleway/database_user.py +0 -5
- pulumiverse_scaleway/documentdb_database.py +0 -5
- pulumiverse_scaleway/documentdb_instance.py +0 -5
- pulumiverse_scaleway/documentdb_private_network_endpoint.py +0 -5
- pulumiverse_scaleway/documentdb_privilege.py +0 -5
- pulumiverse_scaleway/documentdb_read_replica.py +0 -5
- pulumiverse_scaleway/documentdb_user.py +0 -5
- pulumiverse_scaleway/domain_record.py +0 -5
- pulumiverse_scaleway/domain_zone.py +0 -5
- pulumiverse_scaleway/flexible_ip.py +0 -5
- pulumiverse_scaleway/flexible_ip_mac_address.py +0 -5
- pulumiverse_scaleway/function.py +0 -5
- pulumiverse_scaleway/function_cron.py +0 -5
- pulumiverse_scaleway/function_domain.py +0 -5
- pulumiverse_scaleway/function_namespace.py +0 -5
- pulumiverse_scaleway/function_token.py +0 -5
- pulumiverse_scaleway/function_trigger.py +0 -5
- pulumiverse_scaleway/get_account_project.py +4 -19
- pulumiverse_scaleway/get_account_ssh_key.py +4 -22
- pulumiverse_scaleway/get_availability_zones.py +4 -13
- pulumiverse_scaleway/get_baremetal_offer.py +4 -26
- pulumiverse_scaleway/get_baremetal_option.py +4 -17
- pulumiverse_scaleway/get_baremetal_os.py +4 -18
- pulumiverse_scaleway/get_baremetal_server.py +4 -40
- pulumiverse_scaleway/get_billing_consumptions.py +4 -15
- pulumiverse_scaleway/get_billing_invoices.py +4 -18
- pulumiverse_scaleway/get_block_snapshot.py +4 -21
- pulumiverse_scaleway/get_block_volume.py +4 -22
- pulumiverse_scaleway/get_cockpit.py +4 -15
- pulumiverse_scaleway/get_cockpit_plan.py +4 -12
- pulumiverse_scaleway/get_config.py +4 -20
- pulumiverse_scaleway/get_container.py +4 -41
- pulumiverse_scaleway/get_container_namespace.py +4 -25
- pulumiverse_scaleway/get_database.py +4 -19
- pulumiverse_scaleway/get_database_acl.py +4 -15
- pulumiverse_scaleway/get_database_backup.py +4 -26
- pulumiverse_scaleway/get_database_instance.py +5 -52
- pulumiverse_scaleway/get_database_privilege.py +4 -19
- pulumiverse_scaleway/get_documentdb_database.py +4 -20
- pulumiverse_scaleway/get_documentdb_instance.py +4 -27
- pulumiverse_scaleway/get_documentdb_load_balancer_endpoint.py +4 -22
- pulumiverse_scaleway/get_domain_record.py +4 -31
- pulumiverse_scaleway/get_domain_zone.py +4 -21
- pulumiverse_scaleway/get_flexible_ip.py +4 -26
- pulumiverse_scaleway/get_flexible_ips.py +4 -20
- pulumiverse_scaleway/get_function.py +4 -38
- pulumiverse_scaleway/get_function_namespace.py +4 -24
- pulumiverse_scaleway/get_iam_api_key.py +4 -21
- pulumiverse_scaleway/get_iam_application.py +4 -21
- pulumiverse_scaleway/get_iam_group.py +4 -23
- pulumiverse_scaleway/get_iam_ssh_key.py +4 -22
- pulumiverse_scaleway/get_iam_user.py +4 -16
- pulumiverse_scaleway/get_instance_image.py +4 -31
- pulumiverse_scaleway/get_instance_ip.py +4 -21
- pulumiverse_scaleway/get_instance_placement_group.py +4 -23
- pulumiverse_scaleway/get_instance_private_nic.py +4 -22
- pulumiverse_scaleway/get_instance_security_group.py +4 -28
- pulumiverse_scaleway/get_instance_server.py +4 -45
- pulumiverse_scaleway/get_instance_servers.py +4 -20
- pulumiverse_scaleway/get_instance_snapshot.py +4 -25
- pulumiverse_scaleway/get_instance_volume.py +4 -24
- pulumiverse_scaleway/get_iot_device.py +4 -28
- pulumiverse_scaleway/get_iot_hub.py +4 -34
- pulumiverse_scaleway/get_ipam_ip.py +4 -33
- pulumiverse_scaleway/get_ipam_ips.py +4 -30
- pulumiverse_scaleway/get_k8s_version.py +4 -17
- pulumiverse_scaleway/get_kubernetes_cluster.py +4 -38
- pulumiverse_scaleway/get_kubernetes_node_pool.py +4 -41
- pulumiverse_scaleway/get_lb_acls.py +4 -20
- pulumiverse_scaleway/get_lb_backend.py +4 -44
- pulumiverse_scaleway/get_lb_backends.py +4 -20
- pulumiverse_scaleway/get_lb_frontend.py +4 -24
- pulumiverse_scaleway/get_lb_frontends.py +4 -20
- pulumiverse_scaleway/get_lb_ips.py +4 -22
- pulumiverse_scaleway/get_lb_route.py +4 -18
- pulumiverse_scaleway/get_lb_routes.py +4 -18
- pulumiverse_scaleway/get_lbs.py +4 -20
- pulumiverse_scaleway/get_loadbalancer.py +4 -33
- pulumiverse_scaleway/get_loadbalancer_certificate.py +4 -24
- pulumiverse_scaleway/get_loadbalancer_ip.py +4 -23
- pulumiverse_scaleway/get_marketplace_image.py +4 -16
- pulumiverse_scaleway/get_mnq_sqs.py +4 -15
- pulumiverse_scaleway/get_object_bucket.py +4 -25
- pulumiverse_scaleway/get_object_bucket_policy.py +4 -17
- pulumiverse_scaleway/get_redis_cluster.py +4 -32
- pulumiverse_scaleway/get_registry_image.py +4 -26
- pulumiverse_scaleway/get_registry_namespace.py +4 -22
- pulumiverse_scaleway/get_secret.py +4 -28
- pulumiverse_scaleway/get_secret_version.py +4 -25
- pulumiverse_scaleway/get_tem_domain.py +4 -38
- pulumiverse_scaleway/get_vpc.py +4 -26
- pulumiverse_scaleway/get_vpc_gateway_network.py +4 -29
- pulumiverse_scaleway/get_vpc_private_network.py +4 -28
- pulumiverse_scaleway/get_vpc_public_gateway.py +4 -30
- pulumiverse_scaleway/get_vpc_public_gateway_dhcp.py +4 -30
- pulumiverse_scaleway/get_vpc_public_gateway_dhcp_reservation.py +4 -25
- pulumiverse_scaleway/get_vpc_public_gateway_ip.py +4 -20
- pulumiverse_scaleway/get_vpc_public_pat_rule.py +4 -22
- pulumiverse_scaleway/get_vpc_routes.py +4 -25
- pulumiverse_scaleway/get_vpcs.py +4 -20
- pulumiverse_scaleway/get_web_host_offer.py +4 -19
- pulumiverse_scaleway/get_webhosting.py +4 -33
- pulumiverse_scaleway/iam_api_key.py +0 -31
- pulumiverse_scaleway/iam_application.py +0 -5
- pulumiverse_scaleway/iam_group.py +0 -5
- pulumiverse_scaleway/iam_group_membership.py +0 -5
- pulumiverse_scaleway/iam_policy.py +0 -5
- pulumiverse_scaleway/iam_ssh_key.py +0 -5
- pulumiverse_scaleway/iam_user.py +0 -5
- pulumiverse_scaleway/instance_image.py +0 -5
- pulumiverse_scaleway/instance_ip.py +0 -5
- pulumiverse_scaleway/instance_ip_reverse_dns.py +0 -5
- pulumiverse_scaleway/instance_placement_group.py +0 -5
- pulumiverse_scaleway/instance_private_nic.py +0 -5
- pulumiverse_scaleway/instance_security_group.py +0 -5
- pulumiverse_scaleway/instance_security_group_rules.py +0 -5
- pulumiverse_scaleway/instance_server.py +0 -5
- pulumiverse_scaleway/instance_snapshot.py +0 -5
- pulumiverse_scaleway/instance_user_data.py +0 -5
- pulumiverse_scaleway/instance_volume.py +0 -5
- pulumiverse_scaleway/iot_device.py +0 -5
- pulumiverse_scaleway/iot_hub.py +0 -5
- pulumiverse_scaleway/iot_network.py +0 -5
- pulumiverse_scaleway/iot_route.py +0 -5
- pulumiverse_scaleway/ipam_ip.py +0 -5
- pulumiverse_scaleway/ipam_ip_reverse_dns.py +0 -5
- pulumiverse_scaleway/job_definition.py +0 -5
- pulumiverse_scaleway/kubernetes_cluster.py +0 -5
- pulumiverse_scaleway/kubernetes_node_pool.py +0 -5
- pulumiverse_scaleway/loadbalancer.py +0 -5
- pulumiverse_scaleway/loadbalancer_acl.py +0 -5
- pulumiverse_scaleway/loadbalancer_backend.py +0 -5
- pulumiverse_scaleway/loadbalancer_certificate.py +0 -5
- pulumiverse_scaleway/loadbalancer_frontend.py +0 -5
- pulumiverse_scaleway/loadbalancer_ip.py +0 -5
- pulumiverse_scaleway/loadbalancer_route.py +0 -5
- pulumiverse_scaleway/mnq_nats_account.py +0 -5
- pulumiverse_scaleway/mnq_nats_credentials.py +0 -5
- pulumiverse_scaleway/mnq_sns.py +0 -5
- pulumiverse_scaleway/mnq_sns_credentials.py +0 -5
- pulumiverse_scaleway/mnq_sns_topic.py +0 -5
- pulumiverse_scaleway/mnq_sns_topic_subscription.py +0 -5
- pulumiverse_scaleway/mnq_sqs.py +0 -5
- pulumiverse_scaleway/mnq_sqs_credentials.py +0 -5
- pulumiverse_scaleway/mnq_sqs_queue.py +0 -5
- pulumiverse_scaleway/object_bucket.py +0 -5
- pulumiverse_scaleway/object_bucket_acl.py +0 -5
- pulumiverse_scaleway/object_bucket_lock_configuration.py +0 -5
- pulumiverse_scaleway/object_bucket_policy.py +0 -5
- pulumiverse_scaleway/object_bucket_website_configuration.py +0 -5
- pulumiverse_scaleway/object_item.py +0 -5
- pulumiverse_scaleway/outputs.py +0 -5
- pulumiverse_scaleway/provider.py +0 -5
- pulumiverse_scaleway/pulumi-plugin.json +1 -1
- pulumiverse_scaleway/redis_cluster.py +0 -5
- pulumiverse_scaleway/registry_namespace.py +0 -5
- pulumiverse_scaleway/sdb_database.py +0 -5
- pulumiverse_scaleway/secret.py +0 -5
- pulumiverse_scaleway/secret_version.py +0 -5
- pulumiverse_scaleway/tem_domain.py +0 -5
- pulumiverse_scaleway/tem_domain_validation.py +0 -5
- pulumiverse_scaleway/vpc.py +0 -5
- pulumiverse_scaleway/vpc_gateway_network.py +0 -5
- pulumiverse_scaleway/vpc_private_network.py +0 -5
- pulumiverse_scaleway/vpc_public_gateway.py +0 -5
- pulumiverse_scaleway/vpc_public_gateway_dhcp.py +0 -5
- pulumiverse_scaleway/vpc_public_gateway_dhcp_reservation.py +0 -5
- pulumiverse_scaleway/vpc_public_gateway_ip.py +0 -5
- pulumiverse_scaleway/vpc_public_gateway_ip_reverse_dns.py +0 -5
- pulumiverse_scaleway/vpc_public_gateway_pat_rule.py +0 -5
- pulumiverse_scaleway/webhosting.py +0 -5
- {pulumiverse_scaleway-1.16.0.dist-info → pulumiverse_scaleway-1.16.0a1730114875.dist-info}/METADATA +1 -2
- pulumiverse_scaleway-1.16.0a1730114875.dist-info/RECORD +205 -0
- pulumiverse_scaleway-1.16.0.dist-info/RECORD +0 -205
- {pulumiverse_scaleway-1.16.0.dist-info → pulumiverse_scaleway-1.16.0a1730114875.dist-info}/WHEEL +0 -0
- {pulumiverse_scaleway-1.16.0.dist-info → pulumiverse_scaleway-1.16.0a1730114875.dist-info}/top_level.txt +0 -0
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -205,6 +200,9 @@ def get_documentdb_instance(instance_id: Optional[str] = None,
|
|
|
205
200
|
user_name=pulumi.get(__ret__, 'user_name'),
|
|
206
201
|
volume_size_in_gb=pulumi.get(__ret__, 'volume_size_in_gb'),
|
|
207
202
|
volume_type=pulumi.get(__ret__, 'volume_type'))
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
@_utilities.lift_output_func(get_documentdb_instance)
|
|
208
206
|
def get_documentdb_instance_output(instance_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
209
207
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
210
208
|
project_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
@@ -221,25 +219,4 @@ def get_documentdb_instance_output(instance_id: Optional[pulumi.Input[Optional[s
|
|
|
221
219
|
:param str project_id: The ID of the project the DocumentDB instance is associated with.
|
|
222
220
|
:param str region: `region`) The region in which the DocumentDB instance exists.
|
|
223
221
|
"""
|
|
224
|
-
|
|
225
|
-
__args__['instanceId'] = instance_id
|
|
226
|
-
__args__['name'] = name
|
|
227
|
-
__args__['projectId'] = project_id
|
|
228
|
-
__args__['region'] = region
|
|
229
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
230
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getDocumentdbInstance:getDocumentdbInstance', __args__, opts=opts, typ=GetDocumentdbInstanceResult)
|
|
231
|
-
return __ret__.apply(lambda __response__: GetDocumentdbInstanceResult(
|
|
232
|
-
engine=pulumi.get(__response__, 'engine'),
|
|
233
|
-
id=pulumi.get(__response__, 'id'),
|
|
234
|
-
instance_id=pulumi.get(__response__, 'instance_id'),
|
|
235
|
-
is_ha_cluster=pulumi.get(__response__, 'is_ha_cluster'),
|
|
236
|
-
name=pulumi.get(__response__, 'name'),
|
|
237
|
-
node_type=pulumi.get(__response__, 'node_type'),
|
|
238
|
-
password=pulumi.get(__response__, 'password'),
|
|
239
|
-
project_id=pulumi.get(__response__, 'project_id'),
|
|
240
|
-
region=pulumi.get(__response__, 'region'),
|
|
241
|
-
tags=pulumi.get(__response__, 'tags'),
|
|
242
|
-
telemetry_enabled=pulumi.get(__response__, 'telemetry_enabled'),
|
|
243
|
-
user_name=pulumi.get(__response__, 'user_name'),
|
|
244
|
-
volume_size_in_gb=pulumi.get(__response__, 'volume_size_in_gb'),
|
|
245
|
-
volume_type=pulumi.get(__response__, 'volume_type')))
|
|
222
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -165,6 +160,9 @@ def get_documentdb_load_balancer_endpoint(instance_id: Optional[str] = None,
|
|
|
165
160
|
port=pulumi.get(__ret__, 'port'),
|
|
166
161
|
project_id=pulumi.get(__ret__, 'project_id'),
|
|
167
162
|
region=pulumi.get(__ret__, 'region'))
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
@_utilities.lift_output_func(get_documentdb_load_balancer_endpoint)
|
|
168
166
|
def get_documentdb_load_balancer_endpoint_output(instance_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
169
167
|
instance_name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
170
168
|
project_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
@@ -179,20 +177,4 @@ def get_documentdb_load_balancer_endpoint_output(instance_id: Optional[pulumi.In
|
|
|
179
177
|
:param str project_id: The ID of the project the DocumentDB endpoint is associated with.
|
|
180
178
|
:param str region: `region`) The region in which the DocumentDB endpoint exists.
|
|
181
179
|
"""
|
|
182
|
-
|
|
183
|
-
__args__['instanceId'] = instance_id
|
|
184
|
-
__args__['instanceName'] = instance_name
|
|
185
|
-
__args__['projectId'] = project_id
|
|
186
|
-
__args__['region'] = region
|
|
187
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
188
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getDocumentdbLoadBalancerEndpoint:getDocumentdbLoadBalancerEndpoint', __args__, opts=opts, typ=GetDocumentdbLoadBalancerEndpointResult)
|
|
189
|
-
return __ret__.apply(lambda __response__: GetDocumentdbLoadBalancerEndpointResult(
|
|
190
|
-
hostname=pulumi.get(__response__, 'hostname'),
|
|
191
|
-
id=pulumi.get(__response__, 'id'),
|
|
192
|
-
instance_id=pulumi.get(__response__, 'instance_id'),
|
|
193
|
-
instance_name=pulumi.get(__response__, 'instance_name'),
|
|
194
|
-
ip=pulumi.get(__response__, 'ip'),
|
|
195
|
-
name=pulumi.get(__response__, 'name'),
|
|
196
|
-
port=pulumi.get(__response__, 'port'),
|
|
197
|
-
project_id=pulumi.get(__response__, 'project_id'),
|
|
198
|
-
region=pulumi.get(__response__, 'region')))
|
|
180
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
|
|
@@ -268,6 +263,9 @@ def get_domain_record(data: Optional[str] = None,
|
|
|
268
263
|
type=pulumi.get(__ret__, 'type'),
|
|
269
264
|
views=pulumi.get(__ret__, 'views'),
|
|
270
265
|
weighteds=pulumi.get(__ret__, 'weighteds'))
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
@_utilities.lift_output_func(get_domain_record)
|
|
271
269
|
def get_domain_record_output(data: Optional[pulumi.Input[Optional[str]]] = None,
|
|
272
270
|
dns_zone: Optional[pulumi.Input[Optional[str]]] = None,
|
|
273
271
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
@@ -306,29 +304,4 @@ def get_domain_record_output(data: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
306
304
|
:param str type: The type of the record (`A`, `AAAA`, `MX`, `CNAME`, `DNAME`, `ALIAS`, `NS`, `PTR`, `SRV`, `TXT`, `TLSA`, or `CAA`).
|
|
307
305
|
Cannot be used with `record_id`.
|
|
308
306
|
"""
|
|
309
|
-
|
|
310
|
-
__args__['data'] = data
|
|
311
|
-
__args__['dnsZone'] = dns_zone
|
|
312
|
-
__args__['name'] = name
|
|
313
|
-
__args__['projectId'] = project_id
|
|
314
|
-
__args__['recordId'] = record_id
|
|
315
|
-
__args__['type'] = type
|
|
316
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
317
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getDomainRecord:getDomainRecord', __args__, opts=opts, typ=GetDomainRecordResult)
|
|
318
|
-
return __ret__.apply(lambda __response__: GetDomainRecordResult(
|
|
319
|
-
data=pulumi.get(__response__, 'data'),
|
|
320
|
-
dns_zone=pulumi.get(__response__, 'dns_zone'),
|
|
321
|
-
fqdn=pulumi.get(__response__, 'fqdn'),
|
|
322
|
-
geo_ips=pulumi.get(__response__, 'geo_ips'),
|
|
323
|
-
http_services=pulumi.get(__response__, 'http_services'),
|
|
324
|
-
id=pulumi.get(__response__, 'id'),
|
|
325
|
-
keep_empty_zone=pulumi.get(__response__, 'keep_empty_zone'),
|
|
326
|
-
name=pulumi.get(__response__, 'name'),
|
|
327
|
-
priority=pulumi.get(__response__, 'priority'),
|
|
328
|
-
project_id=pulumi.get(__response__, 'project_id'),
|
|
329
|
-
record_id=pulumi.get(__response__, 'record_id'),
|
|
330
|
-
root_zone=pulumi.get(__response__, 'root_zone'),
|
|
331
|
-
ttl=pulumi.get(__response__, 'ttl'),
|
|
332
|
-
type=pulumi.get(__response__, 'type'),
|
|
333
|
-
views=pulumi.get(__response__, 'views'),
|
|
334
|
-
weighteds=pulumi.get(__response__, 'weighteds')))
|
|
307
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -186,6 +181,9 @@ def get_domain_zone(domain: Optional[str] = None,
|
|
|
186
181
|
status=pulumi.get(__ret__, 'status'),
|
|
187
182
|
subdomain=pulumi.get(__ret__, 'subdomain'),
|
|
188
183
|
updated_at=pulumi.get(__ret__, 'updated_at'))
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
@_utilities.lift_output_func(get_domain_zone)
|
|
189
187
|
def get_domain_zone_output(domain: Optional[pulumi.Input[Optional[str]]] = None,
|
|
190
188
|
subdomain: Optional[pulumi.Input[Optional[str]]] = None,
|
|
191
189
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDomainZoneResult]:
|
|
@@ -207,19 +205,4 @@ def get_domain_zone_output(domain: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
207
205
|
:param str domain: The domain where the DNS zone will be created.
|
|
208
206
|
:param str subdomain: The subdomain(zone name) to create in the domain.
|
|
209
207
|
"""
|
|
210
|
-
|
|
211
|
-
__args__['domain'] = domain
|
|
212
|
-
__args__['subdomain'] = subdomain
|
|
213
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
214
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getDomainZone:getDomainZone', __args__, opts=opts, typ=GetDomainZoneResult)
|
|
215
|
-
return __ret__.apply(lambda __response__: GetDomainZoneResult(
|
|
216
|
-
domain=pulumi.get(__response__, 'domain'),
|
|
217
|
-
id=pulumi.get(__response__, 'id'),
|
|
218
|
-
message=pulumi.get(__response__, 'message'),
|
|
219
|
-
ns=pulumi.get(__response__, 'ns'),
|
|
220
|
-
ns_defaults=pulumi.get(__response__, 'ns_defaults'),
|
|
221
|
-
ns_masters=pulumi.get(__response__, 'ns_masters'),
|
|
222
|
-
project_id=pulumi.get(__response__, 'project_id'),
|
|
223
|
-
status=pulumi.get(__response__, 'status'),
|
|
224
|
-
subdomain=pulumi.get(__response__, 'subdomain'),
|
|
225
|
-
updated_at=pulumi.get(__response__, 'updated_at')))
|
|
208
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -212,6 +207,9 @@ def get_flexible_ip(flexible_ip_id: Optional[str] = None,
|
|
|
212
207
|
tags=pulumi.get(__ret__, 'tags'),
|
|
213
208
|
updated_at=pulumi.get(__ret__, 'updated_at'),
|
|
214
209
|
zone=pulumi.get(__ret__, 'zone'))
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
@_utilities.lift_output_func(get_flexible_ip)
|
|
215
213
|
def get_flexible_ip_output(flexible_ip_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
216
214
|
ip_address: Optional[pulumi.Input[Optional[str]]] = None,
|
|
217
215
|
project_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
@@ -224,24 +222,4 @@ def get_flexible_ip_output(flexible_ip_id: Optional[pulumi.Input[Optional[str]]]
|
|
|
224
222
|
Only one of `ip_address` and `ip_id` should be specified.
|
|
225
223
|
:param str project_id: (Defaults to provider `project_id`) The ID of the project the IP is in.
|
|
226
224
|
"""
|
|
227
|
-
|
|
228
|
-
__args__['flexibleIpId'] = flexible_ip_id
|
|
229
|
-
__args__['ipAddress'] = ip_address
|
|
230
|
-
__args__['projectId'] = project_id
|
|
231
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
232
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getFlexibleIp:getFlexibleIp', __args__, opts=opts, typ=GetFlexibleIpResult)
|
|
233
|
-
return __ret__.apply(lambda __response__: GetFlexibleIpResult(
|
|
234
|
-
created_at=pulumi.get(__response__, 'created_at'),
|
|
235
|
-
description=pulumi.get(__response__, 'description'),
|
|
236
|
-
flexible_ip_id=pulumi.get(__response__, 'flexible_ip_id'),
|
|
237
|
-
id=pulumi.get(__response__, 'id'),
|
|
238
|
-
ip_address=pulumi.get(__response__, 'ip_address'),
|
|
239
|
-
is_ipv6=pulumi.get(__response__, 'is_ipv6'),
|
|
240
|
-
organization_id=pulumi.get(__response__, 'organization_id'),
|
|
241
|
-
project_id=pulumi.get(__response__, 'project_id'),
|
|
242
|
-
reverse=pulumi.get(__response__, 'reverse'),
|
|
243
|
-
server_id=pulumi.get(__response__, 'server_id'),
|
|
244
|
-
status=pulumi.get(__response__, 'status'),
|
|
245
|
-
tags=pulumi.get(__response__, 'tags'),
|
|
246
|
-
updated_at=pulumi.get(__response__, 'updated_at'),
|
|
247
|
-
zone=pulumi.get(__response__, 'zone')))
|
|
225
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
|
|
@@ -179,6 +174,9 @@ def get_flexible_ips(project_id: Optional[str] = None,
|
|
|
179
174
|
server_ids=pulumi.get(__ret__, 'server_ids'),
|
|
180
175
|
tags=pulumi.get(__ret__, 'tags'),
|
|
181
176
|
zone=pulumi.get(__ret__, 'zone'))
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
@_utilities.lift_output_func(get_flexible_ips)
|
|
182
180
|
def get_flexible_ips_output(project_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
183
181
|
server_ids: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
|
184
182
|
tags: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
|
@@ -223,18 +221,4 @@ def get_flexible_ips_output(project_id: Optional[pulumi.Input[Optional[str]]] =
|
|
|
223
221
|
:param Sequence[str] tags: List of tags used as filter. IPs with these exact tags are listed.
|
|
224
222
|
:param str zone: `zone`) The zone in which IPs exist.
|
|
225
223
|
"""
|
|
226
|
-
|
|
227
|
-
__args__['projectId'] = project_id
|
|
228
|
-
__args__['serverIds'] = server_ids
|
|
229
|
-
__args__['tags'] = tags
|
|
230
|
-
__args__['zone'] = zone
|
|
231
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
232
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getFlexibleIps:getFlexibleIps', __args__, opts=opts, typ=GetFlexibleIpsResult)
|
|
233
|
-
return __ret__.apply(lambda __response__: GetFlexibleIpsResult(
|
|
234
|
-
id=pulumi.get(__response__, 'id'),
|
|
235
|
-
ips=pulumi.get(__response__, 'ips'),
|
|
236
|
-
organization_id=pulumi.get(__response__, 'organization_id'),
|
|
237
|
-
project_id=pulumi.get(__response__, 'project_id'),
|
|
238
|
-
server_ids=pulumi.get(__response__, 'server_ids'),
|
|
239
|
-
tags=pulumi.get(__response__, 'tags'),
|
|
240
|
-
zone=pulumi.get(__response__, 'zone')))
|
|
224
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -306,6 +301,9 @@ def get_function(function_id: Optional[str] = None,
|
|
|
306
301
|
timeout=pulumi.get(__ret__, 'timeout'),
|
|
307
302
|
zip_file=pulumi.get(__ret__, 'zip_file'),
|
|
308
303
|
zip_hash=pulumi.get(__ret__, 'zip_hash'))
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
@_utilities.lift_output_func(get_function)
|
|
309
307
|
def get_function_output(function_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
310
308
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
311
309
|
namespace_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -322,36 +320,4 @@ def get_function_output(function_id: Optional[pulumi.Input[Optional[str]]] = Non
|
|
|
322
320
|
:param str project_id: The ID of the project the function is associated with.
|
|
323
321
|
:param str region: `region`) The region in which the function exists.
|
|
324
322
|
"""
|
|
325
|
-
|
|
326
|
-
__args__['functionId'] = function_id
|
|
327
|
-
__args__['name'] = name
|
|
328
|
-
__args__['namespaceId'] = namespace_id
|
|
329
|
-
__args__['projectId'] = project_id
|
|
330
|
-
__args__['region'] = region
|
|
331
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
332
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getFunction:getFunction', __args__, opts=opts, typ=GetFunctionResult)
|
|
333
|
-
return __ret__.apply(lambda __response__: GetFunctionResult(
|
|
334
|
-
cpu_limit=pulumi.get(__response__, 'cpu_limit'),
|
|
335
|
-
deploy=pulumi.get(__response__, 'deploy'),
|
|
336
|
-
description=pulumi.get(__response__, 'description'),
|
|
337
|
-
domain_name=pulumi.get(__response__, 'domain_name'),
|
|
338
|
-
environment_variables=pulumi.get(__response__, 'environment_variables'),
|
|
339
|
-
function_id=pulumi.get(__response__, 'function_id'),
|
|
340
|
-
handler=pulumi.get(__response__, 'handler'),
|
|
341
|
-
http_option=pulumi.get(__response__, 'http_option'),
|
|
342
|
-
id=pulumi.get(__response__, 'id'),
|
|
343
|
-
max_scale=pulumi.get(__response__, 'max_scale'),
|
|
344
|
-
memory_limit=pulumi.get(__response__, 'memory_limit'),
|
|
345
|
-
min_scale=pulumi.get(__response__, 'min_scale'),
|
|
346
|
-
name=pulumi.get(__response__, 'name'),
|
|
347
|
-
namespace_id=pulumi.get(__response__, 'namespace_id'),
|
|
348
|
-
organization_id=pulumi.get(__response__, 'organization_id'),
|
|
349
|
-
privacy=pulumi.get(__response__, 'privacy'),
|
|
350
|
-
project_id=pulumi.get(__response__, 'project_id'),
|
|
351
|
-
region=pulumi.get(__response__, 'region'),
|
|
352
|
-
runtime=pulumi.get(__response__, 'runtime'),
|
|
353
|
-
sandbox=pulumi.get(__response__, 'sandbox'),
|
|
354
|
-
secret_environment_variables=pulumi.get(__response__, 'secret_environment_variables'),
|
|
355
|
-
timeout=pulumi.get(__response__, 'timeout'),
|
|
356
|
-
zip_file=pulumi.get(__response__, 'zip_file'),
|
|
357
|
-
zip_hash=pulumi.get(__response__, 'zip_hash')))
|
|
323
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -190,6 +185,9 @@ def get_function_namespace(name: Optional[str] = None,
|
|
|
190
185
|
registry_endpoint=pulumi.get(__ret__, 'registry_endpoint'),
|
|
191
186
|
registry_namespace_id=pulumi.get(__ret__, 'registry_namespace_id'),
|
|
192
187
|
secret_environment_variables=pulumi.get(__ret__, 'secret_environment_variables'))
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
@_utilities.lift_output_func(get_function_namespace)
|
|
193
191
|
def get_function_namespace_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
194
192
|
namespace_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
195
193
|
project_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
@@ -206,22 +204,4 @@ def get_function_namespace_output(name: Optional[pulumi.Input[Optional[str]]] =
|
|
|
206
204
|
:param str project_id: `project_id`) The ID of the project the namespace is associated with.
|
|
207
205
|
:param str region: `region`) The region in which the namespace exists.
|
|
208
206
|
"""
|
|
209
|
-
|
|
210
|
-
__args__['name'] = name
|
|
211
|
-
__args__['namespaceId'] = namespace_id
|
|
212
|
-
__args__['projectId'] = project_id
|
|
213
|
-
__args__['region'] = region
|
|
214
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
215
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getFunctionNamespace:getFunctionNamespace', __args__, opts=opts, typ=GetFunctionNamespaceResult)
|
|
216
|
-
return __ret__.apply(lambda __response__: GetFunctionNamespaceResult(
|
|
217
|
-
description=pulumi.get(__response__, 'description'),
|
|
218
|
-
environment_variables=pulumi.get(__response__, 'environment_variables'),
|
|
219
|
-
id=pulumi.get(__response__, 'id'),
|
|
220
|
-
name=pulumi.get(__response__, 'name'),
|
|
221
|
-
namespace_id=pulumi.get(__response__, 'namespace_id'),
|
|
222
|
-
organization_id=pulumi.get(__response__, 'organization_id'),
|
|
223
|
-
project_id=pulumi.get(__response__, 'project_id'),
|
|
224
|
-
region=pulumi.get(__response__, 'region'),
|
|
225
|
-
registry_endpoint=pulumi.get(__response__, 'registry_endpoint'),
|
|
226
|
-
registry_namespace_id=pulumi.get(__response__, 'registry_namespace_id'),
|
|
227
|
-
secret_environment_variables=pulumi.get(__response__, 'secret_environment_variables')))
|
|
207
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -174,6 +169,9 @@ def get_iam_api_key(access_key: Optional[str] = None,
|
|
|
174
169
|
id=pulumi.get(__ret__, 'id'),
|
|
175
170
|
updated_at=pulumi.get(__ret__, 'updated_at'),
|
|
176
171
|
user_id=pulumi.get(__ret__, 'user_id'))
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
@_utilities.lift_output_func(get_iam_api_key)
|
|
177
175
|
def get_iam_api_key_output(access_key: Optional[pulumi.Input[str]] = None,
|
|
178
176
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetIamApiKeyResult]:
|
|
179
177
|
"""
|
|
@@ -192,19 +190,4 @@ def get_iam_api_key_output(access_key: Optional[pulumi.Input[str]] = None,
|
|
|
192
190
|
|
|
193
191
|
:param str access_key: The access key of the IAM API key which is also the ID of the API key.
|
|
194
192
|
"""
|
|
195
|
-
|
|
196
|
-
__args__['accessKey'] = access_key
|
|
197
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
198
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getIamApiKey:getIamApiKey', __args__, opts=opts, typ=GetIamApiKeyResult)
|
|
199
|
-
return __ret__.apply(lambda __response__: GetIamApiKeyResult(
|
|
200
|
-
access_key=pulumi.get(__response__, 'access_key'),
|
|
201
|
-
application_id=pulumi.get(__response__, 'application_id'),
|
|
202
|
-
created_at=pulumi.get(__response__, 'created_at'),
|
|
203
|
-
creation_ip=pulumi.get(__response__, 'creation_ip'),
|
|
204
|
-
default_project_id=pulumi.get(__response__, 'default_project_id'),
|
|
205
|
-
description=pulumi.get(__response__, 'description'),
|
|
206
|
-
editable=pulumi.get(__response__, 'editable'),
|
|
207
|
-
expires_at=pulumi.get(__response__, 'expires_at'),
|
|
208
|
-
id=pulumi.get(__response__, 'id'),
|
|
209
|
-
updated_at=pulumi.get(__response__, 'updated_at'),
|
|
210
|
-
user_id=pulumi.get(__response__, 'user_id')))
|
|
193
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -165,6 +160,9 @@ def get_iam_application(application_id: Optional[str] = None,
|
|
|
165
160
|
organization_id=pulumi.get(__ret__, 'organization_id'),
|
|
166
161
|
tags=pulumi.get(__ret__, 'tags'),
|
|
167
162
|
updated_at=pulumi.get(__ret__, 'updated_at'))
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
@_utilities.lift_output_func(get_iam_application)
|
|
168
166
|
def get_iam_application_output(application_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
169
167
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
170
168
|
organization_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
@@ -192,19 +190,4 @@ def get_iam_application_output(application_id: Optional[pulumi.Input[Optional[st
|
|
|
192
190
|
:param str organization_id: `organization_id`) The ID of the
|
|
193
191
|
Organization the application is associated with.
|
|
194
192
|
"""
|
|
195
|
-
|
|
196
|
-
__args__['applicationId'] = application_id
|
|
197
|
-
__args__['name'] = name
|
|
198
|
-
__args__['organizationId'] = organization_id
|
|
199
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
200
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getIamApplication:getIamApplication', __args__, opts=opts, typ=GetIamApplicationResult)
|
|
201
|
-
return __ret__.apply(lambda __response__: GetIamApplicationResult(
|
|
202
|
-
application_id=pulumi.get(__response__, 'application_id'),
|
|
203
|
-
created_at=pulumi.get(__response__, 'created_at'),
|
|
204
|
-
description=pulumi.get(__response__, 'description'),
|
|
205
|
-
editable=pulumi.get(__response__, 'editable'),
|
|
206
|
-
id=pulumi.get(__response__, 'id'),
|
|
207
|
-
name=pulumi.get(__response__, 'name'),
|
|
208
|
-
organization_id=pulumi.get(__response__, 'organization_id'),
|
|
209
|
-
tags=pulumi.get(__response__, 'tags'),
|
|
210
|
-
updated_at=pulumi.get(__response__, 'updated_at')))
|
|
193
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -187,6 +182,9 @@ def get_iam_group(group_id: Optional[str] = None,
|
|
|
187
182
|
tags=pulumi.get(__ret__, 'tags'),
|
|
188
183
|
updated_at=pulumi.get(__ret__, 'updated_at'),
|
|
189
184
|
user_ids=pulumi.get(__ret__, 'user_ids'))
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
@_utilities.lift_output_func(get_iam_group)
|
|
190
188
|
def get_iam_group_output(group_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
191
189
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
192
190
|
organization_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
@@ -216,21 +214,4 @@ def get_iam_group_output(group_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
216
214
|
:param str organization_id: `organization_id`) The ID of the
|
|
217
215
|
organization the group is associated with.
|
|
218
216
|
"""
|
|
219
|
-
|
|
220
|
-
__args__['groupId'] = group_id
|
|
221
|
-
__args__['name'] = name
|
|
222
|
-
__args__['organizationId'] = organization_id
|
|
223
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
224
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getIamGroup:getIamGroup', __args__, opts=opts, typ=GetIamGroupResult)
|
|
225
|
-
return __ret__.apply(lambda __response__: GetIamGroupResult(
|
|
226
|
-
application_ids=pulumi.get(__response__, 'application_ids'),
|
|
227
|
-
created_at=pulumi.get(__response__, 'created_at'),
|
|
228
|
-
description=pulumi.get(__response__, 'description'),
|
|
229
|
-
external_membership=pulumi.get(__response__, 'external_membership'),
|
|
230
|
-
group_id=pulumi.get(__response__, 'group_id'),
|
|
231
|
-
id=pulumi.get(__response__, 'id'),
|
|
232
|
-
name=pulumi.get(__response__, 'name'),
|
|
233
|
-
organization_id=pulumi.get(__response__, 'organization_id'),
|
|
234
|
-
tags=pulumi.get(__response__, 'tags'),
|
|
235
|
-
updated_at=pulumi.get(__response__, 'updated_at'),
|
|
236
|
-
user_ids=pulumi.get(__response__, 'user_ids')))
|
|
217
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -178,6 +173,9 @@ def get_iam_ssh_key(name: Optional[str] = None,
|
|
|
178
173
|
public_key=pulumi.get(__ret__, 'public_key'),
|
|
179
174
|
ssh_key_id=pulumi.get(__ret__, 'ssh_key_id'),
|
|
180
175
|
updated_at=pulumi.get(__ret__, 'updated_at'))
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
@_utilities.lift_output_func(get_iam_ssh_key)
|
|
181
179
|
def get_iam_ssh_key_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
182
180
|
project_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
183
181
|
ssh_key_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
@@ -193,20 +191,4 @@ def get_iam_ssh_key_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
193
191
|
|
|
194
192
|
> **Note** You must specify at least one: `name` and/or `ssh_key_id`.
|
|
195
193
|
"""
|
|
196
|
-
|
|
197
|
-
__args__['name'] = name
|
|
198
|
-
__args__['projectId'] = project_id
|
|
199
|
-
__args__['sshKeyId'] = ssh_key_id
|
|
200
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
201
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getIamSshKey:getIamSshKey', __args__, opts=opts, typ=GetIamSshKeyResult)
|
|
202
|
-
return __ret__.apply(lambda __response__: GetIamSshKeyResult(
|
|
203
|
-
created_at=pulumi.get(__response__, 'created_at'),
|
|
204
|
-
disabled=pulumi.get(__response__, 'disabled'),
|
|
205
|
-
fingerprint=pulumi.get(__response__, 'fingerprint'),
|
|
206
|
-
id=pulumi.get(__response__, 'id'),
|
|
207
|
-
name=pulumi.get(__response__, 'name'),
|
|
208
|
-
organization_id=pulumi.get(__response__, 'organization_id'),
|
|
209
|
-
project_id=pulumi.get(__response__, 'project_id'),
|
|
210
|
-
public_key=pulumi.get(__response__, 'public_key'),
|
|
211
|
-
ssh_key_id=pulumi.get(__response__, 'ssh_key_id'),
|
|
212
|
-
updated_at=pulumi.get(__response__, 'updated_at')))
|
|
194
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -116,6 +111,9 @@ def get_iam_user(email: Optional[str] = None,
|
|
|
116
111
|
id=pulumi.get(__ret__, 'id'),
|
|
117
112
|
organization_id=pulumi.get(__ret__, 'organization_id'),
|
|
118
113
|
user_id=pulumi.get(__ret__, 'user_id'))
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
@_utilities.lift_output_func(get_iam_user)
|
|
119
117
|
def get_iam_user_output(email: Optional[pulumi.Input[Optional[str]]] = None,
|
|
120
118
|
organization_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
121
119
|
user_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
@@ -144,14 +142,4 @@ def get_iam_user_output(email: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
144
142
|
|
|
145
143
|
> **Note** You must specify at least one: `name` and/or `user_id`.
|
|
146
144
|
"""
|
|
147
|
-
|
|
148
|
-
__args__['email'] = email
|
|
149
|
-
__args__['organizationId'] = organization_id
|
|
150
|
-
__args__['userId'] = user_id
|
|
151
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
152
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getIamUser:getIamUser', __args__, opts=opts, typ=GetIamUserResult)
|
|
153
|
-
return __ret__.apply(lambda __response__: GetIamUserResult(
|
|
154
|
-
email=pulumi.get(__response__, 'email'),
|
|
155
|
-
id=pulumi.get(__response__, 'id'),
|
|
156
|
-
organization_id=pulumi.get(__response__, 'organization_id'),
|
|
157
|
-
user_id=pulumi.get(__response__, 'user_id')))
|
|
145
|
+
...
|