pulumiverse-scaleway 1.35.0a1759392423__py3-none-any.whl → 1.35.0a1760445454__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumiverse_scaleway/__init__.py +1 -1
- pulumiverse_scaleway/_inputs.py +2711 -2712
- pulumiverse_scaleway/account/__init__.py +1 -1
- pulumiverse_scaleway/account/get_availability_zones.py +11 -12
- pulumiverse_scaleway/account/get_project.py +27 -28
- pulumiverse_scaleway/account/get_projects.py +18 -19
- pulumiverse_scaleway/account/get_ssh_key.py +33 -34
- pulumiverse_scaleway/account/outputs.py +25 -26
- pulumiverse_scaleway/account/project.py +70 -71
- pulumiverse_scaleway/account/ssh_key.py +105 -106
- pulumiverse_scaleway/account_project.py +70 -71
- pulumiverse_scaleway/account_ssh_key.py +105 -106
- pulumiverse_scaleway/apple_silicon_server.py +216 -217
- pulumiverse_scaleway/applesilicon/__init__.py +1 -1
- pulumiverse_scaleway/applesilicon/_inputs.py +50 -51
- pulumiverse_scaleway/applesilicon/outputs.py +34 -35
- pulumiverse_scaleway/applesilicon/server.py +216 -217
- pulumiverse_scaleway/autoscaling/__init__.py +1 -1
- pulumiverse_scaleway/autoscaling/_inputs.py +130 -131
- pulumiverse_scaleway/autoscaling/instance_group.py +127 -128
- pulumiverse_scaleway/autoscaling/instance_policy.py +140 -141
- pulumiverse_scaleway/autoscaling/instance_template.py +235 -236
- pulumiverse_scaleway/autoscaling/outputs.py +88 -89
- pulumiverse_scaleway/baremetal_server.py +350 -351
- pulumiverse_scaleway/billing/__init__.py +1 -1
- pulumiverse_scaleway/billing/get_consumptions.py +14 -15
- pulumiverse_scaleway/billing/get_invoices.py +24 -25
- pulumiverse_scaleway/billing/outputs.py +95 -96
- pulumiverse_scaleway/block/__init__.py +1 -1
- pulumiverse_scaleway/block/_inputs.py +25 -26
- pulumiverse_scaleway/block/get_snapshot.py +37 -38
- pulumiverse_scaleway/block/get_volume.py +37 -38
- pulumiverse_scaleway/block/outputs.py +33 -34
- pulumiverse_scaleway/block/snapshot.py +92 -93
- pulumiverse_scaleway/block/volume.py +137 -138
- pulumiverse_scaleway/block_snapshot.py +92 -93
- pulumiverse_scaleway/block_volume.py +137 -138
- pulumiverse_scaleway/cockpit.py +48 -49
- pulumiverse_scaleway/cockpit_alert_manager.py +64 -65
- pulumiverse_scaleway/cockpit_grafana_user.py +70 -71
- pulumiverse_scaleway/cockpit_source.py +140 -141
- pulumiverse_scaleway/cockpit_token.py +82 -83
- pulumiverse_scaleway/config/__init__.py +1 -1
- pulumiverse_scaleway/config/__init__.pyi +1 -2
- pulumiverse_scaleway/config/vars.py +9 -10
- pulumiverse_scaleway/container.py +476 -477
- pulumiverse_scaleway/container_cron.py +95 -96
- pulumiverse_scaleway/container_domain.py +61 -62
- pulumiverse_scaleway/container_namespace.py +181 -182
- pulumiverse_scaleway/container_token.py +95 -96
- pulumiverse_scaleway/container_trigger.py +75 -76
- pulumiverse_scaleway/containers/__init__.py +1 -1
- pulumiverse_scaleway/containers/_inputs.py +86 -87
- pulumiverse_scaleway/containers/container.py +476 -477
- pulumiverse_scaleway/containers/cron.py +95 -96
- pulumiverse_scaleway/containers/domain.py +61 -62
- pulumiverse_scaleway/containers/get_container.py +79 -80
- pulumiverse_scaleway/containers/get_namespace.py +45 -46
- pulumiverse_scaleway/containers/namespace.py +181 -182
- pulumiverse_scaleway/containers/outputs.py +83 -84
- pulumiverse_scaleway/containers/token.py +95 -96
- pulumiverse_scaleway/containers/trigger.py +75 -76
- pulumiverse_scaleway/database.py +79 -80
- pulumiverse_scaleway/database_acl.py +38 -39
- pulumiverse_scaleway/database_backup.py +122 -123
- pulumiverse_scaleway/database_instance.py +374 -375
- pulumiverse_scaleway/database_privilege.py +86 -87
- pulumiverse_scaleway/database_read_replica.py +58 -59
- pulumiverse_scaleway/database_user.py +86 -87
- pulumiverse_scaleway/databases/__init__.py +1 -1
- pulumiverse_scaleway/databases/_inputs.py +227 -228
- pulumiverse_scaleway/databases/acl.py +38 -39
- pulumiverse_scaleway/databases/database.py +79 -80
- pulumiverse_scaleway/databases/database_backup.py +122 -123
- pulumiverse_scaleway/databases/get_acl.py +16 -17
- pulumiverse_scaleway/databases/get_database.py +25 -26
- pulumiverse_scaleway/databases/get_database_backup.py +45 -46
- pulumiverse_scaleway/databases/get_instance.py +72 -73
- pulumiverse_scaleway/databases/get_privilege.py +29 -30
- pulumiverse_scaleway/databases/instance.py +374 -375
- pulumiverse_scaleway/databases/outputs.py +247 -248
- pulumiverse_scaleway/databases/privilege.py +86 -87
- pulumiverse_scaleway/databases/read_replica.py +58 -59
- pulumiverse_scaleway/databases/serverless_database.py +95 -96
- pulumiverse_scaleway/databases/snapshot.py +123 -124
- pulumiverse_scaleway/databases/user.py +86 -87
- pulumiverse_scaleway/domain/__init__.py +1 -1
- pulumiverse_scaleway/domain/_inputs.py +660 -661
- pulumiverse_scaleway/domain/get_record.py +51 -52
- pulumiverse_scaleway/domain/get_zone.py +33 -34
- pulumiverse_scaleway/domain/outputs.py +500 -501
- pulumiverse_scaleway/domain/record.py +150 -151
- pulumiverse_scaleway/domain/registration.py +121 -122
- pulumiverse_scaleway/domain/zone.py +106 -107
- pulumiverse_scaleway/domain_record.py +150 -151
- pulumiverse_scaleway/domain_zone.py +106 -107
- pulumiverse_scaleway/edge_services_backend_stage.py +59 -60
- pulumiverse_scaleway/edge_services_cache_stage.py +158 -159
- pulumiverse_scaleway/edge_services_dns_stage.py +130 -131
- pulumiverse_scaleway/edge_services_head_stage.py +35 -36
- pulumiverse_scaleway/edge_services_pipeline.py +79 -80
- pulumiverse_scaleway/edge_services_plan.py +35 -36
- pulumiverse_scaleway/edge_services_route_stage.py +73 -74
- pulumiverse_scaleway/edge_services_tls_stage.py +150 -151
- pulumiverse_scaleway/edge_services_waf_stage.py +104 -105
- pulumiverse_scaleway/elasticmetal/__init__.py +1 -1
- pulumiverse_scaleway/elasticmetal/_inputs.py +146 -147
- pulumiverse_scaleway/elasticmetal/get_ip.py +41 -42
- pulumiverse_scaleway/elasticmetal/get_ips.py +30 -31
- pulumiverse_scaleway/elasticmetal/get_offer.py +40 -41
- pulumiverse_scaleway/elasticmetal/get_option.py +23 -24
- pulumiverse_scaleway/elasticmetal/get_os.py +27 -28
- pulumiverse_scaleway/elasticmetal/get_partition_schema.py +35 -36
- pulumiverse_scaleway/elasticmetal/get_server.py +69 -70
- pulumiverse_scaleway/elasticmetal/ip.py +165 -166
- pulumiverse_scaleway/elasticmetal/ip_mac_address.py +105 -106
- pulumiverse_scaleway/elasticmetal/outputs.py +312 -312
- pulumiverse_scaleway/elasticmetal/server.py +350 -351
- pulumiverse_scaleway/file_filesystem.py +131 -132
- pulumiverse_scaleway/flexible_ip.py +165 -166
- pulumiverse_scaleway/flexible_ip_mac_address.py +105 -106
- pulumiverse_scaleway/function.py +381 -382
- pulumiverse_scaleway/function_cron.py +95 -96
- pulumiverse_scaleway/function_domain.py +61 -62
- pulumiverse_scaleway/function_namespace.py +164 -165
- pulumiverse_scaleway/function_token.py +95 -96
- pulumiverse_scaleway/function_trigger.py +75 -76
- pulumiverse_scaleway/functions/__init__.py +1 -1
- pulumiverse_scaleway/functions/_inputs.py +49 -50
- pulumiverse_scaleway/functions/cron.py +95 -96
- pulumiverse_scaleway/functions/domain.py +61 -62
- pulumiverse_scaleway/functions/function.py +381 -382
- pulumiverse_scaleway/functions/get_function.py +73 -74
- pulumiverse_scaleway/functions/get_namespace.py +43 -44
- pulumiverse_scaleway/functions/namespace.py +164 -165
- pulumiverse_scaleway/functions/outputs.py +33 -34
- pulumiverse_scaleway/functions/token.py +95 -96
- pulumiverse_scaleway/functions/trigger.py +75 -76
- pulumiverse_scaleway/get_account_project.py +27 -28
- pulumiverse_scaleway/get_account_ssh_key.py +33 -34
- pulumiverse_scaleway/get_availability_zones.py +11 -12
- pulumiverse_scaleway/get_baremetal_offer.py +40 -41
- pulumiverse_scaleway/get_baremetal_option.py +23 -24
- pulumiverse_scaleway/get_baremetal_os.py +27 -28
- pulumiverse_scaleway/get_baremetal_server.py +69 -70
- pulumiverse_scaleway/get_billing_consumptions.py +14 -15
- pulumiverse_scaleway/get_billing_invoices.py +24 -25
- pulumiverse_scaleway/get_block_snapshot.py +37 -38
- pulumiverse_scaleway/get_block_volume.py +37 -38
- pulumiverse_scaleway/get_cockpit.py +15 -16
- pulumiverse_scaleway/get_cockpit_source.py +49 -50
- pulumiverse_scaleway/get_config.py +23 -24
- pulumiverse_scaleway/get_container.py +79 -80
- pulumiverse_scaleway/get_container_namespace.py +45 -46
- pulumiverse_scaleway/get_database.py +25 -26
- pulumiverse_scaleway/get_database_acl.py +16 -17
- pulumiverse_scaleway/get_database_backup.py +45 -46
- pulumiverse_scaleway/get_database_instance.py +72 -73
- pulumiverse_scaleway/get_database_privilege.py +29 -30
- pulumiverse_scaleway/get_domain_record.py +51 -52
- pulumiverse_scaleway/get_domain_zone.py +33 -34
- pulumiverse_scaleway/get_flexible_ip.py +41 -42
- pulumiverse_scaleway/get_flexible_ips.py +30 -31
- pulumiverse_scaleway/get_function.py +73 -74
- pulumiverse_scaleway/get_function_namespace.py +43 -44
- pulumiverse_scaleway/get_iam_api_key.py +27 -28
- pulumiverse_scaleway/get_iam_application.py +31 -32
- pulumiverse_scaleway/get_iam_group.py +35 -36
- pulumiverse_scaleway/get_iam_ssh_key.py +33 -34
- pulumiverse_scaleway/get_iam_user.py +27 -28
- pulumiverse_scaleway/get_instance_image.py +57 -58
- pulumiverse_scaleway/get_instance_ip.py +29 -30
- pulumiverse_scaleway/get_instance_placement_group.py +37 -38
- pulumiverse_scaleway/get_instance_private_nic.py +40 -41
- pulumiverse_scaleway/get_instance_security_group.py +45 -46
- pulumiverse_scaleway/get_instance_server.py +81 -82
- pulumiverse_scaleway/get_instance_servers.py +30 -31
- pulumiverse_scaleway/get_instance_snapshot.py +40 -41
- pulumiverse_scaleway/get_instance_volume.py +41 -42
- pulumiverse_scaleway/get_iot_device.py +45 -46
- pulumiverse_scaleway/get_iot_hub.py +59 -60
- pulumiverse_scaleway/get_ipam_ip.py +64 -65
- pulumiverse_scaleway/get_ipam_ips.py +55 -56
- pulumiverse_scaleway/get_k8s_version.py +21 -22
- pulumiverse_scaleway/get_kubernetes_cluster.py +63 -64
- pulumiverse_scaleway/get_kubernetes_node_pool.py +75 -76
- pulumiverse_scaleway/get_lb_acls.py +28 -29
- pulumiverse_scaleway/get_lb_backend.py +74 -75
- pulumiverse_scaleway/get_lb_backends.py +28 -29
- pulumiverse_scaleway/get_lb_frontend.py +44 -45
- pulumiverse_scaleway/get_lb_frontends.py +28 -29
- pulumiverse_scaleway/get_lb_ips.py +36 -37
- pulumiverse_scaleway/get_lb_route.py +25 -26
- pulumiverse_scaleway/get_lb_routes.py +22 -23
- pulumiverse_scaleway/get_lbs.py +30 -31
- pulumiverse_scaleway/get_loadbalancer.py +55 -56
- pulumiverse_scaleway/get_loadbalancer_certificate.py +35 -36
- pulumiverse_scaleway/get_loadbalancer_ip.py +39 -40
- pulumiverse_scaleway/get_marketplace_image.py +27 -28
- pulumiverse_scaleway/get_mnq_sns.py +17 -18
- pulumiverse_scaleway/get_mnq_sqs.py +17 -18
- pulumiverse_scaleway/get_mongo_db_instance.py +62 -63
- pulumiverse_scaleway/get_object_bucket.py +34 -35
- pulumiverse_scaleway/get_object_bucket_policy.py +21 -22
- pulumiverse_scaleway/get_redis_cluster.py +53 -54
- pulumiverse_scaleway/get_registry_image.py +47 -48
- pulumiverse_scaleway/get_registry_image_tag.py +43 -44
- pulumiverse_scaleway/get_registry_namespace.py +35 -36
- pulumiverse_scaleway/get_secret.py +57 -58
- pulumiverse_scaleway/get_secret_version.py +45 -46
- pulumiverse_scaleway/get_tem_domain.py +102 -70
- pulumiverse_scaleway/get_vpc.py +47 -48
- pulumiverse_scaleway/get_vpc_gateway_network.py +43 -44
- pulumiverse_scaleway/get_vpc_private_network.py +47 -48
- pulumiverse_scaleway/get_vpc_public_gateway.py +55 -56
- pulumiverse_scaleway/get_vpc_public_gateway_dhcp.py +43 -44
- pulumiverse_scaleway/get_vpc_public_gateway_dhcp_reservation.py +43 -44
- pulumiverse_scaleway/get_vpc_public_gateway_ip.py +23 -24
- pulumiverse_scaleway/get_vpc_public_pat_rule.py +31 -32
- pulumiverse_scaleway/get_vpc_routes.py +46 -47
- pulumiverse_scaleway/get_vpcs.py +30 -31
- pulumiverse_scaleway/get_web_host_offer.py +33 -34
- pulumiverse_scaleway/get_webhosting.py +57 -58
- pulumiverse_scaleway/hosting/__init__.py +1 -1
- pulumiverse_scaleway/hosting/_inputs.py +80 -81
- pulumiverse_scaleway/hosting/get_hosting.py +57 -58
- pulumiverse_scaleway/hosting/get_offer.py +33 -34
- pulumiverse_scaleway/hosting/hosting.py +209 -210
- pulumiverse_scaleway/hosting/outputs.py +211 -212
- pulumiverse_scaleway/iam/__init__.py +1 -1
- pulumiverse_scaleway/iam/_inputs.py +25 -26
- pulumiverse_scaleway/iam/api_key.py +140 -141
- pulumiverse_scaleway/iam/application.py +96 -97
- pulumiverse_scaleway/iam/get_api_key.py +27 -28
- pulumiverse_scaleway/iam/get_application.py +31 -32
- pulumiverse_scaleway/iam/get_group.py +35 -36
- pulumiverse_scaleway/iam/get_ssh_key.py +33 -34
- pulumiverse_scaleway/iam/get_user.py +27 -28
- pulumiverse_scaleway/iam/group.py +138 -139
- pulumiverse_scaleway/iam/group_membership.py +52 -53
- pulumiverse_scaleway/iam/outputs.py +17 -18
- pulumiverse_scaleway/iam/policy.py +167 -168
- pulumiverse_scaleway/iam/ssh_key.py +105 -106
- pulumiverse_scaleway/iam/user.py +269 -270
- pulumiverse_scaleway/iam_api_key.py +140 -141
- pulumiverse_scaleway/iam_application.py +96 -97
- pulumiverse_scaleway/iam_group.py +138 -139
- pulumiverse_scaleway/iam_group_membership.py +52 -53
- pulumiverse_scaleway/iam_policy.py +167 -168
- pulumiverse_scaleway/iam_ssh_key.py +105 -106
- pulumiverse_scaleway/iam_user.py +269 -270
- pulumiverse_scaleway/inference/__init__.py +1 -1
- pulumiverse_scaleway/inference/_inputs.py +86 -87
- pulumiverse_scaleway/inference/deployment.py +225 -226
- pulumiverse_scaleway/inference/get_model.py +42 -43
- pulumiverse_scaleway/inference/model.py +160 -161
- pulumiverse_scaleway/inference/outputs.py +75 -76
- pulumiverse_scaleway/inference_deployment.py +225 -226
- pulumiverse_scaleway/instance/__init__.py +2 -1
- pulumiverse_scaleway/instance/_inputs.py +381 -382
- pulumiverse_scaleway/instance/get_image.py +57 -58
- pulumiverse_scaleway/instance/get_ip.py +29 -30
- pulumiverse_scaleway/instance/get_placement_group.py +37 -38
- pulumiverse_scaleway/instance/get_private_nic.py +40 -41
- pulumiverse_scaleway/instance/get_security_group.py +45 -46
- pulumiverse_scaleway/instance/get_server.py +81 -82
- pulumiverse_scaleway/instance/get_server_type.py +271 -0
- pulumiverse_scaleway/instance/get_servers.py +30 -31
- pulumiverse_scaleway/instance/get_snapshot.py +40 -41
- pulumiverse_scaleway/instance/get_volume.py +41 -42
- pulumiverse_scaleway/instance/image.py +184 -185
- pulumiverse_scaleway/instance/ip.py +114 -115
- pulumiverse_scaleway/instance/ip_reverse_dns.py +52 -53
- pulumiverse_scaleway/instance/outputs.py +660 -515
- pulumiverse_scaleway/instance/placement_group.py +121 -122
- pulumiverse_scaleway/instance/private_nic.py +115 -116
- pulumiverse_scaleway/instance/security_group.py +186 -187
- pulumiverse_scaleway/instance/security_group_rules.py +24 -25
- pulumiverse_scaleway/instance/server.py +433 -434
- pulumiverse_scaleway/instance/snapshot.py +133 -162
- pulumiverse_scaleway/instance/user_data.py +69 -70
- pulumiverse_scaleway/instance/volume.py +155 -177
- pulumiverse_scaleway/instance_image.py +184 -185
- pulumiverse_scaleway/instance_ip.py +114 -115
- pulumiverse_scaleway/instance_ip_reverse_dns.py +52 -53
- pulumiverse_scaleway/instance_placement_group.py +121 -122
- pulumiverse_scaleway/instance_private_nic.py +115 -116
- pulumiverse_scaleway/instance_security_group.py +186 -187
- pulumiverse_scaleway/instance_security_group_rules.py +24 -25
- pulumiverse_scaleway/instance_server.py +433 -434
- pulumiverse_scaleway/instance_snapshot.py +133 -162
- pulumiverse_scaleway/instance_user_data.py +69 -70
- pulumiverse_scaleway/instance_volume.py +155 -177
- pulumiverse_scaleway/iot/__init__.py +1 -1
- pulumiverse_scaleway/iot/_inputs.py +118 -119
- pulumiverse_scaleway/iot/device.py +154 -155
- pulumiverse_scaleway/iot/get_device.py +45 -46
- pulumiverse_scaleway/iot/get_hub.py +59 -60
- pulumiverse_scaleway/iot/hub.py +252 -253
- pulumiverse_scaleway/iot/network.py +113 -114
- pulumiverse_scaleway/iot/outputs.py +106 -107
- pulumiverse_scaleway/iot/route.py +87 -88
- pulumiverse_scaleway/iot_device.py +154 -155
- pulumiverse_scaleway/iot_hub.py +252 -253
- pulumiverse_scaleway/iot_network.py +113 -114
- pulumiverse_scaleway/iot_route.py +87 -88
- pulumiverse_scaleway/ipam/__init__.py +1 -1
- pulumiverse_scaleway/ipam/_inputs.py +103 -104
- pulumiverse_scaleway/ipam/get_ip.py +64 -65
- pulumiverse_scaleway/ipam/get_ips.py +55 -56
- pulumiverse_scaleway/ipam/ip.py +123 -124
- pulumiverse_scaleway/ipam/ip_reverse_dns.py +69 -70
- pulumiverse_scaleway/ipam/outputs.py +119 -120
- pulumiverse_scaleway/ipam_ip.py +123 -124
- pulumiverse_scaleway/ipam_ip_reverse_dns.py +69 -70
- pulumiverse_scaleway/job/__init__.py +1 -1
- pulumiverse_scaleway/job/_inputs.py +44 -45
- pulumiverse_scaleway/job/definition.py +177 -178
- pulumiverse_scaleway/job/outputs.py +30 -31
- pulumiverse_scaleway/job_definition.py +177 -178
- pulumiverse_scaleway/key_manager_key.py +203 -204
- pulumiverse_scaleway/kubernetes/__init__.py +1 -1
- pulumiverse_scaleway/kubernetes/_inputs.py +227 -228
- pulumiverse_scaleway/kubernetes/acl.py +55 -56
- pulumiverse_scaleway/kubernetes/cluster.py +296 -297
- pulumiverse_scaleway/kubernetes/get_cluster.py +63 -64
- pulumiverse_scaleway/kubernetes/get_pool.py +75 -76
- pulumiverse_scaleway/kubernetes/get_version.py +21 -22
- pulumiverse_scaleway/kubernetes/outputs.py +288 -289
- pulumiverse_scaleway/kubernetes/pool.py +374 -375
- pulumiverse_scaleway/kubernetes_cluster.py +296 -297
- pulumiverse_scaleway/kubernetes_node_pool.py +374 -375
- pulumiverse_scaleway/loadbalancer.py +246 -247
- pulumiverse_scaleway/loadbalancer_acl.py +93 -94
- pulumiverse_scaleway/loadbalancer_backend.py +493 -487
- pulumiverse_scaleway/loadbalancer_certificate.py +95 -96
- pulumiverse_scaleway/loadbalancer_frontend.py +201 -202
- pulumiverse_scaleway/loadbalancer_ip.py +122 -123
- pulumiverse_scaleway/loadbalancer_route.py +121 -122
- pulumiverse_scaleway/loadbalancers/__init__.py +1 -1
- pulumiverse_scaleway/loadbalancers/_inputs.py +273 -274
- pulumiverse_scaleway/loadbalancers/acl.py +93 -94
- pulumiverse_scaleway/loadbalancers/backend.py +493 -487
- pulumiverse_scaleway/loadbalancers/certificate.py +95 -96
- pulumiverse_scaleway/loadbalancers/frontend.py +201 -202
- pulumiverse_scaleway/loadbalancers/get_acls.py +28 -29
- pulumiverse_scaleway/loadbalancers/get_backend.py +74 -75
- pulumiverse_scaleway/loadbalancers/get_backends.py +28 -29
- pulumiverse_scaleway/loadbalancers/get_certificate.py +35 -36
- pulumiverse_scaleway/loadbalancers/get_frontend.py +44 -45
- pulumiverse_scaleway/loadbalancers/get_frontends.py +28 -29
- pulumiverse_scaleway/loadbalancers/get_ip.py +39 -40
- pulumiverse_scaleway/loadbalancers/get_ips.py +36 -37
- pulumiverse_scaleway/loadbalancers/get_load_balancer.py +55 -56
- pulumiverse_scaleway/loadbalancers/get_load_balancers.py +30 -31
- pulumiverse_scaleway/loadbalancers/get_route.py +25 -26
- pulumiverse_scaleway/loadbalancers/get_routes.py +22 -23
- pulumiverse_scaleway/loadbalancers/ip.py +122 -123
- pulumiverse_scaleway/loadbalancers/load_balancer.py +246 -247
- pulumiverse_scaleway/loadbalancers/outputs.py +748 -745
- pulumiverse_scaleway/loadbalancers/route.py +121 -122
- pulumiverse_scaleway/mnq/__init__.py +1 -1
- pulumiverse_scaleway/mnq/_inputs.py +49 -50
- pulumiverse_scaleway/mnq/get_sns.py +17 -18
- pulumiverse_scaleway/mnq/get_sqs.py +17 -18
- pulumiverse_scaleway/mnq/nats_account.py +61 -62
- pulumiverse_scaleway/mnq/nats_credentials.py +61 -62
- pulumiverse_scaleway/mnq/outputs.py +33 -34
- pulumiverse_scaleway/mnq/sns.py +44 -45
- pulumiverse_scaleway/mnq/sns_credentials.py +73 -74
- pulumiverse_scaleway/mnq/sns_topic.py +172 -173
- pulumiverse_scaleway/mnq/sns_topic_subscription.py +180 -181
- pulumiverse_scaleway/mnq/sqs.py +44 -45
- pulumiverse_scaleway/mnq/sqs_credentials.py +73 -74
- pulumiverse_scaleway/mnq/sqs_queue.py +243 -244
- pulumiverse_scaleway/mnq_nats_account.py +61 -62
- pulumiverse_scaleway/mnq_nats_credentials.py +61 -62
- pulumiverse_scaleway/mnq_sns.py +44 -45
- pulumiverse_scaleway/mnq_sns_credentials.py +73 -74
- pulumiverse_scaleway/mnq_sns_topic.py +172 -173
- pulumiverse_scaleway/mnq_sns_topic_subscription.py +180 -181
- pulumiverse_scaleway/mnq_sqs.py +44 -45
- pulumiverse_scaleway/mnq_sqs_credentials.py +73 -74
- pulumiverse_scaleway/mnq_sqs_queue.py +243 -244
- pulumiverse_scaleway/mongo_db_instance.py +309 -310
- pulumiverse_scaleway/mongo_db_snapshot.py +123 -124
- pulumiverse_scaleway/mongodb/__init__.py +1 -1
- pulumiverse_scaleway/mongodb/_inputs.py +80 -81
- pulumiverse_scaleway/mongodb/get_instance.py +62 -63
- pulumiverse_scaleway/mongodb/instance.py +309 -310
- pulumiverse_scaleway/mongodb/outputs.py +95 -96
- pulumiverse_scaleway/mongodb/snapshot.py +123 -124
- pulumiverse_scaleway/mongodb/user.py +72 -73
- pulumiverse_scaleway/network/__init__.py +1 -1
- pulumiverse_scaleway/network/_inputs.py +166 -167
- pulumiverse_scaleway/network/acl.py +72 -73
- pulumiverse_scaleway/network/gateway_network.py +179 -180
- pulumiverse_scaleway/network/get_gateway_network.py +43 -44
- pulumiverse_scaleway/network/get_private_network.py +47 -48
- pulumiverse_scaleway/network/get_public_gateway.py +55 -56
- pulumiverse_scaleway/network/get_public_gateway_dhcp.py +43 -44
- pulumiverse_scaleway/network/get_public_gateway_dhcp_reservation.py +43 -44
- pulumiverse_scaleway/network/get_public_gateway_ip.py +23 -24
- pulumiverse_scaleway/network/get_public_gateway_pat_rule.py +31 -32
- pulumiverse_scaleway/network/get_routes.py +46 -47
- pulumiverse_scaleway/network/get_vpc.py +47 -48
- pulumiverse_scaleway/network/get_vpcs.py +30 -31
- pulumiverse_scaleway/network/outputs.py +288 -287
- pulumiverse_scaleway/network/private_network.py +170 -171
- pulumiverse_scaleway/network/public_gateway.py +259 -260
- pulumiverse_scaleway/network/public_gateway_dhcp.py +283 -284
- pulumiverse_scaleway/network/public_gateway_dhcp_reservation.py +105 -106
- pulumiverse_scaleway/network/public_gateway_ip.py +105 -106
- pulumiverse_scaleway/network/public_gateway_ip_reverse_dns.py +52 -53
- pulumiverse_scaleway/network/public_gateway_pat_rule.py +130 -131
- pulumiverse_scaleway/network/route.py +138 -139
- pulumiverse_scaleway/network/vpc.py +139 -140
- pulumiverse_scaleway/object/__init__.py +1 -1
- pulumiverse_scaleway/object/_inputs.py +164 -165
- pulumiverse_scaleway/object/bucket.py +147 -148
- pulumiverse_scaleway/object/bucket_acl.py +89 -90
- pulumiverse_scaleway/object/bucket_lock_configuration.py +55 -56
- pulumiverse_scaleway/object/bucket_policy.py +69 -70
- pulumiverse_scaleway/object/bucket_website_configuration.py +76 -77
- pulumiverse_scaleway/object/get_bucket.py +34 -35
- pulumiverse_scaleway/object/get_bucket_policy.py +21 -22
- pulumiverse_scaleway/object/item.py +239 -240
- pulumiverse_scaleway/object/outputs.py +171 -172
- pulumiverse_scaleway/object_bucket.py +147 -148
- pulumiverse_scaleway/object_bucket_acl.py +89 -90
- pulumiverse_scaleway/object_bucket_lock_configuration.py +55 -56
- pulumiverse_scaleway/object_bucket_policy.py +69 -70
- pulumiverse_scaleway/object_bucket_website_configuration.py +76 -77
- pulumiverse_scaleway/object_item.py +239 -240
- pulumiverse_scaleway/observability/__init__.py +1 -1
- pulumiverse_scaleway/observability/_inputs.py +105 -106
- pulumiverse_scaleway/observability/alert_manager.py +64 -65
- pulumiverse_scaleway/observability/cockpit.py +48 -49
- pulumiverse_scaleway/observability/get_instance.py +15 -16
- pulumiverse_scaleway/observability/get_source.py +49 -50
- pulumiverse_scaleway/observability/get_sources.py +46 -47
- pulumiverse_scaleway/observability/grafana_user.py +70 -71
- pulumiverse_scaleway/observability/outputs.py +149 -150
- pulumiverse_scaleway/observability/source.py +140 -141
- pulumiverse_scaleway/observability/token.py +82 -83
- pulumiverse_scaleway/outputs.py +3886 -3879
- pulumiverse_scaleway/provider.py +82 -83
- pulumiverse_scaleway/pulumi-plugin.json +1 -1
- pulumiverse_scaleway/rdb_snapshot.py +123 -124
- pulumiverse_scaleway/redis/__init__.py +1 -1
- pulumiverse_scaleway/redis/_inputs.py +86 -87
- pulumiverse_scaleway/redis/cluster.py +227 -228
- pulumiverse_scaleway/redis/get_cluster.py +53 -54
- pulumiverse_scaleway/redis/outputs.py +115 -116
- pulumiverse_scaleway/redis_cluster.py +227 -228
- pulumiverse_scaleway/registry/__init__.py +1 -1
- pulumiverse_scaleway/registry/get_image.py +47 -48
- pulumiverse_scaleway/registry/get_image_tag.py +43 -44
- pulumiverse_scaleway/registry/get_namespace.py +35 -36
- pulumiverse_scaleway/registry/namespace.py +104 -105
- pulumiverse_scaleway/registry_namespace.py +104 -105
- pulumiverse_scaleway/sdb_database.py +95 -96
- pulumiverse_scaleway/secret.py +178 -179
- pulumiverse_scaleway/secret_version.py +105 -106
- pulumiverse_scaleway/secrets/__init__.py +1 -1
- pulumiverse_scaleway/secrets/_inputs.py +62 -63
- pulumiverse_scaleway/secrets/get_secret.py +57 -58
- pulumiverse_scaleway/secrets/get_version.py +45 -46
- pulumiverse_scaleway/secrets/outputs.py +83 -84
- pulumiverse_scaleway/secrets/secret.py +178 -179
- pulumiverse_scaleway/secrets/version.py +105 -106
- pulumiverse_scaleway/tem/__init__.py +1 -1
- pulumiverse_scaleway/tem/_inputs.py +32 -33
- pulumiverse_scaleway/tem/blocked_list.py +103 -104
- pulumiverse_scaleway/tem/domain.py +340 -257
- pulumiverse_scaleway/tem/domain_validation.py +61 -62
- pulumiverse_scaleway/tem/get_domain.py +102 -70
- pulumiverse_scaleway/tem/get_offer_subscription.py +33 -34
- pulumiverse_scaleway/tem/outputs.py +43 -44
- pulumiverse_scaleway/tem/webhook.py +130 -131
- pulumiverse_scaleway/tem_domain.py +340 -257
- pulumiverse_scaleway/tem_domain_validation.py +61 -62
- pulumiverse_scaleway/tem_webhook.py +130 -131
- pulumiverse_scaleway/vpc.py +139 -140
- pulumiverse_scaleway/vpc_gateway_network.py +179 -180
- pulumiverse_scaleway/vpc_private_network.py +170 -171
- pulumiverse_scaleway/vpc_public_gateway.py +259 -260
- pulumiverse_scaleway/vpc_public_gateway_dhcp.py +283 -284
- pulumiverse_scaleway/vpc_public_gateway_dhcp_reservation.py +105 -106
- pulumiverse_scaleway/vpc_public_gateway_ip.py +105 -106
- pulumiverse_scaleway/vpc_public_gateway_ip_reverse_dns.py +52 -53
- pulumiverse_scaleway/vpc_public_gateway_pat_rule.py +130 -131
- pulumiverse_scaleway/vpc_route.py +138 -139
- pulumiverse_scaleway/webhosting.py +209 -210
- {pulumiverse_scaleway-1.35.0a1759392423.dist-info → pulumiverse_scaleway-1.35.0a1760445454.dist-info}/METADATA +1 -1
- pulumiverse_scaleway-1.35.0a1760445454.dist-info/RECORD +500 -0
- pulumiverse_scaleway-1.35.0a1759392423.dist-info/RECORD +0 -499
- {pulumiverse_scaleway-1.35.0a1759392423.dist-info → pulumiverse_scaleway-1.35.0a1760445454.dist-info}/WHEEL +0 -0
- {pulumiverse_scaleway-1.35.0a1759392423.dist-info → pulumiverse_scaleway-1.35.0a1760445454.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
-
import builtins
|
6
|
-
import copy
|
5
|
+
import builtins as _builtins
|
7
6
|
import warnings
|
8
7
|
import sys
|
9
8
|
import pulumi
|
@@ -104,7 +103,7 @@ class RecordGeoIpArgs:
|
|
104
103
|
"""
|
105
104
|
pulumi.set(__self__, "matches", matches)
|
106
105
|
|
107
|
-
@property
|
106
|
+
@_builtins.property
|
108
107
|
@pulumi.getter
|
109
108
|
def matches(self) -> pulumi.Input[Sequence[pulumi.Input['RecordGeoIpMatchArgs']]]:
|
110
109
|
"""
|
@@ -119,15 +118,15 @@ class RecordGeoIpArgs:
|
|
119
118
|
|
120
119
|
if not MYPY:
|
121
120
|
class RecordGeoIpMatchArgsDict(TypedDict):
|
122
|
-
data: pulumi.Input[
|
121
|
+
data: pulumi.Input[_builtins.str]
|
123
122
|
"""
|
124
123
|
The content of the record (an IPv4 for an `A` record, a string for a `TXT` record, etc.).
|
125
124
|
"""
|
126
|
-
continents: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
125
|
+
continents: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
127
126
|
"""
|
128
127
|
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
|
129
128
|
"""
|
130
|
-
countries: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
129
|
+
countries: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
131
130
|
"""
|
132
131
|
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
|
133
132
|
"""
|
@@ -137,13 +136,13 @@ elif False:
|
|
137
136
|
@pulumi.input_type
|
138
137
|
class RecordGeoIpMatchArgs:
|
139
138
|
def __init__(__self__, *,
|
140
|
-
data: pulumi.Input[
|
141
|
-
continents: Optional[pulumi.Input[Sequence[pulumi.Input[
|
142
|
-
countries: Optional[pulumi.Input[Sequence[pulumi.Input[
|
139
|
+
data: pulumi.Input[_builtins.str],
|
140
|
+
continents: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
141
|
+
countries: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
143
142
|
"""
|
144
|
-
:param pulumi.Input[
|
145
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
146
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
143
|
+
:param pulumi.Input[_builtins.str] data: The content of the record (an IPv4 for an `A` record, a string for a `TXT` record, etc.).
|
144
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] continents: 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
|
145
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] countries: 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
|
147
146
|
"""
|
148
147
|
pulumi.set(__self__, "data", data)
|
149
148
|
if continents is not None:
|
@@ -151,62 +150,62 @@ class RecordGeoIpMatchArgs:
|
|
151
150
|
if countries is not None:
|
152
151
|
pulumi.set(__self__, "countries", countries)
|
153
152
|
|
154
|
-
@property
|
153
|
+
@_builtins.property
|
155
154
|
@pulumi.getter
|
156
|
-
def data(self) -> pulumi.Input[
|
155
|
+
def data(self) -> pulumi.Input[_builtins.str]:
|
157
156
|
"""
|
158
157
|
The content of the record (an IPv4 for an `A` record, a string for a `TXT` record, etc.).
|
159
158
|
"""
|
160
159
|
return pulumi.get(self, "data")
|
161
160
|
|
162
161
|
@data.setter
|
163
|
-
def data(self, value: pulumi.Input[
|
162
|
+
def data(self, value: pulumi.Input[_builtins.str]):
|
164
163
|
pulumi.set(self, "data", value)
|
165
164
|
|
166
|
-
@property
|
165
|
+
@_builtins.property
|
167
166
|
@pulumi.getter
|
168
|
-
def continents(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
167
|
+
def continents(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
169
168
|
"""
|
170
169
|
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
|
171
170
|
"""
|
172
171
|
return pulumi.get(self, "continents")
|
173
172
|
|
174
173
|
@continents.setter
|
175
|
-
def continents(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
174
|
+
def continents(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
176
175
|
pulumi.set(self, "continents", value)
|
177
176
|
|
178
|
-
@property
|
177
|
+
@_builtins.property
|
179
178
|
@pulumi.getter
|
180
|
-
def countries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
179
|
+
def countries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
181
180
|
"""
|
182
181
|
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
|
183
182
|
"""
|
184
183
|
return pulumi.get(self, "countries")
|
185
184
|
|
186
185
|
@countries.setter
|
187
|
-
def countries(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
186
|
+
def countries(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
188
187
|
pulumi.set(self, "countries", value)
|
189
188
|
|
190
189
|
|
191
190
|
if not MYPY:
|
192
191
|
class RecordHttpServiceArgsDict(TypedDict):
|
193
|
-
ips: pulumi.Input[Sequence[pulumi.Input[
|
192
|
+
ips: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
194
193
|
"""
|
195
194
|
IPs to check
|
196
195
|
"""
|
197
|
-
must_contain: pulumi.Input[
|
196
|
+
must_contain: pulumi.Input[_builtins.str]
|
198
197
|
"""
|
199
198
|
Text to search
|
200
199
|
"""
|
201
|
-
strategy: pulumi.Input[
|
200
|
+
strategy: pulumi.Input[_builtins.str]
|
202
201
|
"""
|
203
202
|
Strategy to return an IP from the IPs list
|
204
203
|
"""
|
205
|
-
url: pulumi.Input[
|
204
|
+
url: pulumi.Input[_builtins.str]
|
206
205
|
"""
|
207
206
|
URL to match the must_contain text to validate an IP
|
208
207
|
"""
|
209
|
-
user_agent: NotRequired[pulumi.Input[
|
208
|
+
user_agent: NotRequired[pulumi.Input[_builtins.str]]
|
210
209
|
"""
|
211
210
|
User-agent used when checking the URL
|
212
211
|
"""
|
@@ -216,17 +215,17 @@ elif False:
|
|
216
215
|
@pulumi.input_type
|
217
216
|
class RecordHttpServiceArgs:
|
218
217
|
def __init__(__self__, *,
|
219
|
-
ips: pulumi.Input[Sequence[pulumi.Input[
|
220
|
-
must_contain: pulumi.Input[
|
221
|
-
strategy: pulumi.Input[
|
222
|
-
url: pulumi.Input[
|
223
|
-
user_agent: Optional[pulumi.Input[
|
224
|
-
"""
|
225
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
226
|
-
:param pulumi.Input[
|
227
|
-
:param pulumi.Input[
|
228
|
-
:param pulumi.Input[
|
229
|
-
:param pulumi.Input[
|
218
|
+
ips: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
219
|
+
must_contain: pulumi.Input[_builtins.str],
|
220
|
+
strategy: pulumi.Input[_builtins.str],
|
221
|
+
url: pulumi.Input[_builtins.str],
|
222
|
+
user_agent: Optional[pulumi.Input[_builtins.str]] = None):
|
223
|
+
"""
|
224
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ips: IPs to check
|
225
|
+
:param pulumi.Input[_builtins.str] must_contain: Text to search
|
226
|
+
:param pulumi.Input[_builtins.str] strategy: Strategy to return an IP from the IPs list
|
227
|
+
:param pulumi.Input[_builtins.str] url: URL to match the must_contain text to validate an IP
|
228
|
+
:param pulumi.Input[_builtins.str] user_agent: User-agent used when checking the URL
|
230
229
|
"""
|
231
230
|
pulumi.set(__self__, "ips", ips)
|
232
231
|
pulumi.set(__self__, "must_contain", must_contain)
|
@@ -235,74 +234,74 @@ class RecordHttpServiceArgs:
|
|
235
234
|
if user_agent is not None:
|
236
235
|
pulumi.set(__self__, "user_agent", user_agent)
|
237
236
|
|
238
|
-
@property
|
237
|
+
@_builtins.property
|
239
238
|
@pulumi.getter
|
240
|
-
def ips(self) -> pulumi.Input[Sequence[pulumi.Input[
|
239
|
+
def ips(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
241
240
|
"""
|
242
241
|
IPs to check
|
243
242
|
"""
|
244
243
|
return pulumi.get(self, "ips")
|
245
244
|
|
246
245
|
@ips.setter
|
247
|
-
def ips(self, value: pulumi.Input[Sequence[pulumi.Input[
|
246
|
+
def ips(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
248
247
|
pulumi.set(self, "ips", value)
|
249
248
|
|
250
|
-
@property
|
249
|
+
@_builtins.property
|
251
250
|
@pulumi.getter(name="mustContain")
|
252
|
-
def must_contain(self) -> pulumi.Input[
|
251
|
+
def must_contain(self) -> pulumi.Input[_builtins.str]:
|
253
252
|
"""
|
254
253
|
Text to search
|
255
254
|
"""
|
256
255
|
return pulumi.get(self, "must_contain")
|
257
256
|
|
258
257
|
@must_contain.setter
|
259
|
-
def must_contain(self, value: pulumi.Input[
|
258
|
+
def must_contain(self, value: pulumi.Input[_builtins.str]):
|
260
259
|
pulumi.set(self, "must_contain", value)
|
261
260
|
|
262
|
-
@property
|
261
|
+
@_builtins.property
|
263
262
|
@pulumi.getter
|
264
|
-
def strategy(self) -> pulumi.Input[
|
263
|
+
def strategy(self) -> pulumi.Input[_builtins.str]:
|
265
264
|
"""
|
266
265
|
Strategy to return an IP from the IPs list
|
267
266
|
"""
|
268
267
|
return pulumi.get(self, "strategy")
|
269
268
|
|
270
269
|
@strategy.setter
|
271
|
-
def strategy(self, value: pulumi.Input[
|
270
|
+
def strategy(self, value: pulumi.Input[_builtins.str]):
|
272
271
|
pulumi.set(self, "strategy", value)
|
273
272
|
|
274
|
-
@property
|
273
|
+
@_builtins.property
|
275
274
|
@pulumi.getter
|
276
|
-
def url(self) -> pulumi.Input[
|
275
|
+
def url(self) -> pulumi.Input[_builtins.str]:
|
277
276
|
"""
|
278
277
|
URL to match the must_contain text to validate an IP
|
279
278
|
"""
|
280
279
|
return pulumi.get(self, "url")
|
281
280
|
|
282
281
|
@url.setter
|
283
|
-
def url(self, value: pulumi.Input[
|
282
|
+
def url(self, value: pulumi.Input[_builtins.str]):
|
284
283
|
pulumi.set(self, "url", value)
|
285
284
|
|
286
|
-
@property
|
285
|
+
@_builtins.property
|
287
286
|
@pulumi.getter(name="userAgent")
|
288
|
-
def user_agent(self) -> Optional[pulumi.Input[
|
287
|
+
def user_agent(self) -> Optional[pulumi.Input[_builtins.str]]:
|
289
288
|
"""
|
290
289
|
User-agent used when checking the URL
|
291
290
|
"""
|
292
291
|
return pulumi.get(self, "user_agent")
|
293
292
|
|
294
293
|
@user_agent.setter
|
295
|
-
def user_agent(self, value: Optional[pulumi.Input[
|
294
|
+
def user_agent(self, value: Optional[pulumi.Input[_builtins.str]]):
|
296
295
|
pulumi.set(self, "user_agent", value)
|
297
296
|
|
298
297
|
|
299
298
|
if not MYPY:
|
300
299
|
class RecordViewArgsDict(TypedDict):
|
301
|
-
data: pulumi.Input[
|
300
|
+
data: pulumi.Input[_builtins.str]
|
302
301
|
"""
|
303
302
|
The content of the record (an IPv4 for an `A` record, a string for a `TXT` record, etc.).
|
304
303
|
"""
|
305
|
-
subnet: pulumi.Input[
|
304
|
+
subnet: pulumi.Input[_builtins.str]
|
306
305
|
"""
|
307
306
|
The subnet of the view
|
308
307
|
"""
|
@@ -312,47 +311,47 @@ elif False:
|
|
312
311
|
@pulumi.input_type
|
313
312
|
class RecordViewArgs:
|
314
313
|
def __init__(__self__, *,
|
315
|
-
data: pulumi.Input[
|
316
|
-
subnet: pulumi.Input[
|
314
|
+
data: pulumi.Input[_builtins.str],
|
315
|
+
subnet: pulumi.Input[_builtins.str]):
|
317
316
|
"""
|
318
|
-
:param pulumi.Input[
|
319
|
-
:param pulumi.Input[
|
317
|
+
:param pulumi.Input[_builtins.str] data: The content of the record (an IPv4 for an `A` record, a string for a `TXT` record, etc.).
|
318
|
+
:param pulumi.Input[_builtins.str] subnet: The subnet of the view
|
320
319
|
"""
|
321
320
|
pulumi.set(__self__, "data", data)
|
322
321
|
pulumi.set(__self__, "subnet", subnet)
|
323
322
|
|
324
|
-
@property
|
323
|
+
@_builtins.property
|
325
324
|
@pulumi.getter
|
326
|
-
def data(self) -> pulumi.Input[
|
325
|
+
def data(self) -> pulumi.Input[_builtins.str]:
|
327
326
|
"""
|
328
327
|
The content of the record (an IPv4 for an `A` record, a string for a `TXT` record, etc.).
|
329
328
|
"""
|
330
329
|
return pulumi.get(self, "data")
|
331
330
|
|
332
331
|
@data.setter
|
333
|
-
def data(self, value: pulumi.Input[
|
332
|
+
def data(self, value: pulumi.Input[_builtins.str]):
|
334
333
|
pulumi.set(self, "data", value)
|
335
334
|
|
336
|
-
@property
|
335
|
+
@_builtins.property
|
337
336
|
@pulumi.getter
|
338
|
-
def subnet(self) -> pulumi.Input[
|
337
|
+
def subnet(self) -> pulumi.Input[_builtins.str]:
|
339
338
|
"""
|
340
339
|
The subnet of the view
|
341
340
|
"""
|
342
341
|
return pulumi.get(self, "subnet")
|
343
342
|
|
344
343
|
@subnet.setter
|
345
|
-
def subnet(self, value: pulumi.Input[
|
344
|
+
def subnet(self, value: pulumi.Input[_builtins.str]):
|
346
345
|
pulumi.set(self, "subnet", value)
|
347
346
|
|
348
347
|
|
349
348
|
if not MYPY:
|
350
349
|
class RecordWeightedArgsDict(TypedDict):
|
351
|
-
ip: pulumi.Input[
|
350
|
+
ip: pulumi.Input[_builtins.str]
|
352
351
|
"""
|
353
352
|
The weighted IP
|
354
353
|
"""
|
355
|
-
weight: pulumi.Input[
|
354
|
+
weight: pulumi.Input[_builtins.int]
|
356
355
|
"""
|
357
356
|
The weight of the IP
|
358
357
|
"""
|
@@ -362,95 +361,95 @@ elif False:
|
|
362
361
|
@pulumi.input_type
|
363
362
|
class RecordWeightedArgs:
|
364
363
|
def __init__(__self__, *,
|
365
|
-
ip: pulumi.Input[
|
366
|
-
weight: pulumi.Input[
|
364
|
+
ip: pulumi.Input[_builtins.str],
|
365
|
+
weight: pulumi.Input[_builtins.int]):
|
367
366
|
"""
|
368
|
-
:param pulumi.Input[
|
369
|
-
:param pulumi.Input[
|
367
|
+
:param pulumi.Input[_builtins.str] ip: The weighted IP
|
368
|
+
:param pulumi.Input[_builtins.int] weight: The weight of the IP
|
370
369
|
"""
|
371
370
|
pulumi.set(__self__, "ip", ip)
|
372
371
|
pulumi.set(__self__, "weight", weight)
|
373
372
|
|
374
|
-
@property
|
373
|
+
@_builtins.property
|
375
374
|
@pulumi.getter
|
376
|
-
def ip(self) -> pulumi.Input[
|
375
|
+
def ip(self) -> pulumi.Input[_builtins.str]:
|
377
376
|
"""
|
378
377
|
The weighted IP
|
379
378
|
"""
|
380
379
|
return pulumi.get(self, "ip")
|
381
380
|
|
382
381
|
@ip.setter
|
383
|
-
def ip(self, value: pulumi.Input[
|
382
|
+
def ip(self, value: pulumi.Input[_builtins.str]):
|
384
383
|
pulumi.set(self, "ip", value)
|
385
384
|
|
386
|
-
@property
|
385
|
+
@_builtins.property
|
387
386
|
@pulumi.getter
|
388
|
-
def weight(self) -> pulumi.Input[
|
387
|
+
def weight(self) -> pulumi.Input[_builtins.int]:
|
389
388
|
"""
|
390
389
|
The weight of the IP
|
391
390
|
"""
|
392
391
|
return pulumi.get(self, "weight")
|
393
392
|
|
394
393
|
@weight.setter
|
395
|
-
def weight(self, value: pulumi.Input[
|
394
|
+
def weight(self, value: pulumi.Input[_builtins.int]):
|
396
395
|
pulumi.set(self, "weight", value)
|
397
396
|
|
398
397
|
|
399
398
|
if not MYPY:
|
400
399
|
class RegistrationAdministrativeContactArgsDict(TypedDict):
|
401
|
-
address_line1: pulumi.Input[
|
400
|
+
address_line1: pulumi.Input[_builtins.str]
|
402
401
|
"""
|
403
402
|
Primary address line for the contact.
|
404
403
|
"""
|
405
|
-
city: pulumi.Input[
|
404
|
+
city: pulumi.Input[_builtins.str]
|
406
405
|
"""
|
407
406
|
City of the contact's address.
|
408
407
|
"""
|
409
|
-
company_identification_code: pulumi.Input[
|
408
|
+
company_identification_code: pulumi.Input[_builtins.str]
|
410
409
|
"""
|
411
410
|
Company identification code (e.g., SIREN/SIRET in France) for the contact.
|
412
411
|
"""
|
413
|
-
country: pulumi.Input[
|
412
|
+
country: pulumi.Input[_builtins.str]
|
414
413
|
"""
|
415
414
|
Country code of the contact's address (ISO format).
|
416
415
|
"""
|
417
|
-
email: pulumi.Input[
|
416
|
+
email: pulumi.Input[_builtins.str]
|
418
417
|
"""
|
419
418
|
Primary email address of the contact.
|
420
419
|
"""
|
421
|
-
firstname: pulumi.Input[
|
420
|
+
firstname: pulumi.Input[_builtins.str]
|
422
421
|
"""
|
423
422
|
First name of the contact.
|
424
423
|
"""
|
425
|
-
lastname: pulumi.Input[
|
424
|
+
lastname: pulumi.Input[_builtins.str]
|
426
425
|
"""
|
427
426
|
Last name of the contact.
|
428
427
|
"""
|
429
|
-
legal_form: pulumi.Input[
|
428
|
+
legal_form: pulumi.Input[_builtins.str]
|
430
429
|
"""
|
431
430
|
Legal form of the contact (e.g., 'individual' or 'organization').
|
432
431
|
"""
|
433
|
-
phone_number: pulumi.Input[
|
432
|
+
phone_number: pulumi.Input[_builtins.str]
|
434
433
|
"""
|
435
434
|
Primary phone number of the contact.
|
436
435
|
"""
|
437
|
-
vat_identification_code: pulumi.Input[
|
436
|
+
vat_identification_code: pulumi.Input[_builtins.str]
|
438
437
|
"""
|
439
438
|
VAT identification code of the contact, if applicable.
|
440
439
|
"""
|
441
|
-
zip: pulumi.Input[
|
440
|
+
zip: pulumi.Input[_builtins.str]
|
442
441
|
"""
|
443
442
|
Postal code of the contact's address.
|
444
443
|
"""
|
445
|
-
address_line2: NotRequired[pulumi.Input[
|
444
|
+
address_line2: NotRequired[pulumi.Input[_builtins.str]]
|
446
445
|
"""
|
447
446
|
Secondary address line for the contact (optional).
|
448
447
|
"""
|
449
|
-
company_name: NotRequired[pulumi.Input[
|
448
|
+
company_name: NotRequired[pulumi.Input[_builtins.str]]
|
450
449
|
"""
|
451
450
|
Name of the company associated with the contact (if applicable).
|
452
451
|
"""
|
453
|
-
email_alt: NotRequired[pulumi.Input[
|
452
|
+
email_alt: NotRequired[pulumi.Input[_builtins.str]]
|
454
453
|
"""
|
455
454
|
Alternative email address for the contact.
|
456
455
|
"""
|
@@ -462,27 +461,27 @@ if not MYPY:
|
|
462
461
|
"""
|
463
462
|
Details specific to French domain extensions.
|
464
463
|
"""
|
465
|
-
extension_nls: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
464
|
+
extension_nls: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
466
465
|
"""
|
467
466
|
Extension details specific to Dutch domain registrations.
|
468
467
|
"""
|
469
|
-
fax_number: NotRequired[pulumi.Input[
|
468
|
+
fax_number: NotRequired[pulumi.Input[_builtins.str]]
|
470
469
|
"""
|
471
470
|
Fax number for the contact (if available).
|
472
471
|
"""
|
473
|
-
lang: NotRequired[pulumi.Input[
|
472
|
+
lang: NotRequired[pulumi.Input[_builtins.str]]
|
474
473
|
"""
|
475
474
|
Preferred language of the contact (e.g., 'en_US', 'fr_FR').
|
476
475
|
"""
|
477
|
-
resale: NotRequired[pulumi.Input[
|
476
|
+
resale: NotRequired[pulumi.Input[_builtins.bool]]
|
478
477
|
"""
|
479
478
|
Indicates if the contact is used for resale purposes.
|
480
479
|
"""
|
481
|
-
state: NotRequired[pulumi.Input[
|
480
|
+
state: NotRequired[pulumi.Input[_builtins.str]]
|
482
481
|
"""
|
483
482
|
State or region of the contact.
|
484
483
|
"""
|
485
|
-
whois_opt_in: NotRequired[pulumi.Input[
|
484
|
+
whois_opt_in: NotRequired[pulumi.Input[_builtins.bool]]
|
486
485
|
"""
|
487
486
|
Indicates whether the contact has opted into WHOIS publishing.
|
488
487
|
"""
|
@@ -492,51 +491,51 @@ elif False:
|
|
492
491
|
@pulumi.input_type
|
493
492
|
class RegistrationAdministrativeContactArgs:
|
494
493
|
def __init__(__self__, *,
|
495
|
-
address_line1: pulumi.Input[
|
496
|
-
city: pulumi.Input[
|
497
|
-
company_identification_code: pulumi.Input[
|
498
|
-
country: pulumi.Input[
|
499
|
-
email: pulumi.Input[
|
500
|
-
firstname: pulumi.Input[
|
501
|
-
lastname: pulumi.Input[
|
502
|
-
legal_form: pulumi.Input[
|
503
|
-
phone_number: pulumi.Input[
|
504
|
-
vat_identification_code: pulumi.Input[
|
505
|
-
zip: pulumi.Input[
|
506
|
-
address_line2: Optional[pulumi.Input[
|
507
|
-
company_name: Optional[pulumi.Input[
|
508
|
-
email_alt: Optional[pulumi.Input[
|
494
|
+
address_line1: pulumi.Input[_builtins.str],
|
495
|
+
city: pulumi.Input[_builtins.str],
|
496
|
+
company_identification_code: pulumi.Input[_builtins.str],
|
497
|
+
country: pulumi.Input[_builtins.str],
|
498
|
+
email: pulumi.Input[_builtins.str],
|
499
|
+
firstname: pulumi.Input[_builtins.str],
|
500
|
+
lastname: pulumi.Input[_builtins.str],
|
501
|
+
legal_form: pulumi.Input[_builtins.str],
|
502
|
+
phone_number: pulumi.Input[_builtins.str],
|
503
|
+
vat_identification_code: pulumi.Input[_builtins.str],
|
504
|
+
zip: pulumi.Input[_builtins.str],
|
505
|
+
address_line2: Optional[pulumi.Input[_builtins.str]] = None,
|
506
|
+
company_name: Optional[pulumi.Input[_builtins.str]] = None,
|
507
|
+
email_alt: Optional[pulumi.Input[_builtins.str]] = None,
|
509
508
|
extension_eu: Optional[pulumi.Input['RegistrationAdministrativeContactExtensionEuArgs']] = None,
|
510
509
|
extension_fr: Optional[pulumi.Input['RegistrationAdministrativeContactExtensionFrArgs']] = None,
|
511
|
-
extension_nls: Optional[pulumi.Input[Sequence[pulumi.Input[
|
512
|
-
fax_number: Optional[pulumi.Input[
|
513
|
-
lang: Optional[pulumi.Input[
|
514
|
-
resale: Optional[pulumi.Input[
|
515
|
-
state: Optional[pulumi.Input[
|
516
|
-
whois_opt_in: Optional[pulumi.Input[
|
517
|
-
"""
|
518
|
-
:param pulumi.Input[
|
519
|
-
:param pulumi.Input[
|
520
|
-
:param pulumi.Input[
|
521
|
-
:param pulumi.Input[
|
522
|
-
:param pulumi.Input[
|
523
|
-
:param pulumi.Input[
|
524
|
-
:param pulumi.Input[
|
525
|
-
:param pulumi.Input[
|
526
|
-
:param pulumi.Input[
|
527
|
-
:param pulumi.Input[
|
528
|
-
:param pulumi.Input[
|
529
|
-
:param pulumi.Input[
|
530
|
-
:param pulumi.Input[
|
531
|
-
:param pulumi.Input[
|
510
|
+
extension_nls: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
511
|
+
fax_number: Optional[pulumi.Input[_builtins.str]] = None,
|
512
|
+
lang: Optional[pulumi.Input[_builtins.str]] = None,
|
513
|
+
resale: Optional[pulumi.Input[_builtins.bool]] = None,
|
514
|
+
state: Optional[pulumi.Input[_builtins.str]] = None,
|
515
|
+
whois_opt_in: Optional[pulumi.Input[_builtins.bool]] = None):
|
516
|
+
"""
|
517
|
+
:param pulumi.Input[_builtins.str] address_line1: Primary address line for the contact.
|
518
|
+
:param pulumi.Input[_builtins.str] city: City of the contact's address.
|
519
|
+
:param pulumi.Input[_builtins.str] company_identification_code: Company identification code (e.g., SIREN/SIRET in France) for the contact.
|
520
|
+
:param pulumi.Input[_builtins.str] country: Country code of the contact's address (ISO format).
|
521
|
+
:param pulumi.Input[_builtins.str] email: Primary email address of the contact.
|
522
|
+
:param pulumi.Input[_builtins.str] firstname: First name of the contact.
|
523
|
+
:param pulumi.Input[_builtins.str] lastname: Last name of the contact.
|
524
|
+
:param pulumi.Input[_builtins.str] legal_form: Legal form of the contact (e.g., 'individual' or 'organization').
|
525
|
+
:param pulumi.Input[_builtins.str] phone_number: Primary phone number of the contact.
|
526
|
+
:param pulumi.Input[_builtins.str] vat_identification_code: VAT identification code of the contact, if applicable.
|
527
|
+
:param pulumi.Input[_builtins.str] zip: Postal code of the contact's address.
|
528
|
+
:param pulumi.Input[_builtins.str] address_line2: Secondary address line for the contact (optional).
|
529
|
+
:param pulumi.Input[_builtins.str] company_name: Name of the company associated with the contact (if applicable).
|
530
|
+
:param pulumi.Input[_builtins.str] email_alt: Alternative email address for the contact.
|
532
531
|
:param pulumi.Input['RegistrationAdministrativeContactExtensionEuArgs'] extension_eu: Details specific to European domain extensions.
|
533
532
|
:param pulumi.Input['RegistrationAdministrativeContactExtensionFrArgs'] extension_fr: Details specific to French domain extensions.
|
534
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
535
|
-
:param pulumi.Input[
|
536
|
-
:param pulumi.Input[
|
537
|
-
:param pulumi.Input[
|
538
|
-
:param pulumi.Input[
|
539
|
-
:param pulumi.Input[
|
533
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] extension_nls: Extension details specific to Dutch domain registrations.
|
534
|
+
:param pulumi.Input[_builtins.str] fax_number: Fax number for the contact (if available).
|
535
|
+
:param pulumi.Input[_builtins.str] lang: Preferred language of the contact (e.g., 'en_US', 'fr_FR').
|
536
|
+
:param pulumi.Input[_builtins.bool] resale: Indicates if the contact is used for resale purposes.
|
537
|
+
:param pulumi.Input[_builtins.str] state: State or region of the contact.
|
538
|
+
:param pulumi.Input[_builtins.bool] whois_opt_in: Indicates whether the contact has opted into WHOIS publishing.
|
540
539
|
"""
|
541
540
|
pulumi.set(__self__, "address_line1", address_line1)
|
542
541
|
pulumi.set(__self__, "city", city)
|
@@ -572,175 +571,175 @@ class RegistrationAdministrativeContactArgs:
|
|
572
571
|
if whois_opt_in is not None:
|
573
572
|
pulumi.set(__self__, "whois_opt_in", whois_opt_in)
|
574
573
|
|
575
|
-
@property
|
574
|
+
@_builtins.property
|
576
575
|
@pulumi.getter(name="addressLine1")
|
577
|
-
def address_line1(self) -> pulumi.Input[
|
576
|
+
def address_line1(self) -> pulumi.Input[_builtins.str]:
|
578
577
|
"""
|
579
578
|
Primary address line for the contact.
|
580
579
|
"""
|
581
580
|
return pulumi.get(self, "address_line1")
|
582
581
|
|
583
582
|
@address_line1.setter
|
584
|
-
def address_line1(self, value: pulumi.Input[
|
583
|
+
def address_line1(self, value: pulumi.Input[_builtins.str]):
|
585
584
|
pulumi.set(self, "address_line1", value)
|
586
585
|
|
587
|
-
@property
|
586
|
+
@_builtins.property
|
588
587
|
@pulumi.getter
|
589
|
-
def city(self) -> pulumi.Input[
|
588
|
+
def city(self) -> pulumi.Input[_builtins.str]:
|
590
589
|
"""
|
591
590
|
City of the contact's address.
|
592
591
|
"""
|
593
592
|
return pulumi.get(self, "city")
|
594
593
|
|
595
594
|
@city.setter
|
596
|
-
def city(self, value: pulumi.Input[
|
595
|
+
def city(self, value: pulumi.Input[_builtins.str]):
|
597
596
|
pulumi.set(self, "city", value)
|
598
597
|
|
599
|
-
@property
|
598
|
+
@_builtins.property
|
600
599
|
@pulumi.getter(name="companyIdentificationCode")
|
601
|
-
def company_identification_code(self) -> pulumi.Input[
|
600
|
+
def company_identification_code(self) -> pulumi.Input[_builtins.str]:
|
602
601
|
"""
|
603
602
|
Company identification code (e.g., SIREN/SIRET in France) for the contact.
|
604
603
|
"""
|
605
604
|
return pulumi.get(self, "company_identification_code")
|
606
605
|
|
607
606
|
@company_identification_code.setter
|
608
|
-
def company_identification_code(self, value: pulumi.Input[
|
607
|
+
def company_identification_code(self, value: pulumi.Input[_builtins.str]):
|
609
608
|
pulumi.set(self, "company_identification_code", value)
|
610
609
|
|
611
|
-
@property
|
610
|
+
@_builtins.property
|
612
611
|
@pulumi.getter
|
613
|
-
def country(self) -> pulumi.Input[
|
612
|
+
def country(self) -> pulumi.Input[_builtins.str]:
|
614
613
|
"""
|
615
614
|
Country code of the contact's address (ISO format).
|
616
615
|
"""
|
617
616
|
return pulumi.get(self, "country")
|
618
617
|
|
619
618
|
@country.setter
|
620
|
-
def country(self, value: pulumi.Input[
|
619
|
+
def country(self, value: pulumi.Input[_builtins.str]):
|
621
620
|
pulumi.set(self, "country", value)
|
622
621
|
|
623
|
-
@property
|
622
|
+
@_builtins.property
|
624
623
|
@pulumi.getter
|
625
|
-
def email(self) -> pulumi.Input[
|
624
|
+
def email(self) -> pulumi.Input[_builtins.str]:
|
626
625
|
"""
|
627
626
|
Primary email address of the contact.
|
628
627
|
"""
|
629
628
|
return pulumi.get(self, "email")
|
630
629
|
|
631
630
|
@email.setter
|
632
|
-
def email(self, value: pulumi.Input[
|
631
|
+
def email(self, value: pulumi.Input[_builtins.str]):
|
633
632
|
pulumi.set(self, "email", value)
|
634
633
|
|
635
|
-
@property
|
634
|
+
@_builtins.property
|
636
635
|
@pulumi.getter
|
637
|
-
def firstname(self) -> pulumi.Input[
|
636
|
+
def firstname(self) -> pulumi.Input[_builtins.str]:
|
638
637
|
"""
|
639
638
|
First name of the contact.
|
640
639
|
"""
|
641
640
|
return pulumi.get(self, "firstname")
|
642
641
|
|
643
642
|
@firstname.setter
|
644
|
-
def firstname(self, value: pulumi.Input[
|
643
|
+
def firstname(self, value: pulumi.Input[_builtins.str]):
|
645
644
|
pulumi.set(self, "firstname", value)
|
646
645
|
|
647
|
-
@property
|
646
|
+
@_builtins.property
|
648
647
|
@pulumi.getter
|
649
|
-
def lastname(self) -> pulumi.Input[
|
648
|
+
def lastname(self) -> pulumi.Input[_builtins.str]:
|
650
649
|
"""
|
651
650
|
Last name of the contact.
|
652
651
|
"""
|
653
652
|
return pulumi.get(self, "lastname")
|
654
653
|
|
655
654
|
@lastname.setter
|
656
|
-
def lastname(self, value: pulumi.Input[
|
655
|
+
def lastname(self, value: pulumi.Input[_builtins.str]):
|
657
656
|
pulumi.set(self, "lastname", value)
|
658
657
|
|
659
|
-
@property
|
658
|
+
@_builtins.property
|
660
659
|
@pulumi.getter(name="legalForm")
|
661
|
-
def legal_form(self) -> pulumi.Input[
|
660
|
+
def legal_form(self) -> pulumi.Input[_builtins.str]:
|
662
661
|
"""
|
663
662
|
Legal form of the contact (e.g., 'individual' or 'organization').
|
664
663
|
"""
|
665
664
|
return pulumi.get(self, "legal_form")
|
666
665
|
|
667
666
|
@legal_form.setter
|
668
|
-
def legal_form(self, value: pulumi.Input[
|
667
|
+
def legal_form(self, value: pulumi.Input[_builtins.str]):
|
669
668
|
pulumi.set(self, "legal_form", value)
|
670
669
|
|
671
|
-
@property
|
670
|
+
@_builtins.property
|
672
671
|
@pulumi.getter(name="phoneNumber")
|
673
|
-
def phone_number(self) -> pulumi.Input[
|
672
|
+
def phone_number(self) -> pulumi.Input[_builtins.str]:
|
674
673
|
"""
|
675
674
|
Primary phone number of the contact.
|
676
675
|
"""
|
677
676
|
return pulumi.get(self, "phone_number")
|
678
677
|
|
679
678
|
@phone_number.setter
|
680
|
-
def phone_number(self, value: pulumi.Input[
|
679
|
+
def phone_number(self, value: pulumi.Input[_builtins.str]):
|
681
680
|
pulumi.set(self, "phone_number", value)
|
682
681
|
|
683
|
-
@property
|
682
|
+
@_builtins.property
|
684
683
|
@pulumi.getter(name="vatIdentificationCode")
|
685
|
-
def vat_identification_code(self) -> pulumi.Input[
|
684
|
+
def vat_identification_code(self) -> pulumi.Input[_builtins.str]:
|
686
685
|
"""
|
687
686
|
VAT identification code of the contact, if applicable.
|
688
687
|
"""
|
689
688
|
return pulumi.get(self, "vat_identification_code")
|
690
689
|
|
691
690
|
@vat_identification_code.setter
|
692
|
-
def vat_identification_code(self, value: pulumi.Input[
|
691
|
+
def vat_identification_code(self, value: pulumi.Input[_builtins.str]):
|
693
692
|
pulumi.set(self, "vat_identification_code", value)
|
694
693
|
|
695
|
-
@property
|
694
|
+
@_builtins.property
|
696
695
|
@pulumi.getter
|
697
|
-
def zip(self) -> pulumi.Input[
|
696
|
+
def zip(self) -> pulumi.Input[_builtins.str]:
|
698
697
|
"""
|
699
698
|
Postal code of the contact's address.
|
700
699
|
"""
|
701
700
|
return pulumi.get(self, "zip")
|
702
701
|
|
703
702
|
@zip.setter
|
704
|
-
def zip(self, value: pulumi.Input[
|
703
|
+
def zip(self, value: pulumi.Input[_builtins.str]):
|
705
704
|
pulumi.set(self, "zip", value)
|
706
705
|
|
707
|
-
@property
|
706
|
+
@_builtins.property
|
708
707
|
@pulumi.getter(name="addressLine2")
|
709
|
-
def address_line2(self) -> Optional[pulumi.Input[
|
708
|
+
def address_line2(self) -> Optional[pulumi.Input[_builtins.str]]:
|
710
709
|
"""
|
711
710
|
Secondary address line for the contact (optional).
|
712
711
|
"""
|
713
712
|
return pulumi.get(self, "address_line2")
|
714
713
|
|
715
714
|
@address_line2.setter
|
716
|
-
def address_line2(self, value: Optional[pulumi.Input[
|
715
|
+
def address_line2(self, value: Optional[pulumi.Input[_builtins.str]]):
|
717
716
|
pulumi.set(self, "address_line2", value)
|
718
717
|
|
719
|
-
@property
|
718
|
+
@_builtins.property
|
720
719
|
@pulumi.getter(name="companyName")
|
721
|
-
def company_name(self) -> Optional[pulumi.Input[
|
720
|
+
def company_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
722
721
|
"""
|
723
722
|
Name of the company associated with the contact (if applicable).
|
724
723
|
"""
|
725
724
|
return pulumi.get(self, "company_name")
|
726
725
|
|
727
726
|
@company_name.setter
|
728
|
-
def company_name(self, value: Optional[pulumi.Input[
|
727
|
+
def company_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
729
728
|
pulumi.set(self, "company_name", value)
|
730
729
|
|
731
|
-
@property
|
730
|
+
@_builtins.property
|
732
731
|
@pulumi.getter(name="emailAlt")
|
733
|
-
def email_alt(self) -> Optional[pulumi.Input[
|
732
|
+
def email_alt(self) -> Optional[pulumi.Input[_builtins.str]]:
|
734
733
|
"""
|
735
734
|
Alternative email address for the contact.
|
736
735
|
"""
|
737
736
|
return pulumi.get(self, "email_alt")
|
738
737
|
|
739
738
|
@email_alt.setter
|
740
|
-
def email_alt(self, value: Optional[pulumi.Input[
|
739
|
+
def email_alt(self, value: Optional[pulumi.Input[_builtins.str]]):
|
741
740
|
pulumi.set(self, "email_alt", value)
|
742
741
|
|
743
|
-
@property
|
742
|
+
@_builtins.property
|
744
743
|
@pulumi.getter(name="extensionEu")
|
745
744
|
def extension_eu(self) -> Optional[pulumi.Input['RegistrationAdministrativeContactExtensionEuArgs']]:
|
746
745
|
"""
|
@@ -752,7 +751,7 @@ class RegistrationAdministrativeContactArgs:
|
|
752
751
|
def extension_eu(self, value: Optional[pulumi.Input['RegistrationAdministrativeContactExtensionEuArgs']]):
|
753
752
|
pulumi.set(self, "extension_eu", value)
|
754
753
|
|
755
|
-
@property
|
754
|
+
@_builtins.property
|
756
755
|
@pulumi.getter(name="extensionFr")
|
757
756
|
def extension_fr(self) -> Optional[pulumi.Input['RegistrationAdministrativeContactExtensionFrArgs']]:
|
758
757
|
"""
|
@@ -764,82 +763,82 @@ class RegistrationAdministrativeContactArgs:
|
|
764
763
|
def extension_fr(self, value: Optional[pulumi.Input['RegistrationAdministrativeContactExtensionFrArgs']]):
|
765
764
|
pulumi.set(self, "extension_fr", value)
|
766
765
|
|
767
|
-
@property
|
766
|
+
@_builtins.property
|
768
767
|
@pulumi.getter(name="extensionNls")
|
769
|
-
def extension_nls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
768
|
+
def extension_nls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
770
769
|
"""
|
771
770
|
Extension details specific to Dutch domain registrations.
|
772
771
|
"""
|
773
772
|
return pulumi.get(self, "extension_nls")
|
774
773
|
|
775
774
|
@extension_nls.setter
|
776
|
-
def extension_nls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
775
|
+
def extension_nls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
777
776
|
pulumi.set(self, "extension_nls", value)
|
778
777
|
|
779
|
-
@property
|
778
|
+
@_builtins.property
|
780
779
|
@pulumi.getter(name="faxNumber")
|
781
|
-
def fax_number(self) -> Optional[pulumi.Input[
|
780
|
+
def fax_number(self) -> Optional[pulumi.Input[_builtins.str]]:
|
782
781
|
"""
|
783
782
|
Fax number for the contact (if available).
|
784
783
|
"""
|
785
784
|
return pulumi.get(self, "fax_number")
|
786
785
|
|
787
786
|
@fax_number.setter
|
788
|
-
def fax_number(self, value: Optional[pulumi.Input[
|
787
|
+
def fax_number(self, value: Optional[pulumi.Input[_builtins.str]]):
|
789
788
|
pulumi.set(self, "fax_number", value)
|
790
789
|
|
791
|
-
@property
|
790
|
+
@_builtins.property
|
792
791
|
@pulumi.getter
|
793
|
-
def lang(self) -> Optional[pulumi.Input[
|
792
|
+
def lang(self) -> Optional[pulumi.Input[_builtins.str]]:
|
794
793
|
"""
|
795
794
|
Preferred language of the contact (e.g., 'en_US', 'fr_FR').
|
796
795
|
"""
|
797
796
|
return pulumi.get(self, "lang")
|
798
797
|
|
799
798
|
@lang.setter
|
800
|
-
def lang(self, value: Optional[pulumi.Input[
|
799
|
+
def lang(self, value: Optional[pulumi.Input[_builtins.str]]):
|
801
800
|
pulumi.set(self, "lang", value)
|
802
801
|
|
803
|
-
@property
|
802
|
+
@_builtins.property
|
804
803
|
@pulumi.getter
|
805
|
-
def resale(self) -> Optional[pulumi.Input[
|
804
|
+
def resale(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
806
805
|
"""
|
807
806
|
Indicates if the contact is used for resale purposes.
|
808
807
|
"""
|
809
808
|
return pulumi.get(self, "resale")
|
810
809
|
|
811
810
|
@resale.setter
|
812
|
-
def resale(self, value: Optional[pulumi.Input[
|
811
|
+
def resale(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
813
812
|
pulumi.set(self, "resale", value)
|
814
813
|
|
815
|
-
@property
|
814
|
+
@_builtins.property
|
816
815
|
@pulumi.getter
|
817
|
-
def state(self) -> Optional[pulumi.Input[
|
816
|
+
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
818
817
|
"""
|
819
818
|
State or region of the contact.
|
820
819
|
"""
|
821
820
|
return pulumi.get(self, "state")
|
822
821
|
|
823
822
|
@state.setter
|
824
|
-
def state(self, value: Optional[pulumi.Input[
|
823
|
+
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
825
824
|
pulumi.set(self, "state", value)
|
826
825
|
|
827
|
-
@property
|
826
|
+
@_builtins.property
|
828
827
|
@pulumi.getter(name="whoisOptIn")
|
829
|
-
def whois_opt_in(self) -> Optional[pulumi.Input[
|
828
|
+
def whois_opt_in(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
830
829
|
"""
|
831
830
|
Indicates whether the contact has opted into WHOIS publishing.
|
832
831
|
"""
|
833
832
|
return pulumi.get(self, "whois_opt_in")
|
834
833
|
|
835
834
|
@whois_opt_in.setter
|
836
|
-
def whois_opt_in(self, value: Optional[pulumi.Input[
|
835
|
+
def whois_opt_in(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
837
836
|
pulumi.set(self, "whois_opt_in", value)
|
838
837
|
|
839
838
|
|
840
839
|
if not MYPY:
|
841
840
|
class RegistrationAdministrativeContactExtensionEuArgsDict(TypedDict):
|
842
|
-
european_citizenship: NotRequired[pulumi.Input[
|
841
|
+
european_citizenship: NotRequired[pulumi.Input[_builtins.str]]
|
843
842
|
"""
|
844
843
|
Indicates the European citizenship of the contact.
|
845
844
|
"""
|
@@ -849,23 +848,23 @@ elif False:
|
|
849
848
|
@pulumi.input_type
|
850
849
|
class RegistrationAdministrativeContactExtensionEuArgs:
|
851
850
|
def __init__(__self__, *,
|
852
|
-
european_citizenship: Optional[pulumi.Input[
|
851
|
+
european_citizenship: Optional[pulumi.Input[_builtins.str]] = None):
|
853
852
|
"""
|
854
|
-
:param pulumi.Input[
|
853
|
+
:param pulumi.Input[_builtins.str] european_citizenship: Indicates the European citizenship of the contact.
|
855
854
|
"""
|
856
855
|
if european_citizenship is not None:
|
857
856
|
pulumi.set(__self__, "european_citizenship", european_citizenship)
|
858
857
|
|
859
|
-
@property
|
858
|
+
@_builtins.property
|
860
859
|
@pulumi.getter(name="europeanCitizenship")
|
861
|
-
def european_citizenship(self) -> Optional[pulumi.Input[
|
860
|
+
def european_citizenship(self) -> Optional[pulumi.Input[_builtins.str]]:
|
862
861
|
"""
|
863
862
|
Indicates the European citizenship of the contact.
|
864
863
|
"""
|
865
864
|
return pulumi.get(self, "european_citizenship")
|
866
865
|
|
867
866
|
@european_citizenship.setter
|
868
|
-
def european_citizenship(self, value: Optional[pulumi.Input[
|
867
|
+
def european_citizenship(self, value: Optional[pulumi.Input[_builtins.str]]):
|
869
868
|
pulumi.set(self, "european_citizenship", value)
|
870
869
|
|
871
870
|
|
@@ -887,7 +886,7 @@ if not MYPY:
|
|
887
886
|
"""
|
888
887
|
Information about the individual registration for French domains.
|
889
888
|
"""
|
890
|
-
mode: NotRequired[pulumi.Input[
|
889
|
+
mode: NotRequired[pulumi.Input[_builtins.str]]
|
891
890
|
"""
|
892
891
|
Mode of the French extension (e.g., 'individual', 'duns', 'association', etc.).
|
893
892
|
"""
|
@@ -905,14 +904,14 @@ class RegistrationAdministrativeContactExtensionFrArgs:
|
|
905
904
|
code_auth_afnic_info: Optional[pulumi.Input['RegistrationAdministrativeContactExtensionFrCodeAuthAfnicInfoArgs']] = None,
|
906
905
|
duns_info: Optional[pulumi.Input['RegistrationAdministrativeContactExtensionFrDunsInfoArgs']] = None,
|
907
906
|
individual_info: Optional[pulumi.Input['RegistrationAdministrativeContactExtensionFrIndividualInfoArgs']] = None,
|
908
|
-
mode: Optional[pulumi.Input[
|
907
|
+
mode: Optional[pulumi.Input[_builtins.str]] = None,
|
909
908
|
trademark_info: Optional[pulumi.Input['RegistrationAdministrativeContactExtensionFrTrademarkInfoArgs']] = None):
|
910
909
|
"""
|
911
910
|
:param pulumi.Input['RegistrationAdministrativeContactExtensionFrAssociationInfoArgs'] association_info: Association-specific information for the domain (French extension).
|
912
911
|
:param pulumi.Input['RegistrationAdministrativeContactExtensionFrCodeAuthAfnicInfoArgs'] code_auth_afnic_info: AFNIC authorization information for the contact (French extension).
|
913
912
|
:param pulumi.Input['RegistrationAdministrativeContactExtensionFrDunsInfoArgs'] duns_info: DUNS information for the domain owner (specific to French domains).
|
914
913
|
:param pulumi.Input['RegistrationAdministrativeContactExtensionFrIndividualInfoArgs'] individual_info: Information about the individual registration for French domains.
|
915
|
-
:param pulumi.Input[
|
914
|
+
:param pulumi.Input[_builtins.str] mode: Mode of the French extension (e.g., 'individual', 'duns', 'association', etc.).
|
916
915
|
:param pulumi.Input['RegistrationAdministrativeContactExtensionFrTrademarkInfoArgs'] trademark_info: Trademark-related information for the domain (French extension).
|
917
916
|
"""
|
918
917
|
if association_info is not None:
|
@@ -928,7 +927,7 @@ class RegistrationAdministrativeContactExtensionFrArgs:
|
|
928
927
|
if trademark_info is not None:
|
929
928
|
pulumi.set(__self__, "trademark_info", trademark_info)
|
930
929
|
|
931
|
-
@property
|
930
|
+
@_builtins.property
|
932
931
|
@pulumi.getter(name="associationInfo")
|
933
932
|
def association_info(self) -> Optional[pulumi.Input['RegistrationAdministrativeContactExtensionFrAssociationInfoArgs']]:
|
934
933
|
"""
|
@@ -940,7 +939,7 @@ class RegistrationAdministrativeContactExtensionFrArgs:
|
|
940
939
|
def association_info(self, value: Optional[pulumi.Input['RegistrationAdministrativeContactExtensionFrAssociationInfoArgs']]):
|
941
940
|
pulumi.set(self, "association_info", value)
|
942
941
|
|
943
|
-
@property
|
942
|
+
@_builtins.property
|
944
943
|
@pulumi.getter(name="codeAuthAfnicInfo")
|
945
944
|
def code_auth_afnic_info(self) -> Optional[pulumi.Input['RegistrationAdministrativeContactExtensionFrCodeAuthAfnicInfoArgs']]:
|
946
945
|
"""
|
@@ -952,7 +951,7 @@ class RegistrationAdministrativeContactExtensionFrArgs:
|
|
952
951
|
def code_auth_afnic_info(self, value: Optional[pulumi.Input['RegistrationAdministrativeContactExtensionFrCodeAuthAfnicInfoArgs']]):
|
953
952
|
pulumi.set(self, "code_auth_afnic_info", value)
|
954
953
|
|
955
|
-
@property
|
954
|
+
@_builtins.property
|
956
955
|
@pulumi.getter(name="dunsInfo")
|
957
956
|
def duns_info(self) -> Optional[pulumi.Input['RegistrationAdministrativeContactExtensionFrDunsInfoArgs']]:
|
958
957
|
"""
|
@@ -964,7 +963,7 @@ class RegistrationAdministrativeContactExtensionFrArgs:
|
|
964
963
|
def duns_info(self, value: Optional[pulumi.Input['RegistrationAdministrativeContactExtensionFrDunsInfoArgs']]):
|
965
964
|
pulumi.set(self, "duns_info", value)
|
966
965
|
|
967
|
-
@property
|
966
|
+
@_builtins.property
|
968
967
|
@pulumi.getter(name="individualInfo")
|
969
968
|
def individual_info(self) -> Optional[pulumi.Input['RegistrationAdministrativeContactExtensionFrIndividualInfoArgs']]:
|
970
969
|
"""
|
@@ -976,19 +975,19 @@ class RegistrationAdministrativeContactExtensionFrArgs:
|
|
976
975
|
def individual_info(self, value: Optional[pulumi.Input['RegistrationAdministrativeContactExtensionFrIndividualInfoArgs']]):
|
977
976
|
pulumi.set(self, "individual_info", value)
|
978
977
|
|
979
|
-
@property
|
978
|
+
@_builtins.property
|
980
979
|
@pulumi.getter
|
981
|
-
def mode(self) -> Optional[pulumi.Input[
|
980
|
+
def mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
982
981
|
"""
|
983
982
|
Mode of the French extension (e.g., 'individual', 'duns', 'association', etc.).
|
984
983
|
"""
|
985
984
|
return pulumi.get(self, "mode")
|
986
985
|
|
987
986
|
@mode.setter
|
988
|
-
def mode(self, value: Optional[pulumi.Input[
|
987
|
+
def mode(self, value: Optional[pulumi.Input[_builtins.str]]):
|
989
988
|
pulumi.set(self, "mode", value)
|
990
989
|
|
991
|
-
@property
|
990
|
+
@_builtins.property
|
992
991
|
@pulumi.getter(name="trademarkInfo")
|
993
992
|
def trademark_info(self) -> Optional[pulumi.Input['RegistrationAdministrativeContactExtensionFrTrademarkInfoArgs']]:
|
994
993
|
"""
|
@@ -1003,11 +1002,11 @@ class RegistrationAdministrativeContactExtensionFrArgs:
|
|
1003
1002
|
|
1004
1003
|
if not MYPY:
|
1005
1004
|
class RegistrationAdministrativeContactExtensionFrAssociationInfoArgsDict(TypedDict):
|
1006
|
-
publication_jo: NotRequired[pulumi.Input[
|
1005
|
+
publication_jo: NotRequired[pulumi.Input[_builtins.str]]
|
1007
1006
|
"""
|
1008
1007
|
Publication date in the Official Journal (RFC3339 format) for association information.
|
1009
1008
|
"""
|
1010
|
-
publication_jo_page: NotRequired[pulumi.Input[
|
1009
|
+
publication_jo_page: NotRequired[pulumi.Input[_builtins.int]]
|
1011
1010
|
"""
|
1012
1011
|
Page number of the publication in the Official Journal for association information.
|
1013
1012
|
"""
|
@@ -1017,45 +1016,45 @@ elif False:
|
|
1017
1016
|
@pulumi.input_type
|
1018
1017
|
class RegistrationAdministrativeContactExtensionFrAssociationInfoArgs:
|
1019
1018
|
def __init__(__self__, *,
|
1020
|
-
publication_jo: Optional[pulumi.Input[
|
1021
|
-
publication_jo_page: Optional[pulumi.Input[
|
1019
|
+
publication_jo: Optional[pulumi.Input[_builtins.str]] = None,
|
1020
|
+
publication_jo_page: Optional[pulumi.Input[_builtins.int]] = None):
|
1022
1021
|
"""
|
1023
|
-
:param pulumi.Input[
|
1024
|
-
:param pulumi.Input[
|
1022
|
+
:param pulumi.Input[_builtins.str] publication_jo: Publication date in the Official Journal (RFC3339 format) for association information.
|
1023
|
+
:param pulumi.Input[_builtins.int] publication_jo_page: Page number of the publication in the Official Journal for association information.
|
1025
1024
|
"""
|
1026
1025
|
if publication_jo is not None:
|
1027
1026
|
pulumi.set(__self__, "publication_jo", publication_jo)
|
1028
1027
|
if publication_jo_page is not None:
|
1029
1028
|
pulumi.set(__self__, "publication_jo_page", publication_jo_page)
|
1030
1029
|
|
1031
|
-
@property
|
1030
|
+
@_builtins.property
|
1032
1031
|
@pulumi.getter(name="publicationJo")
|
1033
|
-
def publication_jo(self) -> Optional[pulumi.Input[
|
1032
|
+
def publication_jo(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1034
1033
|
"""
|
1035
1034
|
Publication date in the Official Journal (RFC3339 format) for association information.
|
1036
1035
|
"""
|
1037
1036
|
return pulumi.get(self, "publication_jo")
|
1038
1037
|
|
1039
1038
|
@publication_jo.setter
|
1040
|
-
def publication_jo(self, value: Optional[pulumi.Input[
|
1039
|
+
def publication_jo(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1041
1040
|
pulumi.set(self, "publication_jo", value)
|
1042
1041
|
|
1043
|
-
@property
|
1042
|
+
@_builtins.property
|
1044
1043
|
@pulumi.getter(name="publicationJoPage")
|
1045
|
-
def publication_jo_page(self) -> Optional[pulumi.Input[
|
1044
|
+
def publication_jo_page(self) -> Optional[pulumi.Input[_builtins.int]]:
|
1046
1045
|
"""
|
1047
1046
|
Page number of the publication in the Official Journal for association information.
|
1048
1047
|
"""
|
1049
1048
|
return pulumi.get(self, "publication_jo_page")
|
1050
1049
|
|
1051
1050
|
@publication_jo_page.setter
|
1052
|
-
def publication_jo_page(self, value: Optional[pulumi.Input[
|
1051
|
+
def publication_jo_page(self, value: Optional[pulumi.Input[_builtins.int]]):
|
1053
1052
|
pulumi.set(self, "publication_jo_page", value)
|
1054
1053
|
|
1055
1054
|
|
1056
1055
|
if not MYPY:
|
1057
1056
|
class RegistrationAdministrativeContactExtensionFrCodeAuthAfnicInfoArgsDict(TypedDict):
|
1058
|
-
code_auth_afnic: NotRequired[pulumi.Input[
|
1057
|
+
code_auth_afnic: NotRequired[pulumi.Input[_builtins.str]]
|
1059
1058
|
"""
|
1060
1059
|
AFNIC authorization code for the contact (specific to French domains).
|
1061
1060
|
"""
|
@@ -1065,33 +1064,33 @@ elif False:
|
|
1065
1064
|
@pulumi.input_type
|
1066
1065
|
class RegistrationAdministrativeContactExtensionFrCodeAuthAfnicInfoArgs:
|
1067
1066
|
def __init__(__self__, *,
|
1068
|
-
code_auth_afnic: Optional[pulumi.Input[
|
1067
|
+
code_auth_afnic: Optional[pulumi.Input[_builtins.str]] = None):
|
1069
1068
|
"""
|
1070
|
-
:param pulumi.Input[
|
1069
|
+
:param pulumi.Input[_builtins.str] code_auth_afnic: AFNIC authorization code for the contact (specific to French domains).
|
1071
1070
|
"""
|
1072
1071
|
if code_auth_afnic is not None:
|
1073
1072
|
pulumi.set(__self__, "code_auth_afnic", code_auth_afnic)
|
1074
1073
|
|
1075
|
-
@property
|
1074
|
+
@_builtins.property
|
1076
1075
|
@pulumi.getter(name="codeAuthAfnic")
|
1077
|
-
def code_auth_afnic(self) -> Optional[pulumi.Input[
|
1076
|
+
def code_auth_afnic(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1078
1077
|
"""
|
1079
1078
|
AFNIC authorization code for the contact (specific to French domains).
|
1080
1079
|
"""
|
1081
1080
|
return pulumi.get(self, "code_auth_afnic")
|
1082
1081
|
|
1083
1082
|
@code_auth_afnic.setter
|
1084
|
-
def code_auth_afnic(self, value: Optional[pulumi.Input[
|
1083
|
+
def code_auth_afnic(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1085
1084
|
pulumi.set(self, "code_auth_afnic", value)
|
1086
1085
|
|
1087
1086
|
|
1088
1087
|
if not MYPY:
|
1089
1088
|
class RegistrationAdministrativeContactExtensionFrDunsInfoArgsDict(TypedDict):
|
1090
|
-
duns_id: NotRequired[pulumi.Input[
|
1089
|
+
duns_id: NotRequired[pulumi.Input[_builtins.str]]
|
1091
1090
|
"""
|
1092
1091
|
DUNS ID associated with the domain owner (for French domains).
|
1093
1092
|
"""
|
1094
|
-
local_id: NotRequired[pulumi.Input[
|
1093
|
+
local_id: NotRequired[pulumi.Input[_builtins.str]]
|
1095
1094
|
"""
|
1096
1095
|
Local identifier of the domain owner (for French domains).
|
1097
1096
|
"""
|
@@ -1101,45 +1100,45 @@ elif False:
|
|
1101
1100
|
@pulumi.input_type
|
1102
1101
|
class RegistrationAdministrativeContactExtensionFrDunsInfoArgs:
|
1103
1102
|
def __init__(__self__, *,
|
1104
|
-
duns_id: Optional[pulumi.Input[
|
1105
|
-
local_id: Optional[pulumi.Input[
|
1103
|
+
duns_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1104
|
+
local_id: Optional[pulumi.Input[_builtins.str]] = None):
|
1106
1105
|
"""
|
1107
|
-
:param pulumi.Input[
|
1108
|
-
:param pulumi.Input[
|
1106
|
+
:param pulumi.Input[_builtins.str] duns_id: DUNS ID associated with the domain owner (for French domains).
|
1107
|
+
:param pulumi.Input[_builtins.str] local_id: Local identifier of the domain owner (for French domains).
|
1109
1108
|
"""
|
1110
1109
|
if duns_id is not None:
|
1111
1110
|
pulumi.set(__self__, "duns_id", duns_id)
|
1112
1111
|
if local_id is not None:
|
1113
1112
|
pulumi.set(__self__, "local_id", local_id)
|
1114
1113
|
|
1115
|
-
@property
|
1114
|
+
@_builtins.property
|
1116
1115
|
@pulumi.getter(name="dunsId")
|
1117
|
-
def duns_id(self) -> Optional[pulumi.Input[
|
1116
|
+
def duns_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1118
1117
|
"""
|
1119
1118
|
DUNS ID associated with the domain owner (for French domains).
|
1120
1119
|
"""
|
1121
1120
|
return pulumi.get(self, "duns_id")
|
1122
1121
|
|
1123
1122
|
@duns_id.setter
|
1124
|
-
def duns_id(self, value: Optional[pulumi.Input[
|
1123
|
+
def duns_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1125
1124
|
pulumi.set(self, "duns_id", value)
|
1126
1125
|
|
1127
|
-
@property
|
1126
|
+
@_builtins.property
|
1128
1127
|
@pulumi.getter(name="localId")
|
1129
|
-
def local_id(self) -> Optional[pulumi.Input[
|
1128
|
+
def local_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1130
1129
|
"""
|
1131
1130
|
Local identifier of the domain owner (for French domains).
|
1132
1131
|
"""
|
1133
1132
|
return pulumi.get(self, "local_id")
|
1134
1133
|
|
1135
1134
|
@local_id.setter
|
1136
|
-
def local_id(self, value: Optional[pulumi.Input[
|
1135
|
+
def local_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1137
1136
|
pulumi.set(self, "local_id", value)
|
1138
1137
|
|
1139
1138
|
|
1140
1139
|
if not MYPY:
|
1141
1140
|
class RegistrationAdministrativeContactExtensionFrIndividualInfoArgsDict(TypedDict):
|
1142
|
-
whois_opt_in: NotRequired[pulumi.Input[
|
1141
|
+
whois_opt_in: NotRequired[pulumi.Input[_builtins.bool]]
|
1143
1142
|
"""
|
1144
1143
|
Whether the individual contact has opted into WHOIS publishing.
|
1145
1144
|
"""
|
@@ -1149,29 +1148,29 @@ elif False:
|
|
1149
1148
|
@pulumi.input_type
|
1150
1149
|
class RegistrationAdministrativeContactExtensionFrIndividualInfoArgs:
|
1151
1150
|
def __init__(__self__, *,
|
1152
|
-
whois_opt_in: Optional[pulumi.Input[
|
1151
|
+
whois_opt_in: Optional[pulumi.Input[_builtins.bool]] = None):
|
1153
1152
|
"""
|
1154
|
-
:param pulumi.Input[
|
1153
|
+
:param pulumi.Input[_builtins.bool] whois_opt_in: Whether the individual contact has opted into WHOIS publishing.
|
1155
1154
|
"""
|
1156
1155
|
if whois_opt_in is not None:
|
1157
1156
|
pulumi.set(__self__, "whois_opt_in", whois_opt_in)
|
1158
1157
|
|
1159
|
-
@property
|
1158
|
+
@_builtins.property
|
1160
1159
|
@pulumi.getter(name="whoisOptIn")
|
1161
|
-
def whois_opt_in(self) -> Optional[pulumi.Input[
|
1160
|
+
def whois_opt_in(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
1162
1161
|
"""
|
1163
1162
|
Whether the individual contact has opted into WHOIS publishing.
|
1164
1163
|
"""
|
1165
1164
|
return pulumi.get(self, "whois_opt_in")
|
1166
1165
|
|
1167
1166
|
@whois_opt_in.setter
|
1168
|
-
def whois_opt_in(self, value: Optional[pulumi.Input[
|
1167
|
+
def whois_opt_in(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1169
1168
|
pulumi.set(self, "whois_opt_in", value)
|
1170
1169
|
|
1171
1170
|
|
1172
1171
|
if not MYPY:
|
1173
1172
|
class RegistrationAdministrativeContactExtensionFrTrademarkInfoArgsDict(TypedDict):
|
1174
|
-
trademark_inpi: NotRequired[pulumi.Input[
|
1173
|
+
trademark_inpi: NotRequired[pulumi.Input[_builtins.str]]
|
1175
1174
|
"""
|
1176
1175
|
Trademark information from INPI (French extension).
|
1177
1176
|
"""
|
@@ -1181,29 +1180,29 @@ elif False:
|
|
1181
1180
|
@pulumi.input_type
|
1182
1181
|
class RegistrationAdministrativeContactExtensionFrTrademarkInfoArgs:
|
1183
1182
|
def __init__(__self__, *,
|
1184
|
-
trademark_inpi: Optional[pulumi.Input[
|
1183
|
+
trademark_inpi: Optional[pulumi.Input[_builtins.str]] = None):
|
1185
1184
|
"""
|
1186
|
-
:param pulumi.Input[
|
1185
|
+
:param pulumi.Input[_builtins.str] trademark_inpi: Trademark information from INPI (French extension).
|
1187
1186
|
"""
|
1188
1187
|
if trademark_inpi is not None:
|
1189
1188
|
pulumi.set(__self__, "trademark_inpi", trademark_inpi)
|
1190
1189
|
|
1191
|
-
@property
|
1190
|
+
@_builtins.property
|
1192
1191
|
@pulumi.getter(name="trademarkInpi")
|
1193
|
-
def trademark_inpi(self) -> Optional[pulumi.Input[
|
1192
|
+
def trademark_inpi(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1194
1193
|
"""
|
1195
1194
|
Trademark information from INPI (French extension).
|
1196
1195
|
"""
|
1197
1196
|
return pulumi.get(self, "trademark_inpi")
|
1198
1197
|
|
1199
1198
|
@trademark_inpi.setter
|
1200
|
-
def trademark_inpi(self, value: Optional[pulumi.Input[
|
1199
|
+
def trademark_inpi(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1201
1200
|
pulumi.set(self, "trademark_inpi", value)
|
1202
1201
|
|
1203
1202
|
|
1204
1203
|
if not MYPY:
|
1205
1204
|
class RegistrationDsRecordArgsDict(TypedDict):
|
1206
|
-
algorithm: NotRequired[pulumi.Input[
|
1205
|
+
algorithm: NotRequired[pulumi.Input[_builtins.str]]
|
1207
1206
|
"""
|
1208
1207
|
The algorithm used for dnssec (e.g., rsasha256, ecdsap256sha256).
|
1209
1208
|
"""
|
@@ -1211,7 +1210,7 @@ if not MYPY:
|
|
1211
1210
|
"""
|
1212
1211
|
Details about the digest.
|
1213
1212
|
"""
|
1214
|
-
key_id: NotRequired[pulumi.Input[
|
1213
|
+
key_id: NotRequired[pulumi.Input[_builtins.int]]
|
1215
1214
|
"""
|
1216
1215
|
The identifier for the dnssec key.
|
1217
1216
|
"""
|
@@ -1225,14 +1224,14 @@ elif False:
|
|
1225
1224
|
@pulumi.input_type
|
1226
1225
|
class RegistrationDsRecordArgs:
|
1227
1226
|
def __init__(__self__, *,
|
1228
|
-
algorithm: Optional[pulumi.Input[
|
1227
|
+
algorithm: Optional[pulumi.Input[_builtins.str]] = None,
|
1229
1228
|
digests: Optional[pulumi.Input[Sequence[pulumi.Input['RegistrationDsRecordDigestArgs']]]] = None,
|
1230
|
-
key_id: Optional[pulumi.Input[
|
1229
|
+
key_id: Optional[pulumi.Input[_builtins.int]] = None,
|
1231
1230
|
public_keys: Optional[pulumi.Input[Sequence[pulumi.Input['RegistrationDsRecordPublicKeyArgs']]]] = None):
|
1232
1231
|
"""
|
1233
|
-
:param pulumi.Input[
|
1232
|
+
:param pulumi.Input[_builtins.str] algorithm: The algorithm used for dnssec (e.g., rsasha256, ecdsap256sha256).
|
1234
1233
|
:param pulumi.Input[Sequence[pulumi.Input['RegistrationDsRecordDigestArgs']]] digests: Details about the digest.
|
1235
|
-
:param pulumi.Input[
|
1234
|
+
:param pulumi.Input[_builtins.int] key_id: The identifier for the dnssec key.
|
1236
1235
|
:param pulumi.Input[Sequence[pulumi.Input['RegistrationDsRecordPublicKeyArgs']]] public_keys: Public key associated with the dnssec record.
|
1237
1236
|
"""
|
1238
1237
|
if algorithm is not None:
|
@@ -1244,19 +1243,19 @@ class RegistrationDsRecordArgs:
|
|
1244
1243
|
if public_keys is not None:
|
1245
1244
|
pulumi.set(__self__, "public_keys", public_keys)
|
1246
1245
|
|
1247
|
-
@property
|
1246
|
+
@_builtins.property
|
1248
1247
|
@pulumi.getter
|
1249
|
-
def algorithm(self) -> Optional[pulumi.Input[
|
1248
|
+
def algorithm(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1250
1249
|
"""
|
1251
1250
|
The algorithm used for dnssec (e.g., rsasha256, ecdsap256sha256).
|
1252
1251
|
"""
|
1253
1252
|
return pulumi.get(self, "algorithm")
|
1254
1253
|
|
1255
1254
|
@algorithm.setter
|
1256
|
-
def algorithm(self, value: Optional[pulumi.Input[
|
1255
|
+
def algorithm(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1257
1256
|
pulumi.set(self, "algorithm", value)
|
1258
1257
|
|
1259
|
-
@property
|
1258
|
+
@_builtins.property
|
1260
1259
|
@pulumi.getter
|
1261
1260
|
def digests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegistrationDsRecordDigestArgs']]]]:
|
1262
1261
|
"""
|
@@ -1268,19 +1267,19 @@ class RegistrationDsRecordArgs:
|
|
1268
1267
|
def digests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegistrationDsRecordDigestArgs']]]]):
|
1269
1268
|
pulumi.set(self, "digests", value)
|
1270
1269
|
|
1271
|
-
@property
|
1270
|
+
@_builtins.property
|
1272
1271
|
@pulumi.getter(name="keyId")
|
1273
|
-
def key_id(self) -> Optional[pulumi.Input[
|
1272
|
+
def key_id(self) -> Optional[pulumi.Input[_builtins.int]]:
|
1274
1273
|
"""
|
1275
1274
|
The identifier for the dnssec key.
|
1276
1275
|
"""
|
1277
1276
|
return pulumi.get(self, "key_id")
|
1278
1277
|
|
1279
1278
|
@key_id.setter
|
1280
|
-
def key_id(self, value: Optional[pulumi.Input[
|
1279
|
+
def key_id(self, value: Optional[pulumi.Input[_builtins.int]]):
|
1281
1280
|
pulumi.set(self, "key_id", value)
|
1282
1281
|
|
1283
|
-
@property
|
1282
|
+
@_builtins.property
|
1284
1283
|
@pulumi.getter(name="publicKeys")
|
1285
1284
|
def public_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegistrationDsRecordPublicKeyArgs']]]]:
|
1286
1285
|
"""
|
@@ -1295,7 +1294,7 @@ class RegistrationDsRecordArgs:
|
|
1295
1294
|
|
1296
1295
|
if not MYPY:
|
1297
1296
|
class RegistrationDsRecordDigestArgsDict(TypedDict):
|
1298
|
-
digest: NotRequired[pulumi.Input[
|
1297
|
+
digest: NotRequired[pulumi.Input[_builtins.str]]
|
1299
1298
|
"""
|
1300
1299
|
The digest value.
|
1301
1300
|
"""
|
@@ -1303,7 +1302,7 @@ if not MYPY:
|
|
1303
1302
|
"""
|
1304
1303
|
The public key associated with the digest.
|
1305
1304
|
"""
|
1306
|
-
type: NotRequired[pulumi.Input[
|
1305
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
1307
1306
|
"""
|
1308
1307
|
The digest type for the DS record (e.g., sha_1, sha_256, gost_r_34_11_94, sha_384).
|
1309
1308
|
"""
|
@@ -1313,13 +1312,13 @@ elif False:
|
|
1313
1312
|
@pulumi.input_type
|
1314
1313
|
class RegistrationDsRecordDigestArgs:
|
1315
1314
|
def __init__(__self__, *,
|
1316
|
-
digest: Optional[pulumi.Input[
|
1315
|
+
digest: Optional[pulumi.Input[_builtins.str]] = None,
|
1317
1316
|
public_keys: Optional[pulumi.Input[Sequence[pulumi.Input['RegistrationDsRecordDigestPublicKeyArgs']]]] = None,
|
1318
|
-
type: Optional[pulumi.Input[
|
1317
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
1319
1318
|
"""
|
1320
|
-
:param pulumi.Input[
|
1319
|
+
:param pulumi.Input[_builtins.str] digest: The digest value.
|
1321
1320
|
:param pulumi.Input[Sequence[pulumi.Input['RegistrationDsRecordDigestPublicKeyArgs']]] public_keys: The public key associated with the digest.
|
1322
|
-
:param pulumi.Input[
|
1321
|
+
:param pulumi.Input[_builtins.str] type: The digest type for the DS record (e.g., sha_1, sha_256, gost_r_34_11_94, sha_384).
|
1323
1322
|
"""
|
1324
1323
|
if digest is not None:
|
1325
1324
|
pulumi.set(__self__, "digest", digest)
|
@@ -1328,19 +1327,19 @@ class RegistrationDsRecordDigestArgs:
|
|
1328
1327
|
if type is not None:
|
1329
1328
|
pulumi.set(__self__, "type", type)
|
1330
1329
|
|
1331
|
-
@property
|
1330
|
+
@_builtins.property
|
1332
1331
|
@pulumi.getter
|
1333
|
-
def digest(self) -> Optional[pulumi.Input[
|
1332
|
+
def digest(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1334
1333
|
"""
|
1335
1334
|
The digest value.
|
1336
1335
|
"""
|
1337
1336
|
return pulumi.get(self, "digest")
|
1338
1337
|
|
1339
1338
|
@digest.setter
|
1340
|
-
def digest(self, value: Optional[pulumi.Input[
|
1339
|
+
def digest(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1341
1340
|
pulumi.set(self, "digest", value)
|
1342
1341
|
|
1343
|
-
@property
|
1342
|
+
@_builtins.property
|
1344
1343
|
@pulumi.getter(name="publicKeys")
|
1345
1344
|
def public_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegistrationDsRecordDigestPublicKeyArgs']]]]:
|
1346
1345
|
"""
|
@@ -1352,22 +1351,22 @@ class RegistrationDsRecordDigestArgs:
|
|
1352
1351
|
def public_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegistrationDsRecordDigestPublicKeyArgs']]]]):
|
1353
1352
|
pulumi.set(self, "public_keys", value)
|
1354
1353
|
|
1355
|
-
@property
|
1354
|
+
@_builtins.property
|
1356
1355
|
@pulumi.getter
|
1357
|
-
def type(self) -> Optional[pulumi.Input[
|
1356
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1358
1357
|
"""
|
1359
1358
|
The digest type for the DS record (e.g., sha_1, sha_256, gost_r_34_11_94, sha_384).
|
1360
1359
|
"""
|
1361
1360
|
return pulumi.get(self, "type")
|
1362
1361
|
|
1363
1362
|
@type.setter
|
1364
|
-
def type(self, value: Optional[pulumi.Input[
|
1363
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1365
1364
|
pulumi.set(self, "type", value)
|
1366
1365
|
|
1367
1366
|
|
1368
1367
|
if not MYPY:
|
1369
1368
|
class RegistrationDsRecordDigestPublicKeyArgsDict(TypedDict):
|
1370
|
-
key: pulumi.Input[
|
1369
|
+
key: pulumi.Input[_builtins.str]
|
1371
1370
|
"""
|
1372
1371
|
The public key value.
|
1373
1372
|
"""
|
@@ -1377,28 +1376,28 @@ elif False:
|
|
1377
1376
|
@pulumi.input_type
|
1378
1377
|
class RegistrationDsRecordDigestPublicKeyArgs:
|
1379
1378
|
def __init__(__self__, *,
|
1380
|
-
key: pulumi.Input[
|
1379
|
+
key: pulumi.Input[_builtins.str]):
|
1381
1380
|
"""
|
1382
|
-
:param pulumi.Input[
|
1381
|
+
:param pulumi.Input[_builtins.str] key: The public key value.
|
1383
1382
|
"""
|
1384
1383
|
pulumi.set(__self__, "key", key)
|
1385
1384
|
|
1386
|
-
@property
|
1385
|
+
@_builtins.property
|
1387
1386
|
@pulumi.getter
|
1388
|
-
def key(self) -> pulumi.Input[
|
1387
|
+
def key(self) -> pulumi.Input[_builtins.str]:
|
1389
1388
|
"""
|
1390
1389
|
The public key value.
|
1391
1390
|
"""
|
1392
1391
|
return pulumi.get(self, "key")
|
1393
1392
|
|
1394
1393
|
@key.setter
|
1395
|
-
def key(self, value: pulumi.Input[
|
1394
|
+
def key(self, value: pulumi.Input[_builtins.str]):
|
1396
1395
|
pulumi.set(self, "key", value)
|
1397
1396
|
|
1398
1397
|
|
1399
1398
|
if not MYPY:
|
1400
1399
|
class RegistrationDsRecordPublicKeyArgsDict(TypedDict):
|
1401
|
-
key: pulumi.Input[
|
1400
|
+
key: pulumi.Input[_builtins.str]
|
1402
1401
|
"""
|
1403
1402
|
The public key value.
|
1404
1403
|
"""
|
@@ -1408,80 +1407,80 @@ elif False:
|
|
1408
1407
|
@pulumi.input_type
|
1409
1408
|
class RegistrationDsRecordPublicKeyArgs:
|
1410
1409
|
def __init__(__self__, *,
|
1411
|
-
key: pulumi.Input[
|
1410
|
+
key: pulumi.Input[_builtins.str]):
|
1412
1411
|
"""
|
1413
|
-
:param pulumi.Input[
|
1412
|
+
:param pulumi.Input[_builtins.str] key: The public key value.
|
1414
1413
|
"""
|
1415
1414
|
pulumi.set(__self__, "key", key)
|
1416
1415
|
|
1417
|
-
@property
|
1416
|
+
@_builtins.property
|
1418
1417
|
@pulumi.getter
|
1419
|
-
def key(self) -> pulumi.Input[
|
1418
|
+
def key(self) -> pulumi.Input[_builtins.str]:
|
1420
1419
|
"""
|
1421
1420
|
The public key value.
|
1422
1421
|
"""
|
1423
1422
|
return pulumi.get(self, "key")
|
1424
1423
|
|
1425
1424
|
@key.setter
|
1426
|
-
def key(self, value: pulumi.Input[
|
1425
|
+
def key(self, value: pulumi.Input[_builtins.str]):
|
1427
1426
|
pulumi.set(self, "key", value)
|
1428
1427
|
|
1429
1428
|
|
1430
1429
|
if not MYPY:
|
1431
1430
|
class RegistrationOwnerContactArgsDict(TypedDict):
|
1432
|
-
address_line1: pulumi.Input[
|
1431
|
+
address_line1: pulumi.Input[_builtins.str]
|
1433
1432
|
"""
|
1434
1433
|
Primary address line for the contact.
|
1435
1434
|
"""
|
1436
|
-
city: pulumi.Input[
|
1435
|
+
city: pulumi.Input[_builtins.str]
|
1437
1436
|
"""
|
1438
1437
|
City of the contact's address.
|
1439
1438
|
"""
|
1440
|
-
company_identification_code: pulumi.Input[
|
1439
|
+
company_identification_code: pulumi.Input[_builtins.str]
|
1441
1440
|
"""
|
1442
1441
|
Company identification code (e.g., SIREN/SIRET in France) for the contact.
|
1443
1442
|
"""
|
1444
|
-
country: pulumi.Input[
|
1443
|
+
country: pulumi.Input[_builtins.str]
|
1445
1444
|
"""
|
1446
1445
|
Country code of the contact's address (ISO format).
|
1447
1446
|
"""
|
1448
|
-
email: pulumi.Input[
|
1447
|
+
email: pulumi.Input[_builtins.str]
|
1449
1448
|
"""
|
1450
1449
|
Primary email address of the contact.
|
1451
1450
|
"""
|
1452
|
-
firstname: pulumi.Input[
|
1451
|
+
firstname: pulumi.Input[_builtins.str]
|
1453
1452
|
"""
|
1454
1453
|
First name of the contact.
|
1455
1454
|
"""
|
1456
|
-
lastname: pulumi.Input[
|
1455
|
+
lastname: pulumi.Input[_builtins.str]
|
1457
1456
|
"""
|
1458
1457
|
Last name of the contact.
|
1459
1458
|
"""
|
1460
|
-
legal_form: pulumi.Input[
|
1459
|
+
legal_form: pulumi.Input[_builtins.str]
|
1461
1460
|
"""
|
1462
1461
|
Legal form of the contact (e.g., 'individual' or 'organization').
|
1463
1462
|
"""
|
1464
|
-
phone_number: pulumi.Input[
|
1463
|
+
phone_number: pulumi.Input[_builtins.str]
|
1465
1464
|
"""
|
1466
1465
|
Primary phone number of the contact.
|
1467
1466
|
"""
|
1468
|
-
vat_identification_code: pulumi.Input[
|
1467
|
+
vat_identification_code: pulumi.Input[_builtins.str]
|
1469
1468
|
"""
|
1470
1469
|
VAT identification code of the contact, if applicable.
|
1471
1470
|
"""
|
1472
|
-
zip: pulumi.Input[
|
1471
|
+
zip: pulumi.Input[_builtins.str]
|
1473
1472
|
"""
|
1474
1473
|
Postal code of the contact's address.
|
1475
1474
|
"""
|
1476
|
-
address_line2: NotRequired[pulumi.Input[
|
1475
|
+
address_line2: NotRequired[pulumi.Input[_builtins.str]]
|
1477
1476
|
"""
|
1478
1477
|
Secondary address line for the contact (optional).
|
1479
1478
|
"""
|
1480
|
-
company_name: NotRequired[pulumi.Input[
|
1479
|
+
company_name: NotRequired[pulumi.Input[_builtins.str]]
|
1481
1480
|
"""
|
1482
1481
|
Name of the company associated with the contact (if applicable).
|
1483
1482
|
"""
|
1484
|
-
email_alt: NotRequired[pulumi.Input[
|
1483
|
+
email_alt: NotRequired[pulumi.Input[_builtins.str]]
|
1485
1484
|
"""
|
1486
1485
|
Alternative email address for the contact.
|
1487
1486
|
"""
|
@@ -1493,27 +1492,27 @@ if not MYPY:
|
|
1493
1492
|
"""
|
1494
1493
|
Details specific to French domain extensions.
|
1495
1494
|
"""
|
1496
|
-
extension_nls: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
1495
|
+
extension_nls: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
1497
1496
|
"""
|
1498
1497
|
Extension details specific to Dutch domain registrations.
|
1499
1498
|
"""
|
1500
|
-
fax_number: NotRequired[pulumi.Input[
|
1499
|
+
fax_number: NotRequired[pulumi.Input[_builtins.str]]
|
1501
1500
|
"""
|
1502
1501
|
Fax number for the contact (if available).
|
1503
1502
|
"""
|
1504
|
-
lang: NotRequired[pulumi.Input[
|
1503
|
+
lang: NotRequired[pulumi.Input[_builtins.str]]
|
1505
1504
|
"""
|
1506
1505
|
Preferred language of the contact (e.g., 'en_US', 'fr_FR').
|
1507
1506
|
"""
|
1508
|
-
resale: NotRequired[pulumi.Input[
|
1507
|
+
resale: NotRequired[pulumi.Input[_builtins.bool]]
|
1509
1508
|
"""
|
1510
1509
|
Indicates if the contact is used for resale purposes.
|
1511
1510
|
"""
|
1512
|
-
state: NotRequired[pulumi.Input[
|
1511
|
+
state: NotRequired[pulumi.Input[_builtins.str]]
|
1513
1512
|
"""
|
1514
1513
|
State or region of the contact.
|
1515
1514
|
"""
|
1516
|
-
whois_opt_in: NotRequired[pulumi.Input[
|
1515
|
+
whois_opt_in: NotRequired[pulumi.Input[_builtins.bool]]
|
1517
1516
|
"""
|
1518
1517
|
Indicates whether the contact has opted into WHOIS publishing.
|
1519
1518
|
"""
|
@@ -1523,51 +1522,51 @@ elif False:
|
|
1523
1522
|
@pulumi.input_type
|
1524
1523
|
class RegistrationOwnerContactArgs:
|
1525
1524
|
def __init__(__self__, *,
|
1526
|
-
address_line1: pulumi.Input[
|
1527
|
-
city: pulumi.Input[
|
1528
|
-
company_identification_code: pulumi.Input[
|
1529
|
-
country: pulumi.Input[
|
1530
|
-
email: pulumi.Input[
|
1531
|
-
firstname: pulumi.Input[
|
1532
|
-
lastname: pulumi.Input[
|
1533
|
-
legal_form: pulumi.Input[
|
1534
|
-
phone_number: pulumi.Input[
|
1535
|
-
vat_identification_code: pulumi.Input[
|
1536
|
-
zip: pulumi.Input[
|
1537
|
-
address_line2: Optional[pulumi.Input[
|
1538
|
-
company_name: Optional[pulumi.Input[
|
1539
|
-
email_alt: Optional[pulumi.Input[
|
1525
|
+
address_line1: pulumi.Input[_builtins.str],
|
1526
|
+
city: pulumi.Input[_builtins.str],
|
1527
|
+
company_identification_code: pulumi.Input[_builtins.str],
|
1528
|
+
country: pulumi.Input[_builtins.str],
|
1529
|
+
email: pulumi.Input[_builtins.str],
|
1530
|
+
firstname: pulumi.Input[_builtins.str],
|
1531
|
+
lastname: pulumi.Input[_builtins.str],
|
1532
|
+
legal_form: pulumi.Input[_builtins.str],
|
1533
|
+
phone_number: pulumi.Input[_builtins.str],
|
1534
|
+
vat_identification_code: pulumi.Input[_builtins.str],
|
1535
|
+
zip: pulumi.Input[_builtins.str],
|
1536
|
+
address_line2: Optional[pulumi.Input[_builtins.str]] = None,
|
1537
|
+
company_name: Optional[pulumi.Input[_builtins.str]] = None,
|
1538
|
+
email_alt: Optional[pulumi.Input[_builtins.str]] = None,
|
1540
1539
|
extension_eu: Optional[pulumi.Input['RegistrationOwnerContactExtensionEuArgs']] = None,
|
1541
1540
|
extension_fr: Optional[pulumi.Input['RegistrationOwnerContactExtensionFrArgs']] = None,
|
1542
|
-
extension_nls: Optional[pulumi.Input[Sequence[pulumi.Input[
|
1543
|
-
fax_number: Optional[pulumi.Input[
|
1544
|
-
lang: Optional[pulumi.Input[
|
1545
|
-
resale: Optional[pulumi.Input[
|
1546
|
-
state: Optional[pulumi.Input[
|
1547
|
-
whois_opt_in: Optional[pulumi.Input[
|
1548
|
-
"""
|
1549
|
-
:param pulumi.Input[
|
1550
|
-
:param pulumi.Input[
|
1551
|
-
:param pulumi.Input[
|
1552
|
-
:param pulumi.Input[
|
1553
|
-
:param pulumi.Input[
|
1554
|
-
:param pulumi.Input[
|
1555
|
-
:param pulumi.Input[
|
1556
|
-
:param pulumi.Input[
|
1557
|
-
:param pulumi.Input[
|
1558
|
-
:param pulumi.Input[
|
1559
|
-
:param pulumi.Input[
|
1560
|
-
:param pulumi.Input[
|
1561
|
-
:param pulumi.Input[
|
1562
|
-
:param pulumi.Input[
|
1541
|
+
extension_nls: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
1542
|
+
fax_number: Optional[pulumi.Input[_builtins.str]] = None,
|
1543
|
+
lang: Optional[pulumi.Input[_builtins.str]] = None,
|
1544
|
+
resale: Optional[pulumi.Input[_builtins.bool]] = None,
|
1545
|
+
state: Optional[pulumi.Input[_builtins.str]] = None,
|
1546
|
+
whois_opt_in: Optional[pulumi.Input[_builtins.bool]] = None):
|
1547
|
+
"""
|
1548
|
+
:param pulumi.Input[_builtins.str] address_line1: Primary address line for the contact.
|
1549
|
+
:param pulumi.Input[_builtins.str] city: City of the contact's address.
|
1550
|
+
:param pulumi.Input[_builtins.str] company_identification_code: Company identification code (e.g., SIREN/SIRET in France) for the contact.
|
1551
|
+
:param pulumi.Input[_builtins.str] country: Country code of the contact's address (ISO format).
|
1552
|
+
:param pulumi.Input[_builtins.str] email: Primary email address of the contact.
|
1553
|
+
:param pulumi.Input[_builtins.str] firstname: First name of the contact.
|
1554
|
+
:param pulumi.Input[_builtins.str] lastname: Last name of the contact.
|
1555
|
+
:param pulumi.Input[_builtins.str] legal_form: Legal form of the contact (e.g., 'individual' or 'organization').
|
1556
|
+
:param pulumi.Input[_builtins.str] phone_number: Primary phone number of the contact.
|
1557
|
+
:param pulumi.Input[_builtins.str] vat_identification_code: VAT identification code of the contact, if applicable.
|
1558
|
+
:param pulumi.Input[_builtins.str] zip: Postal code of the contact's address.
|
1559
|
+
:param pulumi.Input[_builtins.str] address_line2: Secondary address line for the contact (optional).
|
1560
|
+
:param pulumi.Input[_builtins.str] company_name: Name of the company associated with the contact (if applicable).
|
1561
|
+
:param pulumi.Input[_builtins.str] email_alt: Alternative email address for the contact.
|
1563
1562
|
:param pulumi.Input['RegistrationOwnerContactExtensionEuArgs'] extension_eu: Details specific to European domain extensions.
|
1564
1563
|
:param pulumi.Input['RegistrationOwnerContactExtensionFrArgs'] extension_fr: Details specific to French domain extensions.
|
1565
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
1566
|
-
:param pulumi.Input[
|
1567
|
-
:param pulumi.Input[
|
1568
|
-
:param pulumi.Input[
|
1569
|
-
:param pulumi.Input[
|
1570
|
-
:param pulumi.Input[
|
1564
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] extension_nls: Extension details specific to Dutch domain registrations.
|
1565
|
+
:param pulumi.Input[_builtins.str] fax_number: Fax number for the contact (if available).
|
1566
|
+
:param pulumi.Input[_builtins.str] lang: Preferred language of the contact (e.g., 'en_US', 'fr_FR').
|
1567
|
+
:param pulumi.Input[_builtins.bool] resale: Indicates if the contact is used for resale purposes.
|
1568
|
+
:param pulumi.Input[_builtins.str] state: State or region of the contact.
|
1569
|
+
:param pulumi.Input[_builtins.bool] whois_opt_in: Indicates whether the contact has opted into WHOIS publishing.
|
1571
1570
|
"""
|
1572
1571
|
pulumi.set(__self__, "address_line1", address_line1)
|
1573
1572
|
pulumi.set(__self__, "city", city)
|
@@ -1603,175 +1602,175 @@ class RegistrationOwnerContactArgs:
|
|
1603
1602
|
if whois_opt_in is not None:
|
1604
1603
|
pulumi.set(__self__, "whois_opt_in", whois_opt_in)
|
1605
1604
|
|
1606
|
-
@property
|
1605
|
+
@_builtins.property
|
1607
1606
|
@pulumi.getter(name="addressLine1")
|
1608
|
-
def address_line1(self) -> pulumi.Input[
|
1607
|
+
def address_line1(self) -> pulumi.Input[_builtins.str]:
|
1609
1608
|
"""
|
1610
1609
|
Primary address line for the contact.
|
1611
1610
|
"""
|
1612
1611
|
return pulumi.get(self, "address_line1")
|
1613
1612
|
|
1614
1613
|
@address_line1.setter
|
1615
|
-
def address_line1(self, value: pulumi.Input[
|
1614
|
+
def address_line1(self, value: pulumi.Input[_builtins.str]):
|
1616
1615
|
pulumi.set(self, "address_line1", value)
|
1617
1616
|
|
1618
|
-
@property
|
1617
|
+
@_builtins.property
|
1619
1618
|
@pulumi.getter
|
1620
|
-
def city(self) -> pulumi.Input[
|
1619
|
+
def city(self) -> pulumi.Input[_builtins.str]:
|
1621
1620
|
"""
|
1622
1621
|
City of the contact's address.
|
1623
1622
|
"""
|
1624
1623
|
return pulumi.get(self, "city")
|
1625
1624
|
|
1626
1625
|
@city.setter
|
1627
|
-
def city(self, value: pulumi.Input[
|
1626
|
+
def city(self, value: pulumi.Input[_builtins.str]):
|
1628
1627
|
pulumi.set(self, "city", value)
|
1629
1628
|
|
1630
|
-
@property
|
1629
|
+
@_builtins.property
|
1631
1630
|
@pulumi.getter(name="companyIdentificationCode")
|
1632
|
-
def company_identification_code(self) -> pulumi.Input[
|
1631
|
+
def company_identification_code(self) -> pulumi.Input[_builtins.str]:
|
1633
1632
|
"""
|
1634
1633
|
Company identification code (e.g., SIREN/SIRET in France) for the contact.
|
1635
1634
|
"""
|
1636
1635
|
return pulumi.get(self, "company_identification_code")
|
1637
1636
|
|
1638
1637
|
@company_identification_code.setter
|
1639
|
-
def company_identification_code(self, value: pulumi.Input[
|
1638
|
+
def company_identification_code(self, value: pulumi.Input[_builtins.str]):
|
1640
1639
|
pulumi.set(self, "company_identification_code", value)
|
1641
1640
|
|
1642
|
-
@property
|
1641
|
+
@_builtins.property
|
1643
1642
|
@pulumi.getter
|
1644
|
-
def country(self) -> pulumi.Input[
|
1643
|
+
def country(self) -> pulumi.Input[_builtins.str]:
|
1645
1644
|
"""
|
1646
1645
|
Country code of the contact's address (ISO format).
|
1647
1646
|
"""
|
1648
1647
|
return pulumi.get(self, "country")
|
1649
1648
|
|
1650
1649
|
@country.setter
|
1651
|
-
def country(self, value: pulumi.Input[
|
1650
|
+
def country(self, value: pulumi.Input[_builtins.str]):
|
1652
1651
|
pulumi.set(self, "country", value)
|
1653
1652
|
|
1654
|
-
@property
|
1653
|
+
@_builtins.property
|
1655
1654
|
@pulumi.getter
|
1656
|
-
def email(self) -> pulumi.Input[
|
1655
|
+
def email(self) -> pulumi.Input[_builtins.str]:
|
1657
1656
|
"""
|
1658
1657
|
Primary email address of the contact.
|
1659
1658
|
"""
|
1660
1659
|
return pulumi.get(self, "email")
|
1661
1660
|
|
1662
1661
|
@email.setter
|
1663
|
-
def email(self, value: pulumi.Input[
|
1662
|
+
def email(self, value: pulumi.Input[_builtins.str]):
|
1664
1663
|
pulumi.set(self, "email", value)
|
1665
1664
|
|
1666
|
-
@property
|
1665
|
+
@_builtins.property
|
1667
1666
|
@pulumi.getter
|
1668
|
-
def firstname(self) -> pulumi.Input[
|
1667
|
+
def firstname(self) -> pulumi.Input[_builtins.str]:
|
1669
1668
|
"""
|
1670
1669
|
First name of the contact.
|
1671
1670
|
"""
|
1672
1671
|
return pulumi.get(self, "firstname")
|
1673
1672
|
|
1674
1673
|
@firstname.setter
|
1675
|
-
def firstname(self, value: pulumi.Input[
|
1674
|
+
def firstname(self, value: pulumi.Input[_builtins.str]):
|
1676
1675
|
pulumi.set(self, "firstname", value)
|
1677
1676
|
|
1678
|
-
@property
|
1677
|
+
@_builtins.property
|
1679
1678
|
@pulumi.getter
|
1680
|
-
def lastname(self) -> pulumi.Input[
|
1679
|
+
def lastname(self) -> pulumi.Input[_builtins.str]:
|
1681
1680
|
"""
|
1682
1681
|
Last name of the contact.
|
1683
1682
|
"""
|
1684
1683
|
return pulumi.get(self, "lastname")
|
1685
1684
|
|
1686
1685
|
@lastname.setter
|
1687
|
-
def lastname(self, value: pulumi.Input[
|
1686
|
+
def lastname(self, value: pulumi.Input[_builtins.str]):
|
1688
1687
|
pulumi.set(self, "lastname", value)
|
1689
1688
|
|
1690
|
-
@property
|
1689
|
+
@_builtins.property
|
1691
1690
|
@pulumi.getter(name="legalForm")
|
1692
|
-
def legal_form(self) -> pulumi.Input[
|
1691
|
+
def legal_form(self) -> pulumi.Input[_builtins.str]:
|
1693
1692
|
"""
|
1694
1693
|
Legal form of the contact (e.g., 'individual' or 'organization').
|
1695
1694
|
"""
|
1696
1695
|
return pulumi.get(self, "legal_form")
|
1697
1696
|
|
1698
1697
|
@legal_form.setter
|
1699
|
-
def legal_form(self, value: pulumi.Input[
|
1698
|
+
def legal_form(self, value: pulumi.Input[_builtins.str]):
|
1700
1699
|
pulumi.set(self, "legal_form", value)
|
1701
1700
|
|
1702
|
-
@property
|
1701
|
+
@_builtins.property
|
1703
1702
|
@pulumi.getter(name="phoneNumber")
|
1704
|
-
def phone_number(self) -> pulumi.Input[
|
1703
|
+
def phone_number(self) -> pulumi.Input[_builtins.str]:
|
1705
1704
|
"""
|
1706
1705
|
Primary phone number of the contact.
|
1707
1706
|
"""
|
1708
1707
|
return pulumi.get(self, "phone_number")
|
1709
1708
|
|
1710
1709
|
@phone_number.setter
|
1711
|
-
def phone_number(self, value: pulumi.Input[
|
1710
|
+
def phone_number(self, value: pulumi.Input[_builtins.str]):
|
1712
1711
|
pulumi.set(self, "phone_number", value)
|
1713
1712
|
|
1714
|
-
@property
|
1713
|
+
@_builtins.property
|
1715
1714
|
@pulumi.getter(name="vatIdentificationCode")
|
1716
|
-
def vat_identification_code(self) -> pulumi.Input[
|
1715
|
+
def vat_identification_code(self) -> pulumi.Input[_builtins.str]:
|
1717
1716
|
"""
|
1718
1717
|
VAT identification code of the contact, if applicable.
|
1719
1718
|
"""
|
1720
1719
|
return pulumi.get(self, "vat_identification_code")
|
1721
1720
|
|
1722
1721
|
@vat_identification_code.setter
|
1723
|
-
def vat_identification_code(self, value: pulumi.Input[
|
1722
|
+
def vat_identification_code(self, value: pulumi.Input[_builtins.str]):
|
1724
1723
|
pulumi.set(self, "vat_identification_code", value)
|
1725
1724
|
|
1726
|
-
@property
|
1725
|
+
@_builtins.property
|
1727
1726
|
@pulumi.getter
|
1728
|
-
def zip(self) -> pulumi.Input[
|
1727
|
+
def zip(self) -> pulumi.Input[_builtins.str]:
|
1729
1728
|
"""
|
1730
1729
|
Postal code of the contact's address.
|
1731
1730
|
"""
|
1732
1731
|
return pulumi.get(self, "zip")
|
1733
1732
|
|
1734
1733
|
@zip.setter
|
1735
|
-
def zip(self, value: pulumi.Input[
|
1734
|
+
def zip(self, value: pulumi.Input[_builtins.str]):
|
1736
1735
|
pulumi.set(self, "zip", value)
|
1737
1736
|
|
1738
|
-
@property
|
1737
|
+
@_builtins.property
|
1739
1738
|
@pulumi.getter(name="addressLine2")
|
1740
|
-
def address_line2(self) -> Optional[pulumi.Input[
|
1739
|
+
def address_line2(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1741
1740
|
"""
|
1742
1741
|
Secondary address line for the contact (optional).
|
1743
1742
|
"""
|
1744
1743
|
return pulumi.get(self, "address_line2")
|
1745
1744
|
|
1746
1745
|
@address_line2.setter
|
1747
|
-
def address_line2(self, value: Optional[pulumi.Input[
|
1746
|
+
def address_line2(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1748
1747
|
pulumi.set(self, "address_line2", value)
|
1749
1748
|
|
1750
|
-
@property
|
1749
|
+
@_builtins.property
|
1751
1750
|
@pulumi.getter(name="companyName")
|
1752
|
-
def company_name(self) -> Optional[pulumi.Input[
|
1751
|
+
def company_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1753
1752
|
"""
|
1754
1753
|
Name of the company associated with the contact (if applicable).
|
1755
1754
|
"""
|
1756
1755
|
return pulumi.get(self, "company_name")
|
1757
1756
|
|
1758
1757
|
@company_name.setter
|
1759
|
-
def company_name(self, value: Optional[pulumi.Input[
|
1758
|
+
def company_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1760
1759
|
pulumi.set(self, "company_name", value)
|
1761
1760
|
|
1762
|
-
@property
|
1761
|
+
@_builtins.property
|
1763
1762
|
@pulumi.getter(name="emailAlt")
|
1764
|
-
def email_alt(self) -> Optional[pulumi.Input[
|
1763
|
+
def email_alt(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1765
1764
|
"""
|
1766
1765
|
Alternative email address for the contact.
|
1767
1766
|
"""
|
1768
1767
|
return pulumi.get(self, "email_alt")
|
1769
1768
|
|
1770
1769
|
@email_alt.setter
|
1771
|
-
def email_alt(self, value: Optional[pulumi.Input[
|
1770
|
+
def email_alt(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1772
1771
|
pulumi.set(self, "email_alt", value)
|
1773
1772
|
|
1774
|
-
@property
|
1773
|
+
@_builtins.property
|
1775
1774
|
@pulumi.getter(name="extensionEu")
|
1776
1775
|
def extension_eu(self) -> Optional[pulumi.Input['RegistrationOwnerContactExtensionEuArgs']]:
|
1777
1776
|
"""
|
@@ -1783,7 +1782,7 @@ class RegistrationOwnerContactArgs:
|
|
1783
1782
|
def extension_eu(self, value: Optional[pulumi.Input['RegistrationOwnerContactExtensionEuArgs']]):
|
1784
1783
|
pulumi.set(self, "extension_eu", value)
|
1785
1784
|
|
1786
|
-
@property
|
1785
|
+
@_builtins.property
|
1787
1786
|
@pulumi.getter(name="extensionFr")
|
1788
1787
|
def extension_fr(self) -> Optional[pulumi.Input['RegistrationOwnerContactExtensionFrArgs']]:
|
1789
1788
|
"""
|
@@ -1795,82 +1794,82 @@ class RegistrationOwnerContactArgs:
|
|
1795
1794
|
def extension_fr(self, value: Optional[pulumi.Input['RegistrationOwnerContactExtensionFrArgs']]):
|
1796
1795
|
pulumi.set(self, "extension_fr", value)
|
1797
1796
|
|
1798
|
-
@property
|
1797
|
+
@_builtins.property
|
1799
1798
|
@pulumi.getter(name="extensionNls")
|
1800
|
-
def extension_nls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
1799
|
+
def extension_nls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
1801
1800
|
"""
|
1802
1801
|
Extension details specific to Dutch domain registrations.
|
1803
1802
|
"""
|
1804
1803
|
return pulumi.get(self, "extension_nls")
|
1805
1804
|
|
1806
1805
|
@extension_nls.setter
|
1807
|
-
def extension_nls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
1806
|
+
def extension_nls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
1808
1807
|
pulumi.set(self, "extension_nls", value)
|
1809
1808
|
|
1810
|
-
@property
|
1809
|
+
@_builtins.property
|
1811
1810
|
@pulumi.getter(name="faxNumber")
|
1812
|
-
def fax_number(self) -> Optional[pulumi.Input[
|
1811
|
+
def fax_number(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1813
1812
|
"""
|
1814
1813
|
Fax number for the contact (if available).
|
1815
1814
|
"""
|
1816
1815
|
return pulumi.get(self, "fax_number")
|
1817
1816
|
|
1818
1817
|
@fax_number.setter
|
1819
|
-
def fax_number(self, value: Optional[pulumi.Input[
|
1818
|
+
def fax_number(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1820
1819
|
pulumi.set(self, "fax_number", value)
|
1821
1820
|
|
1822
|
-
@property
|
1821
|
+
@_builtins.property
|
1823
1822
|
@pulumi.getter
|
1824
|
-
def lang(self) -> Optional[pulumi.Input[
|
1823
|
+
def lang(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1825
1824
|
"""
|
1826
1825
|
Preferred language of the contact (e.g., 'en_US', 'fr_FR').
|
1827
1826
|
"""
|
1828
1827
|
return pulumi.get(self, "lang")
|
1829
1828
|
|
1830
1829
|
@lang.setter
|
1831
|
-
def lang(self, value: Optional[pulumi.Input[
|
1830
|
+
def lang(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1832
1831
|
pulumi.set(self, "lang", value)
|
1833
1832
|
|
1834
|
-
@property
|
1833
|
+
@_builtins.property
|
1835
1834
|
@pulumi.getter
|
1836
|
-
def resale(self) -> Optional[pulumi.Input[
|
1835
|
+
def resale(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
1837
1836
|
"""
|
1838
1837
|
Indicates if the contact is used for resale purposes.
|
1839
1838
|
"""
|
1840
1839
|
return pulumi.get(self, "resale")
|
1841
1840
|
|
1842
1841
|
@resale.setter
|
1843
|
-
def resale(self, value: Optional[pulumi.Input[
|
1842
|
+
def resale(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1844
1843
|
pulumi.set(self, "resale", value)
|
1845
1844
|
|
1846
|
-
@property
|
1845
|
+
@_builtins.property
|
1847
1846
|
@pulumi.getter
|
1848
|
-
def state(self) -> Optional[pulumi.Input[
|
1847
|
+
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1849
1848
|
"""
|
1850
1849
|
State or region of the contact.
|
1851
1850
|
"""
|
1852
1851
|
return pulumi.get(self, "state")
|
1853
1852
|
|
1854
1853
|
@state.setter
|
1855
|
-
def state(self, value: Optional[pulumi.Input[
|
1854
|
+
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1856
1855
|
pulumi.set(self, "state", value)
|
1857
1856
|
|
1858
|
-
@property
|
1857
|
+
@_builtins.property
|
1859
1858
|
@pulumi.getter(name="whoisOptIn")
|
1860
|
-
def whois_opt_in(self) -> Optional[pulumi.Input[
|
1859
|
+
def whois_opt_in(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
1861
1860
|
"""
|
1862
1861
|
Indicates whether the contact has opted into WHOIS publishing.
|
1863
1862
|
"""
|
1864
1863
|
return pulumi.get(self, "whois_opt_in")
|
1865
1864
|
|
1866
1865
|
@whois_opt_in.setter
|
1867
|
-
def whois_opt_in(self, value: Optional[pulumi.Input[
|
1866
|
+
def whois_opt_in(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1868
1867
|
pulumi.set(self, "whois_opt_in", value)
|
1869
1868
|
|
1870
1869
|
|
1871
1870
|
if not MYPY:
|
1872
1871
|
class RegistrationOwnerContactExtensionEuArgsDict(TypedDict):
|
1873
|
-
european_citizenship: NotRequired[pulumi.Input[
|
1872
|
+
european_citizenship: NotRequired[pulumi.Input[_builtins.str]]
|
1874
1873
|
"""
|
1875
1874
|
Indicates the European citizenship of the contact.
|
1876
1875
|
"""
|
@@ -1880,23 +1879,23 @@ elif False:
|
|
1880
1879
|
@pulumi.input_type
|
1881
1880
|
class RegistrationOwnerContactExtensionEuArgs:
|
1882
1881
|
def __init__(__self__, *,
|
1883
|
-
european_citizenship: Optional[pulumi.Input[
|
1882
|
+
european_citizenship: Optional[pulumi.Input[_builtins.str]] = None):
|
1884
1883
|
"""
|
1885
|
-
:param pulumi.Input[
|
1884
|
+
:param pulumi.Input[_builtins.str] european_citizenship: Indicates the European citizenship of the contact.
|
1886
1885
|
"""
|
1887
1886
|
if european_citizenship is not None:
|
1888
1887
|
pulumi.set(__self__, "european_citizenship", european_citizenship)
|
1889
1888
|
|
1890
|
-
@property
|
1889
|
+
@_builtins.property
|
1891
1890
|
@pulumi.getter(name="europeanCitizenship")
|
1892
|
-
def european_citizenship(self) -> Optional[pulumi.Input[
|
1891
|
+
def european_citizenship(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1893
1892
|
"""
|
1894
1893
|
Indicates the European citizenship of the contact.
|
1895
1894
|
"""
|
1896
1895
|
return pulumi.get(self, "european_citizenship")
|
1897
1896
|
|
1898
1897
|
@european_citizenship.setter
|
1899
|
-
def european_citizenship(self, value: Optional[pulumi.Input[
|
1898
|
+
def european_citizenship(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1900
1899
|
pulumi.set(self, "european_citizenship", value)
|
1901
1900
|
|
1902
1901
|
|
@@ -1918,7 +1917,7 @@ if not MYPY:
|
|
1918
1917
|
"""
|
1919
1918
|
Information about the individual registration for French domains.
|
1920
1919
|
"""
|
1921
|
-
mode: NotRequired[pulumi.Input[
|
1920
|
+
mode: NotRequired[pulumi.Input[_builtins.str]]
|
1922
1921
|
"""
|
1923
1922
|
Mode of the French extension (e.g., 'individual', 'duns', 'association', etc.).
|
1924
1923
|
"""
|
@@ -1936,14 +1935,14 @@ class RegistrationOwnerContactExtensionFrArgs:
|
|
1936
1935
|
code_auth_afnic_info: Optional[pulumi.Input['RegistrationOwnerContactExtensionFrCodeAuthAfnicInfoArgs']] = None,
|
1937
1936
|
duns_info: Optional[pulumi.Input['RegistrationOwnerContactExtensionFrDunsInfoArgs']] = None,
|
1938
1937
|
individual_info: Optional[pulumi.Input['RegistrationOwnerContactExtensionFrIndividualInfoArgs']] = None,
|
1939
|
-
mode: Optional[pulumi.Input[
|
1938
|
+
mode: Optional[pulumi.Input[_builtins.str]] = None,
|
1940
1939
|
trademark_info: Optional[pulumi.Input['RegistrationOwnerContactExtensionFrTrademarkInfoArgs']] = None):
|
1941
1940
|
"""
|
1942
1941
|
:param pulumi.Input['RegistrationOwnerContactExtensionFrAssociationInfoArgs'] association_info: Association-specific information for the domain (French extension).
|
1943
1942
|
:param pulumi.Input['RegistrationOwnerContactExtensionFrCodeAuthAfnicInfoArgs'] code_auth_afnic_info: AFNIC authorization information for the contact (French extension).
|
1944
1943
|
:param pulumi.Input['RegistrationOwnerContactExtensionFrDunsInfoArgs'] duns_info: DUNS information for the domain owner (specific to French domains).
|
1945
1944
|
:param pulumi.Input['RegistrationOwnerContactExtensionFrIndividualInfoArgs'] individual_info: Information about the individual registration for French domains.
|
1946
|
-
:param pulumi.Input[
|
1945
|
+
:param pulumi.Input[_builtins.str] mode: Mode of the French extension (e.g., 'individual', 'duns', 'association', etc.).
|
1947
1946
|
:param pulumi.Input['RegistrationOwnerContactExtensionFrTrademarkInfoArgs'] trademark_info: Trademark-related information for the domain (French extension).
|
1948
1947
|
"""
|
1949
1948
|
if association_info is not None:
|
@@ -1959,7 +1958,7 @@ class RegistrationOwnerContactExtensionFrArgs:
|
|
1959
1958
|
if trademark_info is not None:
|
1960
1959
|
pulumi.set(__self__, "trademark_info", trademark_info)
|
1961
1960
|
|
1962
|
-
@property
|
1961
|
+
@_builtins.property
|
1963
1962
|
@pulumi.getter(name="associationInfo")
|
1964
1963
|
def association_info(self) -> Optional[pulumi.Input['RegistrationOwnerContactExtensionFrAssociationInfoArgs']]:
|
1965
1964
|
"""
|
@@ -1971,7 +1970,7 @@ class RegistrationOwnerContactExtensionFrArgs:
|
|
1971
1970
|
def association_info(self, value: Optional[pulumi.Input['RegistrationOwnerContactExtensionFrAssociationInfoArgs']]):
|
1972
1971
|
pulumi.set(self, "association_info", value)
|
1973
1972
|
|
1974
|
-
@property
|
1973
|
+
@_builtins.property
|
1975
1974
|
@pulumi.getter(name="codeAuthAfnicInfo")
|
1976
1975
|
def code_auth_afnic_info(self) -> Optional[pulumi.Input['RegistrationOwnerContactExtensionFrCodeAuthAfnicInfoArgs']]:
|
1977
1976
|
"""
|
@@ -1983,7 +1982,7 @@ class RegistrationOwnerContactExtensionFrArgs:
|
|
1983
1982
|
def code_auth_afnic_info(self, value: Optional[pulumi.Input['RegistrationOwnerContactExtensionFrCodeAuthAfnicInfoArgs']]):
|
1984
1983
|
pulumi.set(self, "code_auth_afnic_info", value)
|
1985
1984
|
|
1986
|
-
@property
|
1985
|
+
@_builtins.property
|
1987
1986
|
@pulumi.getter(name="dunsInfo")
|
1988
1987
|
def duns_info(self) -> Optional[pulumi.Input['RegistrationOwnerContactExtensionFrDunsInfoArgs']]:
|
1989
1988
|
"""
|
@@ -1995,7 +1994,7 @@ class RegistrationOwnerContactExtensionFrArgs:
|
|
1995
1994
|
def duns_info(self, value: Optional[pulumi.Input['RegistrationOwnerContactExtensionFrDunsInfoArgs']]):
|
1996
1995
|
pulumi.set(self, "duns_info", value)
|
1997
1996
|
|
1998
|
-
@property
|
1997
|
+
@_builtins.property
|
1999
1998
|
@pulumi.getter(name="individualInfo")
|
2000
1999
|
def individual_info(self) -> Optional[pulumi.Input['RegistrationOwnerContactExtensionFrIndividualInfoArgs']]:
|
2001
2000
|
"""
|
@@ -2007,19 +2006,19 @@ class RegistrationOwnerContactExtensionFrArgs:
|
|
2007
2006
|
def individual_info(self, value: Optional[pulumi.Input['RegistrationOwnerContactExtensionFrIndividualInfoArgs']]):
|
2008
2007
|
pulumi.set(self, "individual_info", value)
|
2009
2008
|
|
2010
|
-
@property
|
2009
|
+
@_builtins.property
|
2011
2010
|
@pulumi.getter
|
2012
|
-
def mode(self) -> Optional[pulumi.Input[
|
2011
|
+
def mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2013
2012
|
"""
|
2014
2013
|
Mode of the French extension (e.g., 'individual', 'duns', 'association', etc.).
|
2015
2014
|
"""
|
2016
2015
|
return pulumi.get(self, "mode")
|
2017
2016
|
|
2018
2017
|
@mode.setter
|
2019
|
-
def mode(self, value: Optional[pulumi.Input[
|
2018
|
+
def mode(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2020
2019
|
pulumi.set(self, "mode", value)
|
2021
2020
|
|
2022
|
-
@property
|
2021
|
+
@_builtins.property
|
2023
2022
|
@pulumi.getter(name="trademarkInfo")
|
2024
2023
|
def trademark_info(self) -> Optional[pulumi.Input['RegistrationOwnerContactExtensionFrTrademarkInfoArgs']]:
|
2025
2024
|
"""
|
@@ -2034,11 +2033,11 @@ class RegistrationOwnerContactExtensionFrArgs:
|
|
2034
2033
|
|
2035
2034
|
if not MYPY:
|
2036
2035
|
class RegistrationOwnerContactExtensionFrAssociationInfoArgsDict(TypedDict):
|
2037
|
-
publication_jo: NotRequired[pulumi.Input[
|
2036
|
+
publication_jo: NotRequired[pulumi.Input[_builtins.str]]
|
2038
2037
|
"""
|
2039
2038
|
Publication date in the Official Journal (RFC3339 format) for association information.
|
2040
2039
|
"""
|
2041
|
-
publication_jo_page: NotRequired[pulumi.Input[
|
2040
|
+
publication_jo_page: NotRequired[pulumi.Input[_builtins.int]]
|
2042
2041
|
"""
|
2043
2042
|
Page number of the publication in the Official Journal for association information.
|
2044
2043
|
"""
|
@@ -2048,45 +2047,45 @@ elif False:
|
|
2048
2047
|
@pulumi.input_type
|
2049
2048
|
class RegistrationOwnerContactExtensionFrAssociationInfoArgs:
|
2050
2049
|
def __init__(__self__, *,
|
2051
|
-
publication_jo: Optional[pulumi.Input[
|
2052
|
-
publication_jo_page: Optional[pulumi.Input[
|
2050
|
+
publication_jo: Optional[pulumi.Input[_builtins.str]] = None,
|
2051
|
+
publication_jo_page: Optional[pulumi.Input[_builtins.int]] = None):
|
2053
2052
|
"""
|
2054
|
-
:param pulumi.Input[
|
2055
|
-
:param pulumi.Input[
|
2053
|
+
:param pulumi.Input[_builtins.str] publication_jo: Publication date in the Official Journal (RFC3339 format) for association information.
|
2054
|
+
:param pulumi.Input[_builtins.int] publication_jo_page: Page number of the publication in the Official Journal for association information.
|
2056
2055
|
"""
|
2057
2056
|
if publication_jo is not None:
|
2058
2057
|
pulumi.set(__self__, "publication_jo", publication_jo)
|
2059
2058
|
if publication_jo_page is not None:
|
2060
2059
|
pulumi.set(__self__, "publication_jo_page", publication_jo_page)
|
2061
2060
|
|
2062
|
-
@property
|
2061
|
+
@_builtins.property
|
2063
2062
|
@pulumi.getter(name="publicationJo")
|
2064
|
-
def publication_jo(self) -> Optional[pulumi.Input[
|
2063
|
+
def publication_jo(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2065
2064
|
"""
|
2066
2065
|
Publication date in the Official Journal (RFC3339 format) for association information.
|
2067
2066
|
"""
|
2068
2067
|
return pulumi.get(self, "publication_jo")
|
2069
2068
|
|
2070
2069
|
@publication_jo.setter
|
2071
|
-
def publication_jo(self, value: Optional[pulumi.Input[
|
2070
|
+
def publication_jo(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2072
2071
|
pulumi.set(self, "publication_jo", value)
|
2073
2072
|
|
2074
|
-
@property
|
2073
|
+
@_builtins.property
|
2075
2074
|
@pulumi.getter(name="publicationJoPage")
|
2076
|
-
def publication_jo_page(self) -> Optional[pulumi.Input[
|
2075
|
+
def publication_jo_page(self) -> Optional[pulumi.Input[_builtins.int]]:
|
2077
2076
|
"""
|
2078
2077
|
Page number of the publication in the Official Journal for association information.
|
2079
2078
|
"""
|
2080
2079
|
return pulumi.get(self, "publication_jo_page")
|
2081
2080
|
|
2082
2081
|
@publication_jo_page.setter
|
2083
|
-
def publication_jo_page(self, value: Optional[pulumi.Input[
|
2082
|
+
def publication_jo_page(self, value: Optional[pulumi.Input[_builtins.int]]):
|
2084
2083
|
pulumi.set(self, "publication_jo_page", value)
|
2085
2084
|
|
2086
2085
|
|
2087
2086
|
if not MYPY:
|
2088
2087
|
class RegistrationOwnerContactExtensionFrCodeAuthAfnicInfoArgsDict(TypedDict):
|
2089
|
-
code_auth_afnic: NotRequired[pulumi.Input[
|
2088
|
+
code_auth_afnic: NotRequired[pulumi.Input[_builtins.str]]
|
2090
2089
|
"""
|
2091
2090
|
AFNIC authorization code for the contact (specific to French domains).
|
2092
2091
|
"""
|
@@ -2096,33 +2095,33 @@ elif False:
|
|
2096
2095
|
@pulumi.input_type
|
2097
2096
|
class RegistrationOwnerContactExtensionFrCodeAuthAfnicInfoArgs:
|
2098
2097
|
def __init__(__self__, *,
|
2099
|
-
code_auth_afnic: Optional[pulumi.Input[
|
2098
|
+
code_auth_afnic: Optional[pulumi.Input[_builtins.str]] = None):
|
2100
2099
|
"""
|
2101
|
-
:param pulumi.Input[
|
2100
|
+
:param pulumi.Input[_builtins.str] code_auth_afnic: AFNIC authorization code for the contact (specific to French domains).
|
2102
2101
|
"""
|
2103
2102
|
if code_auth_afnic is not None:
|
2104
2103
|
pulumi.set(__self__, "code_auth_afnic", code_auth_afnic)
|
2105
2104
|
|
2106
|
-
@property
|
2105
|
+
@_builtins.property
|
2107
2106
|
@pulumi.getter(name="codeAuthAfnic")
|
2108
|
-
def code_auth_afnic(self) -> Optional[pulumi.Input[
|
2107
|
+
def code_auth_afnic(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2109
2108
|
"""
|
2110
2109
|
AFNIC authorization code for the contact (specific to French domains).
|
2111
2110
|
"""
|
2112
2111
|
return pulumi.get(self, "code_auth_afnic")
|
2113
2112
|
|
2114
2113
|
@code_auth_afnic.setter
|
2115
|
-
def code_auth_afnic(self, value: Optional[pulumi.Input[
|
2114
|
+
def code_auth_afnic(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2116
2115
|
pulumi.set(self, "code_auth_afnic", value)
|
2117
2116
|
|
2118
2117
|
|
2119
2118
|
if not MYPY:
|
2120
2119
|
class RegistrationOwnerContactExtensionFrDunsInfoArgsDict(TypedDict):
|
2121
|
-
duns_id: NotRequired[pulumi.Input[
|
2120
|
+
duns_id: NotRequired[pulumi.Input[_builtins.str]]
|
2122
2121
|
"""
|
2123
2122
|
DUNS ID associated with the domain owner (for French domains).
|
2124
2123
|
"""
|
2125
|
-
local_id: NotRequired[pulumi.Input[
|
2124
|
+
local_id: NotRequired[pulumi.Input[_builtins.str]]
|
2126
2125
|
"""
|
2127
2126
|
Local identifier of the domain owner (for French domains).
|
2128
2127
|
"""
|
@@ -2132,45 +2131,45 @@ elif False:
|
|
2132
2131
|
@pulumi.input_type
|
2133
2132
|
class RegistrationOwnerContactExtensionFrDunsInfoArgs:
|
2134
2133
|
def __init__(__self__, *,
|
2135
|
-
duns_id: Optional[pulumi.Input[
|
2136
|
-
local_id: Optional[pulumi.Input[
|
2134
|
+
duns_id: Optional[pulumi.Input[_builtins.str]] = None,
|
2135
|
+
local_id: Optional[pulumi.Input[_builtins.str]] = None):
|
2137
2136
|
"""
|
2138
|
-
:param pulumi.Input[
|
2139
|
-
:param pulumi.Input[
|
2137
|
+
:param pulumi.Input[_builtins.str] duns_id: DUNS ID associated with the domain owner (for French domains).
|
2138
|
+
:param pulumi.Input[_builtins.str] local_id: Local identifier of the domain owner (for French domains).
|
2140
2139
|
"""
|
2141
2140
|
if duns_id is not None:
|
2142
2141
|
pulumi.set(__self__, "duns_id", duns_id)
|
2143
2142
|
if local_id is not None:
|
2144
2143
|
pulumi.set(__self__, "local_id", local_id)
|
2145
2144
|
|
2146
|
-
@property
|
2145
|
+
@_builtins.property
|
2147
2146
|
@pulumi.getter(name="dunsId")
|
2148
|
-
def duns_id(self) -> Optional[pulumi.Input[
|
2147
|
+
def duns_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2149
2148
|
"""
|
2150
2149
|
DUNS ID associated with the domain owner (for French domains).
|
2151
2150
|
"""
|
2152
2151
|
return pulumi.get(self, "duns_id")
|
2153
2152
|
|
2154
2153
|
@duns_id.setter
|
2155
|
-
def duns_id(self, value: Optional[pulumi.Input[
|
2154
|
+
def duns_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2156
2155
|
pulumi.set(self, "duns_id", value)
|
2157
2156
|
|
2158
|
-
@property
|
2157
|
+
@_builtins.property
|
2159
2158
|
@pulumi.getter(name="localId")
|
2160
|
-
def local_id(self) -> Optional[pulumi.Input[
|
2159
|
+
def local_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2161
2160
|
"""
|
2162
2161
|
Local identifier of the domain owner (for French domains).
|
2163
2162
|
"""
|
2164
2163
|
return pulumi.get(self, "local_id")
|
2165
2164
|
|
2166
2165
|
@local_id.setter
|
2167
|
-
def local_id(self, value: Optional[pulumi.Input[
|
2166
|
+
def local_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2168
2167
|
pulumi.set(self, "local_id", value)
|
2169
2168
|
|
2170
2169
|
|
2171
2170
|
if not MYPY:
|
2172
2171
|
class RegistrationOwnerContactExtensionFrIndividualInfoArgsDict(TypedDict):
|
2173
|
-
whois_opt_in: NotRequired[pulumi.Input[
|
2172
|
+
whois_opt_in: NotRequired[pulumi.Input[_builtins.bool]]
|
2174
2173
|
"""
|
2175
2174
|
Whether the individual contact has opted into WHOIS publishing.
|
2176
2175
|
"""
|
@@ -2180,29 +2179,29 @@ elif False:
|
|
2180
2179
|
@pulumi.input_type
|
2181
2180
|
class RegistrationOwnerContactExtensionFrIndividualInfoArgs:
|
2182
2181
|
def __init__(__self__, *,
|
2183
|
-
whois_opt_in: Optional[pulumi.Input[
|
2182
|
+
whois_opt_in: Optional[pulumi.Input[_builtins.bool]] = None):
|
2184
2183
|
"""
|
2185
|
-
:param pulumi.Input[
|
2184
|
+
:param pulumi.Input[_builtins.bool] whois_opt_in: Whether the individual contact has opted into WHOIS publishing.
|
2186
2185
|
"""
|
2187
2186
|
if whois_opt_in is not None:
|
2188
2187
|
pulumi.set(__self__, "whois_opt_in", whois_opt_in)
|
2189
2188
|
|
2190
|
-
@property
|
2189
|
+
@_builtins.property
|
2191
2190
|
@pulumi.getter(name="whoisOptIn")
|
2192
|
-
def whois_opt_in(self) -> Optional[pulumi.Input[
|
2191
|
+
def whois_opt_in(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
2193
2192
|
"""
|
2194
2193
|
Whether the individual contact has opted into WHOIS publishing.
|
2195
2194
|
"""
|
2196
2195
|
return pulumi.get(self, "whois_opt_in")
|
2197
2196
|
|
2198
2197
|
@whois_opt_in.setter
|
2199
|
-
def whois_opt_in(self, value: Optional[pulumi.Input[
|
2198
|
+
def whois_opt_in(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
2200
2199
|
pulumi.set(self, "whois_opt_in", value)
|
2201
2200
|
|
2202
2201
|
|
2203
2202
|
if not MYPY:
|
2204
2203
|
class RegistrationOwnerContactExtensionFrTrademarkInfoArgsDict(TypedDict):
|
2205
|
-
trademark_inpi: NotRequired[pulumi.Input[
|
2204
|
+
trademark_inpi: NotRequired[pulumi.Input[_builtins.str]]
|
2206
2205
|
"""
|
2207
2206
|
Trademark information from INPI (French extension).
|
2208
2207
|
"""
|
@@ -2212,81 +2211,81 @@ elif False:
|
|
2212
2211
|
@pulumi.input_type
|
2213
2212
|
class RegistrationOwnerContactExtensionFrTrademarkInfoArgs:
|
2214
2213
|
def __init__(__self__, *,
|
2215
|
-
trademark_inpi: Optional[pulumi.Input[
|
2214
|
+
trademark_inpi: Optional[pulumi.Input[_builtins.str]] = None):
|
2216
2215
|
"""
|
2217
|
-
:param pulumi.Input[
|
2216
|
+
:param pulumi.Input[_builtins.str] trademark_inpi: Trademark information from INPI (French extension).
|
2218
2217
|
"""
|
2219
2218
|
if trademark_inpi is not None:
|
2220
2219
|
pulumi.set(__self__, "trademark_inpi", trademark_inpi)
|
2221
2220
|
|
2222
|
-
@property
|
2221
|
+
@_builtins.property
|
2223
2222
|
@pulumi.getter(name="trademarkInpi")
|
2224
|
-
def trademark_inpi(self) -> Optional[pulumi.Input[
|
2223
|
+
def trademark_inpi(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2225
2224
|
"""
|
2226
2225
|
Trademark information from INPI (French extension).
|
2227
2226
|
"""
|
2228
2227
|
return pulumi.get(self, "trademark_inpi")
|
2229
2228
|
|
2230
2229
|
@trademark_inpi.setter
|
2231
|
-
def trademark_inpi(self, value: Optional[pulumi.Input[
|
2230
|
+
def trademark_inpi(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2232
2231
|
pulumi.set(self, "trademark_inpi", value)
|
2233
2232
|
|
2234
2233
|
|
2235
2234
|
if not MYPY:
|
2236
2235
|
class RegistrationTechnicalContactArgsDict(TypedDict):
|
2237
|
-
address_line1: pulumi.Input[
|
2236
|
+
address_line1: pulumi.Input[_builtins.str]
|
2238
2237
|
"""
|
2239
2238
|
Primary address line for the contact.
|
2240
2239
|
"""
|
2241
|
-
city: pulumi.Input[
|
2240
|
+
city: pulumi.Input[_builtins.str]
|
2242
2241
|
"""
|
2243
2242
|
City of the contact's address.
|
2244
2243
|
"""
|
2245
|
-
company_identification_code: pulumi.Input[
|
2244
|
+
company_identification_code: pulumi.Input[_builtins.str]
|
2246
2245
|
"""
|
2247
2246
|
Company identification code (e.g., SIREN/SIRET in France) for the contact.
|
2248
2247
|
"""
|
2249
|
-
country: pulumi.Input[
|
2248
|
+
country: pulumi.Input[_builtins.str]
|
2250
2249
|
"""
|
2251
2250
|
Country code of the contact's address (ISO format).
|
2252
2251
|
"""
|
2253
|
-
email: pulumi.Input[
|
2252
|
+
email: pulumi.Input[_builtins.str]
|
2254
2253
|
"""
|
2255
2254
|
Primary email address of the contact.
|
2256
2255
|
"""
|
2257
|
-
firstname: pulumi.Input[
|
2256
|
+
firstname: pulumi.Input[_builtins.str]
|
2258
2257
|
"""
|
2259
2258
|
First name of the contact.
|
2260
2259
|
"""
|
2261
|
-
lastname: pulumi.Input[
|
2260
|
+
lastname: pulumi.Input[_builtins.str]
|
2262
2261
|
"""
|
2263
2262
|
Last name of the contact.
|
2264
2263
|
"""
|
2265
|
-
legal_form: pulumi.Input[
|
2264
|
+
legal_form: pulumi.Input[_builtins.str]
|
2266
2265
|
"""
|
2267
2266
|
Legal form of the contact (e.g., 'individual' or 'organization').
|
2268
2267
|
"""
|
2269
|
-
phone_number: pulumi.Input[
|
2268
|
+
phone_number: pulumi.Input[_builtins.str]
|
2270
2269
|
"""
|
2271
2270
|
Primary phone number of the contact.
|
2272
2271
|
"""
|
2273
|
-
vat_identification_code: pulumi.Input[
|
2272
|
+
vat_identification_code: pulumi.Input[_builtins.str]
|
2274
2273
|
"""
|
2275
2274
|
VAT identification code of the contact, if applicable.
|
2276
2275
|
"""
|
2277
|
-
zip: pulumi.Input[
|
2276
|
+
zip: pulumi.Input[_builtins.str]
|
2278
2277
|
"""
|
2279
2278
|
Postal code of the contact's address.
|
2280
2279
|
"""
|
2281
|
-
address_line2: NotRequired[pulumi.Input[
|
2280
|
+
address_line2: NotRequired[pulumi.Input[_builtins.str]]
|
2282
2281
|
"""
|
2283
2282
|
Secondary address line for the contact (optional).
|
2284
2283
|
"""
|
2285
|
-
company_name: NotRequired[pulumi.Input[
|
2284
|
+
company_name: NotRequired[pulumi.Input[_builtins.str]]
|
2286
2285
|
"""
|
2287
2286
|
Name of the company associated with the contact (if applicable).
|
2288
2287
|
"""
|
2289
|
-
email_alt: NotRequired[pulumi.Input[
|
2288
|
+
email_alt: NotRequired[pulumi.Input[_builtins.str]]
|
2290
2289
|
"""
|
2291
2290
|
Alternative email address for the contact.
|
2292
2291
|
"""
|
@@ -2298,27 +2297,27 @@ if not MYPY:
|
|
2298
2297
|
"""
|
2299
2298
|
Details specific to French domain extensions.
|
2300
2299
|
"""
|
2301
|
-
extension_nls: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
2300
|
+
extension_nls: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
2302
2301
|
"""
|
2303
2302
|
Extension details specific to Dutch domain registrations.
|
2304
2303
|
"""
|
2305
|
-
fax_number: NotRequired[pulumi.Input[
|
2304
|
+
fax_number: NotRequired[pulumi.Input[_builtins.str]]
|
2306
2305
|
"""
|
2307
2306
|
Fax number for the contact (if available).
|
2308
2307
|
"""
|
2309
|
-
lang: NotRequired[pulumi.Input[
|
2308
|
+
lang: NotRequired[pulumi.Input[_builtins.str]]
|
2310
2309
|
"""
|
2311
2310
|
Preferred language of the contact (e.g., 'en_US', 'fr_FR').
|
2312
2311
|
"""
|
2313
|
-
resale: NotRequired[pulumi.Input[
|
2312
|
+
resale: NotRequired[pulumi.Input[_builtins.bool]]
|
2314
2313
|
"""
|
2315
2314
|
Indicates if the contact is used for resale purposes.
|
2316
2315
|
"""
|
2317
|
-
state: NotRequired[pulumi.Input[
|
2316
|
+
state: NotRequired[pulumi.Input[_builtins.str]]
|
2318
2317
|
"""
|
2319
2318
|
State or region of the contact.
|
2320
2319
|
"""
|
2321
|
-
whois_opt_in: NotRequired[pulumi.Input[
|
2320
|
+
whois_opt_in: NotRequired[pulumi.Input[_builtins.bool]]
|
2322
2321
|
"""
|
2323
2322
|
Indicates whether the contact has opted into WHOIS publishing.
|
2324
2323
|
"""
|
@@ -2328,51 +2327,51 @@ elif False:
|
|
2328
2327
|
@pulumi.input_type
|
2329
2328
|
class RegistrationTechnicalContactArgs:
|
2330
2329
|
def __init__(__self__, *,
|
2331
|
-
address_line1: pulumi.Input[
|
2332
|
-
city: pulumi.Input[
|
2333
|
-
company_identification_code: pulumi.Input[
|
2334
|
-
country: pulumi.Input[
|
2335
|
-
email: pulumi.Input[
|
2336
|
-
firstname: pulumi.Input[
|
2337
|
-
lastname: pulumi.Input[
|
2338
|
-
legal_form: pulumi.Input[
|
2339
|
-
phone_number: pulumi.Input[
|
2340
|
-
vat_identification_code: pulumi.Input[
|
2341
|
-
zip: pulumi.Input[
|
2342
|
-
address_line2: Optional[pulumi.Input[
|
2343
|
-
company_name: Optional[pulumi.Input[
|
2344
|
-
email_alt: Optional[pulumi.Input[
|
2330
|
+
address_line1: pulumi.Input[_builtins.str],
|
2331
|
+
city: pulumi.Input[_builtins.str],
|
2332
|
+
company_identification_code: pulumi.Input[_builtins.str],
|
2333
|
+
country: pulumi.Input[_builtins.str],
|
2334
|
+
email: pulumi.Input[_builtins.str],
|
2335
|
+
firstname: pulumi.Input[_builtins.str],
|
2336
|
+
lastname: pulumi.Input[_builtins.str],
|
2337
|
+
legal_form: pulumi.Input[_builtins.str],
|
2338
|
+
phone_number: pulumi.Input[_builtins.str],
|
2339
|
+
vat_identification_code: pulumi.Input[_builtins.str],
|
2340
|
+
zip: pulumi.Input[_builtins.str],
|
2341
|
+
address_line2: Optional[pulumi.Input[_builtins.str]] = None,
|
2342
|
+
company_name: Optional[pulumi.Input[_builtins.str]] = None,
|
2343
|
+
email_alt: Optional[pulumi.Input[_builtins.str]] = None,
|
2345
2344
|
extension_eu: Optional[pulumi.Input['RegistrationTechnicalContactExtensionEuArgs']] = None,
|
2346
2345
|
extension_fr: Optional[pulumi.Input['RegistrationTechnicalContactExtensionFrArgs']] = None,
|
2347
|
-
extension_nls: Optional[pulumi.Input[Sequence[pulumi.Input[
|
2348
|
-
fax_number: Optional[pulumi.Input[
|
2349
|
-
lang: Optional[pulumi.Input[
|
2350
|
-
resale: Optional[pulumi.Input[
|
2351
|
-
state: Optional[pulumi.Input[
|
2352
|
-
whois_opt_in: Optional[pulumi.Input[
|
2353
|
-
"""
|
2354
|
-
:param pulumi.Input[
|
2355
|
-
:param pulumi.Input[
|
2356
|
-
:param pulumi.Input[
|
2357
|
-
:param pulumi.Input[
|
2358
|
-
:param pulumi.Input[
|
2359
|
-
:param pulumi.Input[
|
2360
|
-
:param pulumi.Input[
|
2361
|
-
:param pulumi.Input[
|
2362
|
-
:param pulumi.Input[
|
2363
|
-
:param pulumi.Input[
|
2364
|
-
:param pulumi.Input[
|
2365
|
-
:param pulumi.Input[
|
2366
|
-
:param pulumi.Input[
|
2367
|
-
:param pulumi.Input[
|
2346
|
+
extension_nls: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
2347
|
+
fax_number: Optional[pulumi.Input[_builtins.str]] = None,
|
2348
|
+
lang: Optional[pulumi.Input[_builtins.str]] = None,
|
2349
|
+
resale: Optional[pulumi.Input[_builtins.bool]] = None,
|
2350
|
+
state: Optional[pulumi.Input[_builtins.str]] = None,
|
2351
|
+
whois_opt_in: Optional[pulumi.Input[_builtins.bool]] = None):
|
2352
|
+
"""
|
2353
|
+
:param pulumi.Input[_builtins.str] address_line1: Primary address line for the contact.
|
2354
|
+
:param pulumi.Input[_builtins.str] city: City of the contact's address.
|
2355
|
+
:param pulumi.Input[_builtins.str] company_identification_code: Company identification code (e.g., SIREN/SIRET in France) for the contact.
|
2356
|
+
:param pulumi.Input[_builtins.str] country: Country code of the contact's address (ISO format).
|
2357
|
+
:param pulumi.Input[_builtins.str] email: Primary email address of the contact.
|
2358
|
+
:param pulumi.Input[_builtins.str] firstname: First name of the contact.
|
2359
|
+
:param pulumi.Input[_builtins.str] lastname: Last name of the contact.
|
2360
|
+
:param pulumi.Input[_builtins.str] legal_form: Legal form of the contact (e.g., 'individual' or 'organization').
|
2361
|
+
:param pulumi.Input[_builtins.str] phone_number: Primary phone number of the contact.
|
2362
|
+
:param pulumi.Input[_builtins.str] vat_identification_code: VAT identification code of the contact, if applicable.
|
2363
|
+
:param pulumi.Input[_builtins.str] zip: Postal code of the contact's address.
|
2364
|
+
:param pulumi.Input[_builtins.str] address_line2: Secondary address line for the contact (optional).
|
2365
|
+
:param pulumi.Input[_builtins.str] company_name: Name of the company associated with the contact (if applicable).
|
2366
|
+
:param pulumi.Input[_builtins.str] email_alt: Alternative email address for the contact.
|
2368
2367
|
:param pulumi.Input['RegistrationTechnicalContactExtensionEuArgs'] extension_eu: Details specific to European domain extensions.
|
2369
2368
|
:param pulumi.Input['RegistrationTechnicalContactExtensionFrArgs'] extension_fr: Details specific to French domain extensions.
|
2370
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
2371
|
-
:param pulumi.Input[
|
2372
|
-
:param pulumi.Input[
|
2373
|
-
:param pulumi.Input[
|
2374
|
-
:param pulumi.Input[
|
2375
|
-
:param pulumi.Input[
|
2369
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] extension_nls: Extension details specific to Dutch domain registrations.
|
2370
|
+
:param pulumi.Input[_builtins.str] fax_number: Fax number for the contact (if available).
|
2371
|
+
:param pulumi.Input[_builtins.str] lang: Preferred language of the contact (e.g., 'en_US', 'fr_FR').
|
2372
|
+
:param pulumi.Input[_builtins.bool] resale: Indicates if the contact is used for resale purposes.
|
2373
|
+
:param pulumi.Input[_builtins.str] state: State or region of the contact.
|
2374
|
+
:param pulumi.Input[_builtins.bool] whois_opt_in: Indicates whether the contact has opted into WHOIS publishing.
|
2376
2375
|
"""
|
2377
2376
|
pulumi.set(__self__, "address_line1", address_line1)
|
2378
2377
|
pulumi.set(__self__, "city", city)
|
@@ -2408,175 +2407,175 @@ class RegistrationTechnicalContactArgs:
|
|
2408
2407
|
if whois_opt_in is not None:
|
2409
2408
|
pulumi.set(__self__, "whois_opt_in", whois_opt_in)
|
2410
2409
|
|
2411
|
-
@property
|
2410
|
+
@_builtins.property
|
2412
2411
|
@pulumi.getter(name="addressLine1")
|
2413
|
-
def address_line1(self) -> pulumi.Input[
|
2412
|
+
def address_line1(self) -> pulumi.Input[_builtins.str]:
|
2414
2413
|
"""
|
2415
2414
|
Primary address line for the contact.
|
2416
2415
|
"""
|
2417
2416
|
return pulumi.get(self, "address_line1")
|
2418
2417
|
|
2419
2418
|
@address_line1.setter
|
2420
|
-
def address_line1(self, value: pulumi.Input[
|
2419
|
+
def address_line1(self, value: pulumi.Input[_builtins.str]):
|
2421
2420
|
pulumi.set(self, "address_line1", value)
|
2422
2421
|
|
2423
|
-
@property
|
2422
|
+
@_builtins.property
|
2424
2423
|
@pulumi.getter
|
2425
|
-
def city(self) -> pulumi.Input[
|
2424
|
+
def city(self) -> pulumi.Input[_builtins.str]:
|
2426
2425
|
"""
|
2427
2426
|
City of the contact's address.
|
2428
2427
|
"""
|
2429
2428
|
return pulumi.get(self, "city")
|
2430
2429
|
|
2431
2430
|
@city.setter
|
2432
|
-
def city(self, value: pulumi.Input[
|
2431
|
+
def city(self, value: pulumi.Input[_builtins.str]):
|
2433
2432
|
pulumi.set(self, "city", value)
|
2434
2433
|
|
2435
|
-
@property
|
2434
|
+
@_builtins.property
|
2436
2435
|
@pulumi.getter(name="companyIdentificationCode")
|
2437
|
-
def company_identification_code(self) -> pulumi.Input[
|
2436
|
+
def company_identification_code(self) -> pulumi.Input[_builtins.str]:
|
2438
2437
|
"""
|
2439
2438
|
Company identification code (e.g., SIREN/SIRET in France) for the contact.
|
2440
2439
|
"""
|
2441
2440
|
return pulumi.get(self, "company_identification_code")
|
2442
2441
|
|
2443
2442
|
@company_identification_code.setter
|
2444
|
-
def company_identification_code(self, value: pulumi.Input[
|
2443
|
+
def company_identification_code(self, value: pulumi.Input[_builtins.str]):
|
2445
2444
|
pulumi.set(self, "company_identification_code", value)
|
2446
2445
|
|
2447
|
-
@property
|
2446
|
+
@_builtins.property
|
2448
2447
|
@pulumi.getter
|
2449
|
-
def country(self) -> pulumi.Input[
|
2448
|
+
def country(self) -> pulumi.Input[_builtins.str]:
|
2450
2449
|
"""
|
2451
2450
|
Country code of the contact's address (ISO format).
|
2452
2451
|
"""
|
2453
2452
|
return pulumi.get(self, "country")
|
2454
2453
|
|
2455
2454
|
@country.setter
|
2456
|
-
def country(self, value: pulumi.Input[
|
2455
|
+
def country(self, value: pulumi.Input[_builtins.str]):
|
2457
2456
|
pulumi.set(self, "country", value)
|
2458
2457
|
|
2459
|
-
@property
|
2458
|
+
@_builtins.property
|
2460
2459
|
@pulumi.getter
|
2461
|
-
def email(self) -> pulumi.Input[
|
2460
|
+
def email(self) -> pulumi.Input[_builtins.str]:
|
2462
2461
|
"""
|
2463
2462
|
Primary email address of the contact.
|
2464
2463
|
"""
|
2465
2464
|
return pulumi.get(self, "email")
|
2466
2465
|
|
2467
2466
|
@email.setter
|
2468
|
-
def email(self, value: pulumi.Input[
|
2467
|
+
def email(self, value: pulumi.Input[_builtins.str]):
|
2469
2468
|
pulumi.set(self, "email", value)
|
2470
2469
|
|
2471
|
-
@property
|
2470
|
+
@_builtins.property
|
2472
2471
|
@pulumi.getter
|
2473
|
-
def firstname(self) -> pulumi.Input[
|
2472
|
+
def firstname(self) -> pulumi.Input[_builtins.str]:
|
2474
2473
|
"""
|
2475
2474
|
First name of the contact.
|
2476
2475
|
"""
|
2477
2476
|
return pulumi.get(self, "firstname")
|
2478
2477
|
|
2479
2478
|
@firstname.setter
|
2480
|
-
def firstname(self, value: pulumi.Input[
|
2479
|
+
def firstname(self, value: pulumi.Input[_builtins.str]):
|
2481
2480
|
pulumi.set(self, "firstname", value)
|
2482
2481
|
|
2483
|
-
@property
|
2482
|
+
@_builtins.property
|
2484
2483
|
@pulumi.getter
|
2485
|
-
def lastname(self) -> pulumi.Input[
|
2484
|
+
def lastname(self) -> pulumi.Input[_builtins.str]:
|
2486
2485
|
"""
|
2487
2486
|
Last name of the contact.
|
2488
2487
|
"""
|
2489
2488
|
return pulumi.get(self, "lastname")
|
2490
2489
|
|
2491
2490
|
@lastname.setter
|
2492
|
-
def lastname(self, value: pulumi.Input[
|
2491
|
+
def lastname(self, value: pulumi.Input[_builtins.str]):
|
2493
2492
|
pulumi.set(self, "lastname", value)
|
2494
2493
|
|
2495
|
-
@property
|
2494
|
+
@_builtins.property
|
2496
2495
|
@pulumi.getter(name="legalForm")
|
2497
|
-
def legal_form(self) -> pulumi.Input[
|
2496
|
+
def legal_form(self) -> pulumi.Input[_builtins.str]:
|
2498
2497
|
"""
|
2499
2498
|
Legal form of the contact (e.g., 'individual' or 'organization').
|
2500
2499
|
"""
|
2501
2500
|
return pulumi.get(self, "legal_form")
|
2502
2501
|
|
2503
2502
|
@legal_form.setter
|
2504
|
-
def legal_form(self, value: pulumi.Input[
|
2503
|
+
def legal_form(self, value: pulumi.Input[_builtins.str]):
|
2505
2504
|
pulumi.set(self, "legal_form", value)
|
2506
2505
|
|
2507
|
-
@property
|
2506
|
+
@_builtins.property
|
2508
2507
|
@pulumi.getter(name="phoneNumber")
|
2509
|
-
def phone_number(self) -> pulumi.Input[
|
2508
|
+
def phone_number(self) -> pulumi.Input[_builtins.str]:
|
2510
2509
|
"""
|
2511
2510
|
Primary phone number of the contact.
|
2512
2511
|
"""
|
2513
2512
|
return pulumi.get(self, "phone_number")
|
2514
2513
|
|
2515
2514
|
@phone_number.setter
|
2516
|
-
def phone_number(self, value: pulumi.Input[
|
2515
|
+
def phone_number(self, value: pulumi.Input[_builtins.str]):
|
2517
2516
|
pulumi.set(self, "phone_number", value)
|
2518
2517
|
|
2519
|
-
@property
|
2518
|
+
@_builtins.property
|
2520
2519
|
@pulumi.getter(name="vatIdentificationCode")
|
2521
|
-
def vat_identification_code(self) -> pulumi.Input[
|
2520
|
+
def vat_identification_code(self) -> pulumi.Input[_builtins.str]:
|
2522
2521
|
"""
|
2523
2522
|
VAT identification code of the contact, if applicable.
|
2524
2523
|
"""
|
2525
2524
|
return pulumi.get(self, "vat_identification_code")
|
2526
2525
|
|
2527
2526
|
@vat_identification_code.setter
|
2528
|
-
def vat_identification_code(self, value: pulumi.Input[
|
2527
|
+
def vat_identification_code(self, value: pulumi.Input[_builtins.str]):
|
2529
2528
|
pulumi.set(self, "vat_identification_code", value)
|
2530
2529
|
|
2531
|
-
@property
|
2530
|
+
@_builtins.property
|
2532
2531
|
@pulumi.getter
|
2533
|
-
def zip(self) -> pulumi.Input[
|
2532
|
+
def zip(self) -> pulumi.Input[_builtins.str]:
|
2534
2533
|
"""
|
2535
2534
|
Postal code of the contact's address.
|
2536
2535
|
"""
|
2537
2536
|
return pulumi.get(self, "zip")
|
2538
2537
|
|
2539
2538
|
@zip.setter
|
2540
|
-
def zip(self, value: pulumi.Input[
|
2539
|
+
def zip(self, value: pulumi.Input[_builtins.str]):
|
2541
2540
|
pulumi.set(self, "zip", value)
|
2542
2541
|
|
2543
|
-
@property
|
2542
|
+
@_builtins.property
|
2544
2543
|
@pulumi.getter(name="addressLine2")
|
2545
|
-
def address_line2(self) -> Optional[pulumi.Input[
|
2544
|
+
def address_line2(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2546
2545
|
"""
|
2547
2546
|
Secondary address line for the contact (optional).
|
2548
2547
|
"""
|
2549
2548
|
return pulumi.get(self, "address_line2")
|
2550
2549
|
|
2551
2550
|
@address_line2.setter
|
2552
|
-
def address_line2(self, value: Optional[pulumi.Input[
|
2551
|
+
def address_line2(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2553
2552
|
pulumi.set(self, "address_line2", value)
|
2554
2553
|
|
2555
|
-
@property
|
2554
|
+
@_builtins.property
|
2556
2555
|
@pulumi.getter(name="companyName")
|
2557
|
-
def company_name(self) -> Optional[pulumi.Input[
|
2556
|
+
def company_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2558
2557
|
"""
|
2559
2558
|
Name of the company associated with the contact (if applicable).
|
2560
2559
|
"""
|
2561
2560
|
return pulumi.get(self, "company_name")
|
2562
2561
|
|
2563
2562
|
@company_name.setter
|
2564
|
-
def company_name(self, value: Optional[pulumi.Input[
|
2563
|
+
def company_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2565
2564
|
pulumi.set(self, "company_name", value)
|
2566
2565
|
|
2567
|
-
@property
|
2566
|
+
@_builtins.property
|
2568
2567
|
@pulumi.getter(name="emailAlt")
|
2569
|
-
def email_alt(self) -> Optional[pulumi.Input[
|
2568
|
+
def email_alt(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2570
2569
|
"""
|
2571
2570
|
Alternative email address for the contact.
|
2572
2571
|
"""
|
2573
2572
|
return pulumi.get(self, "email_alt")
|
2574
2573
|
|
2575
2574
|
@email_alt.setter
|
2576
|
-
def email_alt(self, value: Optional[pulumi.Input[
|
2575
|
+
def email_alt(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2577
2576
|
pulumi.set(self, "email_alt", value)
|
2578
2577
|
|
2579
|
-
@property
|
2578
|
+
@_builtins.property
|
2580
2579
|
@pulumi.getter(name="extensionEu")
|
2581
2580
|
def extension_eu(self) -> Optional[pulumi.Input['RegistrationTechnicalContactExtensionEuArgs']]:
|
2582
2581
|
"""
|
@@ -2588,7 +2587,7 @@ class RegistrationTechnicalContactArgs:
|
|
2588
2587
|
def extension_eu(self, value: Optional[pulumi.Input['RegistrationTechnicalContactExtensionEuArgs']]):
|
2589
2588
|
pulumi.set(self, "extension_eu", value)
|
2590
2589
|
|
2591
|
-
@property
|
2590
|
+
@_builtins.property
|
2592
2591
|
@pulumi.getter(name="extensionFr")
|
2593
2592
|
def extension_fr(self) -> Optional[pulumi.Input['RegistrationTechnicalContactExtensionFrArgs']]:
|
2594
2593
|
"""
|
@@ -2600,82 +2599,82 @@ class RegistrationTechnicalContactArgs:
|
|
2600
2599
|
def extension_fr(self, value: Optional[pulumi.Input['RegistrationTechnicalContactExtensionFrArgs']]):
|
2601
2600
|
pulumi.set(self, "extension_fr", value)
|
2602
2601
|
|
2603
|
-
@property
|
2602
|
+
@_builtins.property
|
2604
2603
|
@pulumi.getter(name="extensionNls")
|
2605
|
-
def extension_nls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
2604
|
+
def extension_nls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
2606
2605
|
"""
|
2607
2606
|
Extension details specific to Dutch domain registrations.
|
2608
2607
|
"""
|
2609
2608
|
return pulumi.get(self, "extension_nls")
|
2610
2609
|
|
2611
2610
|
@extension_nls.setter
|
2612
|
-
def extension_nls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
2611
|
+
def extension_nls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
2613
2612
|
pulumi.set(self, "extension_nls", value)
|
2614
2613
|
|
2615
|
-
@property
|
2614
|
+
@_builtins.property
|
2616
2615
|
@pulumi.getter(name="faxNumber")
|
2617
|
-
def fax_number(self) -> Optional[pulumi.Input[
|
2616
|
+
def fax_number(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2618
2617
|
"""
|
2619
2618
|
Fax number for the contact (if available).
|
2620
2619
|
"""
|
2621
2620
|
return pulumi.get(self, "fax_number")
|
2622
2621
|
|
2623
2622
|
@fax_number.setter
|
2624
|
-
def fax_number(self, value: Optional[pulumi.Input[
|
2623
|
+
def fax_number(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2625
2624
|
pulumi.set(self, "fax_number", value)
|
2626
2625
|
|
2627
|
-
@property
|
2626
|
+
@_builtins.property
|
2628
2627
|
@pulumi.getter
|
2629
|
-
def lang(self) -> Optional[pulumi.Input[
|
2628
|
+
def lang(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2630
2629
|
"""
|
2631
2630
|
Preferred language of the contact (e.g., 'en_US', 'fr_FR').
|
2632
2631
|
"""
|
2633
2632
|
return pulumi.get(self, "lang")
|
2634
2633
|
|
2635
2634
|
@lang.setter
|
2636
|
-
def lang(self, value: Optional[pulumi.Input[
|
2635
|
+
def lang(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2637
2636
|
pulumi.set(self, "lang", value)
|
2638
2637
|
|
2639
|
-
@property
|
2638
|
+
@_builtins.property
|
2640
2639
|
@pulumi.getter
|
2641
|
-
def resale(self) -> Optional[pulumi.Input[
|
2640
|
+
def resale(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
2642
2641
|
"""
|
2643
2642
|
Indicates if the contact is used for resale purposes.
|
2644
2643
|
"""
|
2645
2644
|
return pulumi.get(self, "resale")
|
2646
2645
|
|
2647
2646
|
@resale.setter
|
2648
|
-
def resale(self, value: Optional[pulumi.Input[
|
2647
|
+
def resale(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
2649
2648
|
pulumi.set(self, "resale", value)
|
2650
2649
|
|
2651
|
-
@property
|
2650
|
+
@_builtins.property
|
2652
2651
|
@pulumi.getter
|
2653
|
-
def state(self) -> Optional[pulumi.Input[
|
2652
|
+
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2654
2653
|
"""
|
2655
2654
|
State or region of the contact.
|
2656
2655
|
"""
|
2657
2656
|
return pulumi.get(self, "state")
|
2658
2657
|
|
2659
2658
|
@state.setter
|
2660
|
-
def state(self, value: Optional[pulumi.Input[
|
2659
|
+
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2661
2660
|
pulumi.set(self, "state", value)
|
2662
2661
|
|
2663
|
-
@property
|
2662
|
+
@_builtins.property
|
2664
2663
|
@pulumi.getter(name="whoisOptIn")
|
2665
|
-
def whois_opt_in(self) -> Optional[pulumi.Input[
|
2664
|
+
def whois_opt_in(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
2666
2665
|
"""
|
2667
2666
|
Indicates whether the contact has opted into WHOIS publishing.
|
2668
2667
|
"""
|
2669
2668
|
return pulumi.get(self, "whois_opt_in")
|
2670
2669
|
|
2671
2670
|
@whois_opt_in.setter
|
2672
|
-
def whois_opt_in(self, value: Optional[pulumi.Input[
|
2671
|
+
def whois_opt_in(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
2673
2672
|
pulumi.set(self, "whois_opt_in", value)
|
2674
2673
|
|
2675
2674
|
|
2676
2675
|
if not MYPY:
|
2677
2676
|
class RegistrationTechnicalContactExtensionEuArgsDict(TypedDict):
|
2678
|
-
european_citizenship: NotRequired[pulumi.Input[
|
2677
|
+
european_citizenship: NotRequired[pulumi.Input[_builtins.str]]
|
2679
2678
|
"""
|
2680
2679
|
Indicates the European citizenship of the contact.
|
2681
2680
|
"""
|
@@ -2685,23 +2684,23 @@ elif False:
|
|
2685
2684
|
@pulumi.input_type
|
2686
2685
|
class RegistrationTechnicalContactExtensionEuArgs:
|
2687
2686
|
def __init__(__self__, *,
|
2688
|
-
european_citizenship: Optional[pulumi.Input[
|
2687
|
+
european_citizenship: Optional[pulumi.Input[_builtins.str]] = None):
|
2689
2688
|
"""
|
2690
|
-
:param pulumi.Input[
|
2689
|
+
:param pulumi.Input[_builtins.str] european_citizenship: Indicates the European citizenship of the contact.
|
2691
2690
|
"""
|
2692
2691
|
if european_citizenship is not None:
|
2693
2692
|
pulumi.set(__self__, "european_citizenship", european_citizenship)
|
2694
2693
|
|
2695
|
-
@property
|
2694
|
+
@_builtins.property
|
2696
2695
|
@pulumi.getter(name="europeanCitizenship")
|
2697
|
-
def european_citizenship(self) -> Optional[pulumi.Input[
|
2696
|
+
def european_citizenship(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2698
2697
|
"""
|
2699
2698
|
Indicates the European citizenship of the contact.
|
2700
2699
|
"""
|
2701
2700
|
return pulumi.get(self, "european_citizenship")
|
2702
2701
|
|
2703
2702
|
@european_citizenship.setter
|
2704
|
-
def european_citizenship(self, value: Optional[pulumi.Input[
|
2703
|
+
def european_citizenship(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2705
2704
|
pulumi.set(self, "european_citizenship", value)
|
2706
2705
|
|
2707
2706
|
|
@@ -2723,7 +2722,7 @@ if not MYPY:
|
|
2723
2722
|
"""
|
2724
2723
|
Information about the individual registration for French domains.
|
2725
2724
|
"""
|
2726
|
-
mode: NotRequired[pulumi.Input[
|
2725
|
+
mode: NotRequired[pulumi.Input[_builtins.str]]
|
2727
2726
|
"""
|
2728
2727
|
Mode of the French extension (e.g., 'individual', 'duns', 'association', etc.).
|
2729
2728
|
"""
|
@@ -2741,14 +2740,14 @@ class RegistrationTechnicalContactExtensionFrArgs:
|
|
2741
2740
|
code_auth_afnic_info: Optional[pulumi.Input['RegistrationTechnicalContactExtensionFrCodeAuthAfnicInfoArgs']] = None,
|
2742
2741
|
duns_info: Optional[pulumi.Input['RegistrationTechnicalContactExtensionFrDunsInfoArgs']] = None,
|
2743
2742
|
individual_info: Optional[pulumi.Input['RegistrationTechnicalContactExtensionFrIndividualInfoArgs']] = None,
|
2744
|
-
mode: Optional[pulumi.Input[
|
2743
|
+
mode: Optional[pulumi.Input[_builtins.str]] = None,
|
2745
2744
|
trademark_info: Optional[pulumi.Input['RegistrationTechnicalContactExtensionFrTrademarkInfoArgs']] = None):
|
2746
2745
|
"""
|
2747
2746
|
:param pulumi.Input['RegistrationTechnicalContactExtensionFrAssociationInfoArgs'] association_info: Association-specific information for the domain (French extension).
|
2748
2747
|
:param pulumi.Input['RegistrationTechnicalContactExtensionFrCodeAuthAfnicInfoArgs'] code_auth_afnic_info: AFNIC authorization information for the contact (French extension).
|
2749
2748
|
:param pulumi.Input['RegistrationTechnicalContactExtensionFrDunsInfoArgs'] duns_info: DUNS information for the domain owner (specific to French domains).
|
2750
2749
|
:param pulumi.Input['RegistrationTechnicalContactExtensionFrIndividualInfoArgs'] individual_info: Information about the individual registration for French domains.
|
2751
|
-
:param pulumi.Input[
|
2750
|
+
:param pulumi.Input[_builtins.str] mode: Mode of the French extension (e.g., 'individual', 'duns', 'association', etc.).
|
2752
2751
|
:param pulumi.Input['RegistrationTechnicalContactExtensionFrTrademarkInfoArgs'] trademark_info: Trademark-related information for the domain (French extension).
|
2753
2752
|
"""
|
2754
2753
|
if association_info is not None:
|
@@ -2764,7 +2763,7 @@ class RegistrationTechnicalContactExtensionFrArgs:
|
|
2764
2763
|
if trademark_info is not None:
|
2765
2764
|
pulumi.set(__self__, "trademark_info", trademark_info)
|
2766
2765
|
|
2767
|
-
@property
|
2766
|
+
@_builtins.property
|
2768
2767
|
@pulumi.getter(name="associationInfo")
|
2769
2768
|
def association_info(self) -> Optional[pulumi.Input['RegistrationTechnicalContactExtensionFrAssociationInfoArgs']]:
|
2770
2769
|
"""
|
@@ -2776,7 +2775,7 @@ class RegistrationTechnicalContactExtensionFrArgs:
|
|
2776
2775
|
def association_info(self, value: Optional[pulumi.Input['RegistrationTechnicalContactExtensionFrAssociationInfoArgs']]):
|
2777
2776
|
pulumi.set(self, "association_info", value)
|
2778
2777
|
|
2779
|
-
@property
|
2778
|
+
@_builtins.property
|
2780
2779
|
@pulumi.getter(name="codeAuthAfnicInfo")
|
2781
2780
|
def code_auth_afnic_info(self) -> Optional[pulumi.Input['RegistrationTechnicalContactExtensionFrCodeAuthAfnicInfoArgs']]:
|
2782
2781
|
"""
|
@@ -2788,7 +2787,7 @@ class RegistrationTechnicalContactExtensionFrArgs:
|
|
2788
2787
|
def code_auth_afnic_info(self, value: Optional[pulumi.Input['RegistrationTechnicalContactExtensionFrCodeAuthAfnicInfoArgs']]):
|
2789
2788
|
pulumi.set(self, "code_auth_afnic_info", value)
|
2790
2789
|
|
2791
|
-
@property
|
2790
|
+
@_builtins.property
|
2792
2791
|
@pulumi.getter(name="dunsInfo")
|
2793
2792
|
def duns_info(self) -> Optional[pulumi.Input['RegistrationTechnicalContactExtensionFrDunsInfoArgs']]:
|
2794
2793
|
"""
|
@@ -2800,7 +2799,7 @@ class RegistrationTechnicalContactExtensionFrArgs:
|
|
2800
2799
|
def duns_info(self, value: Optional[pulumi.Input['RegistrationTechnicalContactExtensionFrDunsInfoArgs']]):
|
2801
2800
|
pulumi.set(self, "duns_info", value)
|
2802
2801
|
|
2803
|
-
@property
|
2802
|
+
@_builtins.property
|
2804
2803
|
@pulumi.getter(name="individualInfo")
|
2805
2804
|
def individual_info(self) -> Optional[pulumi.Input['RegistrationTechnicalContactExtensionFrIndividualInfoArgs']]:
|
2806
2805
|
"""
|
@@ -2812,19 +2811,19 @@ class RegistrationTechnicalContactExtensionFrArgs:
|
|
2812
2811
|
def individual_info(self, value: Optional[pulumi.Input['RegistrationTechnicalContactExtensionFrIndividualInfoArgs']]):
|
2813
2812
|
pulumi.set(self, "individual_info", value)
|
2814
2813
|
|
2815
|
-
@property
|
2814
|
+
@_builtins.property
|
2816
2815
|
@pulumi.getter
|
2817
|
-
def mode(self) -> Optional[pulumi.Input[
|
2816
|
+
def mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2818
2817
|
"""
|
2819
2818
|
Mode of the French extension (e.g., 'individual', 'duns', 'association', etc.).
|
2820
2819
|
"""
|
2821
2820
|
return pulumi.get(self, "mode")
|
2822
2821
|
|
2823
2822
|
@mode.setter
|
2824
|
-
def mode(self, value: Optional[pulumi.Input[
|
2823
|
+
def mode(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2825
2824
|
pulumi.set(self, "mode", value)
|
2826
2825
|
|
2827
|
-
@property
|
2826
|
+
@_builtins.property
|
2828
2827
|
@pulumi.getter(name="trademarkInfo")
|
2829
2828
|
def trademark_info(self) -> Optional[pulumi.Input['RegistrationTechnicalContactExtensionFrTrademarkInfoArgs']]:
|
2830
2829
|
"""
|
@@ -2839,11 +2838,11 @@ class RegistrationTechnicalContactExtensionFrArgs:
|
|
2839
2838
|
|
2840
2839
|
if not MYPY:
|
2841
2840
|
class RegistrationTechnicalContactExtensionFrAssociationInfoArgsDict(TypedDict):
|
2842
|
-
publication_jo: NotRequired[pulumi.Input[
|
2841
|
+
publication_jo: NotRequired[pulumi.Input[_builtins.str]]
|
2843
2842
|
"""
|
2844
2843
|
Publication date in the Official Journal (RFC3339 format) for association information.
|
2845
2844
|
"""
|
2846
|
-
publication_jo_page: NotRequired[pulumi.Input[
|
2845
|
+
publication_jo_page: NotRequired[pulumi.Input[_builtins.int]]
|
2847
2846
|
"""
|
2848
2847
|
Page number of the publication in the Official Journal for association information.
|
2849
2848
|
"""
|
@@ -2853,45 +2852,45 @@ elif False:
|
|
2853
2852
|
@pulumi.input_type
|
2854
2853
|
class RegistrationTechnicalContactExtensionFrAssociationInfoArgs:
|
2855
2854
|
def __init__(__self__, *,
|
2856
|
-
publication_jo: Optional[pulumi.Input[
|
2857
|
-
publication_jo_page: Optional[pulumi.Input[
|
2855
|
+
publication_jo: Optional[pulumi.Input[_builtins.str]] = None,
|
2856
|
+
publication_jo_page: Optional[pulumi.Input[_builtins.int]] = None):
|
2858
2857
|
"""
|
2859
|
-
:param pulumi.Input[
|
2860
|
-
:param pulumi.Input[
|
2858
|
+
:param pulumi.Input[_builtins.str] publication_jo: Publication date in the Official Journal (RFC3339 format) for association information.
|
2859
|
+
:param pulumi.Input[_builtins.int] publication_jo_page: Page number of the publication in the Official Journal for association information.
|
2861
2860
|
"""
|
2862
2861
|
if publication_jo is not None:
|
2863
2862
|
pulumi.set(__self__, "publication_jo", publication_jo)
|
2864
2863
|
if publication_jo_page is not None:
|
2865
2864
|
pulumi.set(__self__, "publication_jo_page", publication_jo_page)
|
2866
2865
|
|
2867
|
-
@property
|
2866
|
+
@_builtins.property
|
2868
2867
|
@pulumi.getter(name="publicationJo")
|
2869
|
-
def publication_jo(self) -> Optional[pulumi.Input[
|
2868
|
+
def publication_jo(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2870
2869
|
"""
|
2871
2870
|
Publication date in the Official Journal (RFC3339 format) for association information.
|
2872
2871
|
"""
|
2873
2872
|
return pulumi.get(self, "publication_jo")
|
2874
2873
|
|
2875
2874
|
@publication_jo.setter
|
2876
|
-
def publication_jo(self, value: Optional[pulumi.Input[
|
2875
|
+
def publication_jo(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2877
2876
|
pulumi.set(self, "publication_jo", value)
|
2878
2877
|
|
2879
|
-
@property
|
2878
|
+
@_builtins.property
|
2880
2879
|
@pulumi.getter(name="publicationJoPage")
|
2881
|
-
def publication_jo_page(self) -> Optional[pulumi.Input[
|
2880
|
+
def publication_jo_page(self) -> Optional[pulumi.Input[_builtins.int]]:
|
2882
2881
|
"""
|
2883
2882
|
Page number of the publication in the Official Journal for association information.
|
2884
2883
|
"""
|
2885
2884
|
return pulumi.get(self, "publication_jo_page")
|
2886
2885
|
|
2887
2886
|
@publication_jo_page.setter
|
2888
|
-
def publication_jo_page(self, value: Optional[pulumi.Input[
|
2887
|
+
def publication_jo_page(self, value: Optional[pulumi.Input[_builtins.int]]):
|
2889
2888
|
pulumi.set(self, "publication_jo_page", value)
|
2890
2889
|
|
2891
2890
|
|
2892
2891
|
if not MYPY:
|
2893
2892
|
class RegistrationTechnicalContactExtensionFrCodeAuthAfnicInfoArgsDict(TypedDict):
|
2894
|
-
code_auth_afnic: NotRequired[pulumi.Input[
|
2893
|
+
code_auth_afnic: NotRequired[pulumi.Input[_builtins.str]]
|
2895
2894
|
"""
|
2896
2895
|
AFNIC authorization code for the contact (specific to French domains).
|
2897
2896
|
"""
|
@@ -2901,33 +2900,33 @@ elif False:
|
|
2901
2900
|
@pulumi.input_type
|
2902
2901
|
class RegistrationTechnicalContactExtensionFrCodeAuthAfnicInfoArgs:
|
2903
2902
|
def __init__(__self__, *,
|
2904
|
-
code_auth_afnic: Optional[pulumi.Input[
|
2903
|
+
code_auth_afnic: Optional[pulumi.Input[_builtins.str]] = None):
|
2905
2904
|
"""
|
2906
|
-
:param pulumi.Input[
|
2905
|
+
:param pulumi.Input[_builtins.str] code_auth_afnic: AFNIC authorization code for the contact (specific to French domains).
|
2907
2906
|
"""
|
2908
2907
|
if code_auth_afnic is not None:
|
2909
2908
|
pulumi.set(__self__, "code_auth_afnic", code_auth_afnic)
|
2910
2909
|
|
2911
|
-
@property
|
2910
|
+
@_builtins.property
|
2912
2911
|
@pulumi.getter(name="codeAuthAfnic")
|
2913
|
-
def code_auth_afnic(self) -> Optional[pulumi.Input[
|
2912
|
+
def code_auth_afnic(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2914
2913
|
"""
|
2915
2914
|
AFNIC authorization code for the contact (specific to French domains).
|
2916
2915
|
"""
|
2917
2916
|
return pulumi.get(self, "code_auth_afnic")
|
2918
2917
|
|
2919
2918
|
@code_auth_afnic.setter
|
2920
|
-
def code_auth_afnic(self, value: Optional[pulumi.Input[
|
2919
|
+
def code_auth_afnic(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2921
2920
|
pulumi.set(self, "code_auth_afnic", value)
|
2922
2921
|
|
2923
2922
|
|
2924
2923
|
if not MYPY:
|
2925
2924
|
class RegistrationTechnicalContactExtensionFrDunsInfoArgsDict(TypedDict):
|
2926
|
-
duns_id: NotRequired[pulumi.Input[
|
2925
|
+
duns_id: NotRequired[pulumi.Input[_builtins.str]]
|
2927
2926
|
"""
|
2928
2927
|
DUNS ID associated with the domain owner (for French domains).
|
2929
2928
|
"""
|
2930
|
-
local_id: NotRequired[pulumi.Input[
|
2929
|
+
local_id: NotRequired[pulumi.Input[_builtins.str]]
|
2931
2930
|
"""
|
2932
2931
|
Local identifier of the domain owner (for French domains).
|
2933
2932
|
"""
|
@@ -2937,45 +2936,45 @@ elif False:
|
|
2937
2936
|
@pulumi.input_type
|
2938
2937
|
class RegistrationTechnicalContactExtensionFrDunsInfoArgs:
|
2939
2938
|
def __init__(__self__, *,
|
2940
|
-
duns_id: Optional[pulumi.Input[
|
2941
|
-
local_id: Optional[pulumi.Input[
|
2939
|
+
duns_id: Optional[pulumi.Input[_builtins.str]] = None,
|
2940
|
+
local_id: Optional[pulumi.Input[_builtins.str]] = None):
|
2942
2941
|
"""
|
2943
|
-
:param pulumi.Input[
|
2944
|
-
:param pulumi.Input[
|
2942
|
+
:param pulumi.Input[_builtins.str] duns_id: DUNS ID associated with the domain owner (for French domains).
|
2943
|
+
:param pulumi.Input[_builtins.str] local_id: Local identifier of the domain owner (for French domains).
|
2945
2944
|
"""
|
2946
2945
|
if duns_id is not None:
|
2947
2946
|
pulumi.set(__self__, "duns_id", duns_id)
|
2948
2947
|
if local_id is not None:
|
2949
2948
|
pulumi.set(__self__, "local_id", local_id)
|
2950
2949
|
|
2951
|
-
@property
|
2950
|
+
@_builtins.property
|
2952
2951
|
@pulumi.getter(name="dunsId")
|
2953
|
-
def duns_id(self) -> Optional[pulumi.Input[
|
2952
|
+
def duns_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2954
2953
|
"""
|
2955
2954
|
DUNS ID associated with the domain owner (for French domains).
|
2956
2955
|
"""
|
2957
2956
|
return pulumi.get(self, "duns_id")
|
2958
2957
|
|
2959
2958
|
@duns_id.setter
|
2960
|
-
def duns_id(self, value: Optional[pulumi.Input[
|
2959
|
+
def duns_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2961
2960
|
pulumi.set(self, "duns_id", value)
|
2962
2961
|
|
2963
|
-
@property
|
2962
|
+
@_builtins.property
|
2964
2963
|
@pulumi.getter(name="localId")
|
2965
|
-
def local_id(self) -> Optional[pulumi.Input[
|
2964
|
+
def local_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2966
2965
|
"""
|
2967
2966
|
Local identifier of the domain owner (for French domains).
|
2968
2967
|
"""
|
2969
2968
|
return pulumi.get(self, "local_id")
|
2970
2969
|
|
2971
2970
|
@local_id.setter
|
2972
|
-
def local_id(self, value: Optional[pulumi.Input[
|
2971
|
+
def local_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2973
2972
|
pulumi.set(self, "local_id", value)
|
2974
2973
|
|
2975
2974
|
|
2976
2975
|
if not MYPY:
|
2977
2976
|
class RegistrationTechnicalContactExtensionFrIndividualInfoArgsDict(TypedDict):
|
2978
|
-
whois_opt_in: NotRequired[pulumi.Input[
|
2977
|
+
whois_opt_in: NotRequired[pulumi.Input[_builtins.bool]]
|
2979
2978
|
"""
|
2980
2979
|
Whether the individual contact has opted into WHOIS publishing.
|
2981
2980
|
"""
|
@@ -2985,29 +2984,29 @@ elif False:
|
|
2985
2984
|
@pulumi.input_type
|
2986
2985
|
class RegistrationTechnicalContactExtensionFrIndividualInfoArgs:
|
2987
2986
|
def __init__(__self__, *,
|
2988
|
-
whois_opt_in: Optional[pulumi.Input[
|
2987
|
+
whois_opt_in: Optional[pulumi.Input[_builtins.bool]] = None):
|
2989
2988
|
"""
|
2990
|
-
:param pulumi.Input[
|
2989
|
+
:param pulumi.Input[_builtins.bool] whois_opt_in: Whether the individual contact has opted into WHOIS publishing.
|
2991
2990
|
"""
|
2992
2991
|
if whois_opt_in is not None:
|
2993
2992
|
pulumi.set(__self__, "whois_opt_in", whois_opt_in)
|
2994
2993
|
|
2995
|
-
@property
|
2994
|
+
@_builtins.property
|
2996
2995
|
@pulumi.getter(name="whoisOptIn")
|
2997
|
-
def whois_opt_in(self) -> Optional[pulumi.Input[
|
2996
|
+
def whois_opt_in(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
2998
2997
|
"""
|
2999
2998
|
Whether the individual contact has opted into WHOIS publishing.
|
3000
2999
|
"""
|
3001
3000
|
return pulumi.get(self, "whois_opt_in")
|
3002
3001
|
|
3003
3002
|
@whois_opt_in.setter
|
3004
|
-
def whois_opt_in(self, value: Optional[pulumi.Input[
|
3003
|
+
def whois_opt_in(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
3005
3004
|
pulumi.set(self, "whois_opt_in", value)
|
3006
3005
|
|
3007
3006
|
|
3008
3007
|
if not MYPY:
|
3009
3008
|
class RegistrationTechnicalContactExtensionFrTrademarkInfoArgsDict(TypedDict):
|
3010
|
-
trademark_inpi: NotRequired[pulumi.Input[
|
3009
|
+
trademark_inpi: NotRequired[pulumi.Input[_builtins.str]]
|
3011
3010
|
"""
|
3012
3011
|
Trademark information from INPI (French extension).
|
3013
3012
|
"""
|
@@ -3017,23 +3016,23 @@ elif False:
|
|
3017
3016
|
@pulumi.input_type
|
3018
3017
|
class RegistrationTechnicalContactExtensionFrTrademarkInfoArgs:
|
3019
3018
|
def __init__(__self__, *,
|
3020
|
-
trademark_inpi: Optional[pulumi.Input[
|
3019
|
+
trademark_inpi: Optional[pulumi.Input[_builtins.str]] = None):
|
3021
3020
|
"""
|
3022
|
-
:param pulumi.Input[
|
3021
|
+
:param pulumi.Input[_builtins.str] trademark_inpi: Trademark information from INPI (French extension).
|
3023
3022
|
"""
|
3024
3023
|
if trademark_inpi is not None:
|
3025
3024
|
pulumi.set(__self__, "trademark_inpi", trademark_inpi)
|
3026
3025
|
|
3027
|
-
@property
|
3026
|
+
@_builtins.property
|
3028
3027
|
@pulumi.getter(name="trademarkInpi")
|
3029
|
-
def trademark_inpi(self) -> Optional[pulumi.Input[
|
3028
|
+
def trademark_inpi(self) -> Optional[pulumi.Input[_builtins.str]]:
|
3030
3029
|
"""
|
3031
3030
|
Trademark information from INPI (French extension).
|
3032
3031
|
"""
|
3033
3032
|
return pulumi.get(self, "trademark_inpi")
|
3034
3033
|
|
3035
3034
|
@trademark_inpi.setter
|
3036
|
-
def trademark_inpi(self, value: Optional[pulumi.Input[
|
3035
|
+
def trademark_inpi(self, value: Optional[pulumi.Input[_builtins.str]]):
|
3037
3036
|
pulumi.set(self, "trademark_inpi", value)
|
3038
3037
|
|
3039
3038
|
|