pulumiverse-scaleway 1.29.0a1748333343__py3-none-any.whl → 1.30.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.
- pulumiverse_scaleway/__init__.py +11 -1
- pulumiverse_scaleway/_inputs.py +2252 -2143
- pulumiverse_scaleway/_utilities.py +1 -1
- pulumiverse_scaleway/account/__init__.py +2 -1
- pulumiverse_scaleway/account/get_availability_zones.py +9 -8
- pulumiverse_scaleway/account/get_project.py +21 -20
- pulumiverse_scaleway/account/get_projects.py +28 -21
- pulumiverse_scaleway/account/get_ssh_key.py +24 -23
- pulumiverse_scaleway/account/outputs.py +20 -19
- pulumiverse_scaleway/account/project.py +59 -57
- pulumiverse_scaleway/account/ssh_key.py +87 -85
- pulumiverse_scaleway/account_project.py +59 -57
- pulumiverse_scaleway/account_ssh_key.py +87 -85
- pulumiverse_scaleway/apple_silicon_server.py +204 -155
- pulumiverse_scaleway/applesilicon/__init__.py +2 -1
- pulumiverse_scaleway/applesilicon/_inputs.py +89 -34
- pulumiverse_scaleway/applesilicon/outputs.py +54 -21
- pulumiverse_scaleway/applesilicon/server.py +204 -155
- pulumiverse_scaleway/baremetal_server.py +262 -260
- pulumiverse_scaleway/billing/__init__.py +2 -1
- pulumiverse_scaleway/billing/get_consumptions.py +10 -9
- pulumiverse_scaleway/billing/get_invoices.py +19 -18
- pulumiverse_scaleway/billing/outputs.py +73 -72
- pulumiverse_scaleway/block/__init__.py +2 -1
- pulumiverse_scaleway/block/_inputs.py +12 -11
- pulumiverse_scaleway/block/get_snapshot.py +29 -28
- pulumiverse_scaleway/block/get_volume.py +28 -27
- pulumiverse_scaleway/block/outputs.py +14 -13
- pulumiverse_scaleway/block/snapshot.py +73 -71
- pulumiverse_scaleway/block/volume.py +115 -113
- pulumiverse_scaleway/block_snapshot.py +73 -71
- pulumiverse_scaleway/block_volume.py +115 -113
- pulumiverse_scaleway/cockpit.py +38 -36
- pulumiverse_scaleway/cockpit_alert_manager.py +52 -50
- pulumiverse_scaleway/cockpit_grafana_user.py +59 -57
- pulumiverse_scaleway/cockpit_source.py +115 -113
- pulumiverse_scaleway/cockpit_token.py +66 -64
- pulumiverse_scaleway/config/__init__.py +2 -1
- pulumiverse_scaleway/config/__init__.pyi +2 -1
- pulumiverse_scaleway/config/vars.py +2 -1
- pulumiverse_scaleway/container.py +573 -343
- pulumiverse_scaleway/container_cron.py +80 -78
- pulumiverse_scaleway/container_domain.py +52 -50
- pulumiverse_scaleway/container_namespace.py +211 -140
- pulumiverse_scaleway/container_token.py +80 -78
- pulumiverse_scaleway/container_trigger.py +59 -57
- pulumiverse_scaleway/containers/__init__.py +2 -1
- pulumiverse_scaleway/containers/_inputs.py +72 -71
- pulumiverse_scaleway/containers/container.py +573 -343
- pulumiverse_scaleway/containers/cron.py +80 -78
- pulumiverse_scaleway/containers/domain.py +52 -50
- pulumiverse_scaleway/containers/get_container.py +87 -42
- pulumiverse_scaleway/containers/get_namespace.py +43 -31
- pulumiverse_scaleway/containers/namespace.py +211 -140
- pulumiverse_scaleway/containers/outputs.py +62 -61
- pulumiverse_scaleway/containers/token.py +80 -78
- pulumiverse_scaleway/containers/trigger.py +59 -57
- pulumiverse_scaleway/database.py +66 -64
- pulumiverse_scaleway/database_acl.py +31 -29
- pulumiverse_scaleway/database_backup.py +101 -99
- pulumiverse_scaleway/database_instance.py +297 -295
- pulumiverse_scaleway/database_privilege.py +73 -71
- pulumiverse_scaleway/database_read_replica.py +45 -43
- pulumiverse_scaleway/database_user.py +73 -71
- pulumiverse_scaleway/databases/__init__.py +2 -1
- pulumiverse_scaleway/databases/_inputs.py +191 -190
- pulumiverse_scaleway/databases/acl.py +31 -29
- pulumiverse_scaleway/databases/database.py +66 -64
- pulumiverse_scaleway/databases/database_backup.py +101 -99
- pulumiverse_scaleway/databases/get_acl.py +13 -12
- pulumiverse_scaleway/databases/get_database.py +19 -18
- pulumiverse_scaleway/databases/get_database_backup.py +34 -33
- pulumiverse_scaleway/databases/get_instance.py +43 -42
- pulumiverse_scaleway/databases/get_privilege.py +24 -23
- pulumiverse_scaleway/databases/instance.py +297 -295
- pulumiverse_scaleway/databases/outputs.py +188 -187
- pulumiverse_scaleway/databases/privilege.py +73 -71
- pulumiverse_scaleway/databases/read_replica.py +45 -43
- pulumiverse_scaleway/databases/serverless_database.py +80 -78
- pulumiverse_scaleway/databases/snapshot.py +101 -99
- pulumiverse_scaleway/databases/user.py +73 -71
- pulumiverse_scaleway/domain/__init__.py +2 -1
- pulumiverse_scaleway/domain/_inputs.py +531 -530
- pulumiverse_scaleway/domain/get_record.py +38 -37
- pulumiverse_scaleway/domain/get_zone.py +24 -23
- pulumiverse_scaleway/domain/outputs.py +358 -357
- pulumiverse_scaleway/domain/record.py +129 -127
- pulumiverse_scaleway/domain/registration.py +94 -92
- pulumiverse_scaleway/domain/zone.py +87 -85
- pulumiverse_scaleway/domain_record.py +129 -127
- pulumiverse_scaleway/domain_zone.py +87 -85
- pulumiverse_scaleway/edge_services_backend_stage.py +45 -43
- pulumiverse_scaleway/edge_services_cache_stage.py +115 -113
- pulumiverse_scaleway/edge_services_dns_stage.py +108 -106
- pulumiverse_scaleway/edge_services_head_stage.py +31 -29
- pulumiverse_scaleway/edge_services_pipeline.py +66 -64
- pulumiverse_scaleway/edge_services_plan.py +31 -29
- pulumiverse_scaleway/edge_services_route_stage.py +59 -57
- pulumiverse_scaleway/edge_services_tls_stage.py +122 -120
- pulumiverse_scaleway/edge_services_waf_stage.py +87 -85
- pulumiverse_scaleway/elasticmetal/__init__.py +2 -1
- pulumiverse_scaleway/elasticmetal/_inputs.py +123 -122
- pulumiverse_scaleway/elasticmetal/get_ip.py +56 -39
- pulumiverse_scaleway/elasticmetal/get_ips.py +24 -23
- pulumiverse_scaleway/elasticmetal/get_offer.py +29 -28
- pulumiverse_scaleway/elasticmetal/get_option.py +19 -18
- pulumiverse_scaleway/elasticmetal/get_os.py +23 -22
- pulumiverse_scaleway/elasticmetal/get_partition_schema.py +29 -28
- pulumiverse_scaleway/elasticmetal/get_server.py +39 -38
- pulumiverse_scaleway/elasticmetal/ip.py +139 -137
- pulumiverse_scaleway/elasticmetal/ip_mac_address.py +87 -85
- pulumiverse_scaleway/elasticmetal/outputs.py +233 -232
- pulumiverse_scaleway/elasticmetal/server.py +262 -260
- pulumiverse_scaleway/file_filesystem.py +552 -0
- pulumiverse_scaleway/flexible_ip.py +139 -137
- pulumiverse_scaleway/flexible_ip_mac_address.py +87 -85
- pulumiverse_scaleway/function.py +394 -284
- pulumiverse_scaleway/function_cron.py +80 -78
- pulumiverse_scaleway/function_domain.py +52 -50
- pulumiverse_scaleway/function_namespace.py +197 -126
- pulumiverse_scaleway/function_token.py +80 -78
- pulumiverse_scaleway/function_trigger.py +59 -57
- pulumiverse_scaleway/functions/__init__.py +2 -1
- pulumiverse_scaleway/functions/_inputs.py +42 -41
- pulumiverse_scaleway/functions/cron.py +80 -78
- pulumiverse_scaleway/functions/domain.py +52 -50
- pulumiverse_scaleway/functions/function.py +394 -284
- pulumiverse_scaleway/functions/get_function.py +69 -46
- pulumiverse_scaleway/functions/get_namespace.py +42 -30
- pulumiverse_scaleway/functions/namespace.py +197 -126
- pulumiverse_scaleway/functions/outputs.py +26 -25
- pulumiverse_scaleway/functions/token.py +80 -78
- pulumiverse_scaleway/functions/trigger.py +59 -57
- pulumiverse_scaleway/get_account_project.py +21 -20
- pulumiverse_scaleway/get_account_ssh_key.py +24 -23
- pulumiverse_scaleway/get_availability_zones.py +9 -8
- pulumiverse_scaleway/get_baremetal_offer.py +29 -28
- pulumiverse_scaleway/get_baremetal_option.py +19 -18
- pulumiverse_scaleway/get_baremetal_os.py +23 -22
- pulumiverse_scaleway/get_baremetal_server.py +39 -38
- pulumiverse_scaleway/get_billing_consumptions.py +10 -9
- pulumiverse_scaleway/get_billing_invoices.py +19 -18
- pulumiverse_scaleway/get_block_snapshot.py +29 -28
- pulumiverse_scaleway/get_block_volume.py +28 -27
- pulumiverse_scaleway/get_cockpit.py +10 -9
- pulumiverse_scaleway/get_cockpit_source.py +33 -32
- pulumiverse_scaleway/get_config.py +13 -12
- pulumiverse_scaleway/get_container.py +87 -42
- pulumiverse_scaleway/get_container_namespace.py +43 -31
- pulumiverse_scaleway/get_database.py +19 -18
- pulumiverse_scaleway/get_database_acl.py +13 -12
- pulumiverse_scaleway/get_database_backup.py +34 -33
- pulumiverse_scaleway/get_database_instance.py +43 -42
- pulumiverse_scaleway/get_database_privilege.py +24 -23
- pulumiverse_scaleway/get_domain_record.py +38 -37
- pulumiverse_scaleway/get_domain_zone.py +24 -23
- pulumiverse_scaleway/get_flexible_ip.py +56 -39
- pulumiverse_scaleway/get_flexible_ips.py +24 -23
- pulumiverse_scaleway/get_function.py +69 -46
- pulumiverse_scaleway/get_function_namespace.py +42 -30
- pulumiverse_scaleway/get_iam_api_key.py +17 -16
- pulumiverse_scaleway/get_iam_application.py +23 -22
- pulumiverse_scaleway/get_iam_group.py +25 -24
- pulumiverse_scaleway/get_iam_ssh_key.py +24 -23
- pulumiverse_scaleway/get_iam_user.py +23 -22
- pulumiverse_scaleway/get_instance_image.py +42 -41
- pulumiverse_scaleway/get_instance_ip.py +20 -19
- pulumiverse_scaleway/get_instance_placement_group.py +28 -27
- pulumiverse_scaleway/get_instance_private_nic.py +31 -30
- pulumiverse_scaleway/get_instance_security_group.py +31 -30
- pulumiverse_scaleway/get_instance_server.py +59 -47
- pulumiverse_scaleway/get_instance_servers.py +24 -23
- pulumiverse_scaleway/get_instance_snapshot.py +29 -28
- pulumiverse_scaleway/get_instance_volume.py +30 -29
- pulumiverse_scaleway/get_iot_device.py +31 -30
- pulumiverse_scaleway/get_iot_hub.py +39 -38
- pulumiverse_scaleway/get_ipam_ip.py +51 -50
- pulumiverse_scaleway/get_ipam_ips.py +44 -43
- pulumiverse_scaleway/get_k8s_version.py +16 -15
- pulumiverse_scaleway/get_kubernetes_cluster.py +39 -38
- pulumiverse_scaleway/get_kubernetes_node_pool.py +47 -46
- pulumiverse_scaleway/get_lb_acls.py +22 -21
- pulumiverse_scaleway/get_lb_backend.py +43 -42
- pulumiverse_scaleway/get_lb_backends.py +22 -21
- pulumiverse_scaleway/get_lb_frontend.py +26 -25
- pulumiverse_scaleway/get_lb_frontends.py +22 -21
- pulumiverse_scaleway/get_lb_ips.py +29 -28
- pulumiverse_scaleway/get_lb_route.py +16 -15
- pulumiverse_scaleway/get_lb_routes.py +17 -16
- pulumiverse_scaleway/get_lbs.py +24 -23
- pulumiverse_scaleway/get_loadbalancer.py +36 -35
- pulumiverse_scaleway/get_loadbalancer_certificate.py +24 -23
- pulumiverse_scaleway/get_loadbalancer_ip.py +29 -28
- pulumiverse_scaleway/get_marketplace_image.py +23 -22
- pulumiverse_scaleway/get_mnq_sns.py +14 -13
- pulumiverse_scaleway/get_mnq_sqs.py +14 -13
- pulumiverse_scaleway/get_mongo_db_instance.py +35 -34
- pulumiverse_scaleway/get_object_bucket.py +22 -21
- pulumiverse_scaleway/get_object_bucket_policy.py +17 -16
- pulumiverse_scaleway/get_redis_cluster.py +34 -33
- pulumiverse_scaleway/get_registry_image.py +37 -36
- pulumiverse_scaleway/get_registry_image_tag.py +33 -32
- pulumiverse_scaleway/get_registry_namespace.py +27 -26
- pulumiverse_scaleway/get_secret.py +41 -40
- pulumiverse_scaleway/get_secret_version.py +34 -33
- pulumiverse_scaleway/get_tem_domain.py +43 -42
- pulumiverse_scaleway/get_vpc.py +35 -34
- pulumiverse_scaleway/get_vpc_gateway_network.py +28 -27
- pulumiverse_scaleway/get_vpc_private_network.py +32 -31
- pulumiverse_scaleway/get_vpc_public_gateway.py +36 -35
- pulumiverse_scaleway/get_vpc_public_gateway_dhcp.py +24 -23
- pulumiverse_scaleway/get_vpc_public_gateway_dhcp_reservation.py +33 -32
- pulumiverse_scaleway/get_vpc_public_gateway_ip.py +14 -13
- pulumiverse_scaleway/get_vpc_public_pat_rule.py +21 -20
- pulumiverse_scaleway/get_vpc_routes.py +38 -37
- pulumiverse_scaleway/get_vpcs.py +24 -23
- pulumiverse_scaleway/get_web_host_offer.py +25 -24
- pulumiverse_scaleway/get_webhosting.py +36 -35
- pulumiverse_scaleway/hosting/__init__.py +2 -1
- pulumiverse_scaleway/hosting/_inputs.py +61 -60
- pulumiverse_scaleway/hosting/get_hosting.py +36 -35
- pulumiverse_scaleway/hosting/get_offer.py +25 -24
- pulumiverse_scaleway/hosting/hosting.py +164 -162
- pulumiverse_scaleway/hosting/outputs.py +139 -138
- pulumiverse_scaleway/iam/__init__.py +2 -1
- pulumiverse_scaleway/iam/_inputs.py +22 -21
- pulumiverse_scaleway/iam/api_key.py +115 -113
- pulumiverse_scaleway/iam/application.py +80 -78
- pulumiverse_scaleway/iam/get_api_key.py +17 -16
- pulumiverse_scaleway/iam/get_application.py +23 -22
- pulumiverse_scaleway/iam/get_group.py +25 -24
- pulumiverse_scaleway/iam/get_ssh_key.py +24 -23
- pulumiverse_scaleway/iam/get_user.py +23 -22
- pulumiverse_scaleway/iam/group.py +115 -113
- pulumiverse_scaleway/iam/group_membership.py +45 -43
- pulumiverse_scaleway/iam/outputs.py +14 -13
- pulumiverse_scaleway/iam/policy.py +136 -134
- pulumiverse_scaleway/iam/ssh_key.py +87 -85
- pulumiverse_scaleway/iam/user.py +284 -273
- pulumiverse_scaleway/iam_api_key.py +115 -113
- pulumiverse_scaleway/iam_application.py +80 -78
- pulumiverse_scaleway/iam_group.py +115 -113
- pulumiverse_scaleway/iam_group_membership.py +45 -43
- pulumiverse_scaleway/iam_policy.py +136 -134
- pulumiverse_scaleway/iam_ssh_key.py +87 -85
- pulumiverse_scaleway/iam_user.py +284 -273
- pulumiverse_scaleway/inference/__init__.py +2 -1
- pulumiverse_scaleway/inference/_inputs.py +116 -61
- pulumiverse_scaleway/inference/deployment.py +225 -176
- pulumiverse_scaleway/inference/get_model.py +27 -26
- pulumiverse_scaleway/inference/model.py +129 -127
- pulumiverse_scaleway/inference/outputs.py +82 -49
- pulumiverse_scaleway/inference_deployment.py +225 -176
- pulumiverse_scaleway/instance/__init__.py +2 -1
- pulumiverse_scaleway/instance/_inputs.py +296 -295
- pulumiverse_scaleway/instance/get_image.py +42 -41
- pulumiverse_scaleway/instance/get_ip.py +20 -19
- pulumiverse_scaleway/instance/get_placement_group.py +28 -27
- pulumiverse_scaleway/instance/get_private_nic.py +31 -30
- pulumiverse_scaleway/instance/get_security_group.py +31 -30
- pulumiverse_scaleway/instance/get_server.py +59 -47
- pulumiverse_scaleway/instance/get_servers.py +24 -23
- pulumiverse_scaleway/instance/get_snapshot.py +29 -28
- pulumiverse_scaleway/instance/get_volume.py +30 -29
- pulumiverse_scaleway/instance/image.py +150 -148
- pulumiverse_scaleway/instance/ip.py +94 -92
- pulumiverse_scaleway/instance/ip_reverse_dns.py +45 -43
- pulumiverse_scaleway/instance/outputs.py +349 -348
- pulumiverse_scaleway/instance/placement_group.py +101 -99
- pulumiverse_scaleway/instance/private_nic.py +94 -92
- pulumiverse_scaleway/instance/security_group.py +150 -148
- pulumiverse_scaleway/instance/security_group_rules.py +17 -15
- pulumiverse_scaleway/instance/server.py +393 -330
- pulumiverse_scaleway/instance/snapshot.py +108 -106
- pulumiverse_scaleway/instance/user_data.py +59 -57
- pulumiverse_scaleway/instance/volume.py +129 -127
- pulumiverse_scaleway/instance_image.py +150 -148
- pulumiverse_scaleway/instance_ip.py +94 -92
- pulumiverse_scaleway/instance_ip_reverse_dns.py +45 -43
- pulumiverse_scaleway/instance_placement_group.py +101 -99
- pulumiverse_scaleway/instance_private_nic.py +94 -92
- pulumiverse_scaleway/instance_security_group.py +150 -148
- pulumiverse_scaleway/instance_security_group_rules.py +17 -15
- pulumiverse_scaleway/instance_server.py +393 -330
- pulumiverse_scaleway/instance_snapshot.py +108 -106
- pulumiverse_scaleway/instance_user_data.py +59 -57
- pulumiverse_scaleway/instance_volume.py +129 -127
- pulumiverse_scaleway/iot/__init__.py +2 -1
- pulumiverse_scaleway/iot/_inputs.py +98 -97
- pulumiverse_scaleway/iot/device.py +122 -120
- pulumiverse_scaleway/iot/get_device.py +31 -30
- pulumiverse_scaleway/iot/get_hub.py +39 -38
- pulumiverse_scaleway/iot/hub.py +206 -204
- pulumiverse_scaleway/iot/network.py +94 -92
- pulumiverse_scaleway/iot/outputs.py +78 -77
- pulumiverse_scaleway/iot/route.py +66 -64
- pulumiverse_scaleway/iot_device.py +122 -120
- pulumiverse_scaleway/iot_hub.py +206 -204
- pulumiverse_scaleway/iot_network.py +94 -92
- pulumiverse_scaleway/iot_route.py +66 -64
- pulumiverse_scaleway/ipam/__init__.py +2 -1
- pulumiverse_scaleway/ipam/_inputs.py +87 -86
- pulumiverse_scaleway/ipam/get_ip.py +51 -50
- pulumiverse_scaleway/ipam/get_ips.py +44 -43
- pulumiverse_scaleway/ipam/ip.py +94 -92
- pulumiverse_scaleway/ipam/ip_reverse_dns.py +59 -57
- pulumiverse_scaleway/ipam/outputs.py +90 -89
- pulumiverse_scaleway/ipam_ip.py +94 -92
- pulumiverse_scaleway/ipam_ip_reverse_dns.py +59 -57
- pulumiverse_scaleway/job/__init__.py +2 -1
- pulumiverse_scaleway/job/_inputs.py +38 -37
- pulumiverse_scaleway/job/definition.py +143 -141
- pulumiverse_scaleway/job/outputs.py +24 -23
- pulumiverse_scaleway/job_definition.py +143 -141
- pulumiverse_scaleway/kubernetes/__init__.py +2 -1
- pulumiverse_scaleway/kubernetes/_inputs.py +190 -189
- pulumiverse_scaleway/kubernetes/acl.py +45 -43
- pulumiverse_scaleway/kubernetes/cluster.py +234 -232
- pulumiverse_scaleway/kubernetes/get_cluster.py +39 -38
- pulumiverse_scaleway/kubernetes/get_pool.py +47 -46
- pulumiverse_scaleway/kubernetes/get_version.py +16 -15
- pulumiverse_scaleway/kubernetes/outputs.py +217 -216
- pulumiverse_scaleway/kubernetes/pool.py +290 -288
- pulumiverse_scaleway/kubernetes_cluster.py +234 -232
- pulumiverse_scaleway/kubernetes_node_pool.py +290 -288
- pulumiverse_scaleway/loadbalancer.py +199 -197
- pulumiverse_scaleway/loadbalancer_acl.py +73 -71
- pulumiverse_scaleway/loadbalancer_backend.py +381 -379
- pulumiverse_scaleway/loadbalancer_certificate.py +73 -71
- pulumiverse_scaleway/loadbalancer_frontend.py +136 -134
- pulumiverse_scaleway/loadbalancer_ip.py +101 -99
- pulumiverse_scaleway/loadbalancer_route.py +101 -99
- pulumiverse_scaleway/loadbalancers/__init__.py +2 -1
- pulumiverse_scaleway/loadbalancers/_inputs.py +214 -213
- pulumiverse_scaleway/loadbalancers/acl.py +73 -71
- pulumiverse_scaleway/loadbalancers/backend.py +381 -379
- pulumiverse_scaleway/loadbalancers/certificate.py +73 -71
- pulumiverse_scaleway/loadbalancers/frontend.py +136 -134
- pulumiverse_scaleway/loadbalancers/get_acls.py +22 -21
- pulumiverse_scaleway/loadbalancers/get_backend.py +43 -42
- pulumiverse_scaleway/loadbalancers/get_backends.py +22 -21
- pulumiverse_scaleway/loadbalancers/get_certificate.py +24 -23
- pulumiverse_scaleway/loadbalancers/get_frontend.py +26 -25
- pulumiverse_scaleway/loadbalancers/get_frontends.py +22 -21
- pulumiverse_scaleway/loadbalancers/get_ip.py +29 -28
- pulumiverse_scaleway/loadbalancers/get_ips.py +29 -28
- pulumiverse_scaleway/loadbalancers/get_load_balancer.py +36 -35
- pulumiverse_scaleway/loadbalancers/get_load_balancers.py +24 -23
- pulumiverse_scaleway/loadbalancers/get_route.py +16 -15
- pulumiverse_scaleway/loadbalancers/get_routes.py +17 -16
- pulumiverse_scaleway/loadbalancers/ip.py +101 -99
- pulumiverse_scaleway/loadbalancers/load_balancer.py +199 -197
- pulumiverse_scaleway/loadbalancers/outputs.py +525 -524
- pulumiverse_scaleway/loadbalancers/route.py +101 -99
- pulumiverse_scaleway/mnq/__init__.py +2 -1
- pulumiverse_scaleway/mnq/_inputs.py +32 -31
- pulumiverse_scaleway/mnq/get_sns.py +14 -13
- pulumiverse_scaleway/mnq/get_sqs.py +14 -13
- pulumiverse_scaleway/mnq/nats_account.py +52 -50
- pulumiverse_scaleway/mnq/nats_credentials.py +52 -50
- pulumiverse_scaleway/mnq/outputs.py +20 -19
- pulumiverse_scaleway/mnq/sns.py +38 -36
- pulumiverse_scaleway/mnq/sns_credentials.py +59 -57
- pulumiverse_scaleway/mnq/sns_topic.py +143 -141
- pulumiverse_scaleway/mnq/sns_topic_subscription.py +150 -148
- pulumiverse_scaleway/mnq/sqs.py +38 -36
- pulumiverse_scaleway/mnq/sqs_credentials.py +59 -57
- pulumiverse_scaleway/mnq/sqs_queue.py +192 -190
- pulumiverse_scaleway/mnq_nats_account.py +52 -50
- pulumiverse_scaleway/mnq_nats_credentials.py +52 -50
- pulumiverse_scaleway/mnq_sns.py +38 -36
- pulumiverse_scaleway/mnq_sns_credentials.py +59 -57
- pulumiverse_scaleway/mnq_sns_topic.py +143 -141
- pulumiverse_scaleway/mnq_sns_topic_subscription.py +150 -148
- pulumiverse_scaleway/mnq_sqs.py +38 -36
- pulumiverse_scaleway/mnq_sqs_credentials.py +59 -57
- pulumiverse_scaleway/mnq_sqs_queue.py +192 -190
- pulumiverse_scaleway/mongo_db_instance.py +199 -197
- pulumiverse_scaleway/mongo_db_snapshot.py +101 -99
- pulumiverse_scaleway/mongodb/__init__.py +2 -1
- pulumiverse_scaleway/mongodb/_inputs.py +53 -52
- pulumiverse_scaleway/mongodb/get_instance.py +35 -34
- pulumiverse_scaleway/mongodb/instance.py +199 -197
- pulumiverse_scaleway/mongodb/outputs.py +64 -63
- pulumiverse_scaleway/mongodb/snapshot.py +101 -99
- pulumiverse_scaleway/network/__init__.py +2 -1
- pulumiverse_scaleway/network/_inputs.py +140 -139
- pulumiverse_scaleway/network/acl.py +59 -57
- pulumiverse_scaleway/network/gateway_network.py +143 -141
- pulumiverse_scaleway/network/get_gateway_network.py +28 -27
- pulumiverse_scaleway/network/get_private_network.py +32 -31
- pulumiverse_scaleway/network/get_public_gateway.py +36 -35
- pulumiverse_scaleway/network/get_public_gateway_dhcp.py +24 -23
- pulumiverse_scaleway/network/get_public_gateway_dhcp_reservation.py +33 -32
- pulumiverse_scaleway/network/get_public_gateway_ip.py +14 -13
- pulumiverse_scaleway/network/get_public_gateway_pat_rule.py +21 -20
- pulumiverse_scaleway/network/get_routes.py +38 -37
- pulumiverse_scaleway/network/get_vpc.py +35 -34
- pulumiverse_scaleway/network/get_vpcs.py +24 -23
- pulumiverse_scaleway/network/outputs.py +206 -205
- pulumiverse_scaleway/network/private_network.py +122 -120
- pulumiverse_scaleway/network/public_gateway.py +213 -211
- pulumiverse_scaleway/network/public_gateway_dhcp.py +234 -232
- pulumiverse_scaleway/network/public_gateway_dhcp_reservation.py +87 -85
- pulumiverse_scaleway/network/public_gateway_ip.py +87 -85
- pulumiverse_scaleway/network/public_gateway_ip_reverse_dns.py +45 -43
- pulumiverse_scaleway/network/public_gateway_pat_rule.py +108 -106
- pulumiverse_scaleway/network/route.py +115 -113
- pulumiverse_scaleway/network/vpc.py +101 -99
- pulumiverse_scaleway/object/__init__.py +2 -1
- pulumiverse_scaleway/object/_inputs.py +127 -126
- pulumiverse_scaleway/object/bucket.py +115 -113
- pulumiverse_scaleway/object/bucket_acl.py +73 -71
- pulumiverse_scaleway/object/bucket_lock_configuration.py +45 -43
- pulumiverse_scaleway/object/bucket_policy.py +59 -57
- pulumiverse_scaleway/object/bucket_website_configuration.py +85 -65
- pulumiverse_scaleway/object/get_bucket.py +22 -21
- pulumiverse_scaleway/object/get_bucket_policy.py +17 -16
- pulumiverse_scaleway/object/item.py +232 -183
- pulumiverse_scaleway/object/outputs.py +114 -113
- pulumiverse_scaleway/object_bucket.py +115 -113
- pulumiverse_scaleway/object_bucket_acl.py +73 -71
- pulumiverse_scaleway/object_bucket_lock_configuration.py +45 -43
- pulumiverse_scaleway/object_bucket_policy.py +59 -57
- pulumiverse_scaleway/object_bucket_website_configuration.py +85 -65
- pulumiverse_scaleway/object_item.py +232 -183
- pulumiverse_scaleway/observability/__init__.py +2 -1
- pulumiverse_scaleway/observability/_inputs.py +89 -88
- pulumiverse_scaleway/observability/alert_manager.py +52 -50
- pulumiverse_scaleway/observability/cockpit.py +38 -36
- pulumiverse_scaleway/observability/get_instance.py +10 -9
- pulumiverse_scaleway/observability/get_source.py +33 -32
- pulumiverse_scaleway/observability/grafana_user.py +59 -57
- pulumiverse_scaleway/observability/outputs.py +77 -76
- pulumiverse_scaleway/observability/source.py +115 -113
- pulumiverse_scaleway/observability/token.py +66 -64
- pulumiverse_scaleway/outputs.py +2797 -2732
- pulumiverse_scaleway/provider.py +87 -65
- pulumiverse_scaleway/pulumi-plugin.json +1 -1
- pulumiverse_scaleway/rdb_snapshot.py +101 -99
- pulumiverse_scaleway/redis/__init__.py +2 -1
- pulumiverse_scaleway/redis/_inputs.py +63 -62
- pulumiverse_scaleway/redis/cluster.py +178 -176
- pulumiverse_scaleway/redis/get_cluster.py +34 -33
- pulumiverse_scaleway/redis/outputs.py +74 -73
- pulumiverse_scaleway/redis_cluster.py +178 -176
- pulumiverse_scaleway/registry/__init__.py +2 -1
- pulumiverse_scaleway/registry/get_image.py +37 -36
- pulumiverse_scaleway/registry/get_image_tag.py +33 -32
- pulumiverse_scaleway/registry/get_namespace.py +27 -26
- pulumiverse_scaleway/registry/namespace.py +87 -85
- pulumiverse_scaleway/registry_namespace.py +87 -85
- pulumiverse_scaleway/sdb_database.py +80 -78
- pulumiverse_scaleway/secret.py +143 -141
- pulumiverse_scaleway/secret_version.py +87 -85
- pulumiverse_scaleway/secrets/__init__.py +2 -1
- pulumiverse_scaleway/secrets/_inputs.py +53 -52
- pulumiverse_scaleway/secrets/get_secret.py +41 -40
- pulumiverse_scaleway/secrets/get_version.py +34 -33
- pulumiverse_scaleway/secrets/outputs.py +64 -63
- pulumiverse_scaleway/secrets/secret.py +143 -141
- pulumiverse_scaleway/secrets/version.py +87 -85
- pulumiverse_scaleway/tem/__init__.py +2 -1
- pulumiverse_scaleway/tem/_inputs.py +28 -27
- pulumiverse_scaleway/tem/blocked_list.py +87 -85
- pulumiverse_scaleway/tem/domain.py +199 -197
- pulumiverse_scaleway/tem/domain_validation.py +52 -50
- pulumiverse_scaleway/tem/get_domain.py +43 -42
- pulumiverse_scaleway/tem/get_offer_subscription.py +22 -21
- pulumiverse_scaleway/tem/outputs.py +34 -33
- pulumiverse_scaleway/tem/webhook.py +108 -106
- pulumiverse_scaleway/tem_domain.py +199 -197
- pulumiverse_scaleway/tem_domain_validation.py +52 -50
- pulumiverse_scaleway/tem_webhook.py +108 -106
- pulumiverse_scaleway/vpc.py +101 -99
- pulumiverse_scaleway/vpc_gateway_network.py +143 -141
- pulumiverse_scaleway/vpc_private_network.py +122 -120
- pulumiverse_scaleway/vpc_public_gateway.py +213 -211
- pulumiverse_scaleway/vpc_public_gateway_dhcp.py +234 -232
- pulumiverse_scaleway/vpc_public_gateway_dhcp_reservation.py +87 -85
- pulumiverse_scaleway/vpc_public_gateway_ip.py +87 -85
- pulumiverse_scaleway/vpc_public_gateway_ip_reverse_dns.py +45 -43
- pulumiverse_scaleway/vpc_public_gateway_pat_rule.py +108 -106
- pulumiverse_scaleway/vpc_route.py +115 -113
- pulumiverse_scaleway/webhosting.py +164 -162
- {pulumiverse_scaleway-1.29.0a1748333343.dist-info → pulumiverse_scaleway-1.30.0.dist-info}/METADATA +2 -2
- pulumiverse_scaleway-1.30.0.dist-info/RECORD +493 -0
- pulumiverse_scaleway-1.29.0a1748333343.dist-info/RECORD +0 -492
- {pulumiverse_scaleway-1.29.0a1748333343.dist-info → pulumiverse_scaleway-1.30.0.dist-info}/WHEEL +0 -0
- {pulumiverse_scaleway-1.29.0a1748333343.dist-info → pulumiverse_scaleway-1.30.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,8 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -123,52 +124,52 @@ class GetDatabaseInstanceResult:
|
|
123
124
|
|
124
125
|
@property
|
125
126
|
@pulumi.getter(name="backupSameRegion")
|
126
|
-
def backup_same_region(self) -> bool:
|
127
|
+
def backup_same_region(self) -> builtins.bool:
|
127
128
|
return pulumi.get(self, "backup_same_region")
|
128
129
|
|
129
130
|
@property
|
130
131
|
@pulumi.getter(name="backupScheduleFrequency")
|
131
|
-
def backup_schedule_frequency(self) -> int:
|
132
|
+
def backup_schedule_frequency(self) -> builtins.int:
|
132
133
|
return pulumi.get(self, "backup_schedule_frequency")
|
133
134
|
|
134
135
|
@property
|
135
136
|
@pulumi.getter(name="backupScheduleRetention")
|
136
|
-
def backup_schedule_retention(self) -> int:
|
137
|
+
def backup_schedule_retention(self) -> builtins.int:
|
137
138
|
return pulumi.get(self, "backup_schedule_retention")
|
138
139
|
|
139
140
|
@property
|
140
141
|
@pulumi.getter
|
141
|
-
def certificate(self) -> str:
|
142
|
+
def certificate(self) -> builtins.str:
|
142
143
|
return pulumi.get(self, "certificate")
|
143
144
|
|
144
145
|
@property
|
145
146
|
@pulumi.getter(name="disableBackup")
|
146
|
-
def disable_backup(self) -> bool:
|
147
|
+
def disable_backup(self) -> builtins.bool:
|
147
148
|
return pulumi.get(self, "disable_backup")
|
148
149
|
|
149
150
|
@property
|
150
151
|
@pulumi.getter(name="encryptionAtRest")
|
151
|
-
def encryption_at_rest(self) -> bool:
|
152
|
+
def encryption_at_rest(self) -> builtins.bool:
|
152
153
|
return pulumi.get(self, "encryption_at_rest")
|
153
154
|
|
154
155
|
@property
|
155
156
|
@pulumi.getter(name="endpointIp")
|
156
|
-
def endpoint_ip(self) -> str:
|
157
|
+
def endpoint_ip(self) -> builtins.str:
|
157
158
|
return pulumi.get(self, "endpoint_ip")
|
158
159
|
|
159
160
|
@property
|
160
161
|
@pulumi.getter(name="endpointPort")
|
161
|
-
def endpoint_port(self) -> int:
|
162
|
+
def endpoint_port(self) -> builtins.int:
|
162
163
|
return pulumi.get(self, "endpoint_port")
|
163
164
|
|
164
165
|
@property
|
165
166
|
@pulumi.getter
|
166
|
-
def engine(self) -> str:
|
167
|
+
def engine(self) -> builtins.str:
|
167
168
|
return pulumi.get(self, "engine")
|
168
169
|
|
169
170
|
@property
|
170
171
|
@pulumi.getter
|
171
|
-
def id(self) -> str:
|
172
|
+
def id(self) -> builtins.str:
|
172
173
|
"""
|
173
174
|
The provider-assigned unique ID for this managed resource.
|
174
175
|
"""
|
@@ -176,17 +177,17 @@ class GetDatabaseInstanceResult:
|
|
176
177
|
|
177
178
|
@property
|
178
179
|
@pulumi.getter(name="initSettings")
|
179
|
-
def init_settings(self) -> Mapping[str, str]:
|
180
|
+
def init_settings(self) -> Mapping[str, builtins.str]:
|
180
181
|
return pulumi.get(self, "init_settings")
|
181
182
|
|
182
183
|
@property
|
183
184
|
@pulumi.getter(name="instanceId")
|
184
|
-
def instance_id(self) -> Optional[str]:
|
185
|
+
def instance_id(self) -> Optional[builtins.str]:
|
185
186
|
return pulumi.get(self, "instance_id")
|
186
187
|
|
187
188
|
@property
|
188
189
|
@pulumi.getter(name="isHaCluster")
|
189
|
-
def is_ha_cluster(self) -> bool:
|
190
|
+
def is_ha_cluster(self) -> builtins.bool:
|
190
191
|
return pulumi.get(self, "is_ha_cluster")
|
191
192
|
|
192
193
|
@property
|
@@ -201,22 +202,22 @@ class GetDatabaseInstanceResult:
|
|
201
202
|
|
202
203
|
@property
|
203
204
|
@pulumi.getter
|
204
|
-
def name(self) -> Optional[str]:
|
205
|
+
def name(self) -> Optional[builtins.str]:
|
205
206
|
return pulumi.get(self, "name")
|
206
207
|
|
207
208
|
@property
|
208
209
|
@pulumi.getter(name="nodeType")
|
209
|
-
def node_type(self) -> str:
|
210
|
+
def node_type(self) -> builtins.str:
|
210
211
|
return pulumi.get(self, "node_type")
|
211
212
|
|
212
213
|
@property
|
213
214
|
@pulumi.getter(name="organizationId")
|
214
|
-
def organization_id(self) -> str:
|
215
|
+
def organization_id(self) -> builtins.str:
|
215
216
|
return pulumi.get(self, "organization_id")
|
216
217
|
|
217
218
|
@property
|
218
219
|
@pulumi.getter
|
219
|
-
def password(self) -> str:
|
220
|
+
def password(self) -> builtins.str:
|
220
221
|
return pulumi.get(self, "password")
|
221
222
|
|
222
223
|
@property
|
@@ -231,7 +232,7 @@ class GetDatabaseInstanceResult:
|
|
231
232
|
|
232
233
|
@property
|
233
234
|
@pulumi.getter(name="projectId")
|
234
|
-
def project_id(self) -> Optional[str]:
|
235
|
+
def project_id(self) -> Optional[builtins.str]:
|
235
236
|
return pulumi.get(self, "project_id")
|
236
237
|
|
237
238
|
@property
|
@@ -241,37 +242,37 @@ class GetDatabaseInstanceResult:
|
|
241
242
|
|
242
243
|
@property
|
243
244
|
@pulumi.getter
|
244
|
-
def region(self) -> Optional[str]:
|
245
|
+
def region(self) -> Optional[builtins.str]:
|
245
246
|
return pulumi.get(self, "region")
|
246
247
|
|
247
248
|
@property
|
248
249
|
@pulumi.getter
|
249
|
-
def settings(self) -> Mapping[str, str]:
|
250
|
+
def settings(self) -> Mapping[str, builtins.str]:
|
250
251
|
return pulumi.get(self, "settings")
|
251
252
|
|
252
253
|
@property
|
253
254
|
@pulumi.getter(name="snapshotId")
|
254
|
-
def snapshot_id(self) -> str:
|
255
|
+
def snapshot_id(self) -> builtins.str:
|
255
256
|
return pulumi.get(self, "snapshot_id")
|
256
257
|
|
257
258
|
@property
|
258
259
|
@pulumi.getter
|
259
|
-
def tags(self) -> Sequence[str]:
|
260
|
+
def tags(self) -> Sequence[builtins.str]:
|
260
261
|
return pulumi.get(self, "tags")
|
261
262
|
|
262
263
|
@property
|
263
264
|
@pulumi.getter(name="userName")
|
264
|
-
def user_name(self) -> str:
|
265
|
+
def user_name(self) -> builtins.str:
|
265
266
|
return pulumi.get(self, "user_name")
|
266
267
|
|
267
268
|
@property
|
268
269
|
@pulumi.getter(name="volumeSizeInGb")
|
269
|
-
def volume_size_in_gb(self) -> int:
|
270
|
+
def volume_size_in_gb(self) -> builtins.int:
|
270
271
|
return pulumi.get(self, "volume_size_in_gb")
|
271
272
|
|
272
273
|
@property
|
273
274
|
@pulumi.getter(name="volumeType")
|
274
|
-
def volume_type(self) -> str:
|
275
|
+
def volume_type(self) -> builtins.str:
|
275
276
|
return pulumi.get(self, "volume_type")
|
276
277
|
|
277
278
|
|
@@ -313,10 +314,10 @@ class AwaitableGetDatabaseInstanceResult(GetDatabaseInstanceResult):
|
|
313
314
|
volume_type=self.volume_type)
|
314
315
|
|
315
316
|
|
316
|
-
def get_database_instance(instance_id: Optional[str] = None,
|
317
|
-
name: Optional[str] = None,
|
318
|
-
project_id: Optional[str] = None,
|
319
|
-
region: Optional[str] = None,
|
317
|
+
def get_database_instance(instance_id: Optional[builtins.str] = None,
|
318
|
+
name: Optional[builtins.str] = None,
|
319
|
+
project_id: Optional[builtins.str] = None,
|
320
|
+
region: Optional[builtins.str] = None,
|
320
321
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDatabaseInstanceResult:
|
321
322
|
"""
|
322
323
|
Gets information about an Database Instance.
|
@@ -324,12 +325,12 @@ def get_database_instance(instance_id: Optional[str] = None,
|
|
324
325
|
For further information refer the Managed Databases for PostgreSQL and MySQL [API documentation](https://developers.scaleway.com/en/products/rdb/api/#database-instance)
|
325
326
|
|
326
327
|
|
327
|
-
:param str instance_id: The RDB instance ID.
|
328
|
+
:param builtins.str instance_id: The RDB instance ID.
|
328
329
|
|
329
330
|
> **Note** You must specify at least one: `name` and/or `instance_id`.
|
330
|
-
:param str name: The name of the RDB instance.
|
331
|
-
:param str project_id: The ID of the project the Database Instance is in. Can be used to filter instances when using `name`.
|
332
|
-
:param str region: `region`) The region in which the Database Instance exists.
|
331
|
+
:param builtins.str name: The name of the RDB instance.
|
332
|
+
:param builtins.str project_id: The ID of the project the Database Instance is in. Can be used to filter instances when using `name`.
|
333
|
+
:param builtins.str region: `region`) The region in which the Database Instance exists.
|
333
334
|
"""
|
334
335
|
pulumi.log.warn("""get_database_instance is deprecated: scaleway.index/getdatabaseinstance.getDatabaseInstance has been deprecated in favor of scaleway.databases/getinstance.getInstance""")
|
335
336
|
__args__ = dict()
|
@@ -371,10 +372,10 @@ def get_database_instance(instance_id: Optional[str] = None,
|
|
371
372
|
user_name=pulumi.get(__ret__, 'user_name'),
|
372
373
|
volume_size_in_gb=pulumi.get(__ret__, 'volume_size_in_gb'),
|
373
374
|
volume_type=pulumi.get(__ret__, 'volume_type'))
|
374
|
-
def get_database_instance_output(instance_id: Optional[pulumi.Input[Optional[str]]] = None,
|
375
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
376
|
-
project_id: Optional[pulumi.Input[Optional[str]]] = None,
|
377
|
-
region: Optional[pulumi.Input[Optional[str]]] = None,
|
375
|
+
def get_database_instance_output(instance_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
376
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
377
|
+
project_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
378
|
+
region: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
378
379
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDatabaseInstanceResult]:
|
379
380
|
"""
|
380
381
|
Gets information about an Database Instance.
|
@@ -382,12 +383,12 @@ def get_database_instance_output(instance_id: Optional[pulumi.Input[Optional[str
|
|
382
383
|
For further information refer the Managed Databases for PostgreSQL and MySQL [API documentation](https://developers.scaleway.com/en/products/rdb/api/#database-instance)
|
383
384
|
|
384
385
|
|
385
|
-
:param str instance_id: The RDB instance ID.
|
386
|
+
:param builtins.str instance_id: The RDB instance ID.
|
386
387
|
|
387
388
|
> **Note** You must specify at least one: `name` and/or `instance_id`.
|
388
|
-
:param str name: The name of the RDB instance.
|
389
|
-
:param str project_id: The ID of the project the Database Instance is in. Can be used to filter instances when using `name`.
|
390
|
-
:param str region: `region`) The region in which the Database Instance exists.
|
389
|
+
:param builtins.str name: The name of the RDB instance.
|
390
|
+
:param builtins.str project_id: The ID of the project the Database Instance is in. Can be used to filter instances when using `name`.
|
391
|
+
:param builtins.str region: `region`) The region in which the Database Instance exists.
|
391
392
|
"""
|
392
393
|
pulumi.log.warn("""get_database_instance is deprecated: scaleway.index/getdatabaseinstance.getDatabaseInstance has been deprecated in favor of scaleway.databases/getinstance.getInstance""")
|
393
394
|
__args__ = dict()
|
@@ -1,7 +1,8 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -50,12 +51,12 @@ class GetDatabasePrivilegeResult:
|
|
50
51
|
|
51
52
|
@property
|
52
53
|
@pulumi.getter(name="databaseName")
|
53
|
-
def database_name(self) -> str:
|
54
|
+
def database_name(self) -> builtins.str:
|
54
55
|
return pulumi.get(self, "database_name")
|
55
56
|
|
56
57
|
@property
|
57
58
|
@pulumi.getter
|
58
|
-
def id(self) -> str:
|
59
|
+
def id(self) -> builtins.str:
|
59
60
|
"""
|
60
61
|
The provider-assigned unique ID for this managed resource.
|
61
62
|
"""
|
@@ -63,12 +64,12 @@ class GetDatabasePrivilegeResult:
|
|
63
64
|
|
64
65
|
@property
|
65
66
|
@pulumi.getter(name="instanceId")
|
66
|
-
def instance_id(self) -> str:
|
67
|
+
def instance_id(self) -> builtins.str:
|
67
68
|
return pulumi.get(self, "instance_id")
|
68
69
|
|
69
70
|
@property
|
70
71
|
@pulumi.getter
|
71
|
-
def permission(self) -> str:
|
72
|
+
def permission(self) -> builtins.str:
|
72
73
|
"""
|
73
74
|
The permission for this user on the database. Possible values are `readonly`, `readwrite`, `all`
|
74
75
|
, `custom` and `none`.
|
@@ -77,12 +78,12 @@ class GetDatabasePrivilegeResult:
|
|
77
78
|
|
78
79
|
@property
|
79
80
|
@pulumi.getter
|
80
|
-
def region(self) -> Optional[str]:
|
81
|
+
def region(self) -> Optional[builtins.str]:
|
81
82
|
return pulumi.get(self, "region")
|
82
83
|
|
83
84
|
@property
|
84
85
|
@pulumi.getter(name="userName")
|
85
|
-
def user_name(self) -> str:
|
86
|
+
def user_name(self) -> builtins.str:
|
86
87
|
return pulumi.get(self, "user_name")
|
87
88
|
|
88
89
|
|
@@ -100,10 +101,10 @@ class AwaitableGetDatabasePrivilegeResult(GetDatabasePrivilegeResult):
|
|
100
101
|
user_name=self.user_name)
|
101
102
|
|
102
103
|
|
103
|
-
def get_database_privilege(database_name: Optional[str] = None,
|
104
|
-
instance_id: Optional[str] = None,
|
105
|
-
region: Optional[str] = None,
|
106
|
-
user_name: Optional[str] = None,
|
104
|
+
def get_database_privilege(database_name: Optional[builtins.str] = None,
|
105
|
+
instance_id: Optional[builtins.str] = None,
|
106
|
+
region: Optional[builtins.str] = None,
|
107
|
+
user_name: Optional[builtins.str] = None,
|
107
108
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDatabasePrivilegeResult:
|
108
109
|
"""
|
109
110
|
Gets information about the privileges in a database.
|
@@ -121,10 +122,10 @@ def get_database_privilege(database_name: Optional[str] = None,
|
|
121
122
|
```
|
122
123
|
|
123
124
|
|
124
|
-
:param str database_name: The database name.
|
125
|
-
:param str instance_id: The Database Instance ID.
|
126
|
-
:param str region: `region`) The region in which the resource exists.
|
127
|
-
:param str user_name: The user name.
|
125
|
+
:param builtins.str database_name: The database name.
|
126
|
+
:param builtins.str instance_id: The Database Instance ID.
|
127
|
+
:param builtins.str region: `region`) The region in which the resource exists.
|
128
|
+
:param builtins.str user_name: The user name.
|
128
129
|
"""
|
129
130
|
pulumi.log.warn("""get_database_privilege is deprecated: scaleway.index/getdatabaseprivilege.getDatabasePrivilege has been deprecated in favor of scaleway.databases/getprivilege.getPrivilege""")
|
130
131
|
__args__ = dict()
|
@@ -142,10 +143,10 @@ def get_database_privilege(database_name: Optional[str] = None,
|
|
142
143
|
permission=pulumi.get(__ret__, 'permission'),
|
143
144
|
region=pulumi.get(__ret__, 'region'),
|
144
145
|
user_name=pulumi.get(__ret__, 'user_name'))
|
145
|
-
def get_database_privilege_output(database_name: Optional[pulumi.Input[str]] = None,
|
146
|
-
instance_id: Optional[pulumi.Input[str]] = None,
|
147
|
-
region: Optional[pulumi.Input[Optional[str]]] = None,
|
148
|
-
user_name: Optional[pulumi.Input[str]] = None,
|
146
|
+
def get_database_privilege_output(database_name: Optional[pulumi.Input[builtins.str]] = None,
|
147
|
+
instance_id: Optional[pulumi.Input[builtins.str]] = None,
|
148
|
+
region: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
149
|
+
user_name: Optional[pulumi.Input[builtins.str]] = None,
|
149
150
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDatabasePrivilegeResult]:
|
150
151
|
"""
|
151
152
|
Gets information about the privileges in a database.
|
@@ -163,10 +164,10 @@ def get_database_privilege_output(database_name: Optional[pulumi.Input[str]] = N
|
|
163
164
|
```
|
164
165
|
|
165
166
|
|
166
|
-
:param str database_name: The database name.
|
167
|
-
:param str instance_id: The Database Instance ID.
|
168
|
-
:param str region: `region`) The region in which the resource exists.
|
169
|
-
:param str user_name: The user name.
|
167
|
+
:param builtins.str database_name: The database name.
|
168
|
+
:param builtins.str instance_id: The Database Instance ID.
|
169
|
+
:param builtins.str region: `region`) The region in which the resource exists.
|
170
|
+
:param builtins.str user_name: The user name.
|
170
171
|
"""
|
171
172
|
pulumi.log.warn("""get_database_privilege is deprecated: scaleway.index/getdatabaseprivilege.getDatabasePrivilege has been deprecated in favor of scaleway.databases/getprivilege.getPrivilege""")
|
172
173
|
__args__ = dict()
|
@@ -1,7 +1,8 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -81,17 +82,17 @@ class GetDomainRecordResult:
|
|
81
82
|
|
82
83
|
@property
|
83
84
|
@pulumi.getter
|
84
|
-
def data(self) -> Optional[str]:
|
85
|
+
def data(self) -> Optional[builtins.str]:
|
85
86
|
return pulumi.get(self, "data")
|
86
87
|
|
87
88
|
@property
|
88
89
|
@pulumi.getter(name="dnsZone")
|
89
|
-
def dns_zone(self) -> Optional[str]:
|
90
|
+
def dns_zone(self) -> Optional[builtins.str]:
|
90
91
|
return pulumi.get(self, "dns_zone")
|
91
92
|
|
92
93
|
@property
|
93
94
|
@pulumi.getter
|
94
|
-
def fqdn(self) -> str:
|
95
|
+
def fqdn(self) -> builtins.str:
|
95
96
|
return pulumi.get(self, "fqdn")
|
96
97
|
|
97
98
|
@property
|
@@ -112,7 +113,7 @@ class GetDomainRecordResult:
|
|
112
113
|
|
113
114
|
@property
|
114
115
|
@pulumi.getter
|
115
|
-
def id(self) -> str:
|
116
|
+
def id(self) -> builtins.str:
|
116
117
|
"""
|
117
118
|
The provider-assigned unique ID for this managed resource.
|
118
119
|
"""
|
@@ -120,17 +121,17 @@ class GetDomainRecordResult:
|
|
120
121
|
|
121
122
|
@property
|
122
123
|
@pulumi.getter(name="keepEmptyZone")
|
123
|
-
def keep_empty_zone(self) -> bool:
|
124
|
+
def keep_empty_zone(self) -> builtins.bool:
|
124
125
|
return pulumi.get(self, "keep_empty_zone")
|
125
126
|
|
126
127
|
@property
|
127
128
|
@pulumi.getter
|
128
|
-
def name(self) -> Optional[str]:
|
129
|
+
def name(self) -> Optional[builtins.str]:
|
129
130
|
return pulumi.get(self, "name")
|
130
131
|
|
131
132
|
@property
|
132
133
|
@pulumi.getter
|
133
|
-
def priority(self) -> int:
|
134
|
+
def priority(self) -> builtins.int:
|
134
135
|
"""
|
135
136
|
The priority of the record, mainly used with `MX` records.
|
136
137
|
"""
|
@@ -138,22 +139,22 @@ class GetDomainRecordResult:
|
|
138
139
|
|
139
140
|
@property
|
140
141
|
@pulumi.getter(name="projectId")
|
141
|
-
def project_id(self) -> Optional[str]:
|
142
|
+
def project_id(self) -> Optional[builtins.str]:
|
142
143
|
return pulumi.get(self, "project_id")
|
143
144
|
|
144
145
|
@property
|
145
146
|
@pulumi.getter(name="recordId")
|
146
|
-
def record_id(self) -> Optional[str]:
|
147
|
+
def record_id(self) -> Optional[builtins.str]:
|
147
148
|
return pulumi.get(self, "record_id")
|
148
149
|
|
149
150
|
@property
|
150
151
|
@pulumi.getter(name="rootZone")
|
151
|
-
def root_zone(self) -> bool:
|
152
|
+
def root_zone(self) -> builtins.bool:
|
152
153
|
return pulumi.get(self, "root_zone")
|
153
154
|
|
154
155
|
@property
|
155
156
|
@pulumi.getter
|
156
|
-
def ttl(self) -> int:
|
157
|
+
def ttl(self) -> builtins.int:
|
157
158
|
"""
|
158
159
|
The Time To Live (TTL) of the record in seconds.
|
159
160
|
"""
|
@@ -161,7 +162,7 @@ class GetDomainRecordResult:
|
|
161
162
|
|
162
163
|
@property
|
163
164
|
@pulumi.getter
|
164
|
-
def type(self) -> Optional[str]:
|
165
|
+
def type(self) -> Optional[builtins.str]:
|
165
166
|
return pulumi.get(self, "type")
|
166
167
|
|
167
168
|
@property
|
@@ -205,12 +206,12 @@ class AwaitableGetDomainRecordResult(GetDomainRecordResult):
|
|
205
206
|
weighteds=self.weighteds)
|
206
207
|
|
207
208
|
|
208
|
-
def get_domain_record(data: Optional[str] = None,
|
209
|
-
dns_zone: Optional[str] = None,
|
210
|
-
name: Optional[str] = None,
|
211
|
-
project_id: Optional[str] = None,
|
212
|
-
record_id: Optional[str] = None,
|
213
|
-
type: Optional[str] = None,
|
209
|
+
def get_domain_record(data: Optional[builtins.str] = None,
|
210
|
+
dns_zone: Optional[builtins.str] = None,
|
211
|
+
name: Optional[builtins.str] = None,
|
212
|
+
project_id: Optional[builtins.str] = None,
|
213
|
+
record_id: Optional[builtins.str] = None,
|
214
|
+
type: Optional[builtins.str] = None,
|
214
215
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDomainRecordResult:
|
215
216
|
"""
|
216
217
|
The `domain.Record` data source is used to get information about an existing domain record.
|
@@ -239,12 +240,12 @@ def get_domain_record(data: Optional[str] = None,
|
|
239
240
|
```
|
240
241
|
|
241
242
|
|
242
|
-
:param str data: The content of the record (e.g., an IPv4 address for an `A` record or a string for a `TXT` record). Cannot be used with `record_id`.
|
243
|
-
:param str dns_zone: The DNS zone (domain) to which the record belongs. This is a required field in both examples above but is optional in the context of defining the data source.
|
244
|
-
:param str name: The name of the record, which can be an empty string for a root record. Cannot be used with `record_id`.
|
245
|
-
:param str project_id: ). The ID of the Project associated with the domain.
|
246
|
-
:param str record_id: The unique identifier of the record. Cannot be used with `name`, `type`, and `data`.
|
247
|
-
:param str type: The type of the record (`A`, `AAAA`, `MX`, `CNAME`, etc.). Cannot be used with `record_id`.
|
243
|
+
:param builtins.str data: The content of the record (e.g., an IPv4 address for an `A` record or a string for a `TXT` record). Cannot be used with `record_id`.
|
244
|
+
:param builtins.str dns_zone: The DNS zone (domain) to which the record belongs. This is a required field in both examples above but is optional in the context of defining the data source.
|
245
|
+
:param builtins.str name: The name of the record, which can be an empty string for a root record. Cannot be used with `record_id`.
|
246
|
+
:param builtins.str project_id: ). The ID of the Project associated with the domain.
|
247
|
+
:param builtins.str record_id: The unique identifier of the record. Cannot be used with `name`, `type`, and `data`.
|
248
|
+
:param builtins.str type: The type of the record (`A`, `AAAA`, `MX`, `CNAME`, etc.). Cannot be used with `record_id`.
|
248
249
|
"""
|
249
250
|
pulumi.log.warn("""get_domain_record is deprecated: scaleway.index/getdomainrecord.getDomainRecord has been deprecated in favor of scaleway.domain/getrecord.getRecord""")
|
250
251
|
__args__ = dict()
|
@@ -274,12 +275,12 @@ def get_domain_record(data: Optional[str] = None,
|
|
274
275
|
type=pulumi.get(__ret__, 'type'),
|
275
276
|
views=pulumi.get(__ret__, 'views'),
|
276
277
|
weighteds=pulumi.get(__ret__, 'weighteds'))
|
277
|
-
def get_domain_record_output(data: Optional[pulumi.Input[Optional[str]]] = None,
|
278
|
-
dns_zone: Optional[pulumi.Input[Optional[str]]] = None,
|
279
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
280
|
-
project_id: Optional[pulumi.Input[Optional[str]]] = None,
|
281
|
-
record_id: Optional[pulumi.Input[Optional[str]]] = None,
|
282
|
-
type: Optional[pulumi.Input[Optional[str]]] = None,
|
278
|
+
def get_domain_record_output(data: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
279
|
+
dns_zone: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
280
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
281
|
+
project_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
282
|
+
record_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
283
|
+
type: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
283
284
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDomainRecordResult]:
|
284
285
|
"""
|
285
286
|
The `domain.Record` data source is used to get information about an existing domain record.
|
@@ -308,12 +309,12 @@ def get_domain_record_output(data: Optional[pulumi.Input[Optional[str]]] = None,
|
|
308
309
|
```
|
309
310
|
|
310
311
|
|
311
|
-
:param str data: The content of the record (e.g., an IPv4 address for an `A` record or a string for a `TXT` record). Cannot be used with `record_id`.
|
312
|
-
:param str dns_zone: The DNS zone (domain) to which the record belongs. This is a required field in both examples above but is optional in the context of defining the data source.
|
313
|
-
:param str name: The name of the record, which can be an empty string for a root record. Cannot be used with `record_id`.
|
314
|
-
:param str project_id: ). The ID of the Project associated with the domain.
|
315
|
-
:param str record_id: The unique identifier of the record. Cannot be used with `name`, `type`, and `data`.
|
316
|
-
:param str type: The type of the record (`A`, `AAAA`, `MX`, `CNAME`, etc.). Cannot be used with `record_id`.
|
312
|
+
:param builtins.str data: The content of the record (e.g., an IPv4 address for an `A` record or a string for a `TXT` record). Cannot be used with `record_id`.
|
313
|
+
:param builtins.str dns_zone: The DNS zone (domain) to which the record belongs. This is a required field in both examples above but is optional in the context of defining the data source.
|
314
|
+
:param builtins.str name: The name of the record, which can be an empty string for a root record. Cannot be used with `record_id`.
|
315
|
+
:param builtins.str project_id: ). The ID of the Project associated with the domain.
|
316
|
+
:param builtins.str record_id: The unique identifier of the record. Cannot be used with `name`, `type`, and `data`.
|
317
|
+
:param builtins.str type: The type of the record (`A`, `AAAA`, `MX`, `CNAME`, etc.). Cannot be used with `record_id`.
|
317
318
|
"""
|
318
319
|
pulumi.log.warn("""get_domain_record is deprecated: scaleway.index/getdomainrecord.getDomainRecord has been deprecated in favor of scaleway.domain/getrecord.getRecord""")
|
319
320
|
__args__ = dict()
|
@@ -1,7 +1,8 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -62,12 +63,12 @@ class GetDomainZoneResult:
|
|
62
63
|
|
63
64
|
@property
|
64
65
|
@pulumi.getter
|
65
|
-
def domain(self) -> Optional[str]:
|
66
|
+
def domain(self) -> Optional[builtins.str]:
|
66
67
|
return pulumi.get(self, "domain")
|
67
68
|
|
68
69
|
@property
|
69
70
|
@pulumi.getter
|
70
|
-
def id(self) -> str:
|
71
|
+
def id(self) -> builtins.str:
|
71
72
|
"""
|
72
73
|
The provider-assigned unique ID for this managed resource.
|
73
74
|
"""
|
@@ -75,7 +76,7 @@ class GetDomainZoneResult:
|
|
75
76
|
|
76
77
|
@property
|
77
78
|
@pulumi.getter
|
78
|
-
def message(self) -> str:
|
79
|
+
def message(self) -> builtins.str:
|
79
80
|
"""
|
80
81
|
Message associated with the domain zone (typically used for status or error messages).
|
81
82
|
"""
|
@@ -83,7 +84,7 @@ class GetDomainZoneResult:
|
|
83
84
|
|
84
85
|
@property
|
85
86
|
@pulumi.getter
|
86
|
-
def ns(self) -> Sequence[str]:
|
87
|
+
def ns(self) -> Sequence[builtins.str]:
|
87
88
|
"""
|
88
89
|
The list of name servers for the zone.
|
89
90
|
"""
|
@@ -91,7 +92,7 @@ class GetDomainZoneResult:
|
|
91
92
|
|
92
93
|
@property
|
93
94
|
@pulumi.getter(name="nsDefaults")
|
94
|
-
def ns_defaults(self) -> Sequence[str]:
|
95
|
+
def ns_defaults(self) -> Sequence[builtins.str]:
|
95
96
|
"""
|
96
97
|
The default list of name servers for the zone.
|
97
98
|
"""
|
@@ -99,7 +100,7 @@ class GetDomainZoneResult:
|
|
99
100
|
|
100
101
|
@property
|
101
102
|
@pulumi.getter(name="nsMasters")
|
102
|
-
def ns_masters(self) -> Sequence[str]:
|
103
|
+
def ns_masters(self) -> Sequence[builtins.str]:
|
103
104
|
"""
|
104
105
|
The master list of name servers for the zone.
|
105
106
|
"""
|
@@ -107,12 +108,12 @@ class GetDomainZoneResult:
|
|
107
108
|
|
108
109
|
@property
|
109
110
|
@pulumi.getter(name="projectId")
|
110
|
-
def project_id(self) -> Optional[str]:
|
111
|
+
def project_id(self) -> Optional[builtins.str]:
|
111
112
|
return pulumi.get(self, "project_id")
|
112
113
|
|
113
114
|
@property
|
114
115
|
@pulumi.getter
|
115
|
-
def status(self) -> str:
|
116
|
+
def status(self) -> builtins.str:
|
116
117
|
"""
|
117
118
|
The status of the domain zone.
|
118
119
|
"""
|
@@ -120,12 +121,12 @@ class GetDomainZoneResult:
|
|
120
121
|
|
121
122
|
@property
|
122
123
|
@pulumi.getter
|
123
|
-
def subdomain(self) -> Optional[str]:
|
124
|
+
def subdomain(self) -> Optional[builtins.str]:
|
124
125
|
return pulumi.get(self, "subdomain")
|
125
126
|
|
126
127
|
@property
|
127
128
|
@pulumi.getter(name="updatedAt")
|
128
|
-
def updated_at(self) -> str:
|
129
|
+
def updated_at(self) -> builtins.str:
|
129
130
|
"""
|
130
131
|
The date and time of the last update to the DNS zone.
|
131
132
|
"""
|
@@ -150,16 +151,16 @@ class AwaitableGetDomainZoneResult(GetDomainZoneResult):
|
|
150
151
|
updated_at=self.updated_at)
|
151
152
|
|
152
153
|
|
153
|
-
def get_domain_zone(domain: Optional[str] = None,
|
154
|
-
project_id: Optional[str] = None,
|
155
|
-
subdomain: Optional[str] = None,
|
154
|
+
def get_domain_zone(domain: Optional[builtins.str] = None,
|
155
|
+
project_id: Optional[builtins.str] = None,
|
156
|
+
subdomain: Optional[builtins.str] = None,
|
156
157
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDomainZoneResult:
|
157
158
|
"""
|
158
159
|
Use this data source to access information about an existing resource.
|
159
160
|
|
160
|
-
:param str domain: The primary domain name where the DNS zone is located. This is a mandatory field.
|
161
|
-
:param str project_id: ). The ID of the Scaleway Project associated with the domain. If not specified, it defaults to the `project_id` set in the provider configuration.
|
162
|
-
:param str subdomain: The subdomain (or zone name) within the primary domain. This is a mandatory field.
|
161
|
+
:param builtins.str domain: The primary domain name where the DNS zone is located. This is a mandatory field.
|
162
|
+
:param builtins.str project_id: ). The ID of the Scaleway Project associated with the domain. If not specified, it defaults to the `project_id` set in the provider configuration.
|
163
|
+
:param builtins.str subdomain: The subdomain (or zone name) within the primary domain. This is a mandatory field.
|
163
164
|
"""
|
164
165
|
pulumi.log.warn("""get_domain_zone is deprecated: scaleway.index/getdomainzone.getDomainZone has been deprecated in favor of scaleway.domain/getzone.getZone""")
|
165
166
|
__args__ = dict()
|
@@ -180,16 +181,16 @@ def get_domain_zone(domain: Optional[str] = None,
|
|
180
181
|
status=pulumi.get(__ret__, 'status'),
|
181
182
|
subdomain=pulumi.get(__ret__, 'subdomain'),
|
182
183
|
updated_at=pulumi.get(__ret__, 'updated_at'))
|
183
|
-
def get_domain_zone_output(domain: Optional[pulumi.Input[Optional[str]]] = None,
|
184
|
-
project_id: Optional[pulumi.Input[Optional[str]]] = None,
|
185
|
-
subdomain: Optional[pulumi.Input[Optional[str]]] = None,
|
184
|
+
def get_domain_zone_output(domain: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
185
|
+
project_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
186
|
+
subdomain: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
186
187
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDomainZoneResult]:
|
187
188
|
"""
|
188
189
|
Use this data source to access information about an existing resource.
|
189
190
|
|
190
|
-
:param str domain: The primary domain name where the DNS zone is located. This is a mandatory field.
|
191
|
-
:param str project_id: ). The ID of the Scaleway Project associated with the domain. If not specified, it defaults to the `project_id` set in the provider configuration.
|
192
|
-
:param str subdomain: The subdomain (or zone name) within the primary domain. This is a mandatory field.
|
191
|
+
:param builtins.str domain: The primary domain name where the DNS zone is located. This is a mandatory field.
|
192
|
+
:param builtins.str project_id: ). The ID of the Scaleway Project associated with the domain. If not specified, it defaults to the `project_id` set in the provider configuration.
|
193
|
+
:param builtins.str subdomain: The subdomain (or zone name) within the primary domain. This is a mandatory field.
|
193
194
|
"""
|
194
195
|
pulumi.log.warn("""get_domain_zone is deprecated: scaleway.index/getdomainzone.getDomainZone has been deprecated in favor of scaleway.domain/getzone.getZone""")
|
195
196
|
__args__ = dict()
|