pulumiverse-scaleway 1.16.0__py3-none-any.whl → 1.16.0a1730114875__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumiverse-scaleway might be problematic. Click here for more details.
- pulumiverse_scaleway/_inputs.py +48 -2117
- pulumiverse_scaleway/_utilities.py +1 -1
- pulumiverse_scaleway/account_project.py +0 -5
- pulumiverse_scaleway/account_ssh_key.py +0 -5
- pulumiverse_scaleway/apple_silicon_server.py +0 -5
- pulumiverse_scaleway/baremetal_server.py +0 -5
- pulumiverse_scaleway/block_snapshot.py +0 -5
- pulumiverse_scaleway/block_volume.py +0 -5
- pulumiverse_scaleway/cockpit.py +0 -5
- pulumiverse_scaleway/cockpit_alert_manager.py +0 -5
- pulumiverse_scaleway/cockpit_grafana_user.py +0 -5
- pulumiverse_scaleway/cockpit_source.py +0 -5
- pulumiverse_scaleway/cockpit_token.py +0 -5
- pulumiverse_scaleway/config/__init__.pyi +0 -5
- pulumiverse_scaleway/config/vars.py +0 -5
- pulumiverse_scaleway/container.py +0 -5
- pulumiverse_scaleway/container_cron.py +0 -5
- pulumiverse_scaleway/container_domain.py +0 -5
- pulumiverse_scaleway/container_namespace.py +0 -5
- pulumiverse_scaleway/container_token.py +0 -5
- pulumiverse_scaleway/container_trigger.py +0 -5
- pulumiverse_scaleway/database.py +0 -5
- pulumiverse_scaleway/database_acl.py +0 -5
- pulumiverse_scaleway/database_backup.py +0 -5
- pulumiverse_scaleway/database_instance.py +2 -56
- pulumiverse_scaleway/database_privilege.py +0 -5
- pulumiverse_scaleway/database_read_replica.py +0 -5
- pulumiverse_scaleway/database_user.py +0 -5
- pulumiverse_scaleway/documentdb_database.py +0 -5
- pulumiverse_scaleway/documentdb_instance.py +0 -5
- pulumiverse_scaleway/documentdb_private_network_endpoint.py +0 -5
- pulumiverse_scaleway/documentdb_privilege.py +0 -5
- pulumiverse_scaleway/documentdb_read_replica.py +0 -5
- pulumiverse_scaleway/documentdb_user.py +0 -5
- pulumiverse_scaleway/domain_record.py +0 -5
- pulumiverse_scaleway/domain_zone.py +0 -5
- pulumiverse_scaleway/flexible_ip.py +0 -5
- pulumiverse_scaleway/flexible_ip_mac_address.py +0 -5
- pulumiverse_scaleway/function.py +0 -5
- pulumiverse_scaleway/function_cron.py +0 -5
- pulumiverse_scaleway/function_domain.py +0 -5
- pulumiverse_scaleway/function_namespace.py +0 -5
- pulumiverse_scaleway/function_token.py +0 -5
- pulumiverse_scaleway/function_trigger.py +0 -5
- pulumiverse_scaleway/get_account_project.py +4 -19
- pulumiverse_scaleway/get_account_ssh_key.py +4 -22
- pulumiverse_scaleway/get_availability_zones.py +4 -13
- pulumiverse_scaleway/get_baremetal_offer.py +4 -26
- pulumiverse_scaleway/get_baremetal_option.py +4 -17
- pulumiverse_scaleway/get_baremetal_os.py +4 -18
- pulumiverse_scaleway/get_baremetal_server.py +4 -40
- pulumiverse_scaleway/get_billing_consumptions.py +4 -15
- pulumiverse_scaleway/get_billing_invoices.py +4 -18
- pulumiverse_scaleway/get_block_snapshot.py +4 -21
- pulumiverse_scaleway/get_block_volume.py +4 -22
- pulumiverse_scaleway/get_cockpit.py +4 -15
- pulumiverse_scaleway/get_cockpit_plan.py +4 -12
- pulumiverse_scaleway/get_config.py +4 -20
- pulumiverse_scaleway/get_container.py +4 -41
- pulumiverse_scaleway/get_container_namespace.py +4 -25
- pulumiverse_scaleway/get_database.py +4 -19
- pulumiverse_scaleway/get_database_acl.py +4 -15
- pulumiverse_scaleway/get_database_backup.py +4 -26
- pulumiverse_scaleway/get_database_instance.py +5 -52
- pulumiverse_scaleway/get_database_privilege.py +4 -19
- pulumiverse_scaleway/get_documentdb_database.py +4 -20
- pulumiverse_scaleway/get_documentdb_instance.py +4 -27
- pulumiverse_scaleway/get_documentdb_load_balancer_endpoint.py +4 -22
- pulumiverse_scaleway/get_domain_record.py +4 -31
- pulumiverse_scaleway/get_domain_zone.py +4 -21
- pulumiverse_scaleway/get_flexible_ip.py +4 -26
- pulumiverse_scaleway/get_flexible_ips.py +4 -20
- pulumiverse_scaleway/get_function.py +4 -38
- pulumiverse_scaleway/get_function_namespace.py +4 -24
- pulumiverse_scaleway/get_iam_api_key.py +4 -21
- pulumiverse_scaleway/get_iam_application.py +4 -21
- pulumiverse_scaleway/get_iam_group.py +4 -23
- pulumiverse_scaleway/get_iam_ssh_key.py +4 -22
- pulumiverse_scaleway/get_iam_user.py +4 -16
- pulumiverse_scaleway/get_instance_image.py +4 -31
- pulumiverse_scaleway/get_instance_ip.py +4 -21
- pulumiverse_scaleway/get_instance_placement_group.py +4 -23
- pulumiverse_scaleway/get_instance_private_nic.py +4 -22
- pulumiverse_scaleway/get_instance_security_group.py +4 -28
- pulumiverse_scaleway/get_instance_server.py +4 -45
- pulumiverse_scaleway/get_instance_servers.py +4 -20
- pulumiverse_scaleway/get_instance_snapshot.py +4 -25
- pulumiverse_scaleway/get_instance_volume.py +4 -24
- pulumiverse_scaleway/get_iot_device.py +4 -28
- pulumiverse_scaleway/get_iot_hub.py +4 -34
- pulumiverse_scaleway/get_ipam_ip.py +4 -33
- pulumiverse_scaleway/get_ipam_ips.py +4 -30
- pulumiverse_scaleway/get_k8s_version.py +4 -17
- pulumiverse_scaleway/get_kubernetes_cluster.py +4 -38
- pulumiverse_scaleway/get_kubernetes_node_pool.py +4 -41
- pulumiverse_scaleway/get_lb_acls.py +4 -20
- pulumiverse_scaleway/get_lb_backend.py +4 -44
- pulumiverse_scaleway/get_lb_backends.py +4 -20
- pulumiverse_scaleway/get_lb_frontend.py +4 -24
- pulumiverse_scaleway/get_lb_frontends.py +4 -20
- pulumiverse_scaleway/get_lb_ips.py +4 -22
- pulumiverse_scaleway/get_lb_route.py +4 -18
- pulumiverse_scaleway/get_lb_routes.py +4 -18
- pulumiverse_scaleway/get_lbs.py +4 -20
- pulumiverse_scaleway/get_loadbalancer.py +4 -33
- pulumiverse_scaleway/get_loadbalancer_certificate.py +4 -24
- pulumiverse_scaleway/get_loadbalancer_ip.py +4 -23
- pulumiverse_scaleway/get_marketplace_image.py +4 -16
- pulumiverse_scaleway/get_mnq_sqs.py +4 -15
- pulumiverse_scaleway/get_object_bucket.py +4 -25
- pulumiverse_scaleway/get_object_bucket_policy.py +4 -17
- pulumiverse_scaleway/get_redis_cluster.py +4 -32
- pulumiverse_scaleway/get_registry_image.py +4 -26
- pulumiverse_scaleway/get_registry_namespace.py +4 -22
- pulumiverse_scaleway/get_secret.py +4 -28
- pulumiverse_scaleway/get_secret_version.py +4 -25
- pulumiverse_scaleway/get_tem_domain.py +4 -38
- pulumiverse_scaleway/get_vpc.py +4 -26
- pulumiverse_scaleway/get_vpc_gateway_network.py +4 -29
- pulumiverse_scaleway/get_vpc_private_network.py +4 -28
- pulumiverse_scaleway/get_vpc_public_gateway.py +4 -30
- pulumiverse_scaleway/get_vpc_public_gateway_dhcp.py +4 -30
- pulumiverse_scaleway/get_vpc_public_gateway_dhcp_reservation.py +4 -25
- pulumiverse_scaleway/get_vpc_public_gateway_ip.py +4 -20
- pulumiverse_scaleway/get_vpc_public_pat_rule.py +4 -22
- pulumiverse_scaleway/get_vpc_routes.py +4 -25
- pulumiverse_scaleway/get_vpcs.py +4 -20
- pulumiverse_scaleway/get_web_host_offer.py +4 -19
- pulumiverse_scaleway/get_webhosting.py +4 -33
- pulumiverse_scaleway/iam_api_key.py +0 -31
- pulumiverse_scaleway/iam_application.py +0 -5
- pulumiverse_scaleway/iam_group.py +0 -5
- pulumiverse_scaleway/iam_group_membership.py +0 -5
- pulumiverse_scaleway/iam_policy.py +0 -5
- pulumiverse_scaleway/iam_ssh_key.py +0 -5
- pulumiverse_scaleway/iam_user.py +0 -5
- pulumiverse_scaleway/instance_image.py +0 -5
- pulumiverse_scaleway/instance_ip.py +0 -5
- pulumiverse_scaleway/instance_ip_reverse_dns.py +0 -5
- pulumiverse_scaleway/instance_placement_group.py +0 -5
- pulumiverse_scaleway/instance_private_nic.py +0 -5
- pulumiverse_scaleway/instance_security_group.py +0 -5
- pulumiverse_scaleway/instance_security_group_rules.py +0 -5
- pulumiverse_scaleway/instance_server.py +0 -5
- pulumiverse_scaleway/instance_snapshot.py +0 -5
- pulumiverse_scaleway/instance_user_data.py +0 -5
- pulumiverse_scaleway/instance_volume.py +0 -5
- pulumiverse_scaleway/iot_device.py +0 -5
- pulumiverse_scaleway/iot_hub.py +0 -5
- pulumiverse_scaleway/iot_network.py +0 -5
- pulumiverse_scaleway/iot_route.py +0 -5
- pulumiverse_scaleway/ipam_ip.py +0 -5
- pulumiverse_scaleway/ipam_ip_reverse_dns.py +0 -5
- pulumiverse_scaleway/job_definition.py +0 -5
- pulumiverse_scaleway/kubernetes_cluster.py +0 -5
- pulumiverse_scaleway/kubernetes_node_pool.py +0 -5
- pulumiverse_scaleway/loadbalancer.py +0 -5
- pulumiverse_scaleway/loadbalancer_acl.py +0 -5
- pulumiverse_scaleway/loadbalancer_backend.py +0 -5
- pulumiverse_scaleway/loadbalancer_certificate.py +0 -5
- pulumiverse_scaleway/loadbalancer_frontend.py +0 -5
- pulumiverse_scaleway/loadbalancer_ip.py +0 -5
- pulumiverse_scaleway/loadbalancer_route.py +0 -5
- pulumiverse_scaleway/mnq_nats_account.py +0 -5
- pulumiverse_scaleway/mnq_nats_credentials.py +0 -5
- pulumiverse_scaleway/mnq_sns.py +0 -5
- pulumiverse_scaleway/mnq_sns_credentials.py +0 -5
- pulumiverse_scaleway/mnq_sns_topic.py +0 -5
- pulumiverse_scaleway/mnq_sns_topic_subscription.py +0 -5
- pulumiverse_scaleway/mnq_sqs.py +0 -5
- pulumiverse_scaleway/mnq_sqs_credentials.py +0 -5
- pulumiverse_scaleway/mnq_sqs_queue.py +0 -5
- pulumiverse_scaleway/object_bucket.py +0 -5
- pulumiverse_scaleway/object_bucket_acl.py +0 -5
- pulumiverse_scaleway/object_bucket_lock_configuration.py +0 -5
- pulumiverse_scaleway/object_bucket_policy.py +0 -5
- pulumiverse_scaleway/object_bucket_website_configuration.py +0 -5
- pulumiverse_scaleway/object_item.py +0 -5
- pulumiverse_scaleway/outputs.py +0 -5
- pulumiverse_scaleway/provider.py +0 -5
- pulumiverse_scaleway/pulumi-plugin.json +1 -1
- pulumiverse_scaleway/redis_cluster.py +0 -5
- pulumiverse_scaleway/registry_namespace.py +0 -5
- pulumiverse_scaleway/sdb_database.py +0 -5
- pulumiverse_scaleway/secret.py +0 -5
- pulumiverse_scaleway/secret_version.py +0 -5
- pulumiverse_scaleway/tem_domain.py +0 -5
- pulumiverse_scaleway/tem_domain_validation.py +0 -5
- pulumiverse_scaleway/vpc.py +0 -5
- pulumiverse_scaleway/vpc_gateway_network.py +0 -5
- pulumiverse_scaleway/vpc_private_network.py +0 -5
- pulumiverse_scaleway/vpc_public_gateway.py +0 -5
- pulumiverse_scaleway/vpc_public_gateway_dhcp.py +0 -5
- pulumiverse_scaleway/vpc_public_gateway_dhcp_reservation.py +0 -5
- pulumiverse_scaleway/vpc_public_gateway_ip.py +0 -5
- pulumiverse_scaleway/vpc_public_gateway_ip_reverse_dns.py +0 -5
- pulumiverse_scaleway/vpc_public_gateway_pat_rule.py +0 -5
- pulumiverse_scaleway/webhosting.py +0 -5
- {pulumiverse_scaleway-1.16.0.dist-info → pulumiverse_scaleway-1.16.0a1730114875.dist-info}/METADATA +1 -2
- pulumiverse_scaleway-1.16.0a1730114875.dist-info/RECORD +205 -0
- pulumiverse_scaleway-1.16.0.dist-info/RECORD +0 -205
- {pulumiverse_scaleway-1.16.0.dist-info → pulumiverse_scaleway-1.16.0a1730114875.dist-info}/WHEEL +0 -0
- {pulumiverse_scaleway-1.16.0.dist-info → pulumiverse_scaleway-1.16.0a1730114875.dist-info}/top_level.txt +0 -0
pulumiverse_scaleway/_inputs.py
CHANGED
|
@@ -4,230 +4,108 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
18
13
|
'BaremetalServerIpArgs',
|
|
19
|
-
'BaremetalServerIpArgsDict',
|
|
20
14
|
'BaremetalServerIpv4Args',
|
|
21
|
-
'BaremetalServerIpv4ArgsDict',
|
|
22
15
|
'BaremetalServerIpv6Args',
|
|
23
|
-
'BaremetalServerIpv6ArgsDict',
|
|
24
16
|
'BaremetalServerOptionArgs',
|
|
25
|
-
'BaremetalServerOptionArgsDict',
|
|
26
17
|
'BaremetalServerPrivateNetworkArgs',
|
|
27
|
-
'BaremetalServerPrivateNetworkArgsDict',
|
|
28
18
|
'CockpitAlertManagerContactPointArgs',
|
|
29
|
-
'CockpitAlertManagerContactPointArgsDict',
|
|
30
19
|
'CockpitEndpointArgs',
|
|
31
|
-
'CockpitEndpointArgsDict',
|
|
32
20
|
'CockpitPushUrlArgs',
|
|
33
|
-
'CockpitPushUrlArgsDict',
|
|
34
21
|
'CockpitTokenScopesArgs',
|
|
35
|
-
'CockpitTokenScopesArgsDict',
|
|
36
22
|
'ContainerTriggerNatsArgs',
|
|
37
|
-
'ContainerTriggerNatsArgsDict',
|
|
38
23
|
'ContainerTriggerSqsArgs',
|
|
39
|
-
'ContainerTriggerSqsArgsDict',
|
|
40
24
|
'DatabaseAclAclRuleArgs',
|
|
41
|
-
'DatabaseAclAclRuleArgsDict',
|
|
42
25
|
'DatabaseInstanceLoadBalancerArgs',
|
|
43
|
-
'DatabaseInstanceLoadBalancerArgsDict',
|
|
44
26
|
'DatabaseInstanceLogsPolicyArgs',
|
|
45
|
-
'DatabaseInstanceLogsPolicyArgsDict',
|
|
46
27
|
'DatabaseInstancePrivateNetworkArgs',
|
|
47
|
-
'DatabaseInstancePrivateNetworkArgsDict',
|
|
48
28
|
'DatabaseInstanceReadReplicaArgs',
|
|
49
|
-
'DatabaseInstanceReadReplicaArgsDict',
|
|
50
29
|
'DatabaseReadReplicaDirectAccessArgs',
|
|
51
|
-
'DatabaseReadReplicaDirectAccessArgsDict',
|
|
52
30
|
'DatabaseReadReplicaPrivateNetworkArgs',
|
|
53
|
-
'DatabaseReadReplicaPrivateNetworkArgsDict',
|
|
54
31
|
'DocumentdbPrivateNetworkEndpointPrivateNetworkArgs',
|
|
55
|
-
'DocumentdbPrivateNetworkEndpointPrivateNetworkArgsDict',
|
|
56
32
|
'DocumentdbReadReplicaDirectAccessArgs',
|
|
57
|
-
'DocumentdbReadReplicaDirectAccessArgsDict',
|
|
58
33
|
'DocumentdbReadReplicaPrivateNetworkArgs',
|
|
59
|
-
'DocumentdbReadReplicaPrivateNetworkArgsDict',
|
|
60
34
|
'DomainRecordGeoIpArgs',
|
|
61
|
-
'DomainRecordGeoIpArgsDict',
|
|
62
35
|
'DomainRecordGeoIpMatchArgs',
|
|
63
|
-
'DomainRecordGeoIpMatchArgsDict',
|
|
64
36
|
'DomainRecordHttpServiceArgs',
|
|
65
|
-
'DomainRecordHttpServiceArgsDict',
|
|
66
37
|
'DomainRecordViewArgs',
|
|
67
|
-
'DomainRecordViewArgsDict',
|
|
68
38
|
'DomainRecordWeightedArgs',
|
|
69
|
-
'DomainRecordWeightedArgsDict',
|
|
70
39
|
'FunctionTriggerNatsArgs',
|
|
71
|
-
'FunctionTriggerNatsArgsDict',
|
|
72
40
|
'FunctionTriggerSqsArgs',
|
|
73
|
-
'FunctionTriggerSqsArgsDict',
|
|
74
41
|
'IamPolicyRuleArgs',
|
|
75
|
-
'IamPolicyRuleArgsDict',
|
|
76
42
|
'InstanceImageAdditionalVolumeArgs',
|
|
77
|
-
'InstanceImageAdditionalVolumeArgsDict',
|
|
78
43
|
'InstanceSecurityGroupInboundRuleArgs',
|
|
79
|
-
'InstanceSecurityGroupInboundRuleArgsDict',
|
|
80
44
|
'InstanceSecurityGroupOutboundRuleArgs',
|
|
81
|
-
'InstanceSecurityGroupOutboundRuleArgsDict',
|
|
82
45
|
'InstanceSecurityGroupRulesInboundRuleArgs',
|
|
83
|
-
'InstanceSecurityGroupRulesInboundRuleArgsDict',
|
|
84
46
|
'InstanceSecurityGroupRulesOutboundRuleArgs',
|
|
85
|
-
'InstanceSecurityGroupRulesOutboundRuleArgsDict',
|
|
86
47
|
'InstanceServerPrivateNetworkArgs',
|
|
87
|
-
'InstanceServerPrivateNetworkArgsDict',
|
|
88
48
|
'InstanceServerPublicIpArgs',
|
|
89
|
-
'InstanceServerPublicIpArgsDict',
|
|
90
49
|
'InstanceServerRootVolumeArgs',
|
|
91
|
-
'InstanceServerRootVolumeArgsDict',
|
|
92
50
|
'InstanceSnapshotImportArgs',
|
|
93
|
-
'InstanceSnapshotImportArgsDict',
|
|
94
51
|
'IotDeviceCertificateArgs',
|
|
95
|
-
'IotDeviceCertificateArgsDict',
|
|
96
52
|
'IotDeviceMessageFiltersArgs',
|
|
97
|
-
'IotDeviceMessageFiltersArgsDict',
|
|
98
53
|
'IotDeviceMessageFiltersPublishArgs',
|
|
99
|
-
'IotDeviceMessageFiltersPublishArgsDict',
|
|
100
54
|
'IotDeviceMessageFiltersSubscribeArgs',
|
|
101
|
-
'IotDeviceMessageFiltersSubscribeArgsDict',
|
|
102
55
|
'IotRouteDatabaseArgs',
|
|
103
|
-
'IotRouteDatabaseArgsDict',
|
|
104
56
|
'IotRouteRestArgs',
|
|
105
|
-
'IotRouteRestArgsDict',
|
|
106
57
|
'IotRouteS3Args',
|
|
107
|
-
'IotRouteS3ArgsDict',
|
|
108
58
|
'IpamIpResourceArgs',
|
|
109
|
-
'IpamIpResourceArgsDict',
|
|
110
59
|
'IpamIpReverseArgs',
|
|
111
|
-
'IpamIpReverseArgsDict',
|
|
112
60
|
'IpamIpSourceArgs',
|
|
113
|
-
'IpamIpSourceArgsDict',
|
|
114
61
|
'JobDefinitionCronArgs',
|
|
115
|
-
'JobDefinitionCronArgsDict',
|
|
116
62
|
'KubernetesClusterAutoUpgradeArgs',
|
|
117
|
-
'KubernetesClusterAutoUpgradeArgsDict',
|
|
118
63
|
'KubernetesClusterAutoscalerConfigArgs',
|
|
119
|
-
'KubernetesClusterAutoscalerConfigArgsDict',
|
|
120
64
|
'KubernetesClusterKubeconfigArgs',
|
|
121
|
-
'KubernetesClusterKubeconfigArgsDict',
|
|
122
65
|
'KubernetesClusterOpenIdConnectConfigArgs',
|
|
123
|
-
'KubernetesClusterOpenIdConnectConfigArgsDict',
|
|
124
66
|
'KubernetesNodePoolNodeArgs',
|
|
125
|
-
'KubernetesNodePoolNodeArgsDict',
|
|
126
67
|
'KubernetesNodePoolUpgradePolicyArgs',
|
|
127
|
-
'KubernetesNodePoolUpgradePolicyArgsDict',
|
|
128
68
|
'LoadbalancerAclActionArgs',
|
|
129
|
-
'LoadbalancerAclActionArgsDict',
|
|
130
69
|
'LoadbalancerAclActionRedirectArgs',
|
|
131
|
-
'LoadbalancerAclActionRedirectArgsDict',
|
|
132
70
|
'LoadbalancerAclMatchArgs',
|
|
133
|
-
'LoadbalancerAclMatchArgsDict',
|
|
134
71
|
'LoadbalancerBackendHealthCheckHttpArgs',
|
|
135
|
-
'LoadbalancerBackendHealthCheckHttpArgsDict',
|
|
136
72
|
'LoadbalancerBackendHealthCheckHttpsArgs',
|
|
137
|
-
'LoadbalancerBackendHealthCheckHttpsArgsDict',
|
|
138
73
|
'LoadbalancerBackendHealthCheckTcpArgs',
|
|
139
|
-
'LoadbalancerBackendHealthCheckTcpArgsDict',
|
|
140
74
|
'LoadbalancerCertificateCustomCertificateArgs',
|
|
141
|
-
'LoadbalancerCertificateCustomCertificateArgsDict',
|
|
142
75
|
'LoadbalancerCertificateLetsencryptArgs',
|
|
143
|
-
'LoadbalancerCertificateLetsencryptArgsDict',
|
|
144
76
|
'LoadbalancerFrontendAclArgs',
|
|
145
|
-
'LoadbalancerFrontendAclArgsDict',
|
|
146
77
|
'LoadbalancerFrontendAclActionArgs',
|
|
147
|
-
'LoadbalancerFrontendAclActionArgsDict',
|
|
148
78
|
'LoadbalancerFrontendAclActionRedirectArgs',
|
|
149
|
-
'LoadbalancerFrontendAclActionRedirectArgsDict',
|
|
150
79
|
'LoadbalancerFrontendAclMatchArgs',
|
|
151
|
-
'LoadbalancerFrontendAclMatchArgsDict',
|
|
152
80
|
'LoadbalancerPrivateNetworkArgs',
|
|
153
|
-
'LoadbalancerPrivateNetworkArgsDict',
|
|
154
81
|
'MnqSnsCredentialsPermissionsArgs',
|
|
155
|
-
'MnqSnsCredentialsPermissionsArgsDict',
|
|
156
82
|
'MnqSqsCredentialsPermissionsArgs',
|
|
157
|
-
'MnqSqsCredentialsPermissionsArgsDict',
|
|
158
83
|
'ObjectBucketAclAccessControlPolicyArgs',
|
|
159
|
-
'ObjectBucketAclAccessControlPolicyArgsDict',
|
|
160
84
|
'ObjectBucketAclAccessControlPolicyGrantArgs',
|
|
161
|
-
'ObjectBucketAclAccessControlPolicyGrantArgsDict',
|
|
162
85
|
'ObjectBucketAclAccessControlPolicyGrantGranteeArgs',
|
|
163
|
-
'ObjectBucketAclAccessControlPolicyGrantGranteeArgsDict',
|
|
164
86
|
'ObjectBucketAclAccessControlPolicyOwnerArgs',
|
|
165
|
-
'ObjectBucketAclAccessControlPolicyOwnerArgsDict',
|
|
166
87
|
'ObjectBucketCorsRuleArgs',
|
|
167
|
-
'ObjectBucketCorsRuleArgsDict',
|
|
168
88
|
'ObjectBucketLifecycleRuleArgs',
|
|
169
|
-
'ObjectBucketLifecycleRuleArgsDict',
|
|
170
89
|
'ObjectBucketLifecycleRuleExpirationArgs',
|
|
171
|
-
'ObjectBucketLifecycleRuleExpirationArgsDict',
|
|
172
90
|
'ObjectBucketLifecycleRuleTransitionArgs',
|
|
173
|
-
'ObjectBucketLifecycleRuleTransitionArgsDict',
|
|
174
91
|
'ObjectBucketLockConfigurationRuleArgs',
|
|
175
|
-
'ObjectBucketLockConfigurationRuleArgsDict',
|
|
176
92
|
'ObjectBucketLockConfigurationRuleDefaultRetentionArgs',
|
|
177
|
-
'ObjectBucketLockConfigurationRuleDefaultRetentionArgsDict',
|
|
178
93
|
'ObjectBucketVersioningArgs',
|
|
179
|
-
'ObjectBucketVersioningArgsDict',
|
|
180
94
|
'ObjectBucketWebsiteConfigurationErrorDocumentArgs',
|
|
181
|
-
'ObjectBucketWebsiteConfigurationErrorDocumentArgsDict',
|
|
182
95
|
'ObjectBucketWebsiteConfigurationIndexDocumentArgs',
|
|
183
|
-
'ObjectBucketWebsiteConfigurationIndexDocumentArgsDict',
|
|
184
96
|
'RedisClusterAclArgs',
|
|
185
|
-
'RedisClusterAclArgsDict',
|
|
186
97
|
'RedisClusterPrivateNetworkArgs',
|
|
187
|
-
'RedisClusterPrivateNetworkArgsDict',
|
|
188
98
|
'RedisClusterPublicNetworkArgs',
|
|
189
|
-
'RedisClusterPublicNetworkArgsDict',
|
|
190
99
|
'TemDomainReputationArgs',
|
|
191
|
-
'TemDomainReputationArgsDict',
|
|
192
100
|
'VpcGatewayNetworkIpamConfigArgs',
|
|
193
|
-
'VpcGatewayNetworkIpamConfigArgsDict',
|
|
194
101
|
'VpcPrivateNetworkIpv4SubnetArgs',
|
|
195
|
-
'VpcPrivateNetworkIpv4SubnetArgsDict',
|
|
196
102
|
'VpcPrivateNetworkIpv6SubnetArgs',
|
|
197
|
-
'VpcPrivateNetworkIpv6SubnetArgsDict',
|
|
198
103
|
'WebhostingCpanelUrlArgs',
|
|
199
|
-
'WebhostingCpanelUrlArgsDict',
|
|
200
104
|
'WebhostingOptionArgs',
|
|
201
|
-
'WebhostingOptionArgsDict',
|
|
202
105
|
'GetIpamIpResourceArgs',
|
|
203
|
-
'GetIpamIpResourceArgsDict',
|
|
204
106
|
'GetIpamIpsResourceArgs',
|
|
205
|
-
'GetIpamIpsResourceArgsDict',
|
|
206
107
|
]
|
|
207
108
|
|
|
208
|
-
MYPY = False
|
|
209
|
-
|
|
210
|
-
if not MYPY:
|
|
211
|
-
class BaremetalServerIpArgsDict(TypedDict):
|
|
212
|
-
address: NotRequired[pulumi.Input[str]]
|
|
213
|
-
"""
|
|
214
|
-
The address of the IPv6.
|
|
215
|
-
"""
|
|
216
|
-
id: NotRequired[pulumi.Input[str]]
|
|
217
|
-
"""
|
|
218
|
-
The ID of the IPv6.
|
|
219
|
-
"""
|
|
220
|
-
reverse: NotRequired[pulumi.Input[str]]
|
|
221
|
-
"""
|
|
222
|
-
The reverse of the IPv6.
|
|
223
|
-
"""
|
|
224
|
-
version: NotRequired[pulumi.Input[str]]
|
|
225
|
-
"""
|
|
226
|
-
The type of the IPv6.
|
|
227
|
-
"""
|
|
228
|
-
elif False:
|
|
229
|
-
BaremetalServerIpArgsDict: TypeAlias = Mapping[str, Any]
|
|
230
|
-
|
|
231
109
|
@pulumi.input_type
|
|
232
110
|
class BaremetalServerIpArgs:
|
|
233
111
|
def __init__(__self__, *,
|
|
@@ -299,27 +177,6 @@ class BaremetalServerIpArgs:
|
|
|
299
177
|
pulumi.set(self, "version", value)
|
|
300
178
|
|
|
301
179
|
|
|
302
|
-
if not MYPY:
|
|
303
|
-
class BaremetalServerIpv4ArgsDict(TypedDict):
|
|
304
|
-
address: NotRequired[pulumi.Input[str]]
|
|
305
|
-
"""
|
|
306
|
-
The address of the IPv6.
|
|
307
|
-
"""
|
|
308
|
-
id: NotRequired[pulumi.Input[str]]
|
|
309
|
-
"""
|
|
310
|
-
The ID of the IPv6.
|
|
311
|
-
"""
|
|
312
|
-
reverse: NotRequired[pulumi.Input[str]]
|
|
313
|
-
"""
|
|
314
|
-
The reverse of the IPv6.
|
|
315
|
-
"""
|
|
316
|
-
version: NotRequired[pulumi.Input[str]]
|
|
317
|
-
"""
|
|
318
|
-
The type of the IPv6.
|
|
319
|
-
"""
|
|
320
|
-
elif False:
|
|
321
|
-
BaremetalServerIpv4ArgsDict: TypeAlias = Mapping[str, Any]
|
|
322
|
-
|
|
323
180
|
@pulumi.input_type
|
|
324
181
|
class BaremetalServerIpv4Args:
|
|
325
182
|
def __init__(__self__, *,
|
|
@@ -391,27 +248,6 @@ class BaremetalServerIpv4Args:
|
|
|
391
248
|
pulumi.set(self, "version", value)
|
|
392
249
|
|
|
393
250
|
|
|
394
|
-
if not MYPY:
|
|
395
|
-
class BaremetalServerIpv6ArgsDict(TypedDict):
|
|
396
|
-
address: NotRequired[pulumi.Input[str]]
|
|
397
|
-
"""
|
|
398
|
-
The address of the IPv6.
|
|
399
|
-
"""
|
|
400
|
-
id: NotRequired[pulumi.Input[str]]
|
|
401
|
-
"""
|
|
402
|
-
The ID of the IPv6.
|
|
403
|
-
"""
|
|
404
|
-
reverse: NotRequired[pulumi.Input[str]]
|
|
405
|
-
"""
|
|
406
|
-
The reverse of the IPv6.
|
|
407
|
-
"""
|
|
408
|
-
version: NotRequired[pulumi.Input[str]]
|
|
409
|
-
"""
|
|
410
|
-
The type of the IPv6.
|
|
411
|
-
"""
|
|
412
|
-
elif False:
|
|
413
|
-
BaremetalServerIpv6ArgsDict: TypeAlias = Mapping[str, Any]
|
|
414
|
-
|
|
415
251
|
@pulumi.input_type
|
|
416
252
|
class BaremetalServerIpv6Args:
|
|
417
253
|
def __init__(__self__, *,
|
|
@@ -483,23 +319,6 @@ class BaremetalServerIpv6Args:
|
|
|
483
319
|
pulumi.set(self, "version", value)
|
|
484
320
|
|
|
485
321
|
|
|
486
|
-
if not MYPY:
|
|
487
|
-
class BaremetalServerOptionArgsDict(TypedDict):
|
|
488
|
-
id: pulumi.Input[str]
|
|
489
|
-
"""
|
|
490
|
-
The id of the option to enable. Use [this endpoint](https://www.scaleway.com/en/developers/api/elastic-metal/#path-options-list-options) to find the available options IDs.
|
|
491
|
-
"""
|
|
492
|
-
expires_at: NotRequired[pulumi.Input[str]]
|
|
493
|
-
"""
|
|
494
|
-
The auto expiration date for compatible options
|
|
495
|
-
"""
|
|
496
|
-
name: NotRequired[pulumi.Input[str]]
|
|
497
|
-
"""
|
|
498
|
-
The name of the server.
|
|
499
|
-
"""
|
|
500
|
-
elif False:
|
|
501
|
-
BaremetalServerOptionArgsDict: TypeAlias = Mapping[str, Any]
|
|
502
|
-
|
|
503
322
|
@pulumi.input_type
|
|
504
323
|
class BaremetalServerOptionArgs:
|
|
505
324
|
def __init__(__self__, *,
|
|
@@ -554,31 +373,6 @@ class BaremetalServerOptionArgs:
|
|
|
554
373
|
pulumi.set(self, "name", value)
|
|
555
374
|
|
|
556
375
|
|
|
557
|
-
if not MYPY:
|
|
558
|
-
class BaremetalServerPrivateNetworkArgsDict(TypedDict):
|
|
559
|
-
id: pulumi.Input[str]
|
|
560
|
-
"""
|
|
561
|
-
The id of the private network to attach.
|
|
562
|
-
"""
|
|
563
|
-
created_at: NotRequired[pulumi.Input[str]]
|
|
564
|
-
"""
|
|
565
|
-
The date and time of the creation of the private network.
|
|
566
|
-
"""
|
|
567
|
-
status: NotRequired[pulumi.Input[str]]
|
|
568
|
-
"""
|
|
569
|
-
The private network status.
|
|
570
|
-
"""
|
|
571
|
-
updated_at: NotRequired[pulumi.Input[str]]
|
|
572
|
-
"""
|
|
573
|
-
The date and time of the last update of the private network.
|
|
574
|
-
"""
|
|
575
|
-
vlan: NotRequired[pulumi.Input[int]]
|
|
576
|
-
"""
|
|
577
|
-
The VLAN ID associated to the private network.
|
|
578
|
-
"""
|
|
579
|
-
elif False:
|
|
580
|
-
BaremetalServerPrivateNetworkArgsDict: TypeAlias = Mapping[str, Any]
|
|
581
|
-
|
|
582
376
|
@pulumi.input_type
|
|
583
377
|
class BaremetalServerPrivateNetworkArgs:
|
|
584
378
|
def __init__(__self__, *,
|
|
@@ -665,15 +459,6 @@ class BaremetalServerPrivateNetworkArgs:
|
|
|
665
459
|
pulumi.set(self, "vlan", value)
|
|
666
460
|
|
|
667
461
|
|
|
668
|
-
if not MYPY:
|
|
669
|
-
class CockpitAlertManagerContactPointArgsDict(TypedDict):
|
|
670
|
-
email: NotRequired[pulumi.Input[str]]
|
|
671
|
-
"""
|
|
672
|
-
Email addresses for the alert receivers
|
|
673
|
-
"""
|
|
674
|
-
elif False:
|
|
675
|
-
CockpitAlertManagerContactPointArgsDict: TypeAlias = Mapping[str, Any]
|
|
676
|
-
|
|
677
462
|
@pulumi.input_type
|
|
678
463
|
class CockpitAlertManagerContactPointArgs:
|
|
679
464
|
def __init__(__self__, *,
|
|
@@ -697,31 +482,6 @@ class CockpitAlertManagerContactPointArgs:
|
|
|
697
482
|
pulumi.set(self, "email", value)
|
|
698
483
|
|
|
699
484
|
|
|
700
|
-
if not MYPY:
|
|
701
|
-
class CockpitEndpointArgsDict(TypedDict):
|
|
702
|
-
alertmanager_url: NotRequired[pulumi.Input[str]]
|
|
703
|
-
"""
|
|
704
|
-
The alertmanager URL.
|
|
705
|
-
"""
|
|
706
|
-
grafana_url: NotRequired[pulumi.Input[str]]
|
|
707
|
-
"""
|
|
708
|
-
The grafana URL.
|
|
709
|
-
"""
|
|
710
|
-
logs_url: NotRequired[pulumi.Input[str]]
|
|
711
|
-
"""
|
|
712
|
-
The logs URL.
|
|
713
|
-
"""
|
|
714
|
-
metrics_url: NotRequired[pulumi.Input[str]]
|
|
715
|
-
"""
|
|
716
|
-
The metrics URL.
|
|
717
|
-
"""
|
|
718
|
-
traces_url: NotRequired[pulumi.Input[str]]
|
|
719
|
-
"""
|
|
720
|
-
The traces URL.
|
|
721
|
-
"""
|
|
722
|
-
elif False:
|
|
723
|
-
CockpitEndpointArgsDict: TypeAlias = Mapping[str, Any]
|
|
724
|
-
|
|
725
485
|
@pulumi.input_type
|
|
726
486
|
class CockpitEndpointArgs:
|
|
727
487
|
def __init__(__self__, *,
|
|
@@ -809,19 +569,6 @@ class CockpitEndpointArgs:
|
|
|
809
569
|
pulumi.set(self, "traces_url", value)
|
|
810
570
|
|
|
811
571
|
|
|
812
|
-
if not MYPY:
|
|
813
|
-
class CockpitPushUrlArgsDict(TypedDict):
|
|
814
|
-
push_logs_url: NotRequired[pulumi.Input[str]]
|
|
815
|
-
"""
|
|
816
|
-
Push URL for logs (Grafana Loki)
|
|
817
|
-
"""
|
|
818
|
-
push_metrics_url: NotRequired[pulumi.Input[str]]
|
|
819
|
-
"""
|
|
820
|
-
Push URL for metrics (Grafana Mimir)
|
|
821
|
-
"""
|
|
822
|
-
elif False:
|
|
823
|
-
CockpitPushUrlArgsDict: TypeAlias = Mapping[str, Any]
|
|
824
|
-
|
|
825
572
|
@pulumi.input_type
|
|
826
573
|
class CockpitPushUrlArgs:
|
|
827
574
|
def __init__(__self__, *,
|
|
@@ -861,47 +608,6 @@ class CockpitPushUrlArgs:
|
|
|
861
608
|
pulumi.set(self, "push_metrics_url", value)
|
|
862
609
|
|
|
863
610
|
|
|
864
|
-
if not MYPY:
|
|
865
|
-
class CockpitTokenScopesArgsDict(TypedDict):
|
|
866
|
-
query_logs: NotRequired[pulumi.Input[bool]]
|
|
867
|
-
"""
|
|
868
|
-
Query logs.
|
|
869
|
-
"""
|
|
870
|
-
query_metrics: NotRequired[pulumi.Input[bool]]
|
|
871
|
-
"""
|
|
872
|
-
Query metrics.
|
|
873
|
-
"""
|
|
874
|
-
query_traces: NotRequired[pulumi.Input[bool]]
|
|
875
|
-
"""
|
|
876
|
-
Query traces.
|
|
877
|
-
"""
|
|
878
|
-
setup_alerts: NotRequired[pulumi.Input[bool]]
|
|
879
|
-
"""
|
|
880
|
-
Setup alerts.
|
|
881
|
-
"""
|
|
882
|
-
setup_logs_rules: NotRequired[pulumi.Input[bool]]
|
|
883
|
-
"""
|
|
884
|
-
Setup logs rules.
|
|
885
|
-
"""
|
|
886
|
-
setup_metrics_rules: NotRequired[pulumi.Input[bool]]
|
|
887
|
-
"""
|
|
888
|
-
Setup metrics rules.
|
|
889
|
-
"""
|
|
890
|
-
write_logs: NotRequired[pulumi.Input[bool]]
|
|
891
|
-
"""
|
|
892
|
-
Write logs.
|
|
893
|
-
"""
|
|
894
|
-
write_metrics: NotRequired[pulumi.Input[bool]]
|
|
895
|
-
"""
|
|
896
|
-
Write metrics.
|
|
897
|
-
"""
|
|
898
|
-
write_traces: NotRequired[pulumi.Input[bool]]
|
|
899
|
-
"""
|
|
900
|
-
Write traces.
|
|
901
|
-
"""
|
|
902
|
-
elif False:
|
|
903
|
-
CockpitTokenScopesArgsDict: TypeAlias = Mapping[str, Any]
|
|
904
|
-
|
|
905
611
|
@pulumi.input_type
|
|
906
612
|
class CockpitTokenScopesArgs:
|
|
907
613
|
def __init__(__self__, *,
|
|
@@ -1053,27 +759,6 @@ class CockpitTokenScopesArgs:
|
|
|
1053
759
|
pulumi.set(self, "write_traces", value)
|
|
1054
760
|
|
|
1055
761
|
|
|
1056
|
-
if not MYPY:
|
|
1057
|
-
class ContainerTriggerNatsArgsDict(TypedDict):
|
|
1058
|
-
subject: pulumi.Input[str]
|
|
1059
|
-
"""
|
|
1060
|
-
The subject to listen to
|
|
1061
|
-
"""
|
|
1062
|
-
account_id: NotRequired[pulumi.Input[str]]
|
|
1063
|
-
"""
|
|
1064
|
-
ID of the mnq nats account.
|
|
1065
|
-
"""
|
|
1066
|
-
project_id: NotRequired[pulumi.Input[str]]
|
|
1067
|
-
"""
|
|
1068
|
-
ID of the project that contain the mnq nats account, defaults to provider's project
|
|
1069
|
-
"""
|
|
1070
|
-
region: NotRequired[pulumi.Input[str]]
|
|
1071
|
-
"""
|
|
1072
|
-
Region where the mnq nats account is, defaults to provider's region
|
|
1073
|
-
"""
|
|
1074
|
-
elif False:
|
|
1075
|
-
ContainerTriggerNatsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1076
|
-
|
|
1077
762
|
@pulumi.input_type
|
|
1078
763
|
class ContainerTriggerNatsArgs:
|
|
1079
764
|
def __init__(__self__, *,
|
|
@@ -1144,27 +829,6 @@ class ContainerTriggerNatsArgs:
|
|
|
1144
829
|
pulumi.set(self, "region", value)
|
|
1145
830
|
|
|
1146
831
|
|
|
1147
|
-
if not MYPY:
|
|
1148
|
-
class ContainerTriggerSqsArgsDict(TypedDict):
|
|
1149
|
-
queue: pulumi.Input[str]
|
|
1150
|
-
"""
|
|
1151
|
-
Name of the queue
|
|
1152
|
-
"""
|
|
1153
|
-
namespace_id: NotRequired[pulumi.Input[str]]
|
|
1154
|
-
"""
|
|
1155
|
-
ID of the mnq namespace. Deprecated.
|
|
1156
|
-
"""
|
|
1157
|
-
project_id: NotRequired[pulumi.Input[str]]
|
|
1158
|
-
"""
|
|
1159
|
-
ID of the project where sqs is enabled, defaults to provider's project
|
|
1160
|
-
"""
|
|
1161
|
-
region: NotRequired[pulumi.Input[str]]
|
|
1162
|
-
"""
|
|
1163
|
-
Region where sqs is enabled, defaults to provider's region
|
|
1164
|
-
"""
|
|
1165
|
-
elif False:
|
|
1166
|
-
ContainerTriggerSqsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1167
|
-
|
|
1168
832
|
@pulumi.input_type
|
|
1169
833
|
class ContainerTriggerSqsArgs:
|
|
1170
834
|
def __init__(__self__, *,
|
|
@@ -1239,19 +903,6 @@ class ContainerTriggerSqsArgs:
|
|
|
1239
903
|
pulumi.set(self, "region", value)
|
|
1240
904
|
|
|
1241
905
|
|
|
1242
|
-
if not MYPY:
|
|
1243
|
-
class DatabaseAclAclRuleArgsDict(TypedDict):
|
|
1244
|
-
ip: pulumi.Input[str]
|
|
1245
|
-
"""
|
|
1246
|
-
The IP range to whitelist in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
|
|
1247
|
-
"""
|
|
1248
|
-
description: NotRequired[pulumi.Input[str]]
|
|
1249
|
-
"""
|
|
1250
|
-
A text describing this rule. Default description: `IP allowed`
|
|
1251
|
-
"""
|
|
1252
|
-
elif False:
|
|
1253
|
-
DatabaseAclAclRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
1254
|
-
|
|
1255
906
|
@pulumi.input_type
|
|
1256
907
|
class DatabaseAclAclRuleArgs:
|
|
1257
908
|
def __init__(__self__, *,
|
|
@@ -1290,31 +941,6 @@ class DatabaseAclAclRuleArgs:
|
|
|
1290
941
|
pulumi.set(self, "description", value)
|
|
1291
942
|
|
|
1292
943
|
|
|
1293
|
-
if not MYPY:
|
|
1294
|
-
class DatabaseInstanceLoadBalancerArgsDict(TypedDict):
|
|
1295
|
-
endpoint_id: NotRequired[pulumi.Input[str]]
|
|
1296
|
-
"""
|
|
1297
|
-
The ID of the endpoint.
|
|
1298
|
-
"""
|
|
1299
|
-
hostname: NotRequired[pulumi.Input[str]]
|
|
1300
|
-
"""
|
|
1301
|
-
Hostname of the endpoint.
|
|
1302
|
-
"""
|
|
1303
|
-
ip: NotRequired[pulumi.Input[str]]
|
|
1304
|
-
"""
|
|
1305
|
-
IPv4 address on the network.
|
|
1306
|
-
"""
|
|
1307
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1308
|
-
"""
|
|
1309
|
-
The name of the Database Instance.
|
|
1310
|
-
"""
|
|
1311
|
-
port: NotRequired[pulumi.Input[int]]
|
|
1312
|
-
"""
|
|
1313
|
-
Port in the Private Network.
|
|
1314
|
-
"""
|
|
1315
|
-
elif False:
|
|
1316
|
-
DatabaseInstanceLoadBalancerArgsDict: TypeAlias = Mapping[str, Any]
|
|
1317
|
-
|
|
1318
944
|
@pulumi.input_type
|
|
1319
945
|
class DatabaseInstanceLoadBalancerArgs:
|
|
1320
946
|
def __init__(__self__, *,
|
|
@@ -1402,19 +1028,6 @@ class DatabaseInstanceLoadBalancerArgs:
|
|
|
1402
1028
|
pulumi.set(self, "port", value)
|
|
1403
1029
|
|
|
1404
1030
|
|
|
1405
|
-
if not MYPY:
|
|
1406
|
-
class DatabaseInstanceLogsPolicyArgsDict(TypedDict):
|
|
1407
|
-
max_age_retention: NotRequired[pulumi.Input[int]]
|
|
1408
|
-
"""
|
|
1409
|
-
The max age (in days) of remote logs to keep on the Database Instance
|
|
1410
|
-
"""
|
|
1411
|
-
total_disk_retention: NotRequired[pulumi.Input[int]]
|
|
1412
|
-
"""
|
|
1413
|
-
The max disk size of remote logs to keep on the Database Instance.
|
|
1414
|
-
"""
|
|
1415
|
-
elif False:
|
|
1416
|
-
DatabaseInstanceLogsPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
|
1417
|
-
|
|
1418
1031
|
@pulumi.input_type
|
|
1419
1032
|
class DatabaseInstanceLogsPolicyArgs:
|
|
1420
1033
|
def __init__(__self__, *,
|
|
@@ -1454,47 +1067,6 @@ class DatabaseInstanceLogsPolicyArgs:
|
|
|
1454
1067
|
pulumi.set(self, "total_disk_retention", value)
|
|
1455
1068
|
|
|
1456
1069
|
|
|
1457
|
-
if not MYPY:
|
|
1458
|
-
class DatabaseInstancePrivateNetworkArgsDict(TypedDict):
|
|
1459
|
-
pn_id: pulumi.Input[str]
|
|
1460
|
-
"""
|
|
1461
|
-
The private network ID
|
|
1462
|
-
"""
|
|
1463
|
-
enable_ipam: NotRequired[pulumi.Input[bool]]
|
|
1464
|
-
"""
|
|
1465
|
-
Whether or not the private network endpoint should be configured with IPAM
|
|
1466
|
-
"""
|
|
1467
|
-
endpoint_id: NotRequired[pulumi.Input[str]]
|
|
1468
|
-
"""
|
|
1469
|
-
The ID of the endpoint.
|
|
1470
|
-
"""
|
|
1471
|
-
hostname: NotRequired[pulumi.Input[str]]
|
|
1472
|
-
"""
|
|
1473
|
-
Hostname of the endpoint.
|
|
1474
|
-
"""
|
|
1475
|
-
ip: NotRequired[pulumi.Input[str]]
|
|
1476
|
-
"""
|
|
1477
|
-
IPv4 address on the network.
|
|
1478
|
-
"""
|
|
1479
|
-
ip_net: NotRequired[pulumi.Input[str]]
|
|
1480
|
-
"""
|
|
1481
|
-
The IP with the given mask within the private subnet
|
|
1482
|
-
"""
|
|
1483
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1484
|
-
"""
|
|
1485
|
-
The name of the Database Instance.
|
|
1486
|
-
"""
|
|
1487
|
-
port: NotRequired[pulumi.Input[int]]
|
|
1488
|
-
"""
|
|
1489
|
-
Port in the Private Network.
|
|
1490
|
-
"""
|
|
1491
|
-
zone: NotRequired[pulumi.Input[str]]
|
|
1492
|
-
"""
|
|
1493
|
-
The zone you want to attach the resource to
|
|
1494
|
-
"""
|
|
1495
|
-
elif False:
|
|
1496
|
-
DatabaseInstancePrivateNetworkArgsDict: TypeAlias = Mapping[str, Any]
|
|
1497
|
-
|
|
1498
1070
|
@pulumi.input_type
|
|
1499
1071
|
class DatabaseInstancePrivateNetworkArgs:
|
|
1500
1072
|
def __init__(__self__, *,
|
|
@@ -1645,23 +1217,6 @@ class DatabaseInstancePrivateNetworkArgs:
|
|
|
1645
1217
|
pulumi.set(self, "zone", value)
|
|
1646
1218
|
|
|
1647
1219
|
|
|
1648
|
-
if not MYPY:
|
|
1649
|
-
class DatabaseInstanceReadReplicaArgsDict(TypedDict):
|
|
1650
|
-
ip: NotRequired[pulumi.Input[str]]
|
|
1651
|
-
"""
|
|
1652
|
-
IPv4 address on the network.
|
|
1653
|
-
"""
|
|
1654
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1655
|
-
"""
|
|
1656
|
-
The name of the Database Instance.
|
|
1657
|
-
"""
|
|
1658
|
-
port: NotRequired[pulumi.Input[int]]
|
|
1659
|
-
"""
|
|
1660
|
-
Port in the Private Network.
|
|
1661
|
-
"""
|
|
1662
|
-
elif False:
|
|
1663
|
-
DatabaseInstanceReadReplicaArgsDict: TypeAlias = Mapping[str, Any]
|
|
1664
|
-
|
|
1665
1220
|
@pulumi.input_type
|
|
1666
1221
|
class DatabaseInstanceReadReplicaArgs:
|
|
1667
1222
|
def __init__(__self__, *,
|
|
@@ -1717,31 +1272,6 @@ class DatabaseInstanceReadReplicaArgs:
|
|
|
1717
1272
|
pulumi.set(self, "port", value)
|
|
1718
1273
|
|
|
1719
1274
|
|
|
1720
|
-
if not MYPY:
|
|
1721
|
-
class DatabaseReadReplicaDirectAccessArgsDict(TypedDict):
|
|
1722
|
-
endpoint_id: NotRequired[pulumi.Input[str]]
|
|
1723
|
-
"""
|
|
1724
|
-
The ID of the endpoint of the Read Replica.
|
|
1725
|
-
"""
|
|
1726
|
-
hostname: NotRequired[pulumi.Input[str]]
|
|
1727
|
-
"""
|
|
1728
|
-
Hostname of the endpoint. Only one of IP and hostname may be set.
|
|
1729
|
-
"""
|
|
1730
|
-
ip: NotRequired[pulumi.Input[str]]
|
|
1731
|
-
"""
|
|
1732
|
-
IPv4 address of the endpoint (IP address). Only one of IP and hostname may be set.
|
|
1733
|
-
"""
|
|
1734
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1735
|
-
"""
|
|
1736
|
-
Name of the endpoint.
|
|
1737
|
-
"""
|
|
1738
|
-
port: NotRequired[pulumi.Input[int]]
|
|
1739
|
-
"""
|
|
1740
|
-
TCP port of the endpoint.
|
|
1741
|
-
"""
|
|
1742
|
-
elif False:
|
|
1743
|
-
DatabaseReadReplicaDirectAccessArgsDict: TypeAlias = Mapping[str, Any]
|
|
1744
|
-
|
|
1745
1275
|
@pulumi.input_type
|
|
1746
1276
|
class DatabaseReadReplicaDirectAccessArgs:
|
|
1747
1277
|
def __init__(__self__, *,
|
|
@@ -1829,73 +1359,30 @@ class DatabaseReadReplicaDirectAccessArgs:
|
|
|
1829
1359
|
pulumi.set(self, "port", value)
|
|
1830
1360
|
|
|
1831
1361
|
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1362
|
+
@pulumi.input_type
|
|
1363
|
+
class DatabaseReadReplicaPrivateNetworkArgs:
|
|
1364
|
+
def __init__(__self__, *,
|
|
1365
|
+
private_network_id: pulumi.Input[str],
|
|
1366
|
+
enable_ipam: Optional[pulumi.Input[bool]] = None,
|
|
1367
|
+
endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
1368
|
+
hostname: Optional[pulumi.Input[str]] = None,
|
|
1369
|
+
ip: Optional[pulumi.Input[str]] = None,
|
|
1370
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
1371
|
+
port: Optional[pulumi.Input[int]] = None,
|
|
1372
|
+
service_ip: Optional[pulumi.Input[str]] = None,
|
|
1373
|
+
zone: Optional[pulumi.Input[str]] = None):
|
|
1837
1374
|
"""
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
"""
|
|
1850
|
-
Hostname of the endpoint. Only one of IP and hostname may be set.
|
|
1851
|
-
"""
|
|
1852
|
-
ip: NotRequired[pulumi.Input[str]]
|
|
1853
|
-
"""
|
|
1854
|
-
IPv4 address of the endpoint (IP address). Only one of IP and hostname may be set.
|
|
1855
|
-
"""
|
|
1856
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1857
|
-
"""
|
|
1858
|
-
Name of the endpoint.
|
|
1859
|
-
"""
|
|
1860
|
-
port: NotRequired[pulumi.Input[int]]
|
|
1861
|
-
"""
|
|
1862
|
-
TCP port of the endpoint.
|
|
1863
|
-
"""
|
|
1864
|
-
service_ip: NotRequired[pulumi.Input[str]]
|
|
1865
|
-
"""
|
|
1866
|
-
The IP network address within the private subnet. This must be an IPv4 address with a CIDR notation. If not set, The IP network address within the private subnet is determined by the IP Address Management (IPAM) service.
|
|
1867
|
-
"""
|
|
1868
|
-
zone: NotRequired[pulumi.Input[str]]
|
|
1869
|
-
"""
|
|
1870
|
-
Private network zone
|
|
1871
|
-
"""
|
|
1872
|
-
elif False:
|
|
1873
|
-
DatabaseReadReplicaPrivateNetworkArgsDict: TypeAlias = Mapping[str, Any]
|
|
1874
|
-
|
|
1875
|
-
@pulumi.input_type
|
|
1876
|
-
class DatabaseReadReplicaPrivateNetworkArgs:
|
|
1877
|
-
def __init__(__self__, *,
|
|
1878
|
-
private_network_id: pulumi.Input[str],
|
|
1879
|
-
enable_ipam: Optional[pulumi.Input[bool]] = None,
|
|
1880
|
-
endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
1881
|
-
hostname: Optional[pulumi.Input[str]] = None,
|
|
1882
|
-
ip: Optional[pulumi.Input[str]] = None,
|
|
1883
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
1884
|
-
port: Optional[pulumi.Input[int]] = None,
|
|
1885
|
-
service_ip: Optional[pulumi.Input[str]] = None,
|
|
1886
|
-
zone: Optional[pulumi.Input[str]] = None):
|
|
1887
|
-
"""
|
|
1888
|
-
:param pulumi.Input[str] private_network_id: UUID of the Private Netork to be connected to the Read Replica.
|
|
1889
|
-
:param pulumi.Input[bool] enable_ipam: If true, the IP network address within the private subnet is determined by the IP Address Management (IPAM) service.
|
|
1890
|
-
|
|
1891
|
-
> **Important:** One of `service_ip` or `enable_ipam=true` must be set.
|
|
1892
|
-
:param pulumi.Input[str] endpoint_id: The ID of the endpoint of the Read Replica.
|
|
1893
|
-
:param pulumi.Input[str] hostname: Hostname of the endpoint. Only one of IP and hostname may be set.
|
|
1894
|
-
:param pulumi.Input[str] ip: IPv4 address of the endpoint (IP address). Only one of IP and hostname may be set.
|
|
1895
|
-
:param pulumi.Input[str] name: Name of the endpoint.
|
|
1896
|
-
:param pulumi.Input[int] port: TCP port of the endpoint.
|
|
1897
|
-
:param pulumi.Input[str] service_ip: The IP network address within the private subnet. This must be an IPv4 address with a CIDR notation. If not set, The IP network address within the private subnet is determined by the IP Address Management (IPAM) service.
|
|
1898
|
-
:param pulumi.Input[str] zone: Private network zone
|
|
1375
|
+
:param pulumi.Input[str] private_network_id: UUID of the Private Netork to be connected to the Read Replica.
|
|
1376
|
+
:param pulumi.Input[bool] enable_ipam: If true, the IP network address within the private subnet is determined by the IP Address Management (IPAM) service.
|
|
1377
|
+
|
|
1378
|
+
> **Important:** One of `service_ip` or `enable_ipam=true` must be set.
|
|
1379
|
+
:param pulumi.Input[str] endpoint_id: The ID of the endpoint of the Read Replica.
|
|
1380
|
+
:param pulumi.Input[str] hostname: Hostname of the endpoint. Only one of IP and hostname may be set.
|
|
1381
|
+
:param pulumi.Input[str] ip: IPv4 address of the endpoint (IP address). Only one of IP and hostname may be set.
|
|
1382
|
+
:param pulumi.Input[str] name: Name of the endpoint.
|
|
1383
|
+
:param pulumi.Input[int] port: TCP port of the endpoint.
|
|
1384
|
+
:param pulumi.Input[str] service_ip: The IP network address within the private subnet. This must be an IPv4 address with a CIDR notation. If not set, The IP network address within the private subnet is determined by the IP Address Management (IPAM) service.
|
|
1385
|
+
:param pulumi.Input[str] zone: Private network zone
|
|
1899
1386
|
"""
|
|
1900
1387
|
pulumi.set(__self__, "private_network_id", private_network_id)
|
|
1901
1388
|
if enable_ipam is not None:
|
|
@@ -2026,39 +1513,6 @@ class DatabaseReadReplicaPrivateNetworkArgs:
|
|
|
2026
1513
|
pulumi.set(self, "zone", value)
|
|
2027
1514
|
|
|
2028
1515
|
|
|
2029
|
-
if not MYPY:
|
|
2030
|
-
class DocumentdbPrivateNetworkEndpointPrivateNetworkArgsDict(TypedDict):
|
|
2031
|
-
id: pulumi.Input[str]
|
|
2032
|
-
"""
|
|
2033
|
-
The private network ID.
|
|
2034
|
-
"""
|
|
2035
|
-
hostname: NotRequired[pulumi.Input[str]]
|
|
2036
|
-
"""
|
|
2037
|
-
The hostname of your endpoint.
|
|
2038
|
-
"""
|
|
2039
|
-
ip: NotRequired[pulumi.Input[str]]
|
|
2040
|
-
"""
|
|
2041
|
-
The IP of your private network service.
|
|
2042
|
-
"""
|
|
2043
|
-
ip_net: NotRequired[pulumi.Input[str]]
|
|
2044
|
-
"""
|
|
2045
|
-
The IP network address within the private subnet. This must be an IPv4 address with a CIDR notation. The IP network address within the private subnet is determined by the IP Address Management (IPAM) service if not set.
|
|
2046
|
-
"""
|
|
2047
|
-
name: NotRequired[pulumi.Input[str]]
|
|
2048
|
-
"""
|
|
2049
|
-
The name of your private service.
|
|
2050
|
-
"""
|
|
2051
|
-
port: NotRequired[pulumi.Input[int]]
|
|
2052
|
-
"""
|
|
2053
|
-
The port of your private service.
|
|
2054
|
-
"""
|
|
2055
|
-
zone: NotRequired[pulumi.Input[str]]
|
|
2056
|
-
"""
|
|
2057
|
-
The zone of your endpoint.
|
|
2058
|
-
"""
|
|
2059
|
-
elif False:
|
|
2060
|
-
DocumentdbPrivateNetworkEndpointPrivateNetworkArgsDict: TypeAlias = Mapping[str, Any]
|
|
2061
|
-
|
|
2062
1516
|
@pulumi.input_type
|
|
2063
1517
|
class DocumentdbPrivateNetworkEndpointPrivateNetworkArgs:
|
|
2064
1518
|
def __init__(__self__, *,
|
|
@@ -2177,31 +1631,6 @@ class DocumentdbPrivateNetworkEndpointPrivateNetworkArgs:
|
|
|
2177
1631
|
pulumi.set(self, "zone", value)
|
|
2178
1632
|
|
|
2179
1633
|
|
|
2180
|
-
if not MYPY:
|
|
2181
|
-
class DocumentdbReadReplicaDirectAccessArgsDict(TypedDict):
|
|
2182
|
-
endpoint_id: NotRequired[pulumi.Input[str]]
|
|
2183
|
-
"""
|
|
2184
|
-
The ID of the endpoint of the read replica.
|
|
2185
|
-
"""
|
|
2186
|
-
hostname: NotRequired[pulumi.Input[str]]
|
|
2187
|
-
"""
|
|
2188
|
-
Hostname of the endpoint. Only one of ip and hostname may be set.
|
|
2189
|
-
"""
|
|
2190
|
-
ip: NotRequired[pulumi.Input[str]]
|
|
2191
|
-
"""
|
|
2192
|
-
IPv4 address of the endpoint (IP address). Only one of ip and hostname may be set.
|
|
2193
|
-
"""
|
|
2194
|
-
name: NotRequired[pulumi.Input[str]]
|
|
2195
|
-
"""
|
|
2196
|
-
Name of the endpoint.
|
|
2197
|
-
"""
|
|
2198
|
-
port: NotRequired[pulumi.Input[int]]
|
|
2199
|
-
"""
|
|
2200
|
-
TCP port of the endpoint.
|
|
2201
|
-
"""
|
|
2202
|
-
elif False:
|
|
2203
|
-
DocumentdbReadReplicaDirectAccessArgsDict: TypeAlias = Mapping[str, Any]
|
|
2204
|
-
|
|
2205
1634
|
@pulumi.input_type
|
|
2206
1635
|
class DocumentdbReadReplicaDirectAccessArgs:
|
|
2207
1636
|
def __init__(__self__, *,
|
|
@@ -2289,45 +1718,6 @@ class DocumentdbReadReplicaDirectAccessArgs:
|
|
|
2289
1718
|
pulumi.set(self, "port", value)
|
|
2290
1719
|
|
|
2291
1720
|
|
|
2292
|
-
if not MYPY:
|
|
2293
|
-
class DocumentdbReadReplicaPrivateNetworkArgsDict(TypedDict):
|
|
2294
|
-
private_network_id: pulumi.Input[str]
|
|
2295
|
-
"""
|
|
2296
|
-
UUID of the private network to be connected to the read replica.
|
|
2297
|
-
"""
|
|
2298
|
-
endpoint_id: NotRequired[pulumi.Input[str]]
|
|
2299
|
-
"""
|
|
2300
|
-
The ID of the endpoint of the read replica.
|
|
2301
|
-
"""
|
|
2302
|
-
hostname: NotRequired[pulumi.Input[str]]
|
|
2303
|
-
"""
|
|
2304
|
-
Hostname of the endpoint. Only one of ip and hostname may be set.
|
|
2305
|
-
"""
|
|
2306
|
-
ip: NotRequired[pulumi.Input[str]]
|
|
2307
|
-
"""
|
|
2308
|
-
IPv4 address of the endpoint (IP address). Only one of ip and hostname may be set.
|
|
2309
|
-
"""
|
|
2310
|
-
name: NotRequired[pulumi.Input[str]]
|
|
2311
|
-
"""
|
|
2312
|
-
Name of the endpoint.
|
|
2313
|
-
"""
|
|
2314
|
-
port: NotRequired[pulumi.Input[int]]
|
|
2315
|
-
"""
|
|
2316
|
-
TCP port of the endpoint.
|
|
2317
|
-
"""
|
|
2318
|
-
service_ip: NotRequired[pulumi.Input[str]]
|
|
2319
|
-
"""
|
|
2320
|
-
The IP network address within the private subnet. This must be an IPv4 address with a
|
|
2321
|
-
CIDR notation. The IP network address within the private subnet is determined by the IP Address Management (IPAM)
|
|
2322
|
-
service if not set.
|
|
2323
|
-
"""
|
|
2324
|
-
zone: NotRequired[pulumi.Input[str]]
|
|
2325
|
-
"""
|
|
2326
|
-
Private network zone
|
|
2327
|
-
"""
|
|
2328
|
-
elif False:
|
|
2329
|
-
DocumentdbReadReplicaPrivateNetworkArgsDict: TypeAlias = Mapping[str, Any]
|
|
2330
|
-
|
|
2331
1721
|
@pulumi.input_type
|
|
2332
1722
|
class DocumentdbReadReplicaPrivateNetworkArgs:
|
|
2333
1723
|
def __init__(__self__, *,
|
|
@@ -2466,15 +1856,6 @@ class DocumentdbReadReplicaPrivateNetworkArgs:
|
|
|
2466
1856
|
pulumi.set(self, "zone", value)
|
|
2467
1857
|
|
|
2468
1858
|
|
|
2469
|
-
if not MYPY:
|
|
2470
|
-
class DomainRecordGeoIpArgsDict(TypedDict):
|
|
2471
|
-
matches: pulumi.Input[Sequence[pulumi.Input['DomainRecordGeoIpMatchArgsDict']]]
|
|
2472
|
-
"""
|
|
2473
|
-
The list of matches
|
|
2474
|
-
"""
|
|
2475
|
-
elif False:
|
|
2476
|
-
DomainRecordGeoIpArgsDict: TypeAlias = Mapping[str, Any]
|
|
2477
|
-
|
|
2478
1859
|
@pulumi.input_type
|
|
2479
1860
|
class DomainRecordGeoIpArgs:
|
|
2480
1861
|
def __init__(__self__, *,
|
|
@@ -2497,23 +1878,6 @@ class DomainRecordGeoIpArgs:
|
|
|
2497
1878
|
pulumi.set(self, "matches", value)
|
|
2498
1879
|
|
|
2499
1880
|
|
|
2500
|
-
if not MYPY:
|
|
2501
|
-
class DomainRecordGeoIpMatchArgsDict(TypedDict):
|
|
2502
|
-
data: pulumi.Input[str]
|
|
2503
|
-
"""
|
|
2504
|
-
The content of the record (an IPv4 for an `A`, a string for a `TXT`...).
|
|
2505
|
-
"""
|
|
2506
|
-
continents: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2507
|
-
"""
|
|
2508
|
-
List of continents (eg: EU for Europe, NA for North America, AS for Asia...). List of all continents code: https://api.scaleway.com/domain-private/v2beta1/continents
|
|
2509
|
-
"""
|
|
2510
|
-
countries: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2511
|
-
"""
|
|
2512
|
-
List of countries (eg: FR for France, US for the United States, GB for Great Britain...). List of all countries code: https://api.scaleway.com/domain-private/v2beta1/countries
|
|
2513
|
-
"""
|
|
2514
|
-
elif False:
|
|
2515
|
-
DomainRecordGeoIpMatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
2516
|
-
|
|
2517
1881
|
@pulumi.input_type
|
|
2518
1882
|
class DomainRecordGeoIpMatchArgs:
|
|
2519
1883
|
def __init__(__self__, *,
|
|
@@ -2568,31 +1932,6 @@ class DomainRecordGeoIpMatchArgs:
|
|
|
2568
1932
|
pulumi.set(self, "countries", value)
|
|
2569
1933
|
|
|
2570
1934
|
|
|
2571
|
-
if not MYPY:
|
|
2572
|
-
class DomainRecordHttpServiceArgsDict(TypedDict):
|
|
2573
|
-
ips: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
2574
|
-
"""
|
|
2575
|
-
IPs to check
|
|
2576
|
-
"""
|
|
2577
|
-
must_contain: pulumi.Input[str]
|
|
2578
|
-
"""
|
|
2579
|
-
Text to search
|
|
2580
|
-
"""
|
|
2581
|
-
strategy: pulumi.Input[str]
|
|
2582
|
-
"""
|
|
2583
|
-
Strategy to return an IP from the IPs list
|
|
2584
|
-
"""
|
|
2585
|
-
url: pulumi.Input[str]
|
|
2586
|
-
"""
|
|
2587
|
-
URL to match the must_contain text to validate an IP
|
|
2588
|
-
"""
|
|
2589
|
-
user_agent: NotRequired[pulumi.Input[str]]
|
|
2590
|
-
"""
|
|
2591
|
-
User-agent used when checking the URL
|
|
2592
|
-
"""
|
|
2593
|
-
elif False:
|
|
2594
|
-
DomainRecordHttpServiceArgsDict: TypeAlias = Mapping[str, Any]
|
|
2595
|
-
|
|
2596
1935
|
@pulumi.input_type
|
|
2597
1936
|
class DomainRecordHttpServiceArgs:
|
|
2598
1937
|
def __init__(__self__, *,
|
|
@@ -2676,19 +2015,6 @@ class DomainRecordHttpServiceArgs:
|
|
|
2676
2015
|
pulumi.set(self, "user_agent", value)
|
|
2677
2016
|
|
|
2678
2017
|
|
|
2679
|
-
if not MYPY:
|
|
2680
|
-
class DomainRecordViewArgsDict(TypedDict):
|
|
2681
|
-
data: pulumi.Input[str]
|
|
2682
|
-
"""
|
|
2683
|
-
The content of the record (an IPv4 for an `A`, a string for a `TXT`...).
|
|
2684
|
-
"""
|
|
2685
|
-
subnet: pulumi.Input[str]
|
|
2686
|
-
"""
|
|
2687
|
-
The subnet of the view
|
|
2688
|
-
"""
|
|
2689
|
-
elif False:
|
|
2690
|
-
DomainRecordViewArgsDict: TypeAlias = Mapping[str, Any]
|
|
2691
|
-
|
|
2692
2018
|
@pulumi.input_type
|
|
2693
2019
|
class DomainRecordViewArgs:
|
|
2694
2020
|
def __init__(__self__, *,
|
|
@@ -2726,19 +2052,6 @@ class DomainRecordViewArgs:
|
|
|
2726
2052
|
pulumi.set(self, "subnet", value)
|
|
2727
2053
|
|
|
2728
2054
|
|
|
2729
|
-
if not MYPY:
|
|
2730
|
-
class DomainRecordWeightedArgsDict(TypedDict):
|
|
2731
|
-
ip: pulumi.Input[str]
|
|
2732
|
-
"""
|
|
2733
|
-
The weighted IP
|
|
2734
|
-
"""
|
|
2735
|
-
weight: pulumi.Input[int]
|
|
2736
|
-
"""
|
|
2737
|
-
The weight of the IP
|
|
2738
|
-
"""
|
|
2739
|
-
elif False:
|
|
2740
|
-
DomainRecordWeightedArgsDict: TypeAlias = Mapping[str, Any]
|
|
2741
|
-
|
|
2742
2055
|
@pulumi.input_type
|
|
2743
2056
|
class DomainRecordWeightedArgs:
|
|
2744
2057
|
def __init__(__self__, *,
|
|
@@ -2776,27 +2089,6 @@ class DomainRecordWeightedArgs:
|
|
|
2776
2089
|
pulumi.set(self, "weight", value)
|
|
2777
2090
|
|
|
2778
2091
|
|
|
2779
|
-
if not MYPY:
|
|
2780
|
-
class FunctionTriggerNatsArgsDict(TypedDict):
|
|
2781
|
-
subject: pulumi.Input[str]
|
|
2782
|
-
"""
|
|
2783
|
-
The subject to listen to
|
|
2784
|
-
"""
|
|
2785
|
-
account_id: NotRequired[pulumi.Input[str]]
|
|
2786
|
-
"""
|
|
2787
|
-
ID of the mnq nats account.
|
|
2788
|
-
"""
|
|
2789
|
-
project_id: NotRequired[pulumi.Input[str]]
|
|
2790
|
-
"""
|
|
2791
|
-
ID of the project that contain the mnq nats account, defaults to provider's project
|
|
2792
|
-
"""
|
|
2793
|
-
region: NotRequired[pulumi.Input[str]]
|
|
2794
|
-
"""
|
|
2795
|
-
Region where the mnq nats account is, defaults to provider's region
|
|
2796
|
-
"""
|
|
2797
|
-
elif False:
|
|
2798
|
-
FunctionTriggerNatsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2799
|
-
|
|
2800
2092
|
@pulumi.input_type
|
|
2801
2093
|
class FunctionTriggerNatsArgs:
|
|
2802
2094
|
def __init__(__self__, *,
|
|
@@ -2867,27 +2159,6 @@ class FunctionTriggerNatsArgs:
|
|
|
2867
2159
|
pulumi.set(self, "region", value)
|
|
2868
2160
|
|
|
2869
2161
|
|
|
2870
|
-
if not MYPY:
|
|
2871
|
-
class FunctionTriggerSqsArgsDict(TypedDict):
|
|
2872
|
-
queue: pulumi.Input[str]
|
|
2873
|
-
"""
|
|
2874
|
-
Name of the queue
|
|
2875
|
-
"""
|
|
2876
|
-
namespace_id: NotRequired[pulumi.Input[str]]
|
|
2877
|
-
"""
|
|
2878
|
-
ID of the mnq namespace. Deprecated.
|
|
2879
|
-
"""
|
|
2880
|
-
project_id: NotRequired[pulumi.Input[str]]
|
|
2881
|
-
"""
|
|
2882
|
-
ID of the project that contain the mnq namespace, defaults to provider's project
|
|
2883
|
-
"""
|
|
2884
|
-
region: NotRequired[pulumi.Input[str]]
|
|
2885
|
-
"""
|
|
2886
|
-
Region where the mnq namespace is, defaults to provider's region
|
|
2887
|
-
"""
|
|
2888
|
-
elif False:
|
|
2889
|
-
FunctionTriggerSqsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2890
|
-
|
|
2891
2162
|
@pulumi.input_type
|
|
2892
2163
|
class FunctionTriggerSqsArgs:
|
|
2893
2164
|
def __init__(__self__, *,
|
|
@@ -2962,31 +2233,6 @@ class FunctionTriggerSqsArgs:
|
|
|
2962
2233
|
pulumi.set(self, "region", value)
|
|
2963
2234
|
|
|
2964
2235
|
|
|
2965
|
-
if not MYPY:
|
|
2966
|
-
class IamPolicyRuleArgsDict(TypedDict):
|
|
2967
|
-
permission_set_names: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
2968
|
-
"""
|
|
2969
|
-
Names of permission sets bind to the rule.
|
|
2970
|
-
|
|
2971
|
-
**_TIP:_** You can use the Scaleway CLI to list the permissions details. e.g:
|
|
2972
|
-
|
|
2973
|
-
```shell
|
|
2974
|
-
scw IAM permission-set list
|
|
2975
|
-
```
|
|
2976
|
-
"""
|
|
2977
|
-
organization_id: NotRequired[pulumi.Input[str]]
|
|
2978
|
-
"""
|
|
2979
|
-
ID of organization scoped to the rule, this can be used to create a rule for all projects in an organization.
|
|
2980
|
-
"""
|
|
2981
|
-
project_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2982
|
-
"""
|
|
2983
|
-
List of project IDs scoped to the rule.
|
|
2984
|
-
|
|
2985
|
-
> **Important** One `organization_id` or `project_ids` must be set per rule.
|
|
2986
|
-
"""
|
|
2987
|
-
elif False:
|
|
2988
|
-
IamPolicyRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
2989
|
-
|
|
2990
2236
|
@pulumi.input_type
|
|
2991
2237
|
class IamPolicyRuleArgs:
|
|
2992
2238
|
def __init__(__self__, *,
|
|
@@ -3057,63 +2303,6 @@ class IamPolicyRuleArgs:
|
|
|
3057
2303
|
pulumi.set(self, "project_ids", value)
|
|
3058
2304
|
|
|
3059
2305
|
|
|
3060
|
-
if not MYPY:
|
|
3061
|
-
class InstanceImageAdditionalVolumeArgsDict(TypedDict):
|
|
3062
|
-
creation_date: NotRequired[pulumi.Input[str]]
|
|
3063
|
-
"""
|
|
3064
|
-
Date of the volume creation.
|
|
3065
|
-
"""
|
|
3066
|
-
export_uri: NotRequired[pulumi.Input[str]]
|
|
3067
|
-
"""
|
|
3068
|
-
The export URI of the volume.
|
|
3069
|
-
"""
|
|
3070
|
-
id: NotRequired[pulumi.Input[str]]
|
|
3071
|
-
"""
|
|
3072
|
-
ID of the server containing the volume.
|
|
3073
|
-
"""
|
|
3074
|
-
modification_date: NotRequired[pulumi.Input[str]]
|
|
3075
|
-
"""
|
|
3076
|
-
Date of volume latest update.
|
|
3077
|
-
"""
|
|
3078
|
-
name: NotRequired[pulumi.Input[str]]
|
|
3079
|
-
"""
|
|
3080
|
-
The name of the image. If not provided it will be randomly generated.
|
|
3081
|
-
"""
|
|
3082
|
-
organization: NotRequired[pulumi.Input[str]]
|
|
3083
|
-
"""
|
|
3084
|
-
The organization ID the volume is associated with.
|
|
3085
|
-
"""
|
|
3086
|
-
project: NotRequired[pulumi.Input[str]]
|
|
3087
|
-
"""
|
|
3088
|
-
ID of the project the volume is associated with
|
|
3089
|
-
"""
|
|
3090
|
-
server: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
3091
|
-
"""
|
|
3092
|
-
Description of the server containing the volume (in case the image is a backup from a server).
|
|
3093
|
-
"""
|
|
3094
|
-
size: NotRequired[pulumi.Input[int]]
|
|
3095
|
-
"""
|
|
3096
|
-
The size of the volume.
|
|
3097
|
-
"""
|
|
3098
|
-
state: NotRequired[pulumi.Input[str]]
|
|
3099
|
-
"""
|
|
3100
|
-
State of the volume.
|
|
3101
|
-
"""
|
|
3102
|
-
tags: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
3103
|
-
"""
|
|
3104
|
-
A list of tags to apply to the image.
|
|
3105
|
-
"""
|
|
3106
|
-
volume_type: NotRequired[pulumi.Input[str]]
|
|
3107
|
-
"""
|
|
3108
|
-
The type of volume, possible values are `l_ssd` and `b_ssd`.
|
|
3109
|
-
"""
|
|
3110
|
-
zone: NotRequired[pulumi.Input[str]]
|
|
3111
|
-
"""
|
|
3112
|
-
The zone in which the image should be created.
|
|
3113
|
-
"""
|
|
3114
|
-
elif False:
|
|
3115
|
-
InstanceImageAdditionalVolumeArgsDict: TypeAlias = Mapping[str, Any]
|
|
3116
|
-
|
|
3117
2306
|
@pulumi.input_type
|
|
3118
2307
|
class InstanceImageAdditionalVolumeArgs:
|
|
3119
2308
|
def __init__(__self__, *,
|
|
@@ -3329,44 +2518,15 @@ class InstanceImageAdditionalVolumeArgs:
|
|
|
3329
2518
|
pulumi.set(self, "zone", value)
|
|
3330
2519
|
|
|
3331
2520
|
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
"""
|
|
3342
|
-
ip_range: NotRequired[pulumi.Input[str]]
|
|
3343
|
-
"""
|
|
3344
|
-
The ip range (e.g `192.168.1.0/24`) this rule applies to. If no `ip` nor `ip_range` are specified, rule will apply to all ip. Only one of `ip` and `ip_range` should be specified.
|
|
3345
|
-
"""
|
|
3346
|
-
port: NotRequired[pulumi.Input[int]]
|
|
3347
|
-
"""
|
|
3348
|
-
The port this rule applies to. If no `port` nor `port_range` are specified, the rule will apply to all port. Only one of `port` and `port_range` should be specified.
|
|
3349
|
-
"""
|
|
3350
|
-
port_range: NotRequired[pulumi.Input[str]]
|
|
3351
|
-
"""
|
|
3352
|
-
Computed port range for this rule (e.g: 1-1024, 22-22)
|
|
3353
|
-
"""
|
|
3354
|
-
protocol: NotRequired[pulumi.Input[str]]
|
|
3355
|
-
"""
|
|
3356
|
-
The protocol this rule apply to. Possible values are: `TCP`, `UDP`, `ICMP` or `ANY`.
|
|
3357
|
-
"""
|
|
3358
|
-
elif False:
|
|
3359
|
-
InstanceSecurityGroupInboundRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
3360
|
-
|
|
3361
|
-
@pulumi.input_type
|
|
3362
|
-
class InstanceSecurityGroupInboundRuleArgs:
|
|
3363
|
-
def __init__(__self__, *,
|
|
3364
|
-
action: pulumi.Input[str],
|
|
3365
|
-
ip: Optional[pulumi.Input[str]] = None,
|
|
3366
|
-
ip_range: Optional[pulumi.Input[str]] = None,
|
|
3367
|
-
port: Optional[pulumi.Input[int]] = None,
|
|
3368
|
-
port_range: Optional[pulumi.Input[str]] = None,
|
|
3369
|
-
protocol: Optional[pulumi.Input[str]] = None):
|
|
2521
|
+
@pulumi.input_type
|
|
2522
|
+
class InstanceSecurityGroupInboundRuleArgs:
|
|
2523
|
+
def __init__(__self__, *,
|
|
2524
|
+
action: pulumi.Input[str],
|
|
2525
|
+
ip: Optional[pulumi.Input[str]] = None,
|
|
2526
|
+
ip_range: Optional[pulumi.Input[str]] = None,
|
|
2527
|
+
port: Optional[pulumi.Input[int]] = None,
|
|
2528
|
+
port_range: Optional[pulumi.Input[str]] = None,
|
|
2529
|
+
protocol: Optional[pulumi.Input[str]] = None):
|
|
3370
2530
|
"""
|
|
3371
2531
|
:param pulumi.Input[str] action: The action to take when rule match. Possible values are: `accept` or `drop`.
|
|
3372
2532
|
:param pulumi.Input[str] ip: The ip this rule apply to. If no `ip` nor `ip_range` are specified, rule will apply to all ip. Only one of `ip` and `ip_range` should be specified.
|
|
@@ -3464,35 +2624,6 @@ class InstanceSecurityGroupInboundRuleArgs:
|
|
|
3464
2624
|
pulumi.set(self, "protocol", value)
|
|
3465
2625
|
|
|
3466
2626
|
|
|
3467
|
-
if not MYPY:
|
|
3468
|
-
class InstanceSecurityGroupOutboundRuleArgsDict(TypedDict):
|
|
3469
|
-
action: pulumi.Input[str]
|
|
3470
|
-
"""
|
|
3471
|
-
Action when rule match request (drop or accept)
|
|
3472
|
-
"""
|
|
3473
|
-
ip: NotRequired[pulumi.Input[str]]
|
|
3474
|
-
"""
|
|
3475
|
-
Ip address for this rule (e.g: 1.1.1.1). Only one of ip or ip_range should be provided
|
|
3476
|
-
"""
|
|
3477
|
-
ip_range: NotRequired[pulumi.Input[str]]
|
|
3478
|
-
"""
|
|
3479
|
-
Ip range for this rule (e.g: 192.168.1.0/24). Only one of ip or ip_range should be provided
|
|
3480
|
-
"""
|
|
3481
|
-
port: NotRequired[pulumi.Input[int]]
|
|
3482
|
-
"""
|
|
3483
|
-
Network port for this rule
|
|
3484
|
-
"""
|
|
3485
|
-
port_range: NotRequired[pulumi.Input[str]]
|
|
3486
|
-
"""
|
|
3487
|
-
Computed port range for this rule (e.g: 1-1024, 22-22)
|
|
3488
|
-
"""
|
|
3489
|
-
protocol: NotRequired[pulumi.Input[str]]
|
|
3490
|
-
"""
|
|
3491
|
-
Protocol for this rule (TCP, UDP, ICMP or ANY)
|
|
3492
|
-
"""
|
|
3493
|
-
elif False:
|
|
3494
|
-
InstanceSecurityGroupOutboundRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
3495
|
-
|
|
3496
2627
|
@pulumi.input_type
|
|
3497
2628
|
class InstanceSecurityGroupOutboundRuleArgs:
|
|
3498
2629
|
def __init__(__self__, *,
|
|
@@ -3599,35 +2730,6 @@ class InstanceSecurityGroupOutboundRuleArgs:
|
|
|
3599
2730
|
pulumi.set(self, "protocol", value)
|
|
3600
2731
|
|
|
3601
2732
|
|
|
3602
|
-
if not MYPY:
|
|
3603
|
-
class InstanceSecurityGroupRulesInboundRuleArgsDict(TypedDict):
|
|
3604
|
-
action: pulumi.Input[str]
|
|
3605
|
-
"""
|
|
3606
|
-
The action to take when rule match. Possible values are: `accept` or `drop`.
|
|
3607
|
-
"""
|
|
3608
|
-
ip: NotRequired[pulumi.Input[str]]
|
|
3609
|
-
"""
|
|
3610
|
-
The ip this rule apply to. If no `ip` nor `ip_range` are specified, rule will apply to all ip. Only one of `ip` and `ip_range` should be specified.
|
|
3611
|
-
"""
|
|
3612
|
-
ip_range: NotRequired[pulumi.Input[str]]
|
|
3613
|
-
"""
|
|
3614
|
-
The ip range (e.g `192.168.1.0/24`) this rule applies to. If no `ip` nor `ip_range` are specified, rule will apply to all ip. Only one of `ip` and `ip_range` should be specified.
|
|
3615
|
-
"""
|
|
3616
|
-
port: NotRequired[pulumi.Input[int]]
|
|
3617
|
-
"""
|
|
3618
|
-
The port this rule apply to. If no port is specified, rule will apply to all port.
|
|
3619
|
-
"""
|
|
3620
|
-
port_range: NotRequired[pulumi.Input[str]]
|
|
3621
|
-
"""
|
|
3622
|
-
Computed port range for this rule (e.g: 1-1024, 22-22)
|
|
3623
|
-
"""
|
|
3624
|
-
protocol: NotRequired[pulumi.Input[str]]
|
|
3625
|
-
"""
|
|
3626
|
-
The protocol this rule apply to. Possible values are: `TCP`, `UDP`, `ICMP` or `ANY`.
|
|
3627
|
-
"""
|
|
3628
|
-
elif False:
|
|
3629
|
-
InstanceSecurityGroupRulesInboundRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
3630
|
-
|
|
3631
2733
|
@pulumi.input_type
|
|
3632
2734
|
class InstanceSecurityGroupRulesInboundRuleArgs:
|
|
3633
2735
|
def __init__(__self__, *,
|
|
@@ -3734,35 +2836,6 @@ class InstanceSecurityGroupRulesInboundRuleArgs:
|
|
|
3734
2836
|
pulumi.set(self, "protocol", value)
|
|
3735
2837
|
|
|
3736
2838
|
|
|
3737
|
-
if not MYPY:
|
|
3738
|
-
class InstanceSecurityGroupRulesOutboundRuleArgsDict(TypedDict):
|
|
3739
|
-
action: pulumi.Input[str]
|
|
3740
|
-
"""
|
|
3741
|
-
Action when rule match request (drop or accept)
|
|
3742
|
-
"""
|
|
3743
|
-
ip: NotRequired[pulumi.Input[str]]
|
|
3744
|
-
"""
|
|
3745
|
-
Ip address for this rule (e.g: 1.1.1.1). Only one of ip or ip_range should be provided
|
|
3746
|
-
"""
|
|
3747
|
-
ip_range: NotRequired[pulumi.Input[str]]
|
|
3748
|
-
"""
|
|
3749
|
-
Ip range for this rule (e.g: 192.168.1.0/24). Only one of ip or ip_range should be provided
|
|
3750
|
-
"""
|
|
3751
|
-
port: NotRequired[pulumi.Input[int]]
|
|
3752
|
-
"""
|
|
3753
|
-
Network port for this rule
|
|
3754
|
-
"""
|
|
3755
|
-
port_range: NotRequired[pulumi.Input[str]]
|
|
3756
|
-
"""
|
|
3757
|
-
Computed port range for this rule (e.g: 1-1024, 22-22)
|
|
3758
|
-
"""
|
|
3759
|
-
protocol: NotRequired[pulumi.Input[str]]
|
|
3760
|
-
"""
|
|
3761
|
-
Protocol for this rule (TCP, UDP, ICMP or ANY)
|
|
3762
|
-
"""
|
|
3763
|
-
elif False:
|
|
3764
|
-
InstanceSecurityGroupRulesOutboundRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
3765
|
-
|
|
3766
2839
|
@pulumi.input_type
|
|
3767
2840
|
class InstanceSecurityGroupRulesOutboundRuleArgs:
|
|
3768
2841
|
def __init__(__self__, *,
|
|
@@ -3869,31 +2942,6 @@ class InstanceSecurityGroupRulesOutboundRuleArgs:
|
|
|
3869
2942
|
pulumi.set(self, "protocol", value)
|
|
3870
2943
|
|
|
3871
2944
|
|
|
3872
|
-
if not MYPY:
|
|
3873
|
-
class InstanceServerPrivateNetworkArgsDict(TypedDict):
|
|
3874
|
-
pn_id: pulumi.Input[str]
|
|
3875
|
-
"""
|
|
3876
|
-
The Private Network ID
|
|
3877
|
-
"""
|
|
3878
|
-
mac_address: NotRequired[pulumi.Input[str]]
|
|
3879
|
-
"""
|
|
3880
|
-
MAC address of the NIC
|
|
3881
|
-
"""
|
|
3882
|
-
pnic_id: NotRequired[pulumi.Input[str]]
|
|
3883
|
-
"""
|
|
3884
|
-
The ID of the NIC
|
|
3885
|
-
"""
|
|
3886
|
-
status: NotRequired[pulumi.Input[str]]
|
|
3887
|
-
"""
|
|
3888
|
-
The private NIC state
|
|
3889
|
-
"""
|
|
3890
|
-
zone: NotRequired[pulumi.Input[str]]
|
|
3891
|
-
"""
|
|
3892
|
-
`zone`) The zone in which the server should be created.
|
|
3893
|
-
"""
|
|
3894
|
-
elif False:
|
|
3895
|
-
InstanceServerPrivateNetworkArgsDict: TypeAlias = Mapping[str, Any]
|
|
3896
|
-
|
|
3897
2945
|
@pulumi.input_type
|
|
3898
2946
|
class InstanceServerPrivateNetworkArgs:
|
|
3899
2947
|
def __init__(__self__, *,
|
|
@@ -3980,19 +3028,6 @@ class InstanceServerPrivateNetworkArgs:
|
|
|
3980
3028
|
pulumi.set(self, "zone", value)
|
|
3981
3029
|
|
|
3982
3030
|
|
|
3983
|
-
if not MYPY:
|
|
3984
|
-
class InstanceServerPublicIpArgsDict(TypedDict):
|
|
3985
|
-
address: NotRequired[pulumi.Input[str]]
|
|
3986
|
-
"""
|
|
3987
|
-
The address of the IP
|
|
3988
|
-
"""
|
|
3989
|
-
id: NotRequired[pulumi.Input[str]]
|
|
3990
|
-
"""
|
|
3991
|
-
The ID of the IP
|
|
3992
|
-
"""
|
|
3993
|
-
elif False:
|
|
3994
|
-
InstanceServerPublicIpArgsDict: TypeAlias = Mapping[str, Any]
|
|
3995
|
-
|
|
3996
3031
|
@pulumi.input_type
|
|
3997
3032
|
class InstanceServerPublicIpArgs:
|
|
3998
3033
|
def __init__(__self__, *,
|
|
@@ -4032,40 +3067,6 @@ class InstanceServerPublicIpArgs:
|
|
|
4032
3067
|
pulumi.set(self, "id", value)
|
|
4033
3068
|
|
|
4034
3069
|
|
|
4035
|
-
if not MYPY:
|
|
4036
|
-
class InstanceServerRootVolumeArgsDict(TypedDict):
|
|
4037
|
-
boot: NotRequired[pulumi.Input[bool]]
|
|
4038
|
-
"""
|
|
4039
|
-
Set the volume where the boot the server
|
|
4040
|
-
"""
|
|
4041
|
-
delete_on_termination: NotRequired[pulumi.Input[bool]]
|
|
4042
|
-
"""
|
|
4043
|
-
Forces deletion of the root volume on instance termination.
|
|
4044
|
-
|
|
4045
|
-
> **Important:** Updates to `root_volume.size_in_gb` will be ignored after the creation of the server.
|
|
4046
|
-
"""
|
|
4047
|
-
name: NotRequired[pulumi.Input[str]]
|
|
4048
|
-
"""
|
|
4049
|
-
The name of the server.
|
|
4050
|
-
"""
|
|
4051
|
-
size_in_gb: NotRequired[pulumi.Input[int]]
|
|
4052
|
-
"""
|
|
4053
|
-
Size of the root volume in gigabytes.
|
|
4054
|
-
To find the right size use [this endpoint](https://www.scaleway.com/en/developers/api/instance/#path-instances-list-all-instances) and
|
|
4055
|
-
check the `volumes_constraint.{min|max}_size` (in bytes) for your `commercial_type`.
|
|
4056
|
-
Updates to this field will recreate a new resource.
|
|
4057
|
-
"""
|
|
4058
|
-
volume_id: NotRequired[pulumi.Input[str]]
|
|
4059
|
-
"""
|
|
4060
|
-
The volume ID of the root volume of the server, allows you to create server with an existing volume. If empty, will be computed to a created volume ID.
|
|
4061
|
-
"""
|
|
4062
|
-
volume_type: NotRequired[pulumi.Input[str]]
|
|
4063
|
-
"""
|
|
4064
|
-
Volume type of root volume, can be `b_ssd` or `l_ssd`, default value depends on server type
|
|
4065
|
-
"""
|
|
4066
|
-
elif False:
|
|
4067
|
-
InstanceServerRootVolumeArgsDict: TypeAlias = Mapping[str, Any]
|
|
4068
|
-
|
|
4069
3070
|
@pulumi.input_type
|
|
4070
3071
|
class InstanceServerRootVolumeArgs:
|
|
4071
3072
|
def __init__(__self__, *,
|
|
@@ -4179,21 +3180,6 @@ class InstanceServerRootVolumeArgs:
|
|
|
4179
3180
|
pulumi.set(self, "volume_type", value)
|
|
4180
3181
|
|
|
4181
3182
|
|
|
4182
|
-
if not MYPY:
|
|
4183
|
-
class InstanceSnapshotImportArgsDict(TypedDict):
|
|
4184
|
-
bucket: pulumi.Input[str]
|
|
4185
|
-
"""
|
|
4186
|
-
Bucket name containing [qcow2](https://en.wikipedia.org/wiki/Qcow) to import
|
|
4187
|
-
"""
|
|
4188
|
-
key: pulumi.Input[str]
|
|
4189
|
-
"""
|
|
4190
|
-
Key of the object to import
|
|
4191
|
-
|
|
4192
|
-
> **Note:** The type `unified` could be instantiated on both `l_ssd` and `b_ssd` volumes.
|
|
4193
|
-
"""
|
|
4194
|
-
elif False:
|
|
4195
|
-
InstanceSnapshotImportArgsDict: TypeAlias = Mapping[str, Any]
|
|
4196
|
-
|
|
4197
3183
|
@pulumi.input_type
|
|
4198
3184
|
class InstanceSnapshotImportArgs:
|
|
4199
3185
|
def __init__(__self__, *,
|
|
@@ -4235,19 +3221,6 @@ class InstanceSnapshotImportArgs:
|
|
|
4235
3221
|
pulumi.set(self, "key", value)
|
|
4236
3222
|
|
|
4237
3223
|
|
|
4238
|
-
if not MYPY:
|
|
4239
|
-
class IotDeviceCertificateArgsDict(TypedDict):
|
|
4240
|
-
crt: NotRequired[pulumi.Input[str]]
|
|
4241
|
-
"""
|
|
4242
|
-
X509 PEM encoded certificate of the device
|
|
4243
|
-
"""
|
|
4244
|
-
key: NotRequired[pulumi.Input[str]]
|
|
4245
|
-
"""
|
|
4246
|
-
The private key of the device, in case it is generated by Scaleway.
|
|
4247
|
-
"""
|
|
4248
|
-
elif False:
|
|
4249
|
-
IotDeviceCertificateArgsDict: TypeAlias = Mapping[str, Any]
|
|
4250
|
-
|
|
4251
3224
|
@pulumi.input_type
|
|
4252
3225
|
class IotDeviceCertificateArgs:
|
|
4253
3226
|
def __init__(__self__, *,
|
|
@@ -4287,19 +3260,6 @@ class IotDeviceCertificateArgs:
|
|
|
4287
3260
|
pulumi.set(self, "key", value)
|
|
4288
3261
|
|
|
4289
3262
|
|
|
4290
|
-
if not MYPY:
|
|
4291
|
-
class IotDeviceMessageFiltersArgsDict(TypedDict):
|
|
4292
|
-
publish: NotRequired[pulumi.Input['IotDeviceMessageFiltersPublishArgsDict']]
|
|
4293
|
-
"""
|
|
4294
|
-
Rules used to restrict topics the device can publish to.
|
|
4295
|
-
"""
|
|
4296
|
-
subscribe: NotRequired[pulumi.Input['IotDeviceMessageFiltersSubscribeArgsDict']]
|
|
4297
|
-
"""
|
|
4298
|
-
Rules used to restrict topics the device can subscribe to.
|
|
4299
|
-
"""
|
|
4300
|
-
elif False:
|
|
4301
|
-
IotDeviceMessageFiltersArgsDict: TypeAlias = Mapping[str, Any]
|
|
4302
|
-
|
|
4303
3263
|
@pulumi.input_type
|
|
4304
3264
|
class IotDeviceMessageFiltersArgs:
|
|
4305
3265
|
def __init__(__self__, *,
|
|
@@ -4339,19 +3299,6 @@ class IotDeviceMessageFiltersArgs:
|
|
|
4339
3299
|
pulumi.set(self, "subscribe", value)
|
|
4340
3300
|
|
|
4341
3301
|
|
|
4342
|
-
if not MYPY:
|
|
4343
|
-
class IotDeviceMessageFiltersPublishArgsDict(TypedDict):
|
|
4344
|
-
policy: NotRequired[pulumi.Input[str]]
|
|
4345
|
-
"""
|
|
4346
|
-
Filtering policy (eg `accept` or `reject`)
|
|
4347
|
-
"""
|
|
4348
|
-
topics: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
4349
|
-
"""
|
|
4350
|
-
List of topics to match (eg `foo/bar/+/baz/#`)
|
|
4351
|
-
"""
|
|
4352
|
-
elif False:
|
|
4353
|
-
IotDeviceMessageFiltersPublishArgsDict: TypeAlias = Mapping[str, Any]
|
|
4354
|
-
|
|
4355
3302
|
@pulumi.input_type
|
|
4356
3303
|
class IotDeviceMessageFiltersPublishArgs:
|
|
4357
3304
|
def __init__(__self__, *,
|
|
@@ -4391,23 +3338,6 @@ class IotDeviceMessageFiltersPublishArgs:
|
|
|
4391
3338
|
pulumi.set(self, "topics", value)
|
|
4392
3339
|
|
|
4393
3340
|
|
|
4394
|
-
if not MYPY:
|
|
4395
|
-
class IotDeviceMessageFiltersSubscribeArgsDict(TypedDict):
|
|
4396
|
-
policy: NotRequired[pulumi.Input[str]]
|
|
4397
|
-
"""
|
|
4398
|
-
Same as publish rules.
|
|
4399
|
-
"""
|
|
4400
|
-
topics: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
4401
|
-
"""
|
|
4402
|
-
Same as publish rules.
|
|
4403
|
-
|
|
4404
|
-
- `certificate.crt` - (Optional) The certificate of the device, either generated by Scaleway or provided.
|
|
4405
|
-
|
|
4406
|
-
> **Important:** Updates to `certificate.crt` will disconnect connected devices and the previous certificate will be deleted and won't be recoverable.
|
|
4407
|
-
"""
|
|
4408
|
-
elif False:
|
|
4409
|
-
IotDeviceMessageFiltersSubscribeArgsDict: TypeAlias = Mapping[str, Any]
|
|
4410
|
-
|
|
4411
3341
|
@pulumi.input_type
|
|
4412
3342
|
class IotDeviceMessageFiltersSubscribeArgs:
|
|
4413
3343
|
def __init__(__self__, *,
|
|
@@ -4455,35 +3385,6 @@ class IotDeviceMessageFiltersSubscribeArgs:
|
|
|
4455
3385
|
pulumi.set(self, "topics", value)
|
|
4456
3386
|
|
|
4457
3387
|
|
|
4458
|
-
if not MYPY:
|
|
4459
|
-
class IotRouteDatabaseArgsDict(TypedDict):
|
|
4460
|
-
dbname: pulumi.Input[str]
|
|
4461
|
-
"""
|
|
4462
|
-
The database name (e.g. `measurements`).
|
|
4463
|
-
"""
|
|
4464
|
-
host: pulumi.Input[str]
|
|
4465
|
-
"""
|
|
4466
|
-
The database hostname. Can be an IP or a FQDN.
|
|
4467
|
-
"""
|
|
4468
|
-
password: pulumi.Input[str]
|
|
4469
|
-
"""
|
|
4470
|
-
The database password.
|
|
4471
|
-
"""
|
|
4472
|
-
port: pulumi.Input[int]
|
|
4473
|
-
"""
|
|
4474
|
-
The database port (e.g. `5432`)
|
|
4475
|
-
"""
|
|
4476
|
-
query: pulumi.Input[str]
|
|
4477
|
-
"""
|
|
4478
|
-
The SQL query that will be executed when receiving a message ($TOPIC and $PAYLOAD variables are available, see documentation, e.g. `INSERT INTO mytable(date, topic, value) VALUES (NOW(), $TOPIC, $PAYLOAD)`).
|
|
4479
|
-
"""
|
|
4480
|
-
username: pulumi.Input[str]
|
|
4481
|
-
"""
|
|
4482
|
-
The database username.
|
|
4483
|
-
"""
|
|
4484
|
-
elif False:
|
|
4485
|
-
IotRouteDatabaseArgsDict: TypeAlias = Mapping[str, Any]
|
|
4486
|
-
|
|
4487
3388
|
@pulumi.input_type
|
|
4488
3389
|
class IotRouteDatabaseArgs:
|
|
4489
3390
|
def __init__(__self__, *,
|
|
@@ -4581,23 +3482,6 @@ class IotRouteDatabaseArgs:
|
|
|
4581
3482
|
pulumi.set(self, "username", value)
|
|
4582
3483
|
|
|
4583
3484
|
|
|
4584
|
-
if not MYPY:
|
|
4585
|
-
class IotRouteRestArgsDict(TypedDict):
|
|
4586
|
-
headers: pulumi.Input[Mapping[str, pulumi.Input[str]]]
|
|
4587
|
-
"""
|
|
4588
|
-
a map of the extra headers to send with the HTTP call (e.g. `X-Header = Value`).
|
|
4589
|
-
"""
|
|
4590
|
-
uri: pulumi.Input[str]
|
|
4591
|
-
"""
|
|
4592
|
-
The URI of the Rest endpoint (e.g. `https://internal.mycompany.com/ingest/mqttdata`).
|
|
4593
|
-
"""
|
|
4594
|
-
verb: pulumi.Input[str]
|
|
4595
|
-
"""
|
|
4596
|
-
The HTTP Verb used to call Rest URI (e.g. `post`).
|
|
4597
|
-
"""
|
|
4598
|
-
elif False:
|
|
4599
|
-
IotRouteRestArgsDict: TypeAlias = Mapping[str, Any]
|
|
4600
|
-
|
|
4601
3485
|
@pulumi.input_type
|
|
4602
3486
|
class IotRouteRestArgs:
|
|
4603
3487
|
def __init__(__self__, *,
|
|
@@ -4650,27 +3534,6 @@ class IotRouteRestArgs:
|
|
|
4650
3534
|
pulumi.set(self, "verb", value)
|
|
4651
3535
|
|
|
4652
3536
|
|
|
4653
|
-
if not MYPY:
|
|
4654
|
-
class IotRouteS3ArgsDict(TypedDict):
|
|
4655
|
-
bucket_name: pulumi.Input[str]
|
|
4656
|
-
"""
|
|
4657
|
-
The name of the S3 route's destination bucket (e.g. `my-object-storage`).
|
|
4658
|
-
"""
|
|
4659
|
-
bucket_region: pulumi.Input[str]
|
|
4660
|
-
"""
|
|
4661
|
-
The region of the S3 route's destination bucket (e.g. `fr-par`).
|
|
4662
|
-
"""
|
|
4663
|
-
strategy: pulumi.Input[str]
|
|
4664
|
-
"""
|
|
4665
|
-
How the S3 route's objects will be created (e.g. `per_topic`). See [documentation](https://www.scaleway.com/en/docs/scaleway-iothub-route/#-Messages-Store-Strategies) for behaviour details.
|
|
4666
|
-
"""
|
|
4667
|
-
object_prefix: NotRequired[pulumi.Input[str]]
|
|
4668
|
-
"""
|
|
4669
|
-
The string to prefix object names with (e.g. `mykeyprefix-`).
|
|
4670
|
-
"""
|
|
4671
|
-
elif False:
|
|
4672
|
-
IotRouteS3ArgsDict: TypeAlias = Mapping[str, Any]
|
|
4673
|
-
|
|
4674
3537
|
@pulumi.input_type
|
|
4675
3538
|
class IotRouteS3Args:
|
|
4676
3539
|
def __init__(__self__, *,
|
|
@@ -4739,27 +3602,6 @@ class IotRouteS3Args:
|
|
|
4739
3602
|
pulumi.set(self, "object_prefix", value)
|
|
4740
3603
|
|
|
4741
3604
|
|
|
4742
|
-
if not MYPY:
|
|
4743
|
-
class IpamIpResourceArgsDict(TypedDict):
|
|
4744
|
-
id: NotRequired[pulumi.Input[str]]
|
|
4745
|
-
"""
|
|
4746
|
-
The ID of the resource that the IP is attached to.
|
|
4747
|
-
"""
|
|
4748
|
-
mac_address: NotRequired[pulumi.Input[str]]
|
|
4749
|
-
"""
|
|
4750
|
-
The MAC address of the resource the IP is attached to.
|
|
4751
|
-
"""
|
|
4752
|
-
name: NotRequired[pulumi.Input[str]]
|
|
4753
|
-
"""
|
|
4754
|
-
The name of the resource the IP is attached to.
|
|
4755
|
-
"""
|
|
4756
|
-
type: NotRequired[pulumi.Input[str]]
|
|
4757
|
-
"""
|
|
4758
|
-
The type of resource the IP is attached to.
|
|
4759
|
-
"""
|
|
4760
|
-
elif False:
|
|
4761
|
-
IpamIpResourceArgsDict: TypeAlias = Mapping[str, Any]
|
|
4762
|
-
|
|
4763
3605
|
@pulumi.input_type
|
|
4764
3606
|
class IpamIpResourceArgs:
|
|
4765
3607
|
def __init__(__self__, *,
|
|
@@ -4831,19 +3673,6 @@ class IpamIpResourceArgs:
|
|
|
4831
3673
|
pulumi.set(self, "type", value)
|
|
4832
3674
|
|
|
4833
3675
|
|
|
4834
|
-
if not MYPY:
|
|
4835
|
-
class IpamIpReverseArgsDict(TypedDict):
|
|
4836
|
-
address: NotRequired[pulumi.Input[str]]
|
|
4837
|
-
"""
|
|
4838
|
-
The IP corresponding to the hostname
|
|
4839
|
-
"""
|
|
4840
|
-
hostname: NotRequired[pulumi.Input[str]]
|
|
4841
|
-
"""
|
|
4842
|
-
The reverse domain name.
|
|
4843
|
-
"""
|
|
4844
|
-
elif False:
|
|
4845
|
-
IpamIpReverseArgsDict: TypeAlias = Mapping[str, Any]
|
|
4846
|
-
|
|
4847
3676
|
@pulumi.input_type
|
|
4848
3677
|
class IpamIpReverseArgs:
|
|
4849
3678
|
def __init__(__self__, *,
|
|
@@ -4883,23 +3712,6 @@ class IpamIpReverseArgs:
|
|
|
4883
3712
|
pulumi.set(self, "hostname", value)
|
|
4884
3713
|
|
|
4885
3714
|
|
|
4886
|
-
if not MYPY:
|
|
4887
|
-
class IpamIpSourceArgsDict(TypedDict):
|
|
4888
|
-
private_network_id: NotRequired[pulumi.Input[str]]
|
|
4889
|
-
"""
|
|
4890
|
-
The Private Network of the IP (if the IP is a private IP).
|
|
4891
|
-
"""
|
|
4892
|
-
subnet_id: NotRequired[pulumi.Input[str]]
|
|
4893
|
-
"""
|
|
4894
|
-
The Private Network subnet of the IP (if the IP is a private IP).
|
|
4895
|
-
"""
|
|
4896
|
-
zonal: NotRequired[pulumi.Input[str]]
|
|
4897
|
-
"""
|
|
4898
|
-
The zone of the IP (if the IP is public and zoned, rather than private and/or regional)
|
|
4899
|
-
"""
|
|
4900
|
-
elif False:
|
|
4901
|
-
IpamIpSourceArgsDict: TypeAlias = Mapping[str, Any]
|
|
4902
|
-
|
|
4903
3715
|
@pulumi.input_type
|
|
4904
3716
|
class IpamIpSourceArgs:
|
|
4905
3717
|
def __init__(__self__, *,
|
|
@@ -4955,19 +3767,6 @@ class IpamIpSourceArgs:
|
|
|
4955
3767
|
pulumi.set(self, "zonal", value)
|
|
4956
3768
|
|
|
4957
3769
|
|
|
4958
|
-
if not MYPY:
|
|
4959
|
-
class JobDefinitionCronArgsDict(TypedDict):
|
|
4960
|
-
schedule: pulumi.Input[str]
|
|
4961
|
-
"""
|
|
4962
|
-
Cron format string.
|
|
4963
|
-
"""
|
|
4964
|
-
timezone: pulumi.Input[str]
|
|
4965
|
-
"""
|
|
4966
|
-
The timezone, must be a canonical TZ identifier as found in this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
|
|
4967
|
-
"""
|
|
4968
|
-
elif False:
|
|
4969
|
-
JobDefinitionCronArgsDict: TypeAlias = Mapping[str, Any]
|
|
4970
|
-
|
|
4971
3770
|
@pulumi.input_type
|
|
4972
3771
|
class JobDefinitionCronArgs:
|
|
4973
3772
|
def __init__(__self__, *,
|
|
@@ -5005,24 +3804,6 @@ class JobDefinitionCronArgs:
|
|
|
5005
3804
|
pulumi.set(self, "timezone", value)
|
|
5006
3805
|
|
|
5007
3806
|
|
|
5008
|
-
if not MYPY:
|
|
5009
|
-
class KubernetesClusterAutoUpgradeArgsDict(TypedDict):
|
|
5010
|
-
enable: pulumi.Input[bool]
|
|
5011
|
-
"""
|
|
5012
|
-
Set to `true` to enable Kubernetes patch version auto upgrades.
|
|
5013
|
-
> **Important:** When enabling auto upgrades, the `version` field take a minor version like x.y (ie 1.18).
|
|
5014
|
-
"""
|
|
5015
|
-
maintenance_window_day: pulumi.Input[str]
|
|
5016
|
-
"""
|
|
5017
|
-
The day of the auto upgrade maintenance window (`monday` to `sunday`, or `any`).
|
|
5018
|
-
"""
|
|
5019
|
-
maintenance_window_start_hour: pulumi.Input[int]
|
|
5020
|
-
"""
|
|
5021
|
-
The start hour (UTC) of the 2-hour auto upgrade maintenance window (0 to 23).
|
|
5022
|
-
"""
|
|
5023
|
-
elif False:
|
|
5024
|
-
KubernetesClusterAutoUpgradeArgsDict: TypeAlias = Mapping[str, Any]
|
|
5025
|
-
|
|
5026
3807
|
@pulumi.input_type
|
|
5027
3808
|
class KubernetesClusterAutoUpgradeArgs:
|
|
5028
3809
|
def __init__(__self__, *,
|
|
@@ -5059,68 +3840,23 @@ class KubernetesClusterAutoUpgradeArgs:
|
|
|
5059
3840
|
The day of the auto upgrade maintenance window (`monday` to `sunday`, or `any`).
|
|
5060
3841
|
"""
|
|
5061
3842
|
return pulumi.get(self, "maintenance_window_day")
|
|
5062
|
-
|
|
5063
|
-
@maintenance_window_day.setter
|
|
5064
|
-
def maintenance_window_day(self, value: pulumi.Input[str]):
|
|
5065
|
-
pulumi.set(self, "maintenance_window_day", value)
|
|
5066
|
-
|
|
5067
|
-
@property
|
|
5068
|
-
@pulumi.getter(name="maintenanceWindowStartHour")
|
|
5069
|
-
def maintenance_window_start_hour(self) -> pulumi.Input[int]:
|
|
5070
|
-
"""
|
|
5071
|
-
The start hour (UTC) of the 2-hour auto upgrade maintenance window (0 to 23).
|
|
5072
|
-
"""
|
|
5073
|
-
return pulumi.get(self, "maintenance_window_start_hour")
|
|
5074
|
-
|
|
5075
|
-
@maintenance_window_start_hour.setter
|
|
5076
|
-
def maintenance_window_start_hour(self, value: pulumi.Input[int]):
|
|
5077
|
-
pulumi.set(self, "maintenance_window_start_hour", value)
|
|
5078
|
-
|
|
5079
|
-
|
|
5080
|
-
if not MYPY:
|
|
5081
|
-
class KubernetesClusterAutoscalerConfigArgsDict(TypedDict):
|
|
5082
|
-
balance_similar_node_groups: NotRequired[pulumi.Input[bool]]
|
|
5083
|
-
"""
|
|
5084
|
-
Detect similar node groups and balance the number of nodes between them.
|
|
5085
|
-
"""
|
|
5086
|
-
disable_scale_down: NotRequired[pulumi.Input[bool]]
|
|
5087
|
-
"""
|
|
5088
|
-
Disables the scale down feature of the autoscaler.
|
|
5089
|
-
"""
|
|
5090
|
-
estimator: NotRequired[pulumi.Input[str]]
|
|
5091
|
-
"""
|
|
5092
|
-
Type of resource estimator to be used in scale up.
|
|
5093
|
-
"""
|
|
5094
|
-
expander: NotRequired[pulumi.Input[str]]
|
|
5095
|
-
"""
|
|
5096
|
-
Type of node group expander to be used in scale up.
|
|
5097
|
-
"""
|
|
5098
|
-
expendable_pods_priority_cutoff: NotRequired[pulumi.Input[int]]
|
|
5099
|
-
"""
|
|
5100
|
-
Pods with priority below cutoff will be expendable. They can be killed without any consideration during scale down and they don't cause scale up. Pods with null priority (PodPriority disabled) are non expendable.
|
|
5101
|
-
"""
|
|
5102
|
-
ignore_daemonsets_utilization: NotRequired[pulumi.Input[bool]]
|
|
5103
|
-
"""
|
|
5104
|
-
Ignore DaemonSet pods when calculating resource utilization for scaling down.
|
|
5105
|
-
"""
|
|
5106
|
-
max_graceful_termination_sec: NotRequired[pulumi.Input[int]]
|
|
5107
|
-
"""
|
|
5108
|
-
Maximum number of seconds the cluster autoscaler waits for pod termination when trying to scale down a node
|
|
5109
|
-
"""
|
|
5110
|
-
scale_down_delay_after_add: NotRequired[pulumi.Input[str]]
|
|
5111
|
-
"""
|
|
5112
|
-
How long after scale up that scale down evaluation resumes.
|
|
5113
|
-
"""
|
|
5114
|
-
scale_down_unneeded_time: NotRequired[pulumi.Input[str]]
|
|
5115
|
-
"""
|
|
5116
|
-
How long a node should be unneeded before it is eligible for scale down.
|
|
5117
|
-
"""
|
|
5118
|
-
scale_down_utilization_threshold: NotRequired[pulumi.Input[float]]
|
|
3843
|
+
|
|
3844
|
+
@maintenance_window_day.setter
|
|
3845
|
+
def maintenance_window_day(self, value: pulumi.Input[str]):
|
|
3846
|
+
pulumi.set(self, "maintenance_window_day", value)
|
|
3847
|
+
|
|
3848
|
+
@property
|
|
3849
|
+
@pulumi.getter(name="maintenanceWindowStartHour")
|
|
3850
|
+
def maintenance_window_start_hour(self) -> pulumi.Input[int]:
|
|
5119
3851
|
"""
|
|
5120
|
-
|
|
3852
|
+
The start hour (UTC) of the 2-hour auto upgrade maintenance window (0 to 23).
|
|
5121
3853
|
"""
|
|
5122
|
-
|
|
5123
|
-
|
|
3854
|
+
return pulumi.get(self, "maintenance_window_start_hour")
|
|
3855
|
+
|
|
3856
|
+
@maintenance_window_start_hour.setter
|
|
3857
|
+
def maintenance_window_start_hour(self, value: pulumi.Input[int]):
|
|
3858
|
+
pulumi.set(self, "maintenance_window_start_hour", value)
|
|
3859
|
+
|
|
5124
3860
|
|
|
5125
3861
|
@pulumi.input_type
|
|
5126
3862
|
class KubernetesClusterAutoscalerConfigArgs:
|
|
@@ -5289,27 +4025,6 @@ class KubernetesClusterAutoscalerConfigArgs:
|
|
|
5289
4025
|
pulumi.set(self, "scale_down_utilization_threshold", value)
|
|
5290
4026
|
|
|
5291
4027
|
|
|
5292
|
-
if not MYPY:
|
|
5293
|
-
class KubernetesClusterKubeconfigArgsDict(TypedDict):
|
|
5294
|
-
cluster_ca_certificate: NotRequired[pulumi.Input[str]]
|
|
5295
|
-
"""
|
|
5296
|
-
The CA certificate of the Kubernetes API server.
|
|
5297
|
-
"""
|
|
5298
|
-
config_file: NotRequired[pulumi.Input[str]]
|
|
5299
|
-
"""
|
|
5300
|
-
The raw kubeconfig file.
|
|
5301
|
-
"""
|
|
5302
|
-
host: NotRequired[pulumi.Input[str]]
|
|
5303
|
-
"""
|
|
5304
|
-
The URL of the Kubernetes API server.
|
|
5305
|
-
"""
|
|
5306
|
-
token: NotRequired[pulumi.Input[str]]
|
|
5307
|
-
"""
|
|
5308
|
-
The token to connect to the Kubernetes API server.
|
|
5309
|
-
"""
|
|
5310
|
-
elif False:
|
|
5311
|
-
KubernetesClusterKubeconfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
5312
|
-
|
|
5313
4028
|
@pulumi.input_type
|
|
5314
4029
|
class KubernetesClusterKubeconfigArgs:
|
|
5315
4030
|
def __init__(__self__, *,
|
|
@@ -5381,39 +4096,6 @@ class KubernetesClusterKubeconfigArgs:
|
|
|
5381
4096
|
pulumi.set(self, "token", value)
|
|
5382
4097
|
|
|
5383
4098
|
|
|
5384
|
-
if not MYPY:
|
|
5385
|
-
class KubernetesClusterOpenIdConnectConfigArgsDict(TypedDict):
|
|
5386
|
-
client_id: pulumi.Input[str]
|
|
5387
|
-
"""
|
|
5388
|
-
A client id that all tokens must be issued for
|
|
5389
|
-
"""
|
|
5390
|
-
issuer_url: pulumi.Input[str]
|
|
5391
|
-
"""
|
|
5392
|
-
URL of the provider which allows the API server to discover public signing keys
|
|
5393
|
-
"""
|
|
5394
|
-
groups_claims: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
5395
|
-
"""
|
|
5396
|
-
JWT claim to use as the user's group
|
|
5397
|
-
"""
|
|
5398
|
-
groups_prefix: NotRequired[pulumi.Input[str]]
|
|
5399
|
-
"""
|
|
5400
|
-
Prefix prepended to group claims
|
|
5401
|
-
"""
|
|
5402
|
-
required_claims: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
5403
|
-
"""
|
|
5404
|
-
Multiple key=value pairs that describes a required claim in the ID Token
|
|
5405
|
-
"""
|
|
5406
|
-
username_claim: NotRequired[pulumi.Input[str]]
|
|
5407
|
-
"""
|
|
5408
|
-
JWT claim to use as the user name
|
|
5409
|
-
"""
|
|
5410
|
-
username_prefix: NotRequired[pulumi.Input[str]]
|
|
5411
|
-
"""
|
|
5412
|
-
Prefix prepended to username
|
|
5413
|
-
"""
|
|
5414
|
-
elif False:
|
|
5415
|
-
KubernetesClusterOpenIdConnectConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
5416
|
-
|
|
5417
4099
|
@pulumi.input_type
|
|
5418
4100
|
class KubernetesClusterOpenIdConnectConfigArgs:
|
|
5419
4101
|
def __init__(__self__, *,
|
|
@@ -5531,28 +4213,6 @@ class KubernetesClusterOpenIdConnectConfigArgs:
|
|
|
5531
4213
|
pulumi.set(self, "username_prefix", value)
|
|
5532
4214
|
|
|
5533
4215
|
|
|
5534
|
-
if not MYPY:
|
|
5535
|
-
class KubernetesNodePoolNodeArgsDict(TypedDict):
|
|
5536
|
-
name: NotRequired[pulumi.Input[str]]
|
|
5537
|
-
"""
|
|
5538
|
-
The name for the pool.
|
|
5539
|
-
> **Important:** Updates to this field will recreate a new resource.
|
|
5540
|
-
"""
|
|
5541
|
-
public_ip: NotRequired[pulumi.Input[str]]
|
|
5542
|
-
"""
|
|
5543
|
-
The public IPv4.
|
|
5544
|
-
"""
|
|
5545
|
-
public_ip_v6: NotRequired[pulumi.Input[str]]
|
|
5546
|
-
"""
|
|
5547
|
-
The public IPv6.
|
|
5548
|
-
"""
|
|
5549
|
-
status: NotRequired[pulumi.Input[str]]
|
|
5550
|
-
"""
|
|
5551
|
-
The status of the node.
|
|
5552
|
-
"""
|
|
5553
|
-
elif False:
|
|
5554
|
-
KubernetesNodePoolNodeArgsDict: TypeAlias = Mapping[str, Any]
|
|
5555
|
-
|
|
5556
4216
|
@pulumi.input_type
|
|
5557
4217
|
class KubernetesNodePoolNodeArgs:
|
|
5558
4218
|
def __init__(__self__, *,
|
|
@@ -5626,19 +4286,6 @@ class KubernetesNodePoolNodeArgs:
|
|
|
5626
4286
|
pulumi.set(self, "status", value)
|
|
5627
4287
|
|
|
5628
4288
|
|
|
5629
|
-
if not MYPY:
|
|
5630
|
-
class KubernetesNodePoolUpgradePolicyArgsDict(TypedDict):
|
|
5631
|
-
max_surge: NotRequired[pulumi.Input[int]]
|
|
5632
|
-
"""
|
|
5633
|
-
The maximum number of nodes to be created during the upgrade
|
|
5634
|
-
"""
|
|
5635
|
-
max_unavailable: NotRequired[pulumi.Input[int]]
|
|
5636
|
-
"""
|
|
5637
|
-
The maximum number of nodes that can be not ready at the same time
|
|
5638
|
-
"""
|
|
5639
|
-
elif False:
|
|
5640
|
-
KubernetesNodePoolUpgradePolicyArgsDict: TypeAlias = Mapping[str, Any]
|
|
5641
|
-
|
|
5642
4289
|
@pulumi.input_type
|
|
5643
4290
|
class KubernetesNodePoolUpgradePolicyArgs:
|
|
5644
4291
|
def __init__(__self__, *,
|
|
@@ -5678,19 +4325,6 @@ class KubernetesNodePoolUpgradePolicyArgs:
|
|
|
5678
4325
|
pulumi.set(self, "max_unavailable", value)
|
|
5679
4326
|
|
|
5680
4327
|
|
|
5681
|
-
if not MYPY:
|
|
5682
|
-
class LoadbalancerAclActionArgsDict(TypedDict):
|
|
5683
|
-
type: pulumi.Input[str]
|
|
5684
|
-
"""
|
|
5685
|
-
The action type. Possible values are: `allow` or `deny` or `redirect`.
|
|
5686
|
-
"""
|
|
5687
|
-
redirects: NotRequired[pulumi.Input[Sequence[pulumi.Input['LoadbalancerAclActionRedirectArgsDict']]]]
|
|
5688
|
-
"""
|
|
5689
|
-
Redirect parameters when using an ACL with `redirect` action.
|
|
5690
|
-
"""
|
|
5691
|
-
elif False:
|
|
5692
|
-
LoadbalancerAclActionArgsDict: TypeAlias = Mapping[str, Any]
|
|
5693
|
-
|
|
5694
4328
|
@pulumi.input_type
|
|
5695
4329
|
class LoadbalancerAclActionArgs:
|
|
5696
4330
|
def __init__(__self__, *,
|
|
@@ -5729,23 +4363,6 @@ class LoadbalancerAclActionArgs:
|
|
|
5729
4363
|
pulumi.set(self, "redirects", value)
|
|
5730
4364
|
|
|
5731
4365
|
|
|
5732
|
-
if not MYPY:
|
|
5733
|
-
class LoadbalancerAclActionRedirectArgsDict(TypedDict):
|
|
5734
|
-
code: NotRequired[pulumi.Input[int]]
|
|
5735
|
-
"""
|
|
5736
|
-
The HTTP redirect code to use. Valid values are `301`, `302`, `303`, `307` and `308`.
|
|
5737
|
-
"""
|
|
5738
|
-
target: NotRequired[pulumi.Input[str]]
|
|
5739
|
-
"""
|
|
5740
|
-
An URL can be used in case of a location redirect (e.g. `https://scaleway.com` will redirect to this same URL). A scheme name (e.g. `https`, `http`, `ftp`, `git`) will replace the request's original scheme.
|
|
5741
|
-
"""
|
|
5742
|
-
type: NotRequired[pulumi.Input[str]]
|
|
5743
|
-
"""
|
|
5744
|
-
The redirect type. Possible values are: `location` or `scheme`.
|
|
5745
|
-
"""
|
|
5746
|
-
elif False:
|
|
5747
|
-
LoadbalancerAclActionRedirectArgsDict: TypeAlias = Mapping[str, Any]
|
|
5748
|
-
|
|
5749
4366
|
@pulumi.input_type
|
|
5750
4367
|
class LoadbalancerAclActionRedirectArgs:
|
|
5751
4368
|
def __init__(__self__, *,
|
|
@@ -5801,34 +4418,6 @@ class LoadbalancerAclActionRedirectArgs:
|
|
|
5801
4418
|
pulumi.set(self, "type", value)
|
|
5802
4419
|
|
|
5803
4420
|
|
|
5804
|
-
if not MYPY:
|
|
5805
|
-
class LoadbalancerAclMatchArgsDict(TypedDict):
|
|
5806
|
-
http_filter: NotRequired[pulumi.Input[str]]
|
|
5807
|
-
"""
|
|
5808
|
-
The HTTP filter to match. This filter is supported only if your backend protocol has an HTTP forward protocol.
|
|
5809
|
-
It extracts the request's URL path, which starts at the first slash and ends before the question mark (without the host part).
|
|
5810
|
-
Possible values are: `acl_http_filter_none`, `path_begin`, `path_end`, `http_header_match` or `regex`.
|
|
5811
|
-
"""
|
|
5812
|
-
http_filter_option: NotRequired[pulumi.Input[str]]
|
|
5813
|
-
"""
|
|
5814
|
-
If you have `http_filter` at `http_header_match`, you can use this field to filter on the HTTP header's value.
|
|
5815
|
-
"""
|
|
5816
|
-
http_filter_values: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
5817
|
-
"""
|
|
5818
|
-
A list of possible values to match for the given HTTP filter.
|
|
5819
|
-
Keep in mind that in the case of `http_header_match` the HTTP header field name is case insensitive.
|
|
5820
|
-
"""
|
|
5821
|
-
invert: NotRequired[pulumi.Input[bool]]
|
|
5822
|
-
"""
|
|
5823
|
-
If set to `true`, the condition will be of type "unless".
|
|
5824
|
-
"""
|
|
5825
|
-
ip_subnets: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
5826
|
-
"""
|
|
5827
|
-
A list of IPs, or CIDR v4/v6 addresses of the session client, to match.
|
|
5828
|
-
"""
|
|
5829
|
-
elif False:
|
|
5830
|
-
LoadbalancerAclMatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
5831
|
-
|
|
5832
4421
|
@pulumi.input_type
|
|
5833
4422
|
class LoadbalancerAclMatchArgs:
|
|
5834
4423
|
def __init__(__self__, *,
|
|
@@ -5922,27 +4511,6 @@ class LoadbalancerAclMatchArgs:
|
|
|
5922
4511
|
pulumi.set(self, "ip_subnets", value)
|
|
5923
4512
|
|
|
5924
4513
|
|
|
5925
|
-
if not MYPY:
|
|
5926
|
-
class LoadbalancerBackendHealthCheckHttpArgsDict(TypedDict):
|
|
5927
|
-
uri: pulumi.Input[str]
|
|
5928
|
-
"""
|
|
5929
|
-
The HTTP endpoint URL to call for HC requests
|
|
5930
|
-
"""
|
|
5931
|
-
code: NotRequired[pulumi.Input[int]]
|
|
5932
|
-
"""
|
|
5933
|
-
The expected HTTP status code
|
|
5934
|
-
"""
|
|
5935
|
-
host_header: NotRequired[pulumi.Input[str]]
|
|
5936
|
-
"""
|
|
5937
|
-
The HTTP host header to use for HC requests
|
|
5938
|
-
"""
|
|
5939
|
-
method: NotRequired[pulumi.Input[str]]
|
|
5940
|
-
"""
|
|
5941
|
-
The HTTP method to use for HC requests
|
|
5942
|
-
"""
|
|
5943
|
-
elif False:
|
|
5944
|
-
LoadbalancerBackendHealthCheckHttpArgsDict: TypeAlias = Mapping[str, Any]
|
|
5945
|
-
|
|
5946
4514
|
@pulumi.input_type
|
|
5947
4515
|
class LoadbalancerBackendHealthCheckHttpArgs:
|
|
5948
4516
|
def __init__(__self__, *,
|
|
@@ -6013,31 +4581,6 @@ class LoadbalancerBackendHealthCheckHttpArgs:
|
|
|
6013
4581
|
pulumi.set(self, "method", value)
|
|
6014
4582
|
|
|
6015
4583
|
|
|
6016
|
-
if not MYPY:
|
|
6017
|
-
class LoadbalancerBackendHealthCheckHttpsArgsDict(TypedDict):
|
|
6018
|
-
uri: pulumi.Input[str]
|
|
6019
|
-
"""
|
|
6020
|
-
The HTTPS endpoint URL to call for HC requests
|
|
6021
|
-
"""
|
|
6022
|
-
code: NotRequired[pulumi.Input[int]]
|
|
6023
|
-
"""
|
|
6024
|
-
The expected HTTP status code
|
|
6025
|
-
"""
|
|
6026
|
-
host_header: NotRequired[pulumi.Input[str]]
|
|
6027
|
-
"""
|
|
6028
|
-
The HTTP host header to use for HC requests
|
|
6029
|
-
"""
|
|
6030
|
-
method: NotRequired[pulumi.Input[str]]
|
|
6031
|
-
"""
|
|
6032
|
-
The HTTP method to use for HC requests
|
|
6033
|
-
"""
|
|
6034
|
-
sni: NotRequired[pulumi.Input[str]]
|
|
6035
|
-
"""
|
|
6036
|
-
The SNI to use for HC requests over SSL
|
|
6037
|
-
"""
|
|
6038
|
-
elif False:
|
|
6039
|
-
LoadbalancerBackendHealthCheckHttpsArgsDict: TypeAlias = Mapping[str, Any]
|
|
6040
|
-
|
|
6041
4584
|
@pulumi.input_type
|
|
6042
4585
|
class LoadbalancerBackendHealthCheckHttpsArgs:
|
|
6043
4586
|
def __init__(__self__, *,
|
|
@@ -6124,27 +4667,12 @@ class LoadbalancerBackendHealthCheckHttpsArgs:
|
|
|
6124
4667
|
pulumi.set(self, "sni", value)
|
|
6125
4668
|
|
|
6126
4669
|
|
|
6127
|
-
if not MYPY:
|
|
6128
|
-
class LoadbalancerBackendHealthCheckTcpArgsDict(TypedDict):
|
|
6129
|
-
pass
|
|
6130
|
-
elif False:
|
|
6131
|
-
LoadbalancerBackendHealthCheckTcpArgsDict: TypeAlias = Mapping[str, Any]
|
|
6132
|
-
|
|
6133
4670
|
@pulumi.input_type
|
|
6134
4671
|
class LoadbalancerBackendHealthCheckTcpArgs:
|
|
6135
4672
|
def __init__(__self__):
|
|
6136
4673
|
pass
|
|
6137
4674
|
|
|
6138
4675
|
|
|
6139
|
-
if not MYPY:
|
|
6140
|
-
class LoadbalancerCertificateCustomCertificateArgsDict(TypedDict):
|
|
6141
|
-
certificate_chain: pulumi.Input[str]
|
|
6142
|
-
"""
|
|
6143
|
-
The full PEM-formatted certificate chain
|
|
6144
|
-
"""
|
|
6145
|
-
elif False:
|
|
6146
|
-
LoadbalancerCertificateCustomCertificateArgsDict: TypeAlias = Mapping[str, Any]
|
|
6147
|
-
|
|
6148
4676
|
@pulumi.input_type
|
|
6149
4677
|
class LoadbalancerCertificateCustomCertificateArgs:
|
|
6150
4678
|
def __init__(__self__, *,
|
|
@@ -6167,19 +4695,6 @@ class LoadbalancerCertificateCustomCertificateArgs:
|
|
|
6167
4695
|
pulumi.set(self, "certificate_chain", value)
|
|
6168
4696
|
|
|
6169
4697
|
|
|
6170
|
-
if not MYPY:
|
|
6171
|
-
class LoadbalancerCertificateLetsencryptArgsDict(TypedDict):
|
|
6172
|
-
common_name: pulumi.Input[str]
|
|
6173
|
-
"""
|
|
6174
|
-
Main domain of the certificate
|
|
6175
|
-
"""
|
|
6176
|
-
subject_alternative_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
6177
|
-
"""
|
|
6178
|
-
The alternative domain names of the certificate
|
|
6179
|
-
"""
|
|
6180
|
-
elif False:
|
|
6181
|
-
LoadbalancerCertificateLetsencryptArgsDict: TypeAlias = Mapping[str, Any]
|
|
6182
|
-
|
|
6183
4698
|
@pulumi.input_type
|
|
6184
4699
|
class LoadbalancerCertificateLetsencryptArgs:
|
|
6185
4700
|
def __init__(__self__, *,
|
|
@@ -6218,35 +4733,6 @@ class LoadbalancerCertificateLetsencryptArgs:
|
|
|
6218
4733
|
pulumi.set(self, "subject_alternative_names", value)
|
|
6219
4734
|
|
|
6220
4735
|
|
|
6221
|
-
if not MYPY:
|
|
6222
|
-
class LoadbalancerFrontendAclArgsDict(TypedDict):
|
|
6223
|
-
action: pulumi.Input['LoadbalancerFrontendAclActionArgsDict']
|
|
6224
|
-
"""
|
|
6225
|
-
Action to undertake when an ACL filter matches.
|
|
6226
|
-
"""
|
|
6227
|
-
match: pulumi.Input['LoadbalancerFrontendAclMatchArgsDict']
|
|
6228
|
-
"""
|
|
6229
|
-
The ACL match rule. At least `ip_subnet` or `http_filter` and `http_filter_value` are required.
|
|
6230
|
-
"""
|
|
6231
|
-
created_at: NotRequired[pulumi.Input[str]]
|
|
6232
|
-
"""
|
|
6233
|
-
IsDate and time of ACL's creation (RFC 3339 format)
|
|
6234
|
-
"""
|
|
6235
|
-
description: NotRequired[pulumi.Input[str]]
|
|
6236
|
-
"""
|
|
6237
|
-
Description of the ACL
|
|
6238
|
-
"""
|
|
6239
|
-
name: NotRequired[pulumi.Input[str]]
|
|
6240
|
-
"""
|
|
6241
|
-
The ACL name. If not provided it will be randomly generated.
|
|
6242
|
-
"""
|
|
6243
|
-
updated_at: NotRequired[pulumi.Input[str]]
|
|
6244
|
-
"""
|
|
6245
|
-
IsDate and time of ACL's update (RFC 3339 format)
|
|
6246
|
-
"""
|
|
6247
|
-
elif False:
|
|
6248
|
-
LoadbalancerFrontendAclArgsDict: TypeAlias = Mapping[str, Any]
|
|
6249
|
-
|
|
6250
4736
|
@pulumi.input_type
|
|
6251
4737
|
class LoadbalancerFrontendAclArgs:
|
|
6252
4738
|
def __init__(__self__, *,
|
|
@@ -6348,19 +4834,6 @@ class LoadbalancerFrontendAclArgs:
|
|
|
6348
4834
|
pulumi.set(self, "updated_at", value)
|
|
6349
4835
|
|
|
6350
4836
|
|
|
6351
|
-
if not MYPY:
|
|
6352
|
-
class LoadbalancerFrontendAclActionArgsDict(TypedDict):
|
|
6353
|
-
type: pulumi.Input[str]
|
|
6354
|
-
"""
|
|
6355
|
-
The action type. Possible values are: `allow` or `deny` or `redirect`.
|
|
6356
|
-
"""
|
|
6357
|
-
redirects: NotRequired[pulumi.Input[Sequence[pulumi.Input['LoadbalancerFrontendAclActionRedirectArgsDict']]]]
|
|
6358
|
-
"""
|
|
6359
|
-
Redirect parameters when using an ACL with `redirect` action.
|
|
6360
|
-
"""
|
|
6361
|
-
elif False:
|
|
6362
|
-
LoadbalancerFrontendAclActionArgsDict: TypeAlias = Mapping[str, Any]
|
|
6363
|
-
|
|
6364
4837
|
@pulumi.input_type
|
|
6365
4838
|
class LoadbalancerFrontendAclActionArgs:
|
|
6366
4839
|
def __init__(__self__, *,
|
|
@@ -6399,23 +4872,6 @@ class LoadbalancerFrontendAclActionArgs:
|
|
|
6399
4872
|
pulumi.set(self, "redirects", value)
|
|
6400
4873
|
|
|
6401
4874
|
|
|
6402
|
-
if not MYPY:
|
|
6403
|
-
class LoadbalancerFrontendAclActionRedirectArgsDict(TypedDict):
|
|
6404
|
-
code: NotRequired[pulumi.Input[int]]
|
|
6405
|
-
"""
|
|
6406
|
-
The HTTP redirect code to use. Valid values are `301`, `302`, `303`, `307` and `308`.
|
|
6407
|
-
"""
|
|
6408
|
-
target: NotRequired[pulumi.Input[str]]
|
|
6409
|
-
"""
|
|
6410
|
-
A URL can be used in case of a location redirect (e.g. `https://scaleway.com` will redirect to this same URL). A scheme name (e.g. `https`, `http`, `ftp`, `git`) will replace the request's original scheme.
|
|
6411
|
-
"""
|
|
6412
|
-
type: NotRequired[pulumi.Input[str]]
|
|
6413
|
-
"""
|
|
6414
|
-
The redirect type. Possible values are: `location` or `scheme`.
|
|
6415
|
-
"""
|
|
6416
|
-
elif False:
|
|
6417
|
-
LoadbalancerFrontendAclActionRedirectArgsDict: TypeAlias = Mapping[str, Any]
|
|
6418
|
-
|
|
6419
4875
|
@pulumi.input_type
|
|
6420
4876
|
class LoadbalancerFrontendAclActionRedirectArgs:
|
|
6421
4877
|
def __init__(__self__, *,
|
|
@@ -6471,34 +4927,6 @@ class LoadbalancerFrontendAclActionRedirectArgs:
|
|
|
6471
4927
|
pulumi.set(self, "type", value)
|
|
6472
4928
|
|
|
6473
4929
|
|
|
6474
|
-
if not MYPY:
|
|
6475
|
-
class LoadbalancerFrontendAclMatchArgsDict(TypedDict):
|
|
6476
|
-
http_filter: NotRequired[pulumi.Input[str]]
|
|
6477
|
-
"""
|
|
6478
|
-
The HTTP filter to match. This filter is supported only if your backend protocol has an HTTP forward protocol.
|
|
6479
|
-
It extracts the request's URL path, which starts at the first slash and ends before the question mark (without the host part).
|
|
6480
|
-
Possible values are: `acl_http_filter_none`, `path_begin`, `path_end`, `http_header_match` or `regex`.
|
|
6481
|
-
"""
|
|
6482
|
-
http_filter_option: NotRequired[pulumi.Input[str]]
|
|
6483
|
-
"""
|
|
6484
|
-
If you have `http_filter` at `http_header_match`, you can use this field to filter on the HTTP header's value.
|
|
6485
|
-
"""
|
|
6486
|
-
http_filter_values: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
6487
|
-
"""
|
|
6488
|
-
A list of possible values to match for the given HTTP filter.
|
|
6489
|
-
Keep in mind that in the case of `http_header_match` the HTTP header field name is case insensitive.
|
|
6490
|
-
"""
|
|
6491
|
-
invert: NotRequired[pulumi.Input[bool]]
|
|
6492
|
-
"""
|
|
6493
|
-
If set to `true`, the condition will be of type "unless".
|
|
6494
|
-
"""
|
|
6495
|
-
ip_subnets: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
6496
|
-
"""
|
|
6497
|
-
A list of IPs, or CIDR v4/v6 addresses of the session client, to match.
|
|
6498
|
-
"""
|
|
6499
|
-
elif False:
|
|
6500
|
-
LoadbalancerFrontendAclMatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
6501
|
-
|
|
6502
4930
|
@pulumi.input_type
|
|
6503
4931
|
class LoadbalancerFrontendAclMatchArgs:
|
|
6504
4932
|
def __init__(__self__, *,
|
|
@@ -6592,35 +5020,6 @@ class LoadbalancerFrontendAclMatchArgs:
|
|
|
6592
5020
|
pulumi.set(self, "ip_subnets", value)
|
|
6593
5021
|
|
|
6594
5022
|
|
|
6595
|
-
if not MYPY:
|
|
6596
|
-
class LoadbalancerPrivateNetworkArgsDict(TypedDict):
|
|
6597
|
-
private_network_id: pulumi.Input[str]
|
|
6598
|
-
"""
|
|
6599
|
-
(Required) The ID of the Private Network to attach to.
|
|
6600
|
-
"""
|
|
6601
|
-
dhcp_config: NotRequired[pulumi.Input[bool]]
|
|
6602
|
-
"""
|
|
6603
|
-
(Optional) Set to `true` if you want to let DHCP assign IP addresses. See below.
|
|
6604
|
-
"""
|
|
6605
|
-
ipam_ids: NotRequired[pulumi.Input[str]]
|
|
6606
|
-
"""
|
|
6607
|
-
(Optional) IPAM ID of a pre-reserved IP address to assign to the Load Balancer on this Private Network.
|
|
6608
|
-
"""
|
|
6609
|
-
static_config: NotRequired[pulumi.Input[str]]
|
|
6610
|
-
"""
|
|
6611
|
-
(Deprecated) Please use `ipam_ids`. Define a local ip address of your choice for the load balancer instance.
|
|
6612
|
-
"""
|
|
6613
|
-
status: NotRequired[pulumi.Input[str]]
|
|
6614
|
-
"""
|
|
6615
|
-
The status of private network connection
|
|
6616
|
-
"""
|
|
6617
|
-
zone: NotRequired[pulumi.Input[str]]
|
|
6618
|
-
"""
|
|
6619
|
-
`zone`) The zone of the Load Balancer.
|
|
6620
|
-
"""
|
|
6621
|
-
elif False:
|
|
6622
|
-
LoadbalancerPrivateNetworkArgsDict: TypeAlias = Mapping[str, Any]
|
|
6623
|
-
|
|
6624
5023
|
@pulumi.input_type
|
|
6625
5024
|
class LoadbalancerPrivateNetworkArgs:
|
|
6626
5025
|
def __init__(__self__, *,
|
|
@@ -6727,23 +5126,6 @@ class LoadbalancerPrivateNetworkArgs:
|
|
|
6727
5126
|
pulumi.set(self, "zone", value)
|
|
6728
5127
|
|
|
6729
5128
|
|
|
6730
|
-
if not MYPY:
|
|
6731
|
-
class MnqSnsCredentialsPermissionsArgsDict(TypedDict):
|
|
6732
|
-
can_manage: NotRequired[pulumi.Input[bool]]
|
|
6733
|
-
"""
|
|
6734
|
-
. Defines whether the user can manage the associated resource(s).
|
|
6735
|
-
"""
|
|
6736
|
-
can_publish: NotRequired[pulumi.Input[bool]]
|
|
6737
|
-
"""
|
|
6738
|
-
. Defines whether the user can publish messages to the service.
|
|
6739
|
-
"""
|
|
6740
|
-
can_receive: NotRequired[pulumi.Input[bool]]
|
|
6741
|
-
"""
|
|
6742
|
-
. Defines whether the user can receive messages from the service.
|
|
6743
|
-
"""
|
|
6744
|
-
elif False:
|
|
6745
|
-
MnqSnsCredentialsPermissionsArgsDict: TypeAlias = Mapping[str, Any]
|
|
6746
|
-
|
|
6747
5129
|
@pulumi.input_type
|
|
6748
5130
|
class MnqSnsCredentialsPermissionsArgs:
|
|
6749
5131
|
def __init__(__self__, *,
|
|
@@ -6799,23 +5181,6 @@ class MnqSnsCredentialsPermissionsArgs:
|
|
|
6799
5181
|
pulumi.set(self, "can_receive", value)
|
|
6800
5182
|
|
|
6801
5183
|
|
|
6802
|
-
if not MYPY:
|
|
6803
|
-
class MnqSqsCredentialsPermissionsArgsDict(TypedDict):
|
|
6804
|
-
can_manage: NotRequired[pulumi.Input[bool]]
|
|
6805
|
-
"""
|
|
6806
|
-
. Defines whether the user can manage the associated resource(s).
|
|
6807
|
-
"""
|
|
6808
|
-
can_publish: NotRequired[pulumi.Input[bool]]
|
|
6809
|
-
"""
|
|
6810
|
-
. Defines whether the user can publish messages to the service.
|
|
6811
|
-
"""
|
|
6812
|
-
can_receive: NotRequired[pulumi.Input[bool]]
|
|
6813
|
-
"""
|
|
6814
|
-
. Defines whether the user can receive messages from the service.
|
|
6815
|
-
"""
|
|
6816
|
-
elif False:
|
|
6817
|
-
MnqSqsCredentialsPermissionsArgsDict: TypeAlias = Mapping[str, Any]
|
|
6818
|
-
|
|
6819
5184
|
@pulumi.input_type
|
|
6820
5185
|
class MnqSqsCredentialsPermissionsArgs:
|
|
6821
5186
|
def __init__(__self__, *,
|
|
@@ -6871,16 +5236,6 @@ class MnqSqsCredentialsPermissionsArgs:
|
|
|
6871
5236
|
pulumi.set(self, "can_receive", value)
|
|
6872
5237
|
|
|
6873
5238
|
|
|
6874
|
-
if not MYPY:
|
|
6875
|
-
class ObjectBucketAclAccessControlPolicyArgsDict(TypedDict):
|
|
6876
|
-
owner: pulumi.Input['ObjectBucketAclAccessControlPolicyOwnerArgsDict']
|
|
6877
|
-
"""
|
|
6878
|
-
Configuration block of the bucket project owner's display organization ID.
|
|
6879
|
-
"""
|
|
6880
|
-
grants: NotRequired[pulumi.Input[Sequence[pulumi.Input['ObjectBucketAclAccessControlPolicyGrantArgsDict']]]]
|
|
6881
|
-
elif False:
|
|
6882
|
-
ObjectBucketAclAccessControlPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
|
6883
|
-
|
|
6884
5239
|
@pulumi.input_type
|
|
6885
5240
|
class ObjectBucketAclAccessControlPolicyArgs:
|
|
6886
5241
|
def __init__(__self__, *,
|
|
@@ -6914,20 +5269,7 @@ class ObjectBucketAclAccessControlPolicyArgs:
|
|
|
6914
5269
|
def grants(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ObjectBucketAclAccessControlPolicyGrantArgs']]]]):
|
|
6915
5270
|
pulumi.set(self, "grants", value)
|
|
6916
5271
|
|
|
6917
|
-
|
|
6918
|
-
if not MYPY:
|
|
6919
|
-
class ObjectBucketAclAccessControlPolicyGrantArgsDict(TypedDict):
|
|
6920
|
-
permission: pulumi.Input[str]
|
|
6921
|
-
"""
|
|
6922
|
-
Logging permissions assigned to the grantee for the bucket.
|
|
6923
|
-
"""
|
|
6924
|
-
grantee: NotRequired[pulumi.Input['ObjectBucketAclAccessControlPolicyGrantGranteeArgsDict']]
|
|
6925
|
-
"""
|
|
6926
|
-
Configuration block for the project being granted permissions.
|
|
6927
|
-
"""
|
|
6928
|
-
elif False:
|
|
6929
|
-
ObjectBucketAclAccessControlPolicyGrantArgsDict: TypeAlias = Mapping[str, Any]
|
|
6930
|
-
|
|
5272
|
+
|
|
6931
5273
|
@pulumi.input_type
|
|
6932
5274
|
class ObjectBucketAclAccessControlPolicyGrantArgs:
|
|
6933
5275
|
def __init__(__self__, *,
|
|
@@ -6966,20 +5308,6 @@ class ObjectBucketAclAccessControlPolicyGrantArgs:
|
|
|
6966
5308
|
pulumi.set(self, "grantee", value)
|
|
6967
5309
|
|
|
6968
5310
|
|
|
6969
|
-
if not MYPY:
|
|
6970
|
-
class ObjectBucketAclAccessControlPolicyGrantGranteeArgsDict(TypedDict):
|
|
6971
|
-
id: pulumi.Input[str]
|
|
6972
|
-
"""
|
|
6973
|
-
The `region`,`bucket` and `acl` separated by (`/`).
|
|
6974
|
-
"""
|
|
6975
|
-
type: pulumi.Input[str]
|
|
6976
|
-
"""
|
|
6977
|
-
Type of grantee. Valid values: `CanonicalUser`
|
|
6978
|
-
"""
|
|
6979
|
-
display_name: NotRequired[pulumi.Input[str]]
|
|
6980
|
-
elif False:
|
|
6981
|
-
ObjectBucketAclAccessControlPolicyGrantGranteeArgsDict: TypeAlias = Mapping[str, Any]
|
|
6982
|
-
|
|
6983
5311
|
@pulumi.input_type
|
|
6984
5312
|
class ObjectBucketAclAccessControlPolicyGrantGranteeArgs:
|
|
6985
5313
|
def __init__(__self__, *,
|
|
@@ -7029,19 +5357,6 @@ class ObjectBucketAclAccessControlPolicyGrantGranteeArgs:
|
|
|
7029
5357
|
pulumi.set(self, "display_name", value)
|
|
7030
5358
|
|
|
7031
5359
|
|
|
7032
|
-
if not MYPY:
|
|
7033
|
-
class ObjectBucketAclAccessControlPolicyOwnerArgsDict(TypedDict):
|
|
7034
|
-
id: pulumi.Input[str]
|
|
7035
|
-
"""
|
|
7036
|
-
The `region`,`bucket` and `acl` separated by (`/`).
|
|
7037
|
-
"""
|
|
7038
|
-
display_name: NotRequired[pulumi.Input[str]]
|
|
7039
|
-
"""
|
|
7040
|
-
The project ID of the grantee.
|
|
7041
|
-
"""
|
|
7042
|
-
elif False:
|
|
7043
|
-
ObjectBucketAclAccessControlPolicyOwnerArgsDict: TypeAlias = Mapping[str, Any]
|
|
7044
|
-
|
|
7045
5360
|
@pulumi.input_type
|
|
7046
5361
|
class ObjectBucketAclAccessControlPolicyOwnerArgs:
|
|
7047
5362
|
def __init__(__self__, *,
|
|
@@ -7080,31 +5395,6 @@ class ObjectBucketAclAccessControlPolicyOwnerArgs:
|
|
|
7080
5395
|
pulumi.set(self, "display_name", value)
|
|
7081
5396
|
|
|
7082
5397
|
|
|
7083
|
-
if not MYPY:
|
|
7084
|
-
class ObjectBucketCorsRuleArgsDict(TypedDict):
|
|
7085
|
-
allowed_methods: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
7086
|
-
"""
|
|
7087
|
-
Specifies which methods are allowed. Can be `GET`, `PUT`, `POST`, `DELETE` or `HEAD`.
|
|
7088
|
-
"""
|
|
7089
|
-
allowed_origins: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
7090
|
-
"""
|
|
7091
|
-
Specifies which origins are allowed.
|
|
7092
|
-
"""
|
|
7093
|
-
allowed_headers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
7094
|
-
"""
|
|
7095
|
-
Specifies which headers are allowed.
|
|
7096
|
-
"""
|
|
7097
|
-
expose_headers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
7098
|
-
"""
|
|
7099
|
-
Specifies expose header in the response.
|
|
7100
|
-
"""
|
|
7101
|
-
max_age_seconds: NotRequired[pulumi.Input[int]]
|
|
7102
|
-
"""
|
|
7103
|
-
Specifies time in seconds that browser can cache the response for a preflight request.
|
|
7104
|
-
"""
|
|
7105
|
-
elif False:
|
|
7106
|
-
ObjectBucketCorsRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
7107
|
-
|
|
7108
5398
|
@pulumi.input_type
|
|
7109
5399
|
class ObjectBucketCorsRuleArgs:
|
|
7110
5400
|
def __init__(__self__, *,
|
|
@@ -7190,43 +5480,6 @@ class ObjectBucketCorsRuleArgs:
|
|
|
7190
5480
|
pulumi.set(self, "max_age_seconds", value)
|
|
7191
5481
|
|
|
7192
5482
|
|
|
7193
|
-
if not MYPY:
|
|
7194
|
-
class ObjectBucketLifecycleRuleArgsDict(TypedDict):
|
|
7195
|
-
enabled: pulumi.Input[bool]
|
|
7196
|
-
"""
|
|
7197
|
-
The element value can be either Enabled or Disabled. If a rule is disabled, Scaleway S3 doesn't perform any of the actions defined in the rule.
|
|
7198
|
-
"""
|
|
7199
|
-
abort_incomplete_multipart_upload_days: NotRequired[pulumi.Input[int]]
|
|
7200
|
-
"""
|
|
7201
|
-
Specifies the number of days after initiating a multipart upload when the multipart upload must be completed.
|
|
7202
|
-
|
|
7203
|
-
* > **Important:** It's not recommended using `prefix` for `AbortIncompleteMultipartUpload` as any incomplete multipart upload will be billed
|
|
7204
|
-
"""
|
|
7205
|
-
expiration: NotRequired[pulumi.Input['ObjectBucketLifecycleRuleExpirationArgsDict']]
|
|
7206
|
-
"""
|
|
7207
|
-
Specifies a period in the object's expire (documented below).
|
|
7208
|
-
"""
|
|
7209
|
-
id: NotRequired[pulumi.Input[str]]
|
|
7210
|
-
"""
|
|
7211
|
-
Unique identifier for the rule. Must be less than or equal to 255 characters in length.
|
|
7212
|
-
"""
|
|
7213
|
-
prefix: NotRequired[pulumi.Input[str]]
|
|
7214
|
-
"""
|
|
7215
|
-
Object key prefix identifying one or more objects to which the rule applies.
|
|
7216
|
-
"""
|
|
7217
|
-
tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
7218
|
-
"""
|
|
7219
|
-
Specifies object tags key and value.
|
|
7220
|
-
"""
|
|
7221
|
-
transitions: NotRequired[pulumi.Input[Sequence[pulumi.Input['ObjectBucketLifecycleRuleTransitionArgsDict']]]]
|
|
7222
|
-
"""
|
|
7223
|
-
Specifies a period in the object's transitions (documented below).
|
|
7224
|
-
|
|
7225
|
-
At least one of `abort_incomplete_multipart_upload_days`, `expiration`, `transition` must be specified.
|
|
7226
|
-
"""
|
|
7227
|
-
elif False:
|
|
7228
|
-
ObjectBucketLifecycleRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
7229
|
-
|
|
7230
5483
|
@pulumi.input_type
|
|
7231
5484
|
class ObjectBucketLifecycleRuleArgs:
|
|
7232
5485
|
def __init__(__self__, *,
|
|
@@ -7353,17 +5606,6 @@ class ObjectBucketLifecycleRuleArgs:
|
|
|
7353
5606
|
pulumi.set(self, "transitions", value)
|
|
7354
5607
|
|
|
7355
5608
|
|
|
7356
|
-
if not MYPY:
|
|
7357
|
-
class ObjectBucketLifecycleRuleExpirationArgsDict(TypedDict):
|
|
7358
|
-
days: pulumi.Input[int]
|
|
7359
|
-
"""
|
|
7360
|
-
Specifies the number of days after object creation when the specific rule action takes effect.
|
|
7361
|
-
|
|
7362
|
-
> **Important:** If versioning is enabled, this rule only deletes the current version of an object.
|
|
7363
|
-
"""
|
|
7364
|
-
elif False:
|
|
7365
|
-
ObjectBucketLifecycleRuleExpirationArgsDict: TypeAlias = Mapping[str, Any]
|
|
7366
|
-
|
|
7367
5609
|
@pulumi.input_type
|
|
7368
5610
|
class ObjectBucketLifecycleRuleExpirationArgs:
|
|
7369
5611
|
def __init__(__self__, *,
|
|
@@ -7390,21 +5632,6 @@ class ObjectBucketLifecycleRuleExpirationArgs:
|
|
|
7390
5632
|
pulumi.set(self, "days", value)
|
|
7391
5633
|
|
|
7392
5634
|
|
|
7393
|
-
if not MYPY:
|
|
7394
|
-
class ObjectBucketLifecycleRuleTransitionArgsDict(TypedDict):
|
|
7395
|
-
storage_class: pulumi.Input[str]
|
|
7396
|
-
"""
|
|
7397
|
-
Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/storage/object/concepts/#storage-class) `STANDARD`, `GLACIER`, `ONEZONE_IA` to which you want the object to transition.
|
|
7398
|
-
|
|
7399
|
-
> **Important:** `ONEZONE_IA` is only available in `fr-par` region. The storage class `GLACIER` is not available in `pl-waw` region.
|
|
7400
|
-
"""
|
|
7401
|
-
days: NotRequired[pulumi.Input[int]]
|
|
7402
|
-
"""
|
|
7403
|
-
Specifies the number of days after object creation when the specific rule action takes effect.
|
|
7404
|
-
"""
|
|
7405
|
-
elif False:
|
|
7406
|
-
ObjectBucketLifecycleRuleTransitionArgsDict: TypeAlias = Mapping[str, Any]
|
|
7407
|
-
|
|
7408
5635
|
@pulumi.input_type
|
|
7409
5636
|
class ObjectBucketLifecycleRuleTransitionArgs:
|
|
7410
5637
|
def __init__(__self__, *,
|
|
@@ -7447,15 +5674,6 @@ class ObjectBucketLifecycleRuleTransitionArgs:
|
|
|
7447
5674
|
pulumi.set(self, "days", value)
|
|
7448
5675
|
|
|
7449
5676
|
|
|
7450
|
-
if not MYPY:
|
|
7451
|
-
class ObjectBucketLockConfigurationRuleArgsDict(TypedDict):
|
|
7452
|
-
default_retention: pulumi.Input['ObjectBucketLockConfigurationRuleDefaultRetentionArgsDict']
|
|
7453
|
-
"""
|
|
7454
|
-
The default retention for the lock.
|
|
7455
|
-
"""
|
|
7456
|
-
elif False:
|
|
7457
|
-
ObjectBucketLockConfigurationRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
7458
|
-
|
|
7459
5677
|
@pulumi.input_type
|
|
7460
5678
|
class ObjectBucketLockConfigurationRuleArgs:
|
|
7461
5679
|
def __init__(__self__, *,
|
|
@@ -7478,23 +5696,6 @@ class ObjectBucketLockConfigurationRuleArgs:
|
|
|
7478
5696
|
pulumi.set(self, "default_retention", value)
|
|
7479
5697
|
|
|
7480
5698
|
|
|
7481
|
-
if not MYPY:
|
|
7482
|
-
class ObjectBucketLockConfigurationRuleDefaultRetentionArgsDict(TypedDict):
|
|
7483
|
-
mode: pulumi.Input[str]
|
|
7484
|
-
"""
|
|
7485
|
-
The default Object Lock retention mode you want to apply to new objects placed in the specified bucket. Valid values are `GOVERNANCE` or `COMPLIANCE`. To learn more about the difference between these modes, see [Object Lock retention modes](https://www.scaleway.com/en/docs/storage/object/api-cli/object-lock/#retention-modes).
|
|
7486
|
-
"""
|
|
7487
|
-
days: NotRequired[pulumi.Input[int]]
|
|
7488
|
-
"""
|
|
7489
|
-
The number of days that you want to specify for the default retention period.
|
|
7490
|
-
"""
|
|
7491
|
-
years: NotRequired[pulumi.Input[int]]
|
|
7492
|
-
"""
|
|
7493
|
-
The number of years that you want to specify for the default retention period.
|
|
7494
|
-
"""
|
|
7495
|
-
elif False:
|
|
7496
|
-
ObjectBucketLockConfigurationRuleDefaultRetentionArgsDict: TypeAlias = Mapping[str, Any]
|
|
7497
|
-
|
|
7498
5699
|
@pulumi.input_type
|
|
7499
5700
|
class ObjectBucketLockConfigurationRuleDefaultRetentionArgs:
|
|
7500
5701
|
def __init__(__self__, *,
|
|
@@ -7549,15 +5750,6 @@ class ObjectBucketLockConfigurationRuleDefaultRetentionArgs:
|
|
|
7549
5750
|
pulumi.set(self, "years", value)
|
|
7550
5751
|
|
|
7551
5752
|
|
|
7552
|
-
if not MYPY:
|
|
7553
|
-
class ObjectBucketVersioningArgsDict(TypedDict):
|
|
7554
|
-
enabled: NotRequired[pulumi.Input[bool]]
|
|
7555
|
-
"""
|
|
7556
|
-
Enable versioning. Once you version-enable a bucket, it can never return to an unversioned state. You can, however, suspend versioning on that bucket.
|
|
7557
|
-
"""
|
|
7558
|
-
elif False:
|
|
7559
|
-
ObjectBucketVersioningArgsDict: TypeAlias = Mapping[str, Any]
|
|
7560
|
-
|
|
7561
5753
|
@pulumi.input_type
|
|
7562
5754
|
class ObjectBucketVersioningArgs:
|
|
7563
5755
|
def __init__(__self__, *,
|
|
@@ -7581,15 +5773,6 @@ class ObjectBucketVersioningArgs:
|
|
|
7581
5773
|
pulumi.set(self, "enabled", value)
|
|
7582
5774
|
|
|
7583
5775
|
|
|
7584
|
-
if not MYPY:
|
|
7585
|
-
class ObjectBucketWebsiteConfigurationErrorDocumentArgsDict(TypedDict):
|
|
7586
|
-
key: pulumi.Input[str]
|
|
7587
|
-
"""
|
|
7588
|
-
The object key name to use when a 4XX class error occurs.
|
|
7589
|
-
"""
|
|
7590
|
-
elif False:
|
|
7591
|
-
ObjectBucketWebsiteConfigurationErrorDocumentArgsDict: TypeAlias = Mapping[str, Any]
|
|
7592
|
-
|
|
7593
5776
|
@pulumi.input_type
|
|
7594
5777
|
class ObjectBucketWebsiteConfigurationErrorDocumentArgs:
|
|
7595
5778
|
def __init__(__self__, *,
|
|
@@ -7612,17 +5795,6 @@ class ObjectBucketWebsiteConfigurationErrorDocumentArgs:
|
|
|
7612
5795
|
pulumi.set(self, "key", value)
|
|
7613
5796
|
|
|
7614
5797
|
|
|
7615
|
-
if not MYPY:
|
|
7616
|
-
class ObjectBucketWebsiteConfigurationIndexDocumentArgsDict(TypedDict):
|
|
7617
|
-
suffix: pulumi.Input[str]
|
|
7618
|
-
"""
|
|
7619
|
-
A suffix that is appended to a request that is for a directory on the website endpoint.
|
|
7620
|
-
|
|
7621
|
-
> **Important:** The suffix must not be empty and must not include a slash character. The routing is not supported.
|
|
7622
|
-
"""
|
|
7623
|
-
elif False:
|
|
7624
|
-
ObjectBucketWebsiteConfigurationIndexDocumentArgsDict: TypeAlias = Mapping[str, Any]
|
|
7625
|
-
|
|
7626
5798
|
@pulumi.input_type
|
|
7627
5799
|
class ObjectBucketWebsiteConfigurationIndexDocumentArgs:
|
|
7628
5800
|
def __init__(__self__, *,
|
|
@@ -7649,26 +5821,6 @@ class ObjectBucketWebsiteConfigurationIndexDocumentArgs:
|
|
|
7649
5821
|
pulumi.set(self, "suffix", value)
|
|
7650
5822
|
|
|
7651
5823
|
|
|
7652
|
-
if not MYPY:
|
|
7653
|
-
class RedisClusterAclArgsDict(TypedDict):
|
|
7654
|
-
ip: pulumi.Input[str]
|
|
7655
|
-
"""
|
|
7656
|
-
The IP range to whitelist
|
|
7657
|
-
in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
|
|
7658
|
-
"""
|
|
7659
|
-
description: NotRequired[pulumi.Input[str]]
|
|
7660
|
-
"""
|
|
7661
|
-
A text describing this rule. Default description: `Allow IP`
|
|
7662
|
-
|
|
7663
|
-
> The `acl` conflict with `private_network`. Only one should be specified.
|
|
7664
|
-
"""
|
|
7665
|
-
id: NotRequired[pulumi.Input[str]]
|
|
7666
|
-
"""
|
|
7667
|
-
(Required) The UUID of the endpoint.
|
|
7668
|
-
"""
|
|
7669
|
-
elif False:
|
|
7670
|
-
RedisClusterAclArgsDict: TypeAlias = Mapping[str, Any]
|
|
7671
|
-
|
|
7672
5824
|
@pulumi.input_type
|
|
7673
5825
|
class RedisClusterAclArgs:
|
|
7674
5826
|
def __init__(__self__, *,
|
|
@@ -7729,46 +5881,6 @@ class RedisClusterAclArgs:
|
|
|
7729
5881
|
pulumi.set(self, "id", value)
|
|
7730
5882
|
|
|
7731
5883
|
|
|
7732
|
-
if not MYPY:
|
|
7733
|
-
class RedisClusterPrivateNetworkArgsDict(TypedDict):
|
|
7734
|
-
id: pulumi.Input[str]
|
|
7735
|
-
"""
|
|
7736
|
-
The UUID of the Private Network resource.
|
|
7737
|
-
"""
|
|
7738
|
-
endpoint_id: NotRequired[pulumi.Input[str]]
|
|
7739
|
-
"""
|
|
7740
|
-
The ID of the endpoint.
|
|
7741
|
-
"""
|
|
7742
|
-
service_ips: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
7743
|
-
"""
|
|
7744
|
-
Endpoint IPv4 addresses in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation). You must provide at least one IP per node.
|
|
7745
|
-
Keep in mind that in cluster mode you cannot edit your Private Network after its creation so if you want to be able to
|
|
7746
|
-
scale your cluster horizontally (adding nodes) later, you should provide more IPs than nodes.
|
|
7747
|
-
If not set, the IP network address within the private subnet is determined by the IP Address Management (IPAM) service.
|
|
7748
|
-
|
|
7749
|
-
> The `private_network` conflicts with `acl`. Only one should be specified.
|
|
7750
|
-
|
|
7751
|
-
> **Important:** The way to use Private Networks differs whether you are using Redis™ in Standalone or cluster mode.
|
|
7752
|
-
|
|
7753
|
-
- Standalone mode (`cluster_size` = 1) : you can attach as many Private Networks as you want (each must be a separate
|
|
7754
|
-
block). If you detach your only Private Network, your cluster won't be reachable until you define a new Private or
|
|
7755
|
-
Public Network. You can modify your `private_network` and its specs, you can have both a Private and Public Network side
|
|
7756
|
-
by side.
|
|
7757
|
-
|
|
7758
|
-
- Cluster mode (`cluster_size` > 2) : you can define a single Private Network as you create your cluster, you won't be
|
|
7759
|
-
able to edit or detach it afterward, unless you create another cluster. This also means that, if you are using a static
|
|
7760
|
-
configuration (`service_ips`), you won't be able to scale your cluster horizontally (add more nodes) since it would
|
|
7761
|
-
require updating the Private Network to add IPs.
|
|
7762
|
-
Your `service_ips` must be listed as follows:
|
|
7763
|
-
"""
|
|
7764
|
-
zone: NotRequired[pulumi.Input[str]]
|
|
7765
|
-
"""
|
|
7766
|
-
`zone`) The zone in which the
|
|
7767
|
-
Redis™ cluster should be created.
|
|
7768
|
-
"""
|
|
7769
|
-
elif False:
|
|
7770
|
-
RedisClusterPrivateNetworkArgsDict: TypeAlias = Mapping[str, Any]
|
|
7771
|
-
|
|
7772
5884
|
@pulumi.input_type
|
|
7773
5885
|
class RedisClusterPrivateNetworkArgs:
|
|
7774
5886
|
def __init__(__self__, *,
|
|
@@ -7877,23 +5989,6 @@ class RedisClusterPrivateNetworkArgs:
|
|
|
7877
5989
|
pulumi.set(self, "zone", value)
|
|
7878
5990
|
|
|
7879
5991
|
|
|
7880
|
-
if not MYPY:
|
|
7881
|
-
class RedisClusterPublicNetworkArgsDict(TypedDict):
|
|
7882
|
-
id: NotRequired[pulumi.Input[str]]
|
|
7883
|
-
"""
|
|
7884
|
-
(Required) The UUID of the endpoint.
|
|
7885
|
-
"""
|
|
7886
|
-
ips: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
7887
|
-
"""
|
|
7888
|
-
Lis of IPv4 address of the endpoint (IP address).
|
|
7889
|
-
"""
|
|
7890
|
-
port: NotRequired[pulumi.Input[int]]
|
|
7891
|
-
"""
|
|
7892
|
-
TCP port of the endpoint.
|
|
7893
|
-
"""
|
|
7894
|
-
elif False:
|
|
7895
|
-
RedisClusterPublicNetworkArgsDict: TypeAlias = Mapping[str, Any]
|
|
7896
|
-
|
|
7897
5992
|
@pulumi.input_type
|
|
7898
5993
|
class RedisClusterPublicNetworkArgs:
|
|
7899
5994
|
def __init__(__self__, *,
|
|
@@ -7949,31 +6044,6 @@ class RedisClusterPublicNetworkArgs:
|
|
|
7949
6044
|
pulumi.set(self, "port", value)
|
|
7950
6045
|
|
|
7951
6046
|
|
|
7952
|
-
if not MYPY:
|
|
7953
|
-
class TemDomainReputationArgsDict(TypedDict):
|
|
7954
|
-
previous_score: NotRequired[pulumi.Input[int]]
|
|
7955
|
-
"""
|
|
7956
|
-
The previously-calculated domain's reputation score.
|
|
7957
|
-
"""
|
|
7958
|
-
previous_scored_at: NotRequired[pulumi.Input[str]]
|
|
7959
|
-
"""
|
|
7960
|
-
The time and date the previous reputation score was calculated.
|
|
7961
|
-
"""
|
|
7962
|
-
score: NotRequired[pulumi.Input[int]]
|
|
7963
|
-
"""
|
|
7964
|
-
A range from 0 to 100 that determines your domain's reputation score.
|
|
7965
|
-
"""
|
|
7966
|
-
scored_at: NotRequired[pulumi.Input[str]]
|
|
7967
|
-
"""
|
|
7968
|
-
The time and date the score was calculated.
|
|
7969
|
-
"""
|
|
7970
|
-
status: NotRequired[pulumi.Input[str]]
|
|
7971
|
-
"""
|
|
7972
|
-
The status of the domain's reputation.
|
|
7973
|
-
"""
|
|
7974
|
-
elif False:
|
|
7975
|
-
TemDomainReputationArgsDict: TypeAlias = Mapping[str, Any]
|
|
7976
|
-
|
|
7977
6047
|
@pulumi.input_type
|
|
7978
6048
|
class TemDomainReputationArgs:
|
|
7979
6049
|
def __init__(__self__, *,
|
|
@@ -8061,19 +6131,6 @@ class TemDomainReputationArgs:
|
|
|
8061
6131
|
pulumi.set(self, "status", value)
|
|
8062
6132
|
|
|
8063
6133
|
|
|
8064
|
-
if not MYPY:
|
|
8065
|
-
class VpcGatewayNetworkIpamConfigArgsDict(TypedDict):
|
|
8066
|
-
ipam_ip_id: NotRequired[pulumi.Input[str]]
|
|
8067
|
-
"""
|
|
8068
|
-
Use this IPAM-booked IP ID as the Gateway's IP in this Private Network.
|
|
8069
|
-
"""
|
|
8070
|
-
push_default_route: NotRequired[pulumi.Input[bool]]
|
|
8071
|
-
"""
|
|
8072
|
-
Defines whether to enable the default route on the GatewayNetwork.
|
|
8073
|
-
"""
|
|
8074
|
-
elif False:
|
|
8075
|
-
VpcGatewayNetworkIpamConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
8076
|
-
|
|
8077
6134
|
@pulumi.input_type
|
|
8078
6135
|
class VpcGatewayNetworkIpamConfigArgs:
|
|
8079
6136
|
def __init__(__self__, *,
|
|
@@ -8113,39 +6170,6 @@ class VpcGatewayNetworkIpamConfigArgs:
|
|
|
8113
6170
|
pulumi.set(self, "push_default_route", value)
|
|
8114
6171
|
|
|
8115
6172
|
|
|
8116
|
-
if not MYPY:
|
|
8117
|
-
class VpcPrivateNetworkIpv4SubnetArgsDict(TypedDict):
|
|
8118
|
-
address: NotRequired[pulumi.Input[str]]
|
|
8119
|
-
"""
|
|
8120
|
-
The network address of the subnet in hexadecimal notation, e.g., '2001:db8::' for a '2001:db8::/64' subnet.
|
|
8121
|
-
"""
|
|
8122
|
-
created_at: NotRequired[pulumi.Input[str]]
|
|
8123
|
-
"""
|
|
8124
|
-
The date and time of the creation of the subnet.
|
|
8125
|
-
"""
|
|
8126
|
-
id: NotRequired[pulumi.Input[str]]
|
|
8127
|
-
"""
|
|
8128
|
-
The subnet ID.
|
|
8129
|
-
"""
|
|
8130
|
-
prefix_length: NotRequired[pulumi.Input[int]]
|
|
8131
|
-
"""
|
|
8132
|
-
The length of the network prefix, e.g., 64 for a 'ffff:ffff:ffff:ffff::' mask.
|
|
8133
|
-
"""
|
|
8134
|
-
subnet: NotRequired[pulumi.Input[str]]
|
|
8135
|
-
"""
|
|
8136
|
-
The subnet CIDR.
|
|
8137
|
-
"""
|
|
8138
|
-
subnet_mask: NotRequired[pulumi.Input[str]]
|
|
8139
|
-
"""
|
|
8140
|
-
The subnet mask expressed in dotted decimal notation, e.g., '255.255.255.0' for a /24 subnet
|
|
8141
|
-
"""
|
|
8142
|
-
updated_at: NotRequired[pulumi.Input[str]]
|
|
8143
|
-
"""
|
|
8144
|
-
The date and time of the last update of the subnet.
|
|
8145
|
-
"""
|
|
8146
|
-
elif False:
|
|
8147
|
-
VpcPrivateNetworkIpv4SubnetArgsDict: TypeAlias = Mapping[str, Any]
|
|
8148
|
-
|
|
8149
6173
|
@pulumi.input_type
|
|
8150
6174
|
class VpcPrivateNetworkIpv4SubnetArgs:
|
|
8151
6175
|
def __init__(__self__, *,
|
|
@@ -8265,39 +6289,6 @@ class VpcPrivateNetworkIpv4SubnetArgs:
|
|
|
8265
6289
|
pulumi.set(self, "updated_at", value)
|
|
8266
6290
|
|
|
8267
6291
|
|
|
8268
|
-
if not MYPY:
|
|
8269
|
-
class VpcPrivateNetworkIpv6SubnetArgsDict(TypedDict):
|
|
8270
|
-
address: NotRequired[pulumi.Input[str]]
|
|
8271
|
-
"""
|
|
8272
|
-
The network address of the subnet in hexadecimal notation, e.g., '2001:db8::' for a '2001:db8::/64' subnet.
|
|
8273
|
-
"""
|
|
8274
|
-
created_at: NotRequired[pulumi.Input[str]]
|
|
8275
|
-
"""
|
|
8276
|
-
The date and time of the creation of the subnet.
|
|
8277
|
-
"""
|
|
8278
|
-
id: NotRequired[pulumi.Input[str]]
|
|
8279
|
-
"""
|
|
8280
|
-
The subnet ID.
|
|
8281
|
-
"""
|
|
8282
|
-
prefix_length: NotRequired[pulumi.Input[int]]
|
|
8283
|
-
"""
|
|
8284
|
-
The length of the network prefix, e.g., 64 for a 'ffff:ffff:ffff:ffff::' mask.
|
|
8285
|
-
"""
|
|
8286
|
-
subnet: NotRequired[pulumi.Input[str]]
|
|
8287
|
-
"""
|
|
8288
|
-
The subnet CIDR.
|
|
8289
|
-
"""
|
|
8290
|
-
subnet_mask: NotRequired[pulumi.Input[str]]
|
|
8291
|
-
"""
|
|
8292
|
-
The subnet mask expressed in dotted decimal notation, e.g., '255.255.255.0' for a /24 subnet
|
|
8293
|
-
"""
|
|
8294
|
-
updated_at: NotRequired[pulumi.Input[str]]
|
|
8295
|
-
"""
|
|
8296
|
-
The date and time of the last update of the subnet.
|
|
8297
|
-
"""
|
|
8298
|
-
elif False:
|
|
8299
|
-
VpcPrivateNetworkIpv6SubnetArgsDict: TypeAlias = Mapping[str, Any]
|
|
8300
|
-
|
|
8301
6292
|
@pulumi.input_type
|
|
8302
6293
|
class VpcPrivateNetworkIpv6SubnetArgs:
|
|
8303
6294
|
def __init__(__self__, *,
|
|
@@ -8417,19 +6408,6 @@ class VpcPrivateNetworkIpv6SubnetArgs:
|
|
|
8417
6408
|
pulumi.set(self, "updated_at", value)
|
|
8418
6409
|
|
|
8419
6410
|
|
|
8420
|
-
if not MYPY:
|
|
8421
|
-
class WebhostingCpanelUrlArgsDict(TypedDict):
|
|
8422
|
-
dashboard: NotRequired[pulumi.Input[str]]
|
|
8423
|
-
"""
|
|
8424
|
-
The URL of the Dashboard.
|
|
8425
|
-
"""
|
|
8426
|
-
webmail: NotRequired[pulumi.Input[str]]
|
|
8427
|
-
"""
|
|
8428
|
-
The URL of the Webmail interface.
|
|
8429
|
-
"""
|
|
8430
|
-
elif False:
|
|
8431
|
-
WebhostingCpanelUrlArgsDict: TypeAlias = Mapping[str, Any]
|
|
8432
|
-
|
|
8433
6411
|
@pulumi.input_type
|
|
8434
6412
|
class WebhostingCpanelUrlArgs:
|
|
8435
6413
|
def __init__(__self__, *,
|
|
@@ -8469,19 +6447,6 @@ class WebhostingCpanelUrlArgs:
|
|
|
8469
6447
|
pulumi.set(self, "webmail", value)
|
|
8470
6448
|
|
|
8471
6449
|
|
|
8472
|
-
if not MYPY:
|
|
8473
|
-
class WebhostingOptionArgsDict(TypedDict):
|
|
8474
|
-
id: NotRequired[pulumi.Input[str]]
|
|
8475
|
-
"""
|
|
8476
|
-
The option ID.
|
|
8477
|
-
"""
|
|
8478
|
-
name: NotRequired[pulumi.Input[str]]
|
|
8479
|
-
"""
|
|
8480
|
-
The option name.
|
|
8481
|
-
"""
|
|
8482
|
-
elif False:
|
|
8483
|
-
WebhostingOptionArgsDict: TypeAlias = Mapping[str, Any]
|
|
8484
|
-
|
|
8485
6450
|
@pulumi.input_type
|
|
8486
6451
|
class WebhostingOptionArgs:
|
|
8487
6452
|
def __init__(__self__, *,
|
|
@@ -8521,23 +6486,6 @@ class WebhostingOptionArgs:
|
|
|
8521
6486
|
pulumi.set(self, "name", value)
|
|
8522
6487
|
|
|
8523
6488
|
|
|
8524
|
-
if not MYPY:
|
|
8525
|
-
class GetIpamIpResourceArgsDict(TypedDict):
|
|
8526
|
-
type: str
|
|
8527
|
-
"""
|
|
8528
|
-
The type of the resource the IP is attached to. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1#pkg-constants) with type list.
|
|
8529
|
-
"""
|
|
8530
|
-
id: NotRequired[str]
|
|
8531
|
-
"""
|
|
8532
|
-
The ID of the resource that the IP is attached to.
|
|
8533
|
-
"""
|
|
8534
|
-
name: NotRequired[str]
|
|
8535
|
-
"""
|
|
8536
|
-
The name of the resource the IP is attached to.
|
|
8537
|
-
"""
|
|
8538
|
-
elif False:
|
|
8539
|
-
GetIpamIpResourceArgsDict: TypeAlias = Mapping[str, Any]
|
|
8540
|
-
|
|
8541
6489
|
@pulumi.input_type
|
|
8542
6490
|
class GetIpamIpResourceArgs:
|
|
8543
6491
|
def __init__(__self__, *,
|
|
@@ -8592,23 +6540,6 @@ class GetIpamIpResourceArgs:
|
|
|
8592
6540
|
pulumi.set(self, "name", value)
|
|
8593
6541
|
|
|
8594
6542
|
|
|
8595
|
-
if not MYPY:
|
|
8596
|
-
class GetIpamIpsResourceArgsDict(TypedDict):
|
|
8597
|
-
type: str
|
|
8598
|
-
"""
|
|
8599
|
-
The type of the attached resource. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1#pkg-constants) with type list.
|
|
8600
|
-
"""
|
|
8601
|
-
id: NotRequired[str]
|
|
8602
|
-
"""
|
|
8603
|
-
The ID of the attached resource.
|
|
8604
|
-
"""
|
|
8605
|
-
name: NotRequired[str]
|
|
8606
|
-
"""
|
|
8607
|
-
The name of the attached resource.
|
|
8608
|
-
"""
|
|
8609
|
-
elif False:
|
|
8610
|
-
GetIpamIpsResourceArgsDict: TypeAlias = Mapping[str, Any]
|
|
8611
|
-
|
|
8612
6543
|
@pulumi.input_type
|
|
8613
6544
|
class GetIpamIpsResourceArgs:
|
|
8614
6545
|
def __init__(__self__, *,
|