pulumiverse-scaleway 1.35.0a1759392423__py3-none-any.whl → 1.35.0a1760445454__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 +1 -1
- pulumiverse_scaleway/_inputs.py +2711 -2712
- pulumiverse_scaleway/account/__init__.py +1 -1
- pulumiverse_scaleway/account/get_availability_zones.py +11 -12
- pulumiverse_scaleway/account/get_project.py +27 -28
- pulumiverse_scaleway/account/get_projects.py +18 -19
- pulumiverse_scaleway/account/get_ssh_key.py +33 -34
- pulumiverse_scaleway/account/outputs.py +25 -26
- pulumiverse_scaleway/account/project.py +70 -71
- pulumiverse_scaleway/account/ssh_key.py +105 -106
- pulumiverse_scaleway/account_project.py +70 -71
- pulumiverse_scaleway/account_ssh_key.py +105 -106
- pulumiverse_scaleway/apple_silicon_server.py +216 -217
- pulumiverse_scaleway/applesilicon/__init__.py +1 -1
- pulumiverse_scaleway/applesilicon/_inputs.py +50 -51
- pulumiverse_scaleway/applesilicon/outputs.py +34 -35
- pulumiverse_scaleway/applesilicon/server.py +216 -217
- pulumiverse_scaleway/autoscaling/__init__.py +1 -1
- pulumiverse_scaleway/autoscaling/_inputs.py +130 -131
- pulumiverse_scaleway/autoscaling/instance_group.py +127 -128
- pulumiverse_scaleway/autoscaling/instance_policy.py +140 -141
- pulumiverse_scaleway/autoscaling/instance_template.py +235 -236
- pulumiverse_scaleway/autoscaling/outputs.py +88 -89
- pulumiverse_scaleway/baremetal_server.py +350 -351
- pulumiverse_scaleway/billing/__init__.py +1 -1
- pulumiverse_scaleway/billing/get_consumptions.py +14 -15
- pulumiverse_scaleway/billing/get_invoices.py +24 -25
- pulumiverse_scaleway/billing/outputs.py +95 -96
- pulumiverse_scaleway/block/__init__.py +1 -1
- pulumiverse_scaleway/block/_inputs.py +25 -26
- pulumiverse_scaleway/block/get_snapshot.py +37 -38
- pulumiverse_scaleway/block/get_volume.py +37 -38
- pulumiverse_scaleway/block/outputs.py +33 -34
- pulumiverse_scaleway/block/snapshot.py +92 -93
- pulumiverse_scaleway/block/volume.py +137 -138
- pulumiverse_scaleway/block_snapshot.py +92 -93
- pulumiverse_scaleway/block_volume.py +137 -138
- pulumiverse_scaleway/cockpit.py +48 -49
- pulumiverse_scaleway/cockpit_alert_manager.py +64 -65
- pulumiverse_scaleway/cockpit_grafana_user.py +70 -71
- pulumiverse_scaleway/cockpit_source.py +140 -141
- pulumiverse_scaleway/cockpit_token.py +82 -83
- pulumiverse_scaleway/config/__init__.py +1 -1
- pulumiverse_scaleway/config/__init__.pyi +1 -2
- pulumiverse_scaleway/config/vars.py +9 -10
- pulumiverse_scaleway/container.py +476 -477
- pulumiverse_scaleway/container_cron.py +95 -96
- pulumiverse_scaleway/container_domain.py +61 -62
- pulumiverse_scaleway/container_namespace.py +181 -182
- pulumiverse_scaleway/container_token.py +95 -96
- pulumiverse_scaleway/container_trigger.py +75 -76
- pulumiverse_scaleway/containers/__init__.py +1 -1
- pulumiverse_scaleway/containers/_inputs.py +86 -87
- pulumiverse_scaleway/containers/container.py +476 -477
- pulumiverse_scaleway/containers/cron.py +95 -96
- pulumiverse_scaleway/containers/domain.py +61 -62
- pulumiverse_scaleway/containers/get_container.py +79 -80
- pulumiverse_scaleway/containers/get_namespace.py +45 -46
- pulumiverse_scaleway/containers/namespace.py +181 -182
- pulumiverse_scaleway/containers/outputs.py +83 -84
- pulumiverse_scaleway/containers/token.py +95 -96
- pulumiverse_scaleway/containers/trigger.py +75 -76
- pulumiverse_scaleway/database.py +79 -80
- pulumiverse_scaleway/database_acl.py +38 -39
- pulumiverse_scaleway/database_backup.py +122 -123
- pulumiverse_scaleway/database_instance.py +374 -375
- pulumiverse_scaleway/database_privilege.py +86 -87
- pulumiverse_scaleway/database_read_replica.py +58 -59
- pulumiverse_scaleway/database_user.py +86 -87
- pulumiverse_scaleway/databases/__init__.py +1 -1
- pulumiverse_scaleway/databases/_inputs.py +227 -228
- pulumiverse_scaleway/databases/acl.py +38 -39
- pulumiverse_scaleway/databases/database.py +79 -80
- pulumiverse_scaleway/databases/database_backup.py +122 -123
- pulumiverse_scaleway/databases/get_acl.py +16 -17
- pulumiverse_scaleway/databases/get_database.py +25 -26
- pulumiverse_scaleway/databases/get_database_backup.py +45 -46
- pulumiverse_scaleway/databases/get_instance.py +72 -73
- pulumiverse_scaleway/databases/get_privilege.py +29 -30
- pulumiverse_scaleway/databases/instance.py +374 -375
- pulumiverse_scaleway/databases/outputs.py +247 -248
- pulumiverse_scaleway/databases/privilege.py +86 -87
- pulumiverse_scaleway/databases/read_replica.py +58 -59
- pulumiverse_scaleway/databases/serverless_database.py +95 -96
- pulumiverse_scaleway/databases/snapshot.py +123 -124
- pulumiverse_scaleway/databases/user.py +86 -87
- pulumiverse_scaleway/domain/__init__.py +1 -1
- pulumiverse_scaleway/domain/_inputs.py +660 -661
- pulumiverse_scaleway/domain/get_record.py +51 -52
- pulumiverse_scaleway/domain/get_zone.py +33 -34
- pulumiverse_scaleway/domain/outputs.py +500 -501
- pulumiverse_scaleway/domain/record.py +150 -151
- pulumiverse_scaleway/domain/registration.py +121 -122
- pulumiverse_scaleway/domain/zone.py +106 -107
- pulumiverse_scaleway/domain_record.py +150 -151
- pulumiverse_scaleway/domain_zone.py +106 -107
- pulumiverse_scaleway/edge_services_backend_stage.py +59 -60
- pulumiverse_scaleway/edge_services_cache_stage.py +158 -159
- pulumiverse_scaleway/edge_services_dns_stage.py +130 -131
- pulumiverse_scaleway/edge_services_head_stage.py +35 -36
- pulumiverse_scaleway/edge_services_pipeline.py +79 -80
- pulumiverse_scaleway/edge_services_plan.py +35 -36
- pulumiverse_scaleway/edge_services_route_stage.py +73 -74
- pulumiverse_scaleway/edge_services_tls_stage.py +150 -151
- pulumiverse_scaleway/edge_services_waf_stage.py +104 -105
- pulumiverse_scaleway/elasticmetal/__init__.py +1 -1
- pulumiverse_scaleway/elasticmetal/_inputs.py +146 -147
- pulumiverse_scaleway/elasticmetal/get_ip.py +41 -42
- pulumiverse_scaleway/elasticmetal/get_ips.py +30 -31
- pulumiverse_scaleway/elasticmetal/get_offer.py +40 -41
- pulumiverse_scaleway/elasticmetal/get_option.py +23 -24
- pulumiverse_scaleway/elasticmetal/get_os.py +27 -28
- pulumiverse_scaleway/elasticmetal/get_partition_schema.py +35 -36
- pulumiverse_scaleway/elasticmetal/get_server.py +69 -70
- pulumiverse_scaleway/elasticmetal/ip.py +165 -166
- pulumiverse_scaleway/elasticmetal/ip_mac_address.py +105 -106
- pulumiverse_scaleway/elasticmetal/outputs.py +312 -312
- pulumiverse_scaleway/elasticmetal/server.py +350 -351
- pulumiverse_scaleway/file_filesystem.py +131 -132
- pulumiverse_scaleway/flexible_ip.py +165 -166
- pulumiverse_scaleway/flexible_ip_mac_address.py +105 -106
- pulumiverse_scaleway/function.py +381 -382
- pulumiverse_scaleway/function_cron.py +95 -96
- pulumiverse_scaleway/function_domain.py +61 -62
- pulumiverse_scaleway/function_namespace.py +164 -165
- pulumiverse_scaleway/function_token.py +95 -96
- pulumiverse_scaleway/function_trigger.py +75 -76
- pulumiverse_scaleway/functions/__init__.py +1 -1
- pulumiverse_scaleway/functions/_inputs.py +49 -50
- pulumiverse_scaleway/functions/cron.py +95 -96
- pulumiverse_scaleway/functions/domain.py +61 -62
- pulumiverse_scaleway/functions/function.py +381 -382
- pulumiverse_scaleway/functions/get_function.py +73 -74
- pulumiverse_scaleway/functions/get_namespace.py +43 -44
- pulumiverse_scaleway/functions/namespace.py +164 -165
- pulumiverse_scaleway/functions/outputs.py +33 -34
- pulumiverse_scaleway/functions/token.py +95 -96
- pulumiverse_scaleway/functions/trigger.py +75 -76
- pulumiverse_scaleway/get_account_project.py +27 -28
- pulumiverse_scaleway/get_account_ssh_key.py +33 -34
- pulumiverse_scaleway/get_availability_zones.py +11 -12
- pulumiverse_scaleway/get_baremetal_offer.py +40 -41
- pulumiverse_scaleway/get_baremetal_option.py +23 -24
- pulumiverse_scaleway/get_baremetal_os.py +27 -28
- pulumiverse_scaleway/get_baremetal_server.py +69 -70
- pulumiverse_scaleway/get_billing_consumptions.py +14 -15
- pulumiverse_scaleway/get_billing_invoices.py +24 -25
- pulumiverse_scaleway/get_block_snapshot.py +37 -38
- pulumiverse_scaleway/get_block_volume.py +37 -38
- pulumiverse_scaleway/get_cockpit.py +15 -16
- pulumiverse_scaleway/get_cockpit_source.py +49 -50
- pulumiverse_scaleway/get_config.py +23 -24
- pulumiverse_scaleway/get_container.py +79 -80
- pulumiverse_scaleway/get_container_namespace.py +45 -46
- pulumiverse_scaleway/get_database.py +25 -26
- pulumiverse_scaleway/get_database_acl.py +16 -17
- pulumiverse_scaleway/get_database_backup.py +45 -46
- pulumiverse_scaleway/get_database_instance.py +72 -73
- pulumiverse_scaleway/get_database_privilege.py +29 -30
- pulumiverse_scaleway/get_domain_record.py +51 -52
- pulumiverse_scaleway/get_domain_zone.py +33 -34
- pulumiverse_scaleway/get_flexible_ip.py +41 -42
- pulumiverse_scaleway/get_flexible_ips.py +30 -31
- pulumiverse_scaleway/get_function.py +73 -74
- pulumiverse_scaleway/get_function_namespace.py +43 -44
- pulumiverse_scaleway/get_iam_api_key.py +27 -28
- pulumiverse_scaleway/get_iam_application.py +31 -32
- pulumiverse_scaleway/get_iam_group.py +35 -36
- pulumiverse_scaleway/get_iam_ssh_key.py +33 -34
- pulumiverse_scaleway/get_iam_user.py +27 -28
- pulumiverse_scaleway/get_instance_image.py +57 -58
- pulumiverse_scaleway/get_instance_ip.py +29 -30
- pulumiverse_scaleway/get_instance_placement_group.py +37 -38
- pulumiverse_scaleway/get_instance_private_nic.py +40 -41
- pulumiverse_scaleway/get_instance_security_group.py +45 -46
- pulumiverse_scaleway/get_instance_server.py +81 -82
- pulumiverse_scaleway/get_instance_servers.py +30 -31
- pulumiverse_scaleway/get_instance_snapshot.py +40 -41
- pulumiverse_scaleway/get_instance_volume.py +41 -42
- pulumiverse_scaleway/get_iot_device.py +45 -46
- pulumiverse_scaleway/get_iot_hub.py +59 -60
- pulumiverse_scaleway/get_ipam_ip.py +64 -65
- pulumiverse_scaleway/get_ipam_ips.py +55 -56
- pulumiverse_scaleway/get_k8s_version.py +21 -22
- pulumiverse_scaleway/get_kubernetes_cluster.py +63 -64
- pulumiverse_scaleway/get_kubernetes_node_pool.py +75 -76
- pulumiverse_scaleway/get_lb_acls.py +28 -29
- pulumiverse_scaleway/get_lb_backend.py +74 -75
- pulumiverse_scaleway/get_lb_backends.py +28 -29
- pulumiverse_scaleway/get_lb_frontend.py +44 -45
- pulumiverse_scaleway/get_lb_frontends.py +28 -29
- pulumiverse_scaleway/get_lb_ips.py +36 -37
- pulumiverse_scaleway/get_lb_route.py +25 -26
- pulumiverse_scaleway/get_lb_routes.py +22 -23
- pulumiverse_scaleway/get_lbs.py +30 -31
- pulumiverse_scaleway/get_loadbalancer.py +55 -56
- pulumiverse_scaleway/get_loadbalancer_certificate.py +35 -36
- pulumiverse_scaleway/get_loadbalancer_ip.py +39 -40
- pulumiverse_scaleway/get_marketplace_image.py +27 -28
- pulumiverse_scaleway/get_mnq_sns.py +17 -18
- pulumiverse_scaleway/get_mnq_sqs.py +17 -18
- pulumiverse_scaleway/get_mongo_db_instance.py +62 -63
- pulumiverse_scaleway/get_object_bucket.py +34 -35
- pulumiverse_scaleway/get_object_bucket_policy.py +21 -22
- pulumiverse_scaleway/get_redis_cluster.py +53 -54
- pulumiverse_scaleway/get_registry_image.py +47 -48
- pulumiverse_scaleway/get_registry_image_tag.py +43 -44
- pulumiverse_scaleway/get_registry_namespace.py +35 -36
- pulumiverse_scaleway/get_secret.py +57 -58
- pulumiverse_scaleway/get_secret_version.py +45 -46
- pulumiverse_scaleway/get_tem_domain.py +102 -70
- pulumiverse_scaleway/get_vpc.py +47 -48
- pulumiverse_scaleway/get_vpc_gateway_network.py +43 -44
- pulumiverse_scaleway/get_vpc_private_network.py +47 -48
- pulumiverse_scaleway/get_vpc_public_gateway.py +55 -56
- pulumiverse_scaleway/get_vpc_public_gateway_dhcp.py +43 -44
- pulumiverse_scaleway/get_vpc_public_gateway_dhcp_reservation.py +43 -44
- pulumiverse_scaleway/get_vpc_public_gateway_ip.py +23 -24
- pulumiverse_scaleway/get_vpc_public_pat_rule.py +31 -32
- pulumiverse_scaleway/get_vpc_routes.py +46 -47
- pulumiverse_scaleway/get_vpcs.py +30 -31
- pulumiverse_scaleway/get_web_host_offer.py +33 -34
- pulumiverse_scaleway/get_webhosting.py +57 -58
- pulumiverse_scaleway/hosting/__init__.py +1 -1
- pulumiverse_scaleway/hosting/_inputs.py +80 -81
- pulumiverse_scaleway/hosting/get_hosting.py +57 -58
- pulumiverse_scaleway/hosting/get_offer.py +33 -34
- pulumiverse_scaleway/hosting/hosting.py +209 -210
- pulumiverse_scaleway/hosting/outputs.py +211 -212
- pulumiverse_scaleway/iam/__init__.py +1 -1
- pulumiverse_scaleway/iam/_inputs.py +25 -26
- pulumiverse_scaleway/iam/api_key.py +140 -141
- pulumiverse_scaleway/iam/application.py +96 -97
- pulumiverse_scaleway/iam/get_api_key.py +27 -28
- pulumiverse_scaleway/iam/get_application.py +31 -32
- pulumiverse_scaleway/iam/get_group.py +35 -36
- pulumiverse_scaleway/iam/get_ssh_key.py +33 -34
- pulumiverse_scaleway/iam/get_user.py +27 -28
- pulumiverse_scaleway/iam/group.py +138 -139
- pulumiverse_scaleway/iam/group_membership.py +52 -53
- pulumiverse_scaleway/iam/outputs.py +17 -18
- pulumiverse_scaleway/iam/policy.py +167 -168
- pulumiverse_scaleway/iam/ssh_key.py +105 -106
- pulumiverse_scaleway/iam/user.py +269 -270
- pulumiverse_scaleway/iam_api_key.py +140 -141
- pulumiverse_scaleway/iam_application.py +96 -97
- pulumiverse_scaleway/iam_group.py +138 -139
- pulumiverse_scaleway/iam_group_membership.py +52 -53
- pulumiverse_scaleway/iam_policy.py +167 -168
- pulumiverse_scaleway/iam_ssh_key.py +105 -106
- pulumiverse_scaleway/iam_user.py +269 -270
- pulumiverse_scaleway/inference/__init__.py +1 -1
- pulumiverse_scaleway/inference/_inputs.py +86 -87
- pulumiverse_scaleway/inference/deployment.py +225 -226
- pulumiverse_scaleway/inference/get_model.py +42 -43
- pulumiverse_scaleway/inference/model.py +160 -161
- pulumiverse_scaleway/inference/outputs.py +75 -76
- pulumiverse_scaleway/inference_deployment.py +225 -226
- pulumiverse_scaleway/instance/__init__.py +2 -1
- pulumiverse_scaleway/instance/_inputs.py +381 -382
- pulumiverse_scaleway/instance/get_image.py +57 -58
- pulumiverse_scaleway/instance/get_ip.py +29 -30
- pulumiverse_scaleway/instance/get_placement_group.py +37 -38
- pulumiverse_scaleway/instance/get_private_nic.py +40 -41
- pulumiverse_scaleway/instance/get_security_group.py +45 -46
- pulumiverse_scaleway/instance/get_server.py +81 -82
- pulumiverse_scaleway/instance/get_server_type.py +271 -0
- pulumiverse_scaleway/instance/get_servers.py +30 -31
- pulumiverse_scaleway/instance/get_snapshot.py +40 -41
- pulumiverse_scaleway/instance/get_volume.py +41 -42
- pulumiverse_scaleway/instance/image.py +184 -185
- pulumiverse_scaleway/instance/ip.py +114 -115
- pulumiverse_scaleway/instance/ip_reverse_dns.py +52 -53
- pulumiverse_scaleway/instance/outputs.py +660 -515
- pulumiverse_scaleway/instance/placement_group.py +121 -122
- pulumiverse_scaleway/instance/private_nic.py +115 -116
- pulumiverse_scaleway/instance/security_group.py +186 -187
- pulumiverse_scaleway/instance/security_group_rules.py +24 -25
- pulumiverse_scaleway/instance/server.py +433 -434
- pulumiverse_scaleway/instance/snapshot.py +133 -162
- pulumiverse_scaleway/instance/user_data.py +69 -70
- pulumiverse_scaleway/instance/volume.py +155 -177
- pulumiverse_scaleway/instance_image.py +184 -185
- pulumiverse_scaleway/instance_ip.py +114 -115
- pulumiverse_scaleway/instance_ip_reverse_dns.py +52 -53
- pulumiverse_scaleway/instance_placement_group.py +121 -122
- pulumiverse_scaleway/instance_private_nic.py +115 -116
- pulumiverse_scaleway/instance_security_group.py +186 -187
- pulumiverse_scaleway/instance_security_group_rules.py +24 -25
- pulumiverse_scaleway/instance_server.py +433 -434
- pulumiverse_scaleway/instance_snapshot.py +133 -162
- pulumiverse_scaleway/instance_user_data.py +69 -70
- pulumiverse_scaleway/instance_volume.py +155 -177
- pulumiverse_scaleway/iot/__init__.py +1 -1
- pulumiverse_scaleway/iot/_inputs.py +118 -119
- pulumiverse_scaleway/iot/device.py +154 -155
- pulumiverse_scaleway/iot/get_device.py +45 -46
- pulumiverse_scaleway/iot/get_hub.py +59 -60
- pulumiverse_scaleway/iot/hub.py +252 -253
- pulumiverse_scaleway/iot/network.py +113 -114
- pulumiverse_scaleway/iot/outputs.py +106 -107
- pulumiverse_scaleway/iot/route.py +87 -88
- pulumiverse_scaleway/iot_device.py +154 -155
- pulumiverse_scaleway/iot_hub.py +252 -253
- pulumiverse_scaleway/iot_network.py +113 -114
- pulumiverse_scaleway/iot_route.py +87 -88
- pulumiverse_scaleway/ipam/__init__.py +1 -1
- pulumiverse_scaleway/ipam/_inputs.py +103 -104
- pulumiverse_scaleway/ipam/get_ip.py +64 -65
- pulumiverse_scaleway/ipam/get_ips.py +55 -56
- pulumiverse_scaleway/ipam/ip.py +123 -124
- pulumiverse_scaleway/ipam/ip_reverse_dns.py +69 -70
- pulumiverse_scaleway/ipam/outputs.py +119 -120
- pulumiverse_scaleway/ipam_ip.py +123 -124
- pulumiverse_scaleway/ipam_ip_reverse_dns.py +69 -70
- pulumiverse_scaleway/job/__init__.py +1 -1
- pulumiverse_scaleway/job/_inputs.py +44 -45
- pulumiverse_scaleway/job/definition.py +177 -178
- pulumiverse_scaleway/job/outputs.py +30 -31
- pulumiverse_scaleway/job_definition.py +177 -178
- pulumiverse_scaleway/key_manager_key.py +203 -204
- pulumiverse_scaleway/kubernetes/__init__.py +1 -1
- pulumiverse_scaleway/kubernetes/_inputs.py +227 -228
- pulumiverse_scaleway/kubernetes/acl.py +55 -56
- pulumiverse_scaleway/kubernetes/cluster.py +296 -297
- pulumiverse_scaleway/kubernetes/get_cluster.py +63 -64
- pulumiverse_scaleway/kubernetes/get_pool.py +75 -76
- pulumiverse_scaleway/kubernetes/get_version.py +21 -22
- pulumiverse_scaleway/kubernetes/outputs.py +288 -289
- pulumiverse_scaleway/kubernetes/pool.py +374 -375
- pulumiverse_scaleway/kubernetes_cluster.py +296 -297
- pulumiverse_scaleway/kubernetes_node_pool.py +374 -375
- pulumiverse_scaleway/loadbalancer.py +246 -247
- pulumiverse_scaleway/loadbalancer_acl.py +93 -94
- pulumiverse_scaleway/loadbalancer_backend.py +493 -487
- pulumiverse_scaleway/loadbalancer_certificate.py +95 -96
- pulumiverse_scaleway/loadbalancer_frontend.py +201 -202
- pulumiverse_scaleway/loadbalancer_ip.py +122 -123
- pulumiverse_scaleway/loadbalancer_route.py +121 -122
- pulumiverse_scaleway/loadbalancers/__init__.py +1 -1
- pulumiverse_scaleway/loadbalancers/_inputs.py +273 -274
- pulumiverse_scaleway/loadbalancers/acl.py +93 -94
- pulumiverse_scaleway/loadbalancers/backend.py +493 -487
- pulumiverse_scaleway/loadbalancers/certificate.py +95 -96
- pulumiverse_scaleway/loadbalancers/frontend.py +201 -202
- pulumiverse_scaleway/loadbalancers/get_acls.py +28 -29
- pulumiverse_scaleway/loadbalancers/get_backend.py +74 -75
- pulumiverse_scaleway/loadbalancers/get_backends.py +28 -29
- pulumiverse_scaleway/loadbalancers/get_certificate.py +35 -36
- pulumiverse_scaleway/loadbalancers/get_frontend.py +44 -45
- pulumiverse_scaleway/loadbalancers/get_frontends.py +28 -29
- pulumiverse_scaleway/loadbalancers/get_ip.py +39 -40
- pulumiverse_scaleway/loadbalancers/get_ips.py +36 -37
- pulumiverse_scaleway/loadbalancers/get_load_balancer.py +55 -56
- pulumiverse_scaleway/loadbalancers/get_load_balancers.py +30 -31
- pulumiverse_scaleway/loadbalancers/get_route.py +25 -26
- pulumiverse_scaleway/loadbalancers/get_routes.py +22 -23
- pulumiverse_scaleway/loadbalancers/ip.py +122 -123
- pulumiverse_scaleway/loadbalancers/load_balancer.py +246 -247
- pulumiverse_scaleway/loadbalancers/outputs.py +748 -745
- pulumiverse_scaleway/loadbalancers/route.py +121 -122
- pulumiverse_scaleway/mnq/__init__.py +1 -1
- pulumiverse_scaleway/mnq/_inputs.py +49 -50
- pulumiverse_scaleway/mnq/get_sns.py +17 -18
- pulumiverse_scaleway/mnq/get_sqs.py +17 -18
- pulumiverse_scaleway/mnq/nats_account.py +61 -62
- pulumiverse_scaleway/mnq/nats_credentials.py +61 -62
- pulumiverse_scaleway/mnq/outputs.py +33 -34
- pulumiverse_scaleway/mnq/sns.py +44 -45
- pulumiverse_scaleway/mnq/sns_credentials.py +73 -74
- pulumiverse_scaleway/mnq/sns_topic.py +172 -173
- pulumiverse_scaleway/mnq/sns_topic_subscription.py +180 -181
- pulumiverse_scaleway/mnq/sqs.py +44 -45
- pulumiverse_scaleway/mnq/sqs_credentials.py +73 -74
- pulumiverse_scaleway/mnq/sqs_queue.py +243 -244
- pulumiverse_scaleway/mnq_nats_account.py +61 -62
- pulumiverse_scaleway/mnq_nats_credentials.py +61 -62
- pulumiverse_scaleway/mnq_sns.py +44 -45
- pulumiverse_scaleway/mnq_sns_credentials.py +73 -74
- pulumiverse_scaleway/mnq_sns_topic.py +172 -173
- pulumiverse_scaleway/mnq_sns_topic_subscription.py +180 -181
- pulumiverse_scaleway/mnq_sqs.py +44 -45
- pulumiverse_scaleway/mnq_sqs_credentials.py +73 -74
- pulumiverse_scaleway/mnq_sqs_queue.py +243 -244
- pulumiverse_scaleway/mongo_db_instance.py +309 -310
- pulumiverse_scaleway/mongo_db_snapshot.py +123 -124
- pulumiverse_scaleway/mongodb/__init__.py +1 -1
- pulumiverse_scaleway/mongodb/_inputs.py +80 -81
- pulumiverse_scaleway/mongodb/get_instance.py +62 -63
- pulumiverse_scaleway/mongodb/instance.py +309 -310
- pulumiverse_scaleway/mongodb/outputs.py +95 -96
- pulumiverse_scaleway/mongodb/snapshot.py +123 -124
- pulumiverse_scaleway/mongodb/user.py +72 -73
- pulumiverse_scaleway/network/__init__.py +1 -1
- pulumiverse_scaleway/network/_inputs.py +166 -167
- pulumiverse_scaleway/network/acl.py +72 -73
- pulumiverse_scaleway/network/gateway_network.py +179 -180
- pulumiverse_scaleway/network/get_gateway_network.py +43 -44
- pulumiverse_scaleway/network/get_private_network.py +47 -48
- pulumiverse_scaleway/network/get_public_gateway.py +55 -56
- pulumiverse_scaleway/network/get_public_gateway_dhcp.py +43 -44
- pulumiverse_scaleway/network/get_public_gateway_dhcp_reservation.py +43 -44
- pulumiverse_scaleway/network/get_public_gateway_ip.py +23 -24
- pulumiverse_scaleway/network/get_public_gateway_pat_rule.py +31 -32
- pulumiverse_scaleway/network/get_routes.py +46 -47
- pulumiverse_scaleway/network/get_vpc.py +47 -48
- pulumiverse_scaleway/network/get_vpcs.py +30 -31
- pulumiverse_scaleway/network/outputs.py +288 -287
- pulumiverse_scaleway/network/private_network.py +170 -171
- pulumiverse_scaleway/network/public_gateway.py +259 -260
- pulumiverse_scaleway/network/public_gateway_dhcp.py +283 -284
- pulumiverse_scaleway/network/public_gateway_dhcp_reservation.py +105 -106
- pulumiverse_scaleway/network/public_gateway_ip.py +105 -106
- pulumiverse_scaleway/network/public_gateway_ip_reverse_dns.py +52 -53
- pulumiverse_scaleway/network/public_gateway_pat_rule.py +130 -131
- pulumiverse_scaleway/network/route.py +138 -139
- pulumiverse_scaleway/network/vpc.py +139 -140
- pulumiverse_scaleway/object/__init__.py +1 -1
- pulumiverse_scaleway/object/_inputs.py +164 -165
- pulumiverse_scaleway/object/bucket.py +147 -148
- pulumiverse_scaleway/object/bucket_acl.py +89 -90
- pulumiverse_scaleway/object/bucket_lock_configuration.py +55 -56
- pulumiverse_scaleway/object/bucket_policy.py +69 -70
- pulumiverse_scaleway/object/bucket_website_configuration.py +76 -77
- pulumiverse_scaleway/object/get_bucket.py +34 -35
- pulumiverse_scaleway/object/get_bucket_policy.py +21 -22
- pulumiverse_scaleway/object/item.py +239 -240
- pulumiverse_scaleway/object/outputs.py +171 -172
- pulumiverse_scaleway/object_bucket.py +147 -148
- pulumiverse_scaleway/object_bucket_acl.py +89 -90
- pulumiverse_scaleway/object_bucket_lock_configuration.py +55 -56
- pulumiverse_scaleway/object_bucket_policy.py +69 -70
- pulumiverse_scaleway/object_bucket_website_configuration.py +76 -77
- pulumiverse_scaleway/object_item.py +239 -240
- pulumiverse_scaleway/observability/__init__.py +1 -1
- pulumiverse_scaleway/observability/_inputs.py +105 -106
- pulumiverse_scaleway/observability/alert_manager.py +64 -65
- pulumiverse_scaleway/observability/cockpit.py +48 -49
- pulumiverse_scaleway/observability/get_instance.py +15 -16
- pulumiverse_scaleway/observability/get_source.py +49 -50
- pulumiverse_scaleway/observability/get_sources.py +46 -47
- pulumiverse_scaleway/observability/grafana_user.py +70 -71
- pulumiverse_scaleway/observability/outputs.py +149 -150
- pulumiverse_scaleway/observability/source.py +140 -141
- pulumiverse_scaleway/observability/token.py +82 -83
- pulumiverse_scaleway/outputs.py +3886 -3879
- pulumiverse_scaleway/provider.py +82 -83
- pulumiverse_scaleway/pulumi-plugin.json +1 -1
- pulumiverse_scaleway/rdb_snapshot.py +123 -124
- pulumiverse_scaleway/redis/__init__.py +1 -1
- pulumiverse_scaleway/redis/_inputs.py +86 -87
- pulumiverse_scaleway/redis/cluster.py +227 -228
- pulumiverse_scaleway/redis/get_cluster.py +53 -54
- pulumiverse_scaleway/redis/outputs.py +115 -116
- pulumiverse_scaleway/redis_cluster.py +227 -228
- pulumiverse_scaleway/registry/__init__.py +1 -1
- pulumiverse_scaleway/registry/get_image.py +47 -48
- pulumiverse_scaleway/registry/get_image_tag.py +43 -44
- pulumiverse_scaleway/registry/get_namespace.py +35 -36
- pulumiverse_scaleway/registry/namespace.py +104 -105
- pulumiverse_scaleway/registry_namespace.py +104 -105
- pulumiverse_scaleway/sdb_database.py +95 -96
- pulumiverse_scaleway/secret.py +178 -179
- pulumiverse_scaleway/secret_version.py +105 -106
- pulumiverse_scaleway/secrets/__init__.py +1 -1
- pulumiverse_scaleway/secrets/_inputs.py +62 -63
- pulumiverse_scaleway/secrets/get_secret.py +57 -58
- pulumiverse_scaleway/secrets/get_version.py +45 -46
- pulumiverse_scaleway/secrets/outputs.py +83 -84
- pulumiverse_scaleway/secrets/secret.py +178 -179
- pulumiverse_scaleway/secrets/version.py +105 -106
- pulumiverse_scaleway/tem/__init__.py +1 -1
- pulumiverse_scaleway/tem/_inputs.py +32 -33
- pulumiverse_scaleway/tem/blocked_list.py +103 -104
- pulumiverse_scaleway/tem/domain.py +340 -257
- pulumiverse_scaleway/tem/domain_validation.py +61 -62
- pulumiverse_scaleway/tem/get_domain.py +102 -70
- pulumiverse_scaleway/tem/get_offer_subscription.py +33 -34
- pulumiverse_scaleway/tem/outputs.py +43 -44
- pulumiverse_scaleway/tem/webhook.py +130 -131
- pulumiverse_scaleway/tem_domain.py +340 -257
- pulumiverse_scaleway/tem_domain_validation.py +61 -62
- pulumiverse_scaleway/tem_webhook.py +130 -131
- pulumiverse_scaleway/vpc.py +139 -140
- pulumiverse_scaleway/vpc_gateway_network.py +179 -180
- pulumiverse_scaleway/vpc_private_network.py +170 -171
- pulumiverse_scaleway/vpc_public_gateway.py +259 -260
- pulumiverse_scaleway/vpc_public_gateway_dhcp.py +283 -284
- pulumiverse_scaleway/vpc_public_gateway_dhcp_reservation.py +105 -106
- pulumiverse_scaleway/vpc_public_gateway_ip.py +105 -106
- pulumiverse_scaleway/vpc_public_gateway_ip_reverse_dns.py +52 -53
- pulumiverse_scaleway/vpc_public_gateway_pat_rule.py +130 -131
- pulumiverse_scaleway/vpc_route.py +138 -139
- pulumiverse_scaleway/webhosting.py +209 -210
- {pulumiverse_scaleway-1.35.0a1759392423.dist-info → pulumiverse_scaleway-1.35.0a1760445454.dist-info}/METADATA +1 -1
- pulumiverse_scaleway-1.35.0a1760445454.dist-info/RECORD +500 -0
- pulumiverse_scaleway-1.35.0a1759392423.dist-info/RECORD +0 -499
- {pulumiverse_scaleway-1.35.0a1759392423.dist-info → pulumiverse_scaleway-1.35.0a1760445454.dist-info}/WHEEL +0 -0
- {pulumiverse_scaleway-1.35.0a1759392423.dist-info → pulumiverse_scaleway-1.35.0a1760445454.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
|
|
2
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
|
6
|
-
import copy
|
5
|
+
import builtins as _builtins
|
7
6
|
import warnings
|
8
7
|
import sys
|
9
8
|
import pulumi
|
@@ -20,20 +19,20 @@ __all__ = ['EdgeServicesDnsStageArgs', 'EdgeServicesDnsStage']
|
|
20
19
|
@pulumi.input_type
|
21
20
|
class EdgeServicesDnsStageArgs:
|
22
21
|
def __init__(__self__, *,
|
23
|
-
pipeline_id: pulumi.Input[
|
24
|
-
backend_stage_id: Optional[pulumi.Input[
|
25
|
-
cache_stage_id: Optional[pulumi.Input[
|
26
|
-
fqdns: Optional[pulumi.Input[Sequence[pulumi.Input[
|
27
|
-
project_id: Optional[pulumi.Input[
|
28
|
-
tls_stage_id: Optional[pulumi.Input[
|
22
|
+
pipeline_id: pulumi.Input[_builtins.str],
|
23
|
+
backend_stage_id: Optional[pulumi.Input[_builtins.str]] = None,
|
24
|
+
cache_stage_id: Optional[pulumi.Input[_builtins.str]] = None,
|
25
|
+
fqdns: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
26
|
+
project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
27
|
+
tls_stage_id: Optional[pulumi.Input[_builtins.str]] = None):
|
29
28
|
"""
|
30
29
|
The set of arguments for constructing a EdgeServicesDnsStage resource.
|
31
|
-
:param pulumi.Input[
|
32
|
-
:param pulumi.Input[
|
33
|
-
:param pulumi.Input[
|
34
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
35
|
-
:param pulumi.Input[
|
36
|
-
:param pulumi.Input[
|
30
|
+
:param pulumi.Input[_builtins.str] pipeline_id: The ID of the pipeline.
|
31
|
+
:param pulumi.Input[_builtins.str] backend_stage_id: The backend stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
32
|
+
:param pulumi.Input[_builtins.str] cache_stage_id: The cache stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
33
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] fqdns: Fully Qualified Domain Name (in the format subdomain.example.com) to attach to the stage.
|
34
|
+
:param pulumi.Input[_builtins.str] project_id: `project_id`) The ID of the project the DNS stage is associated with.
|
35
|
+
:param pulumi.Input[_builtins.str] tls_stage_id: The TLS stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
37
36
|
"""
|
38
37
|
pulumi.set(__self__, "pipeline_id", pipeline_id)
|
39
38
|
if backend_stage_id is not None:
|
@@ -47,102 +46,102 @@ class EdgeServicesDnsStageArgs:
|
|
47
46
|
if tls_stage_id is not None:
|
48
47
|
pulumi.set(__self__, "tls_stage_id", tls_stage_id)
|
49
48
|
|
50
|
-
@property
|
49
|
+
@_builtins.property
|
51
50
|
@pulumi.getter(name="pipelineId")
|
52
|
-
def pipeline_id(self) -> pulumi.Input[
|
51
|
+
def pipeline_id(self) -> pulumi.Input[_builtins.str]:
|
53
52
|
"""
|
54
53
|
The ID of the pipeline.
|
55
54
|
"""
|
56
55
|
return pulumi.get(self, "pipeline_id")
|
57
56
|
|
58
57
|
@pipeline_id.setter
|
59
|
-
def pipeline_id(self, value: pulumi.Input[
|
58
|
+
def pipeline_id(self, value: pulumi.Input[_builtins.str]):
|
60
59
|
pulumi.set(self, "pipeline_id", value)
|
61
60
|
|
62
|
-
@property
|
61
|
+
@_builtins.property
|
63
62
|
@pulumi.getter(name="backendStageId")
|
64
|
-
def backend_stage_id(self) -> Optional[pulumi.Input[
|
63
|
+
def backend_stage_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
65
64
|
"""
|
66
65
|
The backend stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
67
66
|
"""
|
68
67
|
return pulumi.get(self, "backend_stage_id")
|
69
68
|
|
70
69
|
@backend_stage_id.setter
|
71
|
-
def backend_stage_id(self, value: Optional[pulumi.Input[
|
70
|
+
def backend_stage_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
72
71
|
pulumi.set(self, "backend_stage_id", value)
|
73
72
|
|
74
|
-
@property
|
73
|
+
@_builtins.property
|
75
74
|
@pulumi.getter(name="cacheStageId")
|
76
|
-
def cache_stage_id(self) -> Optional[pulumi.Input[
|
75
|
+
def cache_stage_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
77
76
|
"""
|
78
77
|
The cache stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
79
78
|
"""
|
80
79
|
return pulumi.get(self, "cache_stage_id")
|
81
80
|
|
82
81
|
@cache_stage_id.setter
|
83
|
-
def cache_stage_id(self, value: Optional[pulumi.Input[
|
82
|
+
def cache_stage_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
84
83
|
pulumi.set(self, "cache_stage_id", value)
|
85
84
|
|
86
|
-
@property
|
85
|
+
@_builtins.property
|
87
86
|
@pulumi.getter
|
88
|
-
def fqdns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
87
|
+
def fqdns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
89
88
|
"""
|
90
89
|
Fully Qualified Domain Name (in the format subdomain.example.com) to attach to the stage.
|
91
90
|
"""
|
92
91
|
return pulumi.get(self, "fqdns")
|
93
92
|
|
94
93
|
@fqdns.setter
|
95
|
-
def fqdns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
94
|
+
def fqdns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
96
95
|
pulumi.set(self, "fqdns", value)
|
97
96
|
|
98
|
-
@property
|
97
|
+
@_builtins.property
|
99
98
|
@pulumi.getter(name="projectId")
|
100
|
-
def project_id(self) -> Optional[pulumi.Input[
|
99
|
+
def project_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
101
100
|
"""
|
102
101
|
`project_id`) The ID of the project the DNS stage is associated with.
|
103
102
|
"""
|
104
103
|
return pulumi.get(self, "project_id")
|
105
104
|
|
106
105
|
@project_id.setter
|
107
|
-
def project_id(self, value: Optional[pulumi.Input[
|
106
|
+
def project_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
108
107
|
pulumi.set(self, "project_id", value)
|
109
108
|
|
110
|
-
@property
|
109
|
+
@_builtins.property
|
111
110
|
@pulumi.getter(name="tlsStageId")
|
112
|
-
def tls_stage_id(self) -> Optional[pulumi.Input[
|
111
|
+
def tls_stage_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
113
112
|
"""
|
114
113
|
The TLS stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
115
114
|
"""
|
116
115
|
return pulumi.get(self, "tls_stage_id")
|
117
116
|
|
118
117
|
@tls_stage_id.setter
|
119
|
-
def tls_stage_id(self, value: Optional[pulumi.Input[
|
118
|
+
def tls_stage_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
120
119
|
pulumi.set(self, "tls_stage_id", value)
|
121
120
|
|
122
121
|
|
123
122
|
@pulumi.input_type
|
124
123
|
class _EdgeServicesDnsStageState:
|
125
124
|
def __init__(__self__, *,
|
126
|
-
backend_stage_id: Optional[pulumi.Input[
|
127
|
-
cache_stage_id: Optional[pulumi.Input[
|
128
|
-
created_at: Optional[pulumi.Input[
|
129
|
-
fqdns: Optional[pulumi.Input[Sequence[pulumi.Input[
|
130
|
-
pipeline_id: Optional[pulumi.Input[
|
131
|
-
project_id: Optional[pulumi.Input[
|
132
|
-
tls_stage_id: Optional[pulumi.Input[
|
133
|
-
type: Optional[pulumi.Input[
|
134
|
-
updated_at: Optional[pulumi.Input[
|
125
|
+
backend_stage_id: Optional[pulumi.Input[_builtins.str]] = None,
|
126
|
+
cache_stage_id: Optional[pulumi.Input[_builtins.str]] = None,
|
127
|
+
created_at: Optional[pulumi.Input[_builtins.str]] = None,
|
128
|
+
fqdns: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
129
|
+
pipeline_id: Optional[pulumi.Input[_builtins.str]] = None,
|
130
|
+
project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
131
|
+
tls_stage_id: Optional[pulumi.Input[_builtins.str]] = None,
|
132
|
+
type: Optional[pulumi.Input[_builtins.str]] = None,
|
133
|
+
updated_at: Optional[pulumi.Input[_builtins.str]] = None):
|
135
134
|
"""
|
136
135
|
Input properties used for looking up and filtering EdgeServicesDnsStage resources.
|
137
|
-
:param pulumi.Input[
|
138
|
-
:param pulumi.Input[
|
139
|
-
:param pulumi.Input[
|
140
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
141
|
-
:param pulumi.Input[
|
142
|
-
:param pulumi.Input[
|
143
|
-
:param pulumi.Input[
|
144
|
-
:param pulumi.Input[
|
145
|
-
:param pulumi.Input[
|
136
|
+
:param pulumi.Input[_builtins.str] backend_stage_id: The backend stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
137
|
+
:param pulumi.Input[_builtins.str] cache_stage_id: The cache stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
138
|
+
:param pulumi.Input[_builtins.str] created_at: The date and time of the creation of the DNS stage.
|
139
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] fqdns: Fully Qualified Domain Name (in the format subdomain.example.com) to attach to the stage.
|
140
|
+
:param pulumi.Input[_builtins.str] pipeline_id: The ID of the pipeline.
|
141
|
+
:param pulumi.Input[_builtins.str] project_id: `project_id`) The ID of the project the DNS stage is associated with.
|
142
|
+
:param pulumi.Input[_builtins.str] tls_stage_id: The TLS stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
143
|
+
:param pulumi.Input[_builtins.str] type: The type of the stage.
|
144
|
+
:param pulumi.Input[_builtins.str] updated_at: The date and time of the last update of the DNS stage.
|
146
145
|
"""
|
147
146
|
if backend_stage_id is not None:
|
148
147
|
pulumi.set(__self__, "backend_stage_id", backend_stage_id)
|
@@ -163,112 +162,112 @@ class _EdgeServicesDnsStageState:
|
|
163
162
|
if updated_at is not None:
|
164
163
|
pulumi.set(__self__, "updated_at", updated_at)
|
165
164
|
|
166
|
-
@property
|
165
|
+
@_builtins.property
|
167
166
|
@pulumi.getter(name="backendStageId")
|
168
|
-
def backend_stage_id(self) -> Optional[pulumi.Input[
|
167
|
+
def backend_stage_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
169
168
|
"""
|
170
169
|
The backend stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
171
170
|
"""
|
172
171
|
return pulumi.get(self, "backend_stage_id")
|
173
172
|
|
174
173
|
@backend_stage_id.setter
|
175
|
-
def backend_stage_id(self, value: Optional[pulumi.Input[
|
174
|
+
def backend_stage_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
176
175
|
pulumi.set(self, "backend_stage_id", value)
|
177
176
|
|
178
|
-
@property
|
177
|
+
@_builtins.property
|
179
178
|
@pulumi.getter(name="cacheStageId")
|
180
|
-
def cache_stage_id(self) -> Optional[pulumi.Input[
|
179
|
+
def cache_stage_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
181
180
|
"""
|
182
181
|
The cache stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
183
182
|
"""
|
184
183
|
return pulumi.get(self, "cache_stage_id")
|
185
184
|
|
186
185
|
@cache_stage_id.setter
|
187
|
-
def cache_stage_id(self, value: Optional[pulumi.Input[
|
186
|
+
def cache_stage_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
188
187
|
pulumi.set(self, "cache_stage_id", value)
|
189
188
|
|
190
|
-
@property
|
189
|
+
@_builtins.property
|
191
190
|
@pulumi.getter(name="createdAt")
|
192
|
-
def created_at(self) -> Optional[pulumi.Input[
|
191
|
+
def created_at(self) -> Optional[pulumi.Input[_builtins.str]]:
|
193
192
|
"""
|
194
193
|
The date and time of the creation of the DNS stage.
|
195
194
|
"""
|
196
195
|
return pulumi.get(self, "created_at")
|
197
196
|
|
198
197
|
@created_at.setter
|
199
|
-
def created_at(self, value: Optional[pulumi.Input[
|
198
|
+
def created_at(self, value: Optional[pulumi.Input[_builtins.str]]):
|
200
199
|
pulumi.set(self, "created_at", value)
|
201
200
|
|
202
|
-
@property
|
201
|
+
@_builtins.property
|
203
202
|
@pulumi.getter
|
204
|
-
def fqdns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
203
|
+
def fqdns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
205
204
|
"""
|
206
205
|
Fully Qualified Domain Name (in the format subdomain.example.com) to attach to the stage.
|
207
206
|
"""
|
208
207
|
return pulumi.get(self, "fqdns")
|
209
208
|
|
210
209
|
@fqdns.setter
|
211
|
-
def fqdns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
210
|
+
def fqdns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
212
211
|
pulumi.set(self, "fqdns", value)
|
213
212
|
|
214
|
-
@property
|
213
|
+
@_builtins.property
|
215
214
|
@pulumi.getter(name="pipelineId")
|
216
|
-
def pipeline_id(self) -> Optional[pulumi.Input[
|
215
|
+
def pipeline_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
217
216
|
"""
|
218
217
|
The ID of the pipeline.
|
219
218
|
"""
|
220
219
|
return pulumi.get(self, "pipeline_id")
|
221
220
|
|
222
221
|
@pipeline_id.setter
|
223
|
-
def pipeline_id(self, value: Optional[pulumi.Input[
|
222
|
+
def pipeline_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
224
223
|
pulumi.set(self, "pipeline_id", value)
|
225
224
|
|
226
|
-
@property
|
225
|
+
@_builtins.property
|
227
226
|
@pulumi.getter(name="projectId")
|
228
|
-
def project_id(self) -> Optional[pulumi.Input[
|
227
|
+
def project_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
229
228
|
"""
|
230
229
|
`project_id`) The ID of the project the DNS stage is associated with.
|
231
230
|
"""
|
232
231
|
return pulumi.get(self, "project_id")
|
233
232
|
|
234
233
|
@project_id.setter
|
235
|
-
def project_id(self, value: Optional[pulumi.Input[
|
234
|
+
def project_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
236
235
|
pulumi.set(self, "project_id", value)
|
237
236
|
|
238
|
-
@property
|
237
|
+
@_builtins.property
|
239
238
|
@pulumi.getter(name="tlsStageId")
|
240
|
-
def tls_stage_id(self) -> Optional[pulumi.Input[
|
239
|
+
def tls_stage_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
241
240
|
"""
|
242
241
|
The TLS stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
243
242
|
"""
|
244
243
|
return pulumi.get(self, "tls_stage_id")
|
245
244
|
|
246
245
|
@tls_stage_id.setter
|
247
|
-
def tls_stage_id(self, value: Optional[pulumi.Input[
|
246
|
+
def tls_stage_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
248
247
|
pulumi.set(self, "tls_stage_id", value)
|
249
248
|
|
250
|
-
@property
|
249
|
+
@_builtins.property
|
251
250
|
@pulumi.getter
|
252
|
-
def type(self) -> Optional[pulumi.Input[
|
251
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
253
252
|
"""
|
254
253
|
The type of the stage.
|
255
254
|
"""
|
256
255
|
return pulumi.get(self, "type")
|
257
256
|
|
258
257
|
@type.setter
|
259
|
-
def type(self, value: Optional[pulumi.Input[
|
258
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
260
259
|
pulumi.set(self, "type", value)
|
261
260
|
|
262
|
-
@property
|
261
|
+
@_builtins.property
|
263
262
|
@pulumi.getter(name="updatedAt")
|
264
|
-
def updated_at(self) -> Optional[pulumi.Input[
|
263
|
+
def updated_at(self) -> Optional[pulumi.Input[_builtins.str]]:
|
265
264
|
"""
|
266
265
|
The date and time of the last update of the DNS stage.
|
267
266
|
"""
|
268
267
|
return pulumi.get(self, "updated_at")
|
269
268
|
|
270
269
|
@updated_at.setter
|
271
|
-
def updated_at(self, value: Optional[pulumi.Input[
|
270
|
+
def updated_at(self, value: Optional[pulumi.Input[_builtins.str]]):
|
272
271
|
pulumi.set(self, "updated_at", value)
|
273
272
|
|
274
273
|
|
@@ -278,12 +277,12 @@ class EdgeServicesDnsStage(pulumi.CustomResource):
|
|
278
277
|
def __init__(__self__,
|
279
278
|
resource_name: str,
|
280
279
|
opts: Optional[pulumi.ResourceOptions] = None,
|
281
|
-
backend_stage_id: Optional[pulumi.Input[
|
282
|
-
cache_stage_id: Optional[pulumi.Input[
|
283
|
-
fqdns: Optional[pulumi.Input[Sequence[pulumi.Input[
|
284
|
-
pipeline_id: Optional[pulumi.Input[
|
285
|
-
project_id: Optional[pulumi.Input[
|
286
|
-
tls_stage_id: Optional[pulumi.Input[
|
280
|
+
backend_stage_id: Optional[pulumi.Input[_builtins.str]] = None,
|
281
|
+
cache_stage_id: Optional[pulumi.Input[_builtins.str]] = None,
|
282
|
+
fqdns: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
283
|
+
pipeline_id: Optional[pulumi.Input[_builtins.str]] = None,
|
284
|
+
project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
285
|
+
tls_stage_id: Optional[pulumi.Input[_builtins.str]] = None,
|
287
286
|
__props__=None):
|
288
287
|
"""
|
289
288
|
Creates and manages Scaleway Edge Services DNS Stages.
|
@@ -313,12 +312,12 @@ class EdgeServicesDnsStage(pulumi.CustomResource):
|
|
313
312
|
|
314
313
|
:param str resource_name: The name of the resource.
|
315
314
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
316
|
-
:param pulumi.Input[
|
317
|
-
:param pulumi.Input[
|
318
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
319
|
-
:param pulumi.Input[
|
320
|
-
:param pulumi.Input[
|
321
|
-
:param pulumi.Input[
|
315
|
+
:param pulumi.Input[_builtins.str] backend_stage_id: The backend stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
316
|
+
:param pulumi.Input[_builtins.str] cache_stage_id: The cache stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
317
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] fqdns: Fully Qualified Domain Name (in the format subdomain.example.com) to attach to the stage.
|
318
|
+
:param pulumi.Input[_builtins.str] pipeline_id: The ID of the pipeline.
|
319
|
+
:param pulumi.Input[_builtins.str] project_id: `project_id`) The ID of the project the DNS stage is associated with.
|
320
|
+
:param pulumi.Input[_builtins.str] tls_stage_id: The TLS stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
322
321
|
"""
|
323
322
|
...
|
324
323
|
@overload
|
@@ -367,12 +366,12 @@ class EdgeServicesDnsStage(pulumi.CustomResource):
|
|
367
366
|
def _internal_init(__self__,
|
368
367
|
resource_name: str,
|
369
368
|
opts: Optional[pulumi.ResourceOptions] = None,
|
370
|
-
backend_stage_id: Optional[pulumi.Input[
|
371
|
-
cache_stage_id: Optional[pulumi.Input[
|
372
|
-
fqdns: Optional[pulumi.Input[Sequence[pulumi.Input[
|
373
|
-
pipeline_id: Optional[pulumi.Input[
|
374
|
-
project_id: Optional[pulumi.Input[
|
375
|
-
tls_stage_id: Optional[pulumi.Input[
|
369
|
+
backend_stage_id: Optional[pulumi.Input[_builtins.str]] = None,
|
370
|
+
cache_stage_id: Optional[pulumi.Input[_builtins.str]] = None,
|
371
|
+
fqdns: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
372
|
+
pipeline_id: Optional[pulumi.Input[_builtins.str]] = None,
|
373
|
+
project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
374
|
+
tls_stage_id: Optional[pulumi.Input[_builtins.str]] = None,
|
376
375
|
__props__=None):
|
377
376
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
378
377
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -403,15 +402,15 @@ class EdgeServicesDnsStage(pulumi.CustomResource):
|
|
403
402
|
def get(resource_name: str,
|
404
403
|
id: pulumi.Input[str],
|
405
404
|
opts: Optional[pulumi.ResourceOptions] = None,
|
406
|
-
backend_stage_id: Optional[pulumi.Input[
|
407
|
-
cache_stage_id: Optional[pulumi.Input[
|
408
|
-
created_at: Optional[pulumi.Input[
|
409
|
-
fqdns: Optional[pulumi.Input[Sequence[pulumi.Input[
|
410
|
-
pipeline_id: Optional[pulumi.Input[
|
411
|
-
project_id: Optional[pulumi.Input[
|
412
|
-
tls_stage_id: Optional[pulumi.Input[
|
413
|
-
type: Optional[pulumi.Input[
|
414
|
-
updated_at: Optional[pulumi.Input[
|
405
|
+
backend_stage_id: Optional[pulumi.Input[_builtins.str]] = None,
|
406
|
+
cache_stage_id: Optional[pulumi.Input[_builtins.str]] = None,
|
407
|
+
created_at: Optional[pulumi.Input[_builtins.str]] = None,
|
408
|
+
fqdns: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
409
|
+
pipeline_id: Optional[pulumi.Input[_builtins.str]] = None,
|
410
|
+
project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
411
|
+
tls_stage_id: Optional[pulumi.Input[_builtins.str]] = None,
|
412
|
+
type: Optional[pulumi.Input[_builtins.str]] = None,
|
413
|
+
updated_at: Optional[pulumi.Input[_builtins.str]] = None) -> 'EdgeServicesDnsStage':
|
415
414
|
"""
|
416
415
|
Get an existing EdgeServicesDnsStage resource's state with the given name, id, and optional extra
|
417
416
|
properties used to qualify the lookup.
|
@@ -419,15 +418,15 @@ class EdgeServicesDnsStage(pulumi.CustomResource):
|
|
419
418
|
:param str resource_name: The unique name of the resulting resource.
|
420
419
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
421
420
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
422
|
-
:param pulumi.Input[
|
423
|
-
:param pulumi.Input[
|
424
|
-
:param pulumi.Input[
|
425
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
426
|
-
:param pulumi.Input[
|
427
|
-
:param pulumi.Input[
|
428
|
-
:param pulumi.Input[
|
429
|
-
:param pulumi.Input[
|
430
|
-
:param pulumi.Input[
|
421
|
+
:param pulumi.Input[_builtins.str] backend_stage_id: The backend stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
422
|
+
:param pulumi.Input[_builtins.str] cache_stage_id: The cache stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
423
|
+
:param pulumi.Input[_builtins.str] created_at: The date and time of the creation of the DNS stage.
|
424
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] fqdns: Fully Qualified Domain Name (in the format subdomain.example.com) to attach to the stage.
|
425
|
+
:param pulumi.Input[_builtins.str] pipeline_id: The ID of the pipeline.
|
426
|
+
:param pulumi.Input[_builtins.str] project_id: `project_id`) The ID of the project the DNS stage is associated with.
|
427
|
+
:param pulumi.Input[_builtins.str] tls_stage_id: The TLS stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
428
|
+
:param pulumi.Input[_builtins.str] type: The type of the stage.
|
429
|
+
:param pulumi.Input[_builtins.str] updated_at: The date and time of the last update of the DNS stage.
|
431
430
|
"""
|
432
431
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
433
432
|
|
@@ -444,73 +443,73 @@ class EdgeServicesDnsStage(pulumi.CustomResource):
|
|
444
443
|
__props__.__dict__["updated_at"] = updated_at
|
445
444
|
return EdgeServicesDnsStage(resource_name, opts=opts, __props__=__props__)
|
446
445
|
|
447
|
-
@property
|
446
|
+
@_builtins.property
|
448
447
|
@pulumi.getter(name="backendStageId")
|
449
|
-
def backend_stage_id(self) -> pulumi.Output[
|
448
|
+
def backend_stage_id(self) -> pulumi.Output[_builtins.str]:
|
450
449
|
"""
|
451
450
|
The backend stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
452
451
|
"""
|
453
452
|
return pulumi.get(self, "backend_stage_id")
|
454
453
|
|
455
|
-
@property
|
454
|
+
@_builtins.property
|
456
455
|
@pulumi.getter(name="cacheStageId")
|
457
|
-
def cache_stage_id(self) -> pulumi.Output[
|
456
|
+
def cache_stage_id(self) -> pulumi.Output[_builtins.str]:
|
458
457
|
"""
|
459
458
|
The cache stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
460
459
|
"""
|
461
460
|
return pulumi.get(self, "cache_stage_id")
|
462
461
|
|
463
|
-
@property
|
462
|
+
@_builtins.property
|
464
463
|
@pulumi.getter(name="createdAt")
|
465
|
-
def created_at(self) -> pulumi.Output[
|
464
|
+
def created_at(self) -> pulumi.Output[_builtins.str]:
|
466
465
|
"""
|
467
466
|
The date and time of the creation of the DNS stage.
|
468
467
|
"""
|
469
468
|
return pulumi.get(self, "created_at")
|
470
469
|
|
471
|
-
@property
|
470
|
+
@_builtins.property
|
472
471
|
@pulumi.getter
|
473
|
-
def fqdns(self) -> pulumi.Output[Sequence[
|
472
|
+
def fqdns(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
474
473
|
"""
|
475
474
|
Fully Qualified Domain Name (in the format subdomain.example.com) to attach to the stage.
|
476
475
|
"""
|
477
476
|
return pulumi.get(self, "fqdns")
|
478
477
|
|
479
|
-
@property
|
478
|
+
@_builtins.property
|
480
479
|
@pulumi.getter(name="pipelineId")
|
481
|
-
def pipeline_id(self) -> pulumi.Output[
|
480
|
+
def pipeline_id(self) -> pulumi.Output[_builtins.str]:
|
482
481
|
"""
|
483
482
|
The ID of the pipeline.
|
484
483
|
"""
|
485
484
|
return pulumi.get(self, "pipeline_id")
|
486
485
|
|
487
|
-
@property
|
486
|
+
@_builtins.property
|
488
487
|
@pulumi.getter(name="projectId")
|
489
|
-
def project_id(self) -> pulumi.Output[
|
488
|
+
def project_id(self) -> pulumi.Output[_builtins.str]:
|
490
489
|
"""
|
491
490
|
`project_id`) The ID of the project the DNS stage is associated with.
|
492
491
|
"""
|
493
492
|
return pulumi.get(self, "project_id")
|
494
493
|
|
495
|
-
@property
|
494
|
+
@_builtins.property
|
496
495
|
@pulumi.getter(name="tlsStageId")
|
497
|
-
def tls_stage_id(self) -> pulumi.Output[
|
496
|
+
def tls_stage_id(self) -> pulumi.Output[_builtins.str]:
|
498
497
|
"""
|
499
498
|
The TLS stage ID the DNS stage will be linked to. Only one of `backend_stage_id`, `cache_stage_id` and `tls_stage_id` should be specified.
|
500
499
|
"""
|
501
500
|
return pulumi.get(self, "tls_stage_id")
|
502
501
|
|
503
|
-
@property
|
502
|
+
@_builtins.property
|
504
503
|
@pulumi.getter
|
505
|
-
def type(self) -> pulumi.Output[
|
504
|
+
def type(self) -> pulumi.Output[_builtins.str]:
|
506
505
|
"""
|
507
506
|
The type of the stage.
|
508
507
|
"""
|
509
508
|
return pulumi.get(self, "type")
|
510
509
|
|
511
|
-
@property
|
510
|
+
@_builtins.property
|
512
511
|
@pulumi.getter(name="updatedAt")
|
513
|
-
def updated_at(self) -> pulumi.Output[
|
512
|
+
def updated_at(self) -> pulumi.Output[_builtins.str]:
|
514
513
|
"""
|
515
514
|
The date and time of the last update of the DNS stage.
|
516
515
|
"""
|