pulumiverse-scaleway 1.29.0a1747948949__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 -2
- pulumiverse_scaleway/_inputs.py +2338 -2123
- pulumiverse_scaleway/_utilities.py +1 -1
- pulumiverse_scaleway/account/__init__.py +4 -1
- pulumiverse_scaleway/account/get_availability_zones.py +9 -8
- pulumiverse_scaleway/account/get_project.py +21 -20
- pulumiverse_scaleway/account/get_projects.py +242 -0
- pulumiverse_scaleway/account/get_ssh_key.py +24 -23
- pulumiverse_scaleway/account/outputs.py +96 -0
- 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 +282 -261
- 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 +4 -1
- pulumiverse_scaleway/block/_inputs.py +74 -0
- pulumiverse_scaleway/block/get_snapshot.py +42 -29
- pulumiverse_scaleway/block/get_volume.py +28 -27
- pulumiverse_scaleway/block/outputs.py +80 -0
- pulumiverse_scaleway/block/snapshot.py +132 -82
- pulumiverse_scaleway/block/volume.py +115 -113
- pulumiverse_scaleway/block_snapshot.py +132 -82
- 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 +575 -345
- 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 +575 -345
- 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 +317 -296
- 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 +317 -296
- 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 +26 -19
- 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 +3 -2
- 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 +216 -0
- 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 +282 -261
- 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 +42 -29
- 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 +26 -19
- 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 +47 -35
- 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 +573 -108
- 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 +573 -108
- 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 +114 -93
- pulumiverse_scaleway/instance/security_group.py +150 -148
- pulumiverse_scaleway/instance/security_group_rules.py +17 -15
- pulumiverse_scaleway/instance/server.py +413 -331
- pulumiverse_scaleway/instance/snapshot.py +132 -109
- pulumiverse_scaleway/instance/user_data.py +59 -57
- pulumiverse_scaleway/instance/volume.py +153 -130
- 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 +114 -93
- pulumiverse_scaleway/instance_security_group.py +150 -148
- pulumiverse_scaleway/instance_security_group_rules.py +17 -15
- pulumiverse_scaleway/instance_server.py +413 -331
- pulumiverse_scaleway/instance_snapshot.py +132 -109
- pulumiverse_scaleway/instance_user_data.py +59 -57
- pulumiverse_scaleway/instance_volume.py +153 -130
- 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 +306 -204
- pulumiverse_scaleway/mongo_db_snapshot.py +101 -99
- pulumiverse_scaleway/mongodb/__init__.py +2 -1
- pulumiverse_scaleway/mongodb/_inputs.py +97 -42
- pulumiverse_scaleway/mongodb/get_instance.py +47 -35
- pulumiverse_scaleway/mongodb/instance.py +306 -204
- pulumiverse_scaleway/mongodb/outputs.py +114 -51
- 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 +163 -142
- 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 -2
- 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 +2895 -2708
- 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 +198 -177
- pulumiverse_scaleway/redis/get_cluster.py +34 -33
- pulumiverse_scaleway/redis/outputs.py +74 -73
- pulumiverse_scaleway/redis_cluster.py +198 -177
- 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 +163 -142
- 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.0a1747948949.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.0a1747948949.dist-info → pulumiverse_scaleway-1.30.0.dist-info}/WHEEL +1 -1
- pulumiverse_scaleway-1.29.0a1747948949.dist-info/RECORD +0 -487
- {pulumiverse_scaleway-1.29.0a1747948949.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
|
@@ -84,12 +85,12 @@ class GetSecretResult:
|
|
84
85
|
|
85
86
|
@property
|
86
87
|
@pulumi.getter(name="createdAt")
|
87
|
-
def created_at(self) -> str:
|
88
|
+
def created_at(self) -> builtins.str:
|
88
89
|
return pulumi.get(self, "created_at")
|
89
90
|
|
90
91
|
@property
|
91
92
|
@pulumi.getter
|
92
|
-
def description(self) -> str:
|
93
|
+
def description(self) -> builtins.str:
|
93
94
|
return pulumi.get(self, "description")
|
94
95
|
|
95
96
|
@property
|
@@ -99,7 +100,7 @@ class GetSecretResult:
|
|
99
100
|
|
100
101
|
@property
|
101
102
|
@pulumi.getter
|
102
|
-
def id(self) -> str:
|
103
|
+
def id(self) -> builtins.str:
|
103
104
|
"""
|
104
105
|
The provider-assigned unique ID for this managed resource.
|
105
106
|
"""
|
@@ -107,62 +108,62 @@ class GetSecretResult:
|
|
107
108
|
|
108
109
|
@property
|
109
110
|
@pulumi.getter
|
110
|
-
def name(self) -> Optional[str]:
|
111
|
+
def name(self) -> Optional[builtins.str]:
|
111
112
|
return pulumi.get(self, "name")
|
112
113
|
|
113
114
|
@property
|
114
115
|
@pulumi.getter(name="organizationId")
|
115
|
-
def organization_id(self) -> str:
|
116
|
+
def organization_id(self) -> builtins.str:
|
116
117
|
return pulumi.get(self, "organization_id")
|
117
118
|
|
118
119
|
@property
|
119
120
|
@pulumi.getter
|
120
|
-
def path(self) -> Optional[str]:
|
121
|
+
def path(self) -> Optional[builtins.str]:
|
121
122
|
return pulumi.get(self, "path")
|
122
123
|
|
123
124
|
@property
|
124
125
|
@pulumi.getter(name="projectId")
|
125
|
-
def project_id(self) -> Optional[str]:
|
126
|
+
def project_id(self) -> Optional[builtins.str]:
|
126
127
|
return pulumi.get(self, "project_id")
|
127
128
|
|
128
129
|
@property
|
129
130
|
@pulumi.getter
|
130
|
-
def protected(self) -> bool:
|
131
|
+
def protected(self) -> builtins.bool:
|
131
132
|
return pulumi.get(self, "protected")
|
132
133
|
|
133
134
|
@property
|
134
135
|
@pulumi.getter
|
135
|
-
def region(self) -> Optional[str]:
|
136
|
+
def region(self) -> Optional[builtins.str]:
|
136
137
|
return pulumi.get(self, "region")
|
137
138
|
|
138
139
|
@property
|
139
140
|
@pulumi.getter(name="secretId")
|
140
|
-
def secret_id(self) -> Optional[str]:
|
141
|
+
def secret_id(self) -> Optional[builtins.str]:
|
141
142
|
return pulumi.get(self, "secret_id")
|
142
143
|
|
143
144
|
@property
|
144
145
|
@pulumi.getter
|
145
|
-
def status(self) -> str:
|
146
|
+
def status(self) -> builtins.str:
|
146
147
|
return pulumi.get(self, "status")
|
147
148
|
|
148
149
|
@property
|
149
150
|
@pulumi.getter
|
150
|
-
def tags(self) -> Sequence[str]:
|
151
|
+
def tags(self) -> Sequence[builtins.str]:
|
151
152
|
return pulumi.get(self, "tags")
|
152
153
|
|
153
154
|
@property
|
154
155
|
@pulumi.getter
|
155
|
-
def type(self) -> str:
|
156
|
+
def type(self) -> builtins.str:
|
156
157
|
return pulumi.get(self, "type")
|
157
158
|
|
158
159
|
@property
|
159
160
|
@pulumi.getter(name="updatedAt")
|
160
|
-
def updated_at(self) -> str:
|
161
|
+
def updated_at(self) -> builtins.str:
|
161
162
|
return pulumi.get(self, "updated_at")
|
162
163
|
|
163
164
|
@property
|
164
165
|
@pulumi.getter(name="versionCount")
|
165
|
-
def version_count(self) -> int:
|
166
|
+
def version_count(self) -> builtins.int:
|
166
167
|
return pulumi.get(self, "version_count")
|
167
168
|
|
168
169
|
@property
|
@@ -196,12 +197,12 @@ class AwaitableGetSecretResult(GetSecretResult):
|
|
196
197
|
versions=self.versions)
|
197
198
|
|
198
199
|
|
199
|
-
def get_secret(name: Optional[str] = None,
|
200
|
-
organization_id: Optional[str] = None,
|
201
|
-
path: Optional[str] = None,
|
202
|
-
project_id: Optional[str] = None,
|
203
|
-
region: Optional[str] = None,
|
204
|
-
secret_id: Optional[str] = None,
|
200
|
+
def get_secret(name: Optional[builtins.str] = None,
|
201
|
+
organization_id: Optional[builtins.str] = None,
|
202
|
+
path: Optional[builtins.str] = None,
|
203
|
+
project_id: Optional[builtins.str] = None,
|
204
|
+
region: Optional[builtins.str] = None,
|
205
|
+
secret_id: Optional[builtins.str] = None,
|
205
206
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecretResult:
|
206
207
|
"""
|
207
208
|
The `secrets.Secret` data source is used to get information about a specific secret in Scaleway's Secret Manager.
|
@@ -234,15 +235,15 @@ def get_secret(name: Optional[str] = None,
|
|
234
235
|
```
|
235
236
|
|
236
237
|
|
237
|
-
:param str name: The name of the secret.
|
238
|
+
:param builtins.str name: The name of the secret.
|
238
239
|
Only one of `name` and `secret_id` should be specified.
|
239
|
-
:param str organization_id: The ID of the Scaleway Organization the Project is associated with. If no default `organization_id` is set, it must be set explicitly in this data source.
|
240
|
-
:param str path: The path of the secret.
|
240
|
+
:param builtins.str organization_id: The ID of the Scaleway Organization the Project is associated with. If no default `organization_id` is set, it must be set explicitly in this data source.
|
241
|
+
:param builtins.str path: The path of the secret.
|
241
242
|
Conflicts with `secret_id`.
|
242
|
-
:param str project_id: ). The ID of the
|
243
|
+
:param builtins.str project_id: ). The ID of the
|
243
244
|
Project the secret is associated with.
|
244
|
-
:param str region: ). The region in which the secret exists.
|
245
|
-
:param str secret_id: The ID of the secret.
|
245
|
+
:param builtins.str region: ). The region in which the secret exists.
|
246
|
+
:param builtins.str secret_id: The ID of the secret.
|
246
247
|
Only one of `name` and `secret_id` should be specified.
|
247
248
|
"""
|
248
249
|
pulumi.log.warn("""get_secret is deprecated: scaleway.index/getsecret.getSecret has been deprecated in favor of scaleway.secrets/getsecret.getSecret""")
|
@@ -274,12 +275,12 @@ def get_secret(name: Optional[str] = None,
|
|
274
275
|
updated_at=pulumi.get(__ret__, 'updated_at'),
|
275
276
|
version_count=pulumi.get(__ret__, 'version_count'),
|
276
277
|
versions=pulumi.get(__ret__, 'versions'))
|
277
|
-
def get_secret_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
278
|
-
organization_id: Optional[pulumi.Input[Optional[str]]] = None,
|
279
|
-
path: Optional[pulumi.Input[Optional[str]]] = None,
|
280
|
-
project_id: Optional[pulumi.Input[Optional[str]]] = None,
|
281
|
-
region: Optional[pulumi.Input[Optional[str]]] = None,
|
282
|
-
secret_id: Optional[pulumi.Input[Optional[str]]] = None,
|
278
|
+
def get_secret_output(name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
279
|
+
organization_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
280
|
+
path: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
281
|
+
project_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
282
|
+
region: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
283
|
+
secret_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
283
284
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSecretResult]:
|
284
285
|
"""
|
285
286
|
The `secrets.Secret` data source is used to get information about a specific secret in Scaleway's Secret Manager.
|
@@ -312,15 +313,15 @@ def get_secret_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
312
313
|
```
|
313
314
|
|
314
315
|
|
315
|
-
:param str name: The name of the secret.
|
316
|
+
:param builtins.str name: The name of the secret.
|
316
317
|
Only one of `name` and `secret_id` should be specified.
|
317
|
-
:param str organization_id: The ID of the Scaleway Organization the Project is associated with. If no default `organization_id` is set, it must be set explicitly in this data source.
|
318
|
-
:param str path: The path of the secret.
|
318
|
+
:param builtins.str organization_id: The ID of the Scaleway Organization the Project is associated with. If no default `organization_id` is set, it must be set explicitly in this data source.
|
319
|
+
:param builtins.str path: The path of the secret.
|
319
320
|
Conflicts with `secret_id`.
|
320
|
-
:param str project_id: ). The ID of the
|
321
|
+
:param builtins.str project_id: ). The ID of the
|
321
322
|
Project the secret is associated with.
|
322
|
-
:param str region: ). The region in which the secret exists.
|
323
|
-
:param str secret_id: The ID of the secret.
|
323
|
+
:param builtins.str region: ). The region in which the secret exists.
|
324
|
+
:param builtins.str secret_id: The ID of the secret.
|
324
325
|
Only one of `name` and `secret_id` should be specified.
|
325
326
|
"""
|
326
327
|
pulumi.log.warn("""get_secret is deprecated: scaleway.index/getsecret.getSecret has been deprecated in favor of scaleway.secrets/getsecret.getSecret""")
|
@@ -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
|
@@ -68,7 +69,7 @@ class GetSecretVersionResult:
|
|
68
69
|
|
69
70
|
@property
|
70
71
|
@pulumi.getter(name="createdAt")
|
71
|
-
def created_at(self) -> str:
|
72
|
+
def created_at(self) -> builtins.str:
|
72
73
|
"""
|
73
74
|
The date and time of the secret version's creation in RFC 3339 format.
|
74
75
|
"""
|
@@ -76,7 +77,7 @@ class GetSecretVersionResult:
|
|
76
77
|
|
77
78
|
@property
|
78
79
|
@pulumi.getter
|
79
|
-
def data(self) -> str:
|
80
|
+
def data(self) -> builtins.str:
|
80
81
|
"""
|
81
82
|
The data payload of the secret version. This is a sensitive attribute containing the secret value. Learn more in the [data section](https://www.terraform.io/#data-information).
|
82
83
|
"""
|
@@ -84,7 +85,7 @@ class GetSecretVersionResult:
|
|
84
85
|
|
85
86
|
@property
|
86
87
|
@pulumi.getter
|
87
|
-
def description(self) -> str:
|
88
|
+
def description(self) -> builtins.str:
|
88
89
|
"""
|
89
90
|
(Optional) The description of the secret version (e.g. `my-new-description`).
|
90
91
|
"""
|
@@ -92,7 +93,7 @@ class GetSecretVersionResult:
|
|
92
93
|
|
93
94
|
@property
|
94
95
|
@pulumi.getter
|
95
|
-
def id(self) -> str:
|
96
|
+
def id(self) -> builtins.str:
|
96
97
|
"""
|
97
98
|
The provider-assigned unique ID for this managed resource.
|
98
99
|
"""
|
@@ -100,37 +101,37 @@ class GetSecretVersionResult:
|
|
100
101
|
|
101
102
|
@property
|
102
103
|
@pulumi.getter(name="organizationId")
|
103
|
-
def organization_id(self) -> str:
|
104
|
+
def organization_id(self) -> builtins.str:
|
104
105
|
return pulumi.get(self, "organization_id")
|
105
106
|
|
106
107
|
@property
|
107
108
|
@pulumi.getter(name="projectId")
|
108
|
-
def project_id(self) -> Optional[str]:
|
109
|
+
def project_id(self) -> Optional[builtins.str]:
|
109
110
|
return pulumi.get(self, "project_id")
|
110
111
|
|
111
112
|
@property
|
112
113
|
@pulumi.getter
|
113
|
-
def region(self) -> Optional[str]:
|
114
|
+
def region(self) -> Optional[builtins.str]:
|
114
115
|
return pulumi.get(self, "region")
|
115
116
|
|
116
117
|
@property
|
117
118
|
@pulumi.getter
|
118
|
-
def revision(self) -> Optional[str]:
|
119
|
+
def revision(self) -> Optional[builtins.str]:
|
119
120
|
return pulumi.get(self, "revision")
|
120
121
|
|
121
122
|
@property
|
122
123
|
@pulumi.getter(name="secretId")
|
123
|
-
def secret_id(self) -> Optional[str]:
|
124
|
+
def secret_id(self) -> Optional[builtins.str]:
|
124
125
|
return pulumi.get(self, "secret_id")
|
125
126
|
|
126
127
|
@property
|
127
128
|
@pulumi.getter(name="secretName")
|
128
|
-
def secret_name(self) -> Optional[str]:
|
129
|
+
def secret_name(self) -> Optional[builtins.str]:
|
129
130
|
return pulumi.get(self, "secret_name")
|
130
131
|
|
131
132
|
@property
|
132
133
|
@pulumi.getter
|
133
|
-
def status(self) -> str:
|
134
|
+
def status(self) -> builtins.str:
|
134
135
|
"""
|
135
136
|
The status of the secret version.
|
136
137
|
"""
|
@@ -138,7 +139,7 @@ class GetSecretVersionResult:
|
|
138
139
|
|
139
140
|
@property
|
140
141
|
@pulumi.getter(name="updatedAt")
|
141
|
-
def updated_at(self) -> str:
|
142
|
+
def updated_at(self) -> builtins.str:
|
142
143
|
"""
|
143
144
|
The date and time of the secret version's last update in RFC 3339 format.
|
144
145
|
"""
|
@@ -165,12 +166,12 @@ class AwaitableGetSecretVersionResult(GetSecretVersionResult):
|
|
165
166
|
updated_at=self.updated_at)
|
166
167
|
|
167
168
|
|
168
|
-
def get_secret_version(organization_id: Optional[str] = None,
|
169
|
-
project_id: Optional[str] = None,
|
170
|
-
region: Optional[str] = None,
|
171
|
-
revision: Optional[str] = None,
|
172
|
-
secret_id: Optional[str] = None,
|
173
|
-
secret_name: Optional[str] = None,
|
169
|
+
def get_secret_version(organization_id: Optional[builtins.str] = None,
|
170
|
+
project_id: Optional[builtins.str] = None,
|
171
|
+
region: Optional[builtins.str] = None,
|
172
|
+
revision: Optional[builtins.str] = None,
|
173
|
+
secret_id: Optional[builtins.str] = None,
|
174
|
+
secret_name: Optional[builtins.str] = None,
|
174
175
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecretVersionResult:
|
175
176
|
"""
|
176
177
|
The `secrets.Version` data source is used to get information about a specific secret version stored in Scaleway Secret Manager.
|
@@ -224,10 +225,10 @@ def get_secret_version(organization_id: Optional[str] = None,
|
|
224
225
|
> **Important:** This property is sensitive and will not be displayed in the pulumi preview, for security reasons.
|
225
226
|
|
226
227
|
|
227
|
-
:param str project_id: The ID of the Scaleway Project associated with the secret version.
|
228
|
-
:param str revision: The revision for this secret version. Refer to alternative values (ex: `latest`) in the [API documentation](https://www.scaleway.com/en/developers/api/secret-manager/#path-secret-versions-access-a-secrets-version-using-the-secrets-id)
|
229
|
-
:param str secret_id: The ID of the secret associated with the secret version. Only one of `secret_id` and `secret_name` should be specified.
|
230
|
-
:param str secret_name: The name of the secret associated with the secret version.
|
228
|
+
:param builtins.str project_id: The ID of the Scaleway Project associated with the secret version.
|
229
|
+
:param builtins.str revision: The revision for this secret version. Refer to alternative values (ex: `latest`) in the [API documentation](https://www.scaleway.com/en/developers/api/secret-manager/#path-secret-versions-access-a-secrets-version-using-the-secrets-id)
|
230
|
+
:param builtins.str secret_id: The ID of the secret associated with the secret version. Only one of `secret_id` and `secret_name` should be specified.
|
231
|
+
:param builtins.str secret_name: The name of the secret associated with the secret version.
|
231
232
|
Only one of `secret_id` and `secret_name` should be specified.
|
232
233
|
"""
|
233
234
|
pulumi.log.warn("""get_secret_version is deprecated: scaleway.index/getsecretversion.getSecretVersion has been deprecated in favor of scaleway.secrets/getversion.getVersion""")
|
@@ -254,12 +255,12 @@ def get_secret_version(organization_id: Optional[str] = None,
|
|
254
255
|
secret_name=pulumi.get(__ret__, 'secret_name'),
|
255
256
|
status=pulumi.get(__ret__, 'status'),
|
256
257
|
updated_at=pulumi.get(__ret__, 'updated_at'))
|
257
|
-
def get_secret_version_output(organization_id: Optional[pulumi.Input[Optional[str]]] = None,
|
258
|
-
project_id: Optional[pulumi.Input[Optional[str]]] = None,
|
259
|
-
region: Optional[pulumi.Input[Optional[str]]] = None,
|
260
|
-
revision: Optional[pulumi.Input[Optional[str]]] = None,
|
261
|
-
secret_id: Optional[pulumi.Input[Optional[str]]] = None,
|
262
|
-
secret_name: Optional[pulumi.Input[Optional[str]]] = None,
|
258
|
+
def get_secret_version_output(organization_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
259
|
+
project_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
260
|
+
region: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
261
|
+
revision: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
262
|
+
secret_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
263
|
+
secret_name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
263
264
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSecretVersionResult]:
|
264
265
|
"""
|
265
266
|
The `secrets.Version` data source is used to get information about a specific secret version stored in Scaleway Secret Manager.
|
@@ -313,10 +314,10 @@ def get_secret_version_output(organization_id: Optional[pulumi.Input[Optional[st
|
|
313
314
|
> **Important:** This property is sensitive and will not be displayed in the pulumi preview, for security reasons.
|
314
315
|
|
315
316
|
|
316
|
-
:param str project_id: The ID of the Scaleway Project associated with the secret version.
|
317
|
-
:param str revision: The revision for this secret version. Refer to alternative values (ex: `latest`) in the [API documentation](https://www.scaleway.com/en/developers/api/secret-manager/#path-secret-versions-access-a-secrets-version-using-the-secrets-id)
|
318
|
-
:param str secret_id: The ID of the secret associated with the secret version. Only one of `secret_id` and `secret_name` should be specified.
|
319
|
-
:param str secret_name: The name of the secret associated with the secret version.
|
317
|
+
:param builtins.str project_id: The ID of the Scaleway Project associated with the secret version.
|
318
|
+
:param builtins.str revision: The revision for this secret version. Refer to alternative values (ex: `latest`) in the [API documentation](https://www.scaleway.com/en/developers/api/secret-manager/#path-secret-versions-access-a-secrets-version-using-the-secrets-id)
|
319
|
+
:param builtins.str secret_id: The ID of the secret associated with the secret version. Only one of `secret_id` and `secret_name` should be specified.
|
320
|
+
:param builtins.str secret_name: The name of the secret associated with the secret version.
|
320
321
|
Only one of `secret_id` and `secret_name` should be specified.
|
321
322
|
"""
|
322
323
|
pulumi.log.warn("""get_secret_version is deprecated: scaleway.index/getsecretversion.getSecretVersion has been deprecated in favor of scaleway.secrets/getversion.getVersion""")
|
@@ -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
|
@@ -111,42 +112,42 @@ class GetTemDomainResult:
|
|
111
112
|
|
112
113
|
@property
|
113
114
|
@pulumi.getter(name="acceptTos")
|
114
|
-
def accept_tos(self) -> bool:
|
115
|
+
def accept_tos(self) -> builtins.bool:
|
115
116
|
return pulumi.get(self, "accept_tos")
|
116
117
|
|
117
118
|
@property
|
118
119
|
@pulumi.getter
|
119
|
-
def autoconfig(self) -> bool:
|
120
|
+
def autoconfig(self) -> builtins.bool:
|
120
121
|
return pulumi.get(self, "autoconfig")
|
121
122
|
|
122
123
|
@property
|
123
124
|
@pulumi.getter(name="createdAt")
|
124
|
-
def created_at(self) -> str:
|
125
|
+
def created_at(self) -> builtins.str:
|
125
126
|
return pulumi.get(self, "created_at")
|
126
127
|
|
127
128
|
@property
|
128
129
|
@pulumi.getter(name="dkimConfig")
|
129
|
-
def dkim_config(self) -> str:
|
130
|
+
def dkim_config(self) -> builtins.str:
|
130
131
|
return pulumi.get(self, "dkim_config")
|
131
132
|
|
132
133
|
@property
|
133
134
|
@pulumi.getter(name="dmarcConfig")
|
134
|
-
def dmarc_config(self) -> str:
|
135
|
+
def dmarc_config(self) -> builtins.str:
|
135
136
|
return pulumi.get(self, "dmarc_config")
|
136
137
|
|
137
138
|
@property
|
138
139
|
@pulumi.getter(name="dmarcName")
|
139
|
-
def dmarc_name(self) -> str:
|
140
|
+
def dmarc_name(self) -> builtins.str:
|
140
141
|
return pulumi.get(self, "dmarc_name")
|
141
142
|
|
142
143
|
@property
|
143
144
|
@pulumi.getter(name="domainId")
|
144
|
-
def domain_id(self) -> Optional[str]:
|
145
|
+
def domain_id(self) -> Optional[builtins.str]:
|
145
146
|
return pulumi.get(self, "domain_id")
|
146
147
|
|
147
148
|
@property
|
148
149
|
@pulumi.getter
|
149
|
-
def id(self) -> str:
|
150
|
+
def id(self) -> builtins.str:
|
150
151
|
"""
|
151
152
|
The provider-assigned unique ID for this managed resource.
|
152
153
|
"""
|
@@ -154,37 +155,37 @@ class GetTemDomainResult:
|
|
154
155
|
|
155
156
|
@property
|
156
157
|
@pulumi.getter(name="lastError")
|
157
|
-
def last_error(self) -> str:
|
158
|
+
def last_error(self) -> builtins.str:
|
158
159
|
return pulumi.get(self, "last_error")
|
159
160
|
|
160
161
|
@property
|
161
162
|
@pulumi.getter(name="lastValidAt")
|
162
|
-
def last_valid_at(self) -> str:
|
163
|
+
def last_valid_at(self) -> builtins.str:
|
163
164
|
return pulumi.get(self, "last_valid_at")
|
164
165
|
|
165
166
|
@property
|
166
167
|
@pulumi.getter(name="mxBlackhole")
|
167
|
-
def mx_blackhole(self) -> str:
|
168
|
+
def mx_blackhole(self) -> builtins.str:
|
168
169
|
return pulumi.get(self, "mx_blackhole")
|
169
170
|
|
170
171
|
@property
|
171
172
|
@pulumi.getter
|
172
|
-
def name(self) -> Optional[str]:
|
173
|
+
def name(self) -> Optional[builtins.str]:
|
173
174
|
return pulumi.get(self, "name")
|
174
175
|
|
175
176
|
@property
|
176
177
|
@pulumi.getter(name="nextCheckAt")
|
177
|
-
def next_check_at(self) -> str:
|
178
|
+
def next_check_at(self) -> builtins.str:
|
178
179
|
return pulumi.get(self, "next_check_at")
|
179
180
|
|
180
181
|
@property
|
181
182
|
@pulumi.getter(name="projectId")
|
182
|
-
def project_id(self) -> Optional[str]:
|
183
|
+
def project_id(self) -> Optional[builtins.str]:
|
183
184
|
return pulumi.get(self, "project_id")
|
184
185
|
|
185
186
|
@property
|
186
187
|
@pulumi.getter
|
187
|
-
def region(self) -> Optional[str]:
|
188
|
+
def region(self) -> Optional[builtins.str]:
|
188
189
|
return pulumi.get(self, "region")
|
189
190
|
|
190
191
|
@property
|
@@ -194,52 +195,52 @@ class GetTemDomainResult:
|
|
194
195
|
|
195
196
|
@property
|
196
197
|
@pulumi.getter(name="revokedAt")
|
197
|
-
def revoked_at(self) -> str:
|
198
|
+
def revoked_at(self) -> builtins.str:
|
198
199
|
return pulumi.get(self, "revoked_at")
|
199
200
|
|
200
201
|
@property
|
201
202
|
@pulumi.getter(name="smtpHost")
|
202
|
-
def smtp_host(self) -> str:
|
203
|
+
def smtp_host(self) -> builtins.str:
|
203
204
|
return pulumi.get(self, "smtp_host")
|
204
205
|
|
205
206
|
@property
|
206
207
|
@pulumi.getter(name="smtpPort")
|
207
|
-
def smtp_port(self) -> int:
|
208
|
+
def smtp_port(self) -> builtins.int:
|
208
209
|
return pulumi.get(self, "smtp_port")
|
209
210
|
|
210
211
|
@property
|
211
212
|
@pulumi.getter(name="smtpPortAlternative")
|
212
|
-
def smtp_port_alternative(self) -> int:
|
213
|
+
def smtp_port_alternative(self) -> builtins.int:
|
213
214
|
return pulumi.get(self, "smtp_port_alternative")
|
214
215
|
|
215
216
|
@property
|
216
217
|
@pulumi.getter(name="smtpPortUnsecure")
|
217
|
-
def smtp_port_unsecure(self) -> int:
|
218
|
+
def smtp_port_unsecure(self) -> builtins.int:
|
218
219
|
return pulumi.get(self, "smtp_port_unsecure")
|
219
220
|
|
220
221
|
@property
|
221
222
|
@pulumi.getter(name="smtpsAuthUser")
|
222
|
-
def smtps_auth_user(self) -> str:
|
223
|
+
def smtps_auth_user(self) -> builtins.str:
|
223
224
|
return pulumi.get(self, "smtps_auth_user")
|
224
225
|
|
225
226
|
@property
|
226
227
|
@pulumi.getter(name="smtpsPort")
|
227
|
-
def smtps_port(self) -> int:
|
228
|
+
def smtps_port(self) -> builtins.int:
|
228
229
|
return pulumi.get(self, "smtps_port")
|
229
230
|
|
230
231
|
@property
|
231
232
|
@pulumi.getter(name="smtpsPortAlternative")
|
232
|
-
def smtps_port_alternative(self) -> int:
|
233
|
+
def smtps_port_alternative(self) -> builtins.int:
|
233
234
|
return pulumi.get(self, "smtps_port_alternative")
|
234
235
|
|
235
236
|
@property
|
236
237
|
@pulumi.getter(name="spfConfig")
|
237
|
-
def spf_config(self) -> str:
|
238
|
+
def spf_config(self) -> builtins.str:
|
238
239
|
return pulumi.get(self, "spf_config")
|
239
240
|
|
240
241
|
@property
|
241
242
|
@pulumi.getter
|
242
|
-
def status(self) -> str:
|
243
|
+
def status(self) -> builtins.str:
|
243
244
|
return pulumi.get(self, "status")
|
244
245
|
|
245
246
|
|
@@ -277,21 +278,21 @@ class AwaitableGetTemDomainResult(GetTemDomainResult):
|
|
277
278
|
status=self.status)
|
278
279
|
|
279
280
|
|
280
|
-
def get_tem_domain(domain_id: Optional[str] = None,
|
281
|
-
name: Optional[str] = None,
|
282
|
-
project_id: Optional[str] = None,
|
283
|
-
region: Optional[str] = None,
|
281
|
+
def get_tem_domain(domain_id: Optional[builtins.str] = None,
|
282
|
+
name: Optional[builtins.str] = None,
|
283
|
+
project_id: Optional[builtins.str] = None,
|
284
|
+
region: Optional[builtins.str] = None,
|
284
285
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTemDomainResult:
|
285
286
|
"""
|
286
287
|
Gets information about a transactional email domain.
|
287
288
|
|
288
289
|
|
289
|
-
:param str domain_id: The domain id.
|
290
|
+
:param builtins.str domain_id: The domain id.
|
290
291
|
Only one of `name` and `domain_id` should be specified.
|
291
|
-
:param str name: The domain name.
|
292
|
+
:param builtins.str name: The domain name.
|
292
293
|
Only one of `name` and `domain_id` should be specified.
|
293
|
-
:param str project_id: `project_id`) The ID of the project the domain is associated with.
|
294
|
-
:param str region: `region`) The region in which the domain exists.
|
294
|
+
:param builtins.str project_id: `project_id`) The ID of the project the domain is associated with.
|
295
|
+
:param builtins.str region: `region`) The region in which the domain exists.
|
295
296
|
"""
|
296
297
|
pulumi.log.warn("""get_tem_domain is deprecated: scaleway.index/gettemdomain.getTemDomain has been deprecated in favor of scaleway.tem/getdomain.getDomain""")
|
297
298
|
__args__ = dict()
|
@@ -329,21 +330,21 @@ def get_tem_domain(domain_id: Optional[str] = None,
|
|
329
330
|
smtps_port_alternative=pulumi.get(__ret__, 'smtps_port_alternative'),
|
330
331
|
spf_config=pulumi.get(__ret__, 'spf_config'),
|
331
332
|
status=pulumi.get(__ret__, 'status'))
|
332
|
-
def get_tem_domain_output(domain_id: Optional[pulumi.Input[Optional[str]]] = None,
|
333
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
334
|
-
project_id: Optional[pulumi.Input[Optional[str]]] = None,
|
335
|
-
region: Optional[pulumi.Input[Optional[str]]] = None,
|
333
|
+
def get_tem_domain_output(domain_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
334
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
335
|
+
project_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
336
|
+
region: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
336
337
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTemDomainResult]:
|
337
338
|
"""
|
338
339
|
Gets information about a transactional email domain.
|
339
340
|
|
340
341
|
|
341
|
-
:param str domain_id: The domain id.
|
342
|
+
:param builtins.str domain_id: The domain id.
|
342
343
|
Only one of `name` and `domain_id` should be specified.
|
343
|
-
:param str name: The domain name.
|
344
|
+
:param builtins.str name: The domain name.
|
344
345
|
Only one of `name` and `domain_id` should be specified.
|
345
|
-
:param str project_id: `project_id`) The ID of the project the domain is associated with.
|
346
|
-
:param str region: `region`) The region in which the domain exists.
|
346
|
+
:param builtins.str project_id: `project_id`) The ID of the project the domain is associated with.
|
347
|
+
:param builtins.str region: `region`) The region in which the domain exists.
|
347
348
|
"""
|
348
349
|
pulumi.log.warn("""get_tem_domain is deprecated: scaleway.index/gettemdomain.getTemDomain has been deprecated in favor of scaleway.tem/getdomain.getDomain""")
|
349
350
|
__args__ = dict()
|