pulumi-digitalocean 4.46.0a1747979086__py3-none-any.whl → 4.46.0a1749009476__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-digitalocean might be problematic. Click here for more details.
- pulumi_digitalocean/__init__.py +11 -1
- pulumi_digitalocean/_enums.py +1 -1
- pulumi_digitalocean/_inputs.py +158 -10
- pulumi_digitalocean/_utilities.py +1 -1
- pulumi_digitalocean/app.py +1 -1
- pulumi_digitalocean/cdn.py +1 -1
- pulumi_digitalocean/certificate.py +1 -1
- pulumi_digitalocean/config/__init__.py +1 -1
- pulumi_digitalocean/config/__init__.pyi +1 -1
- pulumi_digitalocean/config/vars.py +1 -1
- pulumi_digitalocean/container_registry.py +1 -1
- pulumi_digitalocean/container_registry_docker_credentials.py +1 -1
- pulumi_digitalocean/custom_image.py +1 -1
- pulumi_digitalocean/database_cluster.py +1 -1
- pulumi_digitalocean/database_connection_pool.py +1 -1
- pulumi_digitalocean/database_db.py +1 -1
- pulumi_digitalocean/database_firewall.py +1 -1
- pulumi_digitalocean/database_kafka_config.py +1 -1
- pulumi_digitalocean/database_kafka_topic.py +1 -1
- pulumi_digitalocean/database_mongodb_config.py +1 -1
- pulumi_digitalocean/database_mysql_config.py +1 -1
- pulumi_digitalocean/database_opensearch_config.py +1 -1
- pulumi_digitalocean/database_postgresql_config.py +1 -1
- pulumi_digitalocean/database_redis_config.py +1 -1
- pulumi_digitalocean/database_replica.py +1 -1
- pulumi_digitalocean/database_user.py +1 -1
- pulumi_digitalocean/dns_record.py +1 -1
- pulumi_digitalocean/domain.py +1 -1
- pulumi_digitalocean/droplet.py +1 -1
- pulumi_digitalocean/droplet_autoscale.py +1 -1
- pulumi_digitalocean/droplet_snapshot.py +1 -1
- pulumi_digitalocean/firewall.py +1 -1
- pulumi_digitalocean/floating_ip.py +1 -1
- pulumi_digitalocean/floating_ip_assignment.py +1 -1
- pulumi_digitalocean/get_account.py +1 -1
- pulumi_digitalocean/get_app.py +1 -1
- pulumi_digitalocean/get_certificate.py +1 -1
- pulumi_digitalocean/get_container_registry.py +1 -1
- pulumi_digitalocean/get_database_ca.py +1 -1
- pulumi_digitalocean/get_database_cluster.py +1 -1
- pulumi_digitalocean/get_database_connection_pool.py +1 -1
- pulumi_digitalocean/get_database_replica.py +1 -1
- pulumi_digitalocean/get_database_user.py +1 -1
- pulumi_digitalocean/get_domain.py +1 -1
- pulumi_digitalocean/get_domains.py +1 -1
- pulumi_digitalocean/get_droplet.py +1 -1
- pulumi_digitalocean/get_droplet_autoscale.py +1 -1
- pulumi_digitalocean/get_droplet_snapshot.py +1 -1
- pulumi_digitalocean/get_droplets.py +1 -1
- pulumi_digitalocean/get_firewall.py +1 -1
- pulumi_digitalocean/get_floating_ip.py +1 -1
- pulumi_digitalocean/get_image.py +1 -1
- pulumi_digitalocean/get_images.py +1 -1
- pulumi_digitalocean/get_kubernetes_cluster.py +1 -1
- pulumi_digitalocean/get_kubernetes_versions.py +1 -1
- pulumi_digitalocean/get_load_balancer.py +1 -1
- pulumi_digitalocean/get_partner_attachment.py +17 -2
- pulumi_digitalocean/get_project.py +1 -1
- pulumi_digitalocean/get_projects.py +1 -1
- pulumi_digitalocean/get_record.py +1 -1
- pulumi_digitalocean/get_records.py +1 -1
- pulumi_digitalocean/get_region.py +1 -1
- pulumi_digitalocean/get_regions.py +1 -1
- pulumi_digitalocean/get_reserved_ip.py +1 -1
- pulumi_digitalocean/get_reserved_ipv6.py +1 -1
- pulumi_digitalocean/get_sizes.py +1 -1
- pulumi_digitalocean/get_spaces_bucket.py +1 -1
- pulumi_digitalocean/get_spaces_bucket_object.py +1 -1
- pulumi_digitalocean/get_spaces_bucket_objects.py +1 -1
- pulumi_digitalocean/get_spaces_buckets.py +1 -1
- pulumi_digitalocean/get_spaces_key.py +1 -1
- pulumi_digitalocean/get_ssh_key.py +1 -1
- pulumi_digitalocean/get_ssh_keys.py +1 -1
- pulumi_digitalocean/get_tag.py +1 -1
- pulumi_digitalocean/get_tags.py +1 -1
- pulumi_digitalocean/get_volume.py +1 -1
- pulumi_digitalocean/get_volume_snapshot.py +1 -1
- pulumi_digitalocean/get_vpc.py +1 -1
- pulumi_digitalocean/get_vpc_nat_gateway.py +253 -0
- pulumi_digitalocean/get_vpc_peering.py +1 -1
- pulumi_digitalocean/kubernetes_cluster.py +14 -1
- pulumi_digitalocean/kubernetes_node_pool.py +1 -1
- pulumi_digitalocean/load_balancer.py +1 -1
- pulumi_digitalocean/monitor_alert.py +1 -1
- pulumi_digitalocean/outputs.py +211 -7
- pulumi_digitalocean/partner_attachment.py +49 -2
- pulumi_digitalocean/project.py +1 -1
- pulumi_digitalocean/project_resources.py +1 -1
- pulumi_digitalocean/provider.py +1 -1
- pulumi_digitalocean/pulumi-plugin.json +1 -1
- pulumi_digitalocean/reserved_ip.py +1 -1
- pulumi_digitalocean/reserved_ip_assignment.py +1 -1
- pulumi_digitalocean/reserved_ipv6.py +1 -1
- pulumi_digitalocean/reserved_ipv6_assignment.py +1 -1
- pulumi_digitalocean/spaces_bucket.py +1 -1
- pulumi_digitalocean/spaces_bucket_cors_configuration.py +1 -1
- pulumi_digitalocean/spaces_bucket_logging.py +1 -1
- pulumi_digitalocean/spaces_bucket_object.py +1 -1
- pulumi_digitalocean/spaces_bucket_policy.py +1 -1
- pulumi_digitalocean/spaces_key.py +1 -1
- pulumi_digitalocean/ssh_key.py +1 -1
- pulumi_digitalocean/tag.py +1 -1
- pulumi_digitalocean/uptime_alert.py +1 -1
- pulumi_digitalocean/uptime_check.py +1 -1
- pulumi_digitalocean/volume.py +1 -1
- pulumi_digitalocean/volume_attachment.py +1 -1
- pulumi_digitalocean/volume_snapshot.py +1 -1
- pulumi_digitalocean/vpc.py +1 -1
- pulumi_digitalocean/vpc_nat_gateway.py +672 -0
- pulumi_digitalocean/vpc_peering.py +1 -1
- {pulumi_digitalocean-4.46.0a1747979086.dist-info → pulumi_digitalocean-4.46.0a1749009476.dist-info}/METADATA +1 -1
- pulumi_digitalocean-4.46.0a1749009476.dist-info/RECORD +115 -0
- {pulumi_digitalocean-4.46.0a1747979086.dist-info → pulumi_digitalocean-4.46.0a1749009476.dist-info}/WHEEL +1 -1
- pulumi_digitalocean-4.46.0a1747979086.dist-info/RECORD +0 -113
- {pulumi_digitalocean-4.46.0a1747979086.dist-info → pulumi_digitalocean-4.46.0a1749009476.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,672 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins
|
|
6
|
+
import copy
|
|
7
|
+
import warnings
|
|
8
|
+
import sys
|
|
9
|
+
import pulumi
|
|
10
|
+
import pulumi.runtime
|
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
12
|
+
if sys.version_info >= (3, 11):
|
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
14
|
+
else:
|
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
16
|
+
from . import _utilities
|
|
17
|
+
from . import outputs
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['VpcNatGatewayArgs', 'VpcNatGateway']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class VpcNatGatewayArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
region: pulumi.Input[builtins.str],
|
|
26
|
+
size: pulumi.Input[builtins.int],
|
|
27
|
+
type: pulumi.Input[builtins.str],
|
|
28
|
+
vpcs: pulumi.Input[Sequence[pulumi.Input['VpcNatGatewayVpcArgs']]],
|
|
29
|
+
icmp_timeout_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
30
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
31
|
+
tcp_timeout_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
32
|
+
udp_timeout_seconds: Optional[pulumi.Input[builtins.int]] = None):
|
|
33
|
+
"""
|
|
34
|
+
The set of arguments for constructing a VpcNatGateway resource.
|
|
35
|
+
:param pulumi.Input[builtins.str] region: The region for the VPC NAT Gateway.
|
|
36
|
+
:param pulumi.Input[builtins.int] size: The size of the VPC NAT Gateway.
|
|
37
|
+
:param pulumi.Input[builtins.str] type: The type of the VPC NAT Gateway.
|
|
38
|
+
:param pulumi.Input[Sequence[pulumi.Input['VpcNatGatewayVpcArgs']]] vpcs: The ingress VPC configuration of the VPC NAT Gateway, the supported arguments are
|
|
39
|
+
documented below.
|
|
40
|
+
:param pulumi.Input[builtins.int] icmp_timeout_seconds: The egress timeout value for ICMP connections of the VPC NAT Gateway.
|
|
41
|
+
:param pulumi.Input[builtins.str] name: The name of the VPC NAT Gateway.
|
|
42
|
+
:param pulumi.Input[builtins.int] tcp_timeout_seconds: The egress timeout value for TCP connections of the VPC NAT Gateway.
|
|
43
|
+
:param pulumi.Input[builtins.int] udp_timeout_seconds: The egress timeout value for UDP connections of the VPC NAT Gateway.
|
|
44
|
+
"""
|
|
45
|
+
pulumi.set(__self__, "region", region)
|
|
46
|
+
pulumi.set(__self__, "size", size)
|
|
47
|
+
pulumi.set(__self__, "type", type)
|
|
48
|
+
pulumi.set(__self__, "vpcs", vpcs)
|
|
49
|
+
if icmp_timeout_seconds is not None:
|
|
50
|
+
pulumi.set(__self__, "icmp_timeout_seconds", icmp_timeout_seconds)
|
|
51
|
+
if name is not None:
|
|
52
|
+
pulumi.set(__self__, "name", name)
|
|
53
|
+
if tcp_timeout_seconds is not None:
|
|
54
|
+
pulumi.set(__self__, "tcp_timeout_seconds", tcp_timeout_seconds)
|
|
55
|
+
if udp_timeout_seconds is not None:
|
|
56
|
+
pulumi.set(__self__, "udp_timeout_seconds", udp_timeout_seconds)
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
@pulumi.getter
|
|
60
|
+
def region(self) -> pulumi.Input[builtins.str]:
|
|
61
|
+
"""
|
|
62
|
+
The region for the VPC NAT Gateway.
|
|
63
|
+
"""
|
|
64
|
+
return pulumi.get(self, "region")
|
|
65
|
+
|
|
66
|
+
@region.setter
|
|
67
|
+
def region(self, value: pulumi.Input[builtins.str]):
|
|
68
|
+
pulumi.set(self, "region", value)
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter
|
|
72
|
+
def size(self) -> pulumi.Input[builtins.int]:
|
|
73
|
+
"""
|
|
74
|
+
The size of the VPC NAT Gateway.
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "size")
|
|
77
|
+
|
|
78
|
+
@size.setter
|
|
79
|
+
def size(self, value: pulumi.Input[builtins.int]):
|
|
80
|
+
pulumi.set(self, "size", value)
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter
|
|
84
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
85
|
+
"""
|
|
86
|
+
The type of the VPC NAT Gateway.
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "type")
|
|
89
|
+
|
|
90
|
+
@type.setter
|
|
91
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
92
|
+
pulumi.set(self, "type", value)
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter
|
|
96
|
+
def vpcs(self) -> pulumi.Input[Sequence[pulumi.Input['VpcNatGatewayVpcArgs']]]:
|
|
97
|
+
"""
|
|
98
|
+
The ingress VPC configuration of the VPC NAT Gateway, the supported arguments are
|
|
99
|
+
documented below.
|
|
100
|
+
"""
|
|
101
|
+
return pulumi.get(self, "vpcs")
|
|
102
|
+
|
|
103
|
+
@vpcs.setter
|
|
104
|
+
def vpcs(self, value: pulumi.Input[Sequence[pulumi.Input['VpcNatGatewayVpcArgs']]]):
|
|
105
|
+
pulumi.set(self, "vpcs", value)
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter(name="icmpTimeoutSeconds")
|
|
109
|
+
def icmp_timeout_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
110
|
+
"""
|
|
111
|
+
The egress timeout value for ICMP connections of the VPC NAT Gateway.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "icmp_timeout_seconds")
|
|
114
|
+
|
|
115
|
+
@icmp_timeout_seconds.setter
|
|
116
|
+
def icmp_timeout_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
117
|
+
pulumi.set(self, "icmp_timeout_seconds", value)
|
|
118
|
+
|
|
119
|
+
@property
|
|
120
|
+
@pulumi.getter
|
|
121
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
122
|
+
"""
|
|
123
|
+
The name of the VPC NAT Gateway.
|
|
124
|
+
"""
|
|
125
|
+
return pulumi.get(self, "name")
|
|
126
|
+
|
|
127
|
+
@name.setter
|
|
128
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
129
|
+
pulumi.set(self, "name", value)
|
|
130
|
+
|
|
131
|
+
@property
|
|
132
|
+
@pulumi.getter(name="tcpTimeoutSeconds")
|
|
133
|
+
def tcp_timeout_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
134
|
+
"""
|
|
135
|
+
The egress timeout value for TCP connections of the VPC NAT Gateway.
|
|
136
|
+
"""
|
|
137
|
+
return pulumi.get(self, "tcp_timeout_seconds")
|
|
138
|
+
|
|
139
|
+
@tcp_timeout_seconds.setter
|
|
140
|
+
def tcp_timeout_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
141
|
+
pulumi.set(self, "tcp_timeout_seconds", value)
|
|
142
|
+
|
|
143
|
+
@property
|
|
144
|
+
@pulumi.getter(name="udpTimeoutSeconds")
|
|
145
|
+
def udp_timeout_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
146
|
+
"""
|
|
147
|
+
The egress timeout value for UDP connections of the VPC NAT Gateway.
|
|
148
|
+
"""
|
|
149
|
+
return pulumi.get(self, "udp_timeout_seconds")
|
|
150
|
+
|
|
151
|
+
@udp_timeout_seconds.setter
|
|
152
|
+
def udp_timeout_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
153
|
+
pulumi.set(self, "udp_timeout_seconds", value)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
@pulumi.input_type
|
|
157
|
+
class _VpcNatGatewayState:
|
|
158
|
+
def __init__(__self__, *,
|
|
159
|
+
created_at: Optional[pulumi.Input[builtins.str]] = None,
|
|
160
|
+
egresses: Optional[pulumi.Input[Sequence[pulumi.Input['VpcNatGatewayEgressArgs']]]] = None,
|
|
161
|
+
icmp_timeout_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
162
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
163
|
+
region: Optional[pulumi.Input[builtins.str]] = None,
|
|
164
|
+
size: Optional[pulumi.Input[builtins.int]] = None,
|
|
165
|
+
state: Optional[pulumi.Input[builtins.str]] = None,
|
|
166
|
+
tcp_timeout_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
167
|
+
type: Optional[pulumi.Input[builtins.str]] = None,
|
|
168
|
+
udp_timeout_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
169
|
+
updated_at: Optional[pulumi.Input[builtins.str]] = None,
|
|
170
|
+
vpcs: Optional[pulumi.Input[Sequence[pulumi.Input['VpcNatGatewayVpcArgs']]]] = None):
|
|
171
|
+
"""
|
|
172
|
+
Input properties used for looking up and filtering VpcNatGateway resources.
|
|
173
|
+
:param pulumi.Input[builtins.str] created_at: Created at timestamp for the VPC NAT Gateway.
|
|
174
|
+
:param pulumi.Input[Sequence[pulumi.Input['VpcNatGatewayEgressArgs']]] egresses: Embeds the list of public egresses assigned to the VPC NAT Gateway: resolves as list of
|
|
175
|
+
`public_gateways` embedding the reserved `ipv4` addresses.
|
|
176
|
+
:param pulumi.Input[builtins.int] icmp_timeout_seconds: The egress timeout value for ICMP connections of the VPC NAT Gateway.
|
|
177
|
+
:param pulumi.Input[builtins.str] name: The name of the VPC NAT Gateway.
|
|
178
|
+
:param pulumi.Input[builtins.str] region: The region for the VPC NAT Gateway.
|
|
179
|
+
:param pulumi.Input[builtins.int] size: The size of the VPC NAT Gateway.
|
|
180
|
+
:param pulumi.Input[builtins.str] state: State of the VPC NAT Gateway
|
|
181
|
+
:param pulumi.Input[builtins.int] tcp_timeout_seconds: The egress timeout value for TCP connections of the VPC NAT Gateway.
|
|
182
|
+
:param pulumi.Input[builtins.str] type: The type of the VPC NAT Gateway.
|
|
183
|
+
:param pulumi.Input[builtins.int] udp_timeout_seconds: The egress timeout value for UDP connections of the VPC NAT Gateway.
|
|
184
|
+
:param pulumi.Input[builtins.str] updated_at: Updated at timestamp for the VPC NAT Gateway.
|
|
185
|
+
:param pulumi.Input[Sequence[pulumi.Input['VpcNatGatewayVpcArgs']]] vpcs: The ingress VPC configuration of the VPC NAT Gateway, the supported arguments are
|
|
186
|
+
documented below.
|
|
187
|
+
"""
|
|
188
|
+
if created_at is not None:
|
|
189
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
190
|
+
if egresses is not None:
|
|
191
|
+
pulumi.set(__self__, "egresses", egresses)
|
|
192
|
+
if icmp_timeout_seconds is not None:
|
|
193
|
+
pulumi.set(__self__, "icmp_timeout_seconds", icmp_timeout_seconds)
|
|
194
|
+
if name is not None:
|
|
195
|
+
pulumi.set(__self__, "name", name)
|
|
196
|
+
if region is not None:
|
|
197
|
+
pulumi.set(__self__, "region", region)
|
|
198
|
+
if size is not None:
|
|
199
|
+
pulumi.set(__self__, "size", size)
|
|
200
|
+
if state is not None:
|
|
201
|
+
pulumi.set(__self__, "state", state)
|
|
202
|
+
if tcp_timeout_seconds is not None:
|
|
203
|
+
pulumi.set(__self__, "tcp_timeout_seconds", tcp_timeout_seconds)
|
|
204
|
+
if type is not None:
|
|
205
|
+
pulumi.set(__self__, "type", type)
|
|
206
|
+
if udp_timeout_seconds is not None:
|
|
207
|
+
pulumi.set(__self__, "udp_timeout_seconds", udp_timeout_seconds)
|
|
208
|
+
if updated_at is not None:
|
|
209
|
+
pulumi.set(__self__, "updated_at", updated_at)
|
|
210
|
+
if vpcs is not None:
|
|
211
|
+
pulumi.set(__self__, "vpcs", vpcs)
|
|
212
|
+
|
|
213
|
+
@property
|
|
214
|
+
@pulumi.getter(name="createdAt")
|
|
215
|
+
def created_at(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
216
|
+
"""
|
|
217
|
+
Created at timestamp for the VPC NAT Gateway.
|
|
218
|
+
"""
|
|
219
|
+
return pulumi.get(self, "created_at")
|
|
220
|
+
|
|
221
|
+
@created_at.setter
|
|
222
|
+
def created_at(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
223
|
+
pulumi.set(self, "created_at", value)
|
|
224
|
+
|
|
225
|
+
@property
|
|
226
|
+
@pulumi.getter
|
|
227
|
+
def egresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VpcNatGatewayEgressArgs']]]]:
|
|
228
|
+
"""
|
|
229
|
+
Embeds the list of public egresses assigned to the VPC NAT Gateway: resolves as list of
|
|
230
|
+
`public_gateways` embedding the reserved `ipv4` addresses.
|
|
231
|
+
"""
|
|
232
|
+
return pulumi.get(self, "egresses")
|
|
233
|
+
|
|
234
|
+
@egresses.setter
|
|
235
|
+
def egresses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VpcNatGatewayEgressArgs']]]]):
|
|
236
|
+
pulumi.set(self, "egresses", value)
|
|
237
|
+
|
|
238
|
+
@property
|
|
239
|
+
@pulumi.getter(name="icmpTimeoutSeconds")
|
|
240
|
+
def icmp_timeout_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
241
|
+
"""
|
|
242
|
+
The egress timeout value for ICMP connections of the VPC NAT Gateway.
|
|
243
|
+
"""
|
|
244
|
+
return pulumi.get(self, "icmp_timeout_seconds")
|
|
245
|
+
|
|
246
|
+
@icmp_timeout_seconds.setter
|
|
247
|
+
def icmp_timeout_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
248
|
+
pulumi.set(self, "icmp_timeout_seconds", value)
|
|
249
|
+
|
|
250
|
+
@property
|
|
251
|
+
@pulumi.getter
|
|
252
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
253
|
+
"""
|
|
254
|
+
The name of the VPC NAT Gateway.
|
|
255
|
+
"""
|
|
256
|
+
return pulumi.get(self, "name")
|
|
257
|
+
|
|
258
|
+
@name.setter
|
|
259
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
260
|
+
pulumi.set(self, "name", value)
|
|
261
|
+
|
|
262
|
+
@property
|
|
263
|
+
@pulumi.getter
|
|
264
|
+
def region(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
265
|
+
"""
|
|
266
|
+
The region for the VPC NAT Gateway.
|
|
267
|
+
"""
|
|
268
|
+
return pulumi.get(self, "region")
|
|
269
|
+
|
|
270
|
+
@region.setter
|
|
271
|
+
def region(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
272
|
+
pulumi.set(self, "region", value)
|
|
273
|
+
|
|
274
|
+
@property
|
|
275
|
+
@pulumi.getter
|
|
276
|
+
def size(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
277
|
+
"""
|
|
278
|
+
The size of the VPC NAT Gateway.
|
|
279
|
+
"""
|
|
280
|
+
return pulumi.get(self, "size")
|
|
281
|
+
|
|
282
|
+
@size.setter
|
|
283
|
+
def size(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
284
|
+
pulumi.set(self, "size", value)
|
|
285
|
+
|
|
286
|
+
@property
|
|
287
|
+
@pulumi.getter
|
|
288
|
+
def state(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
289
|
+
"""
|
|
290
|
+
State of the VPC NAT Gateway
|
|
291
|
+
"""
|
|
292
|
+
return pulumi.get(self, "state")
|
|
293
|
+
|
|
294
|
+
@state.setter
|
|
295
|
+
def state(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
296
|
+
pulumi.set(self, "state", value)
|
|
297
|
+
|
|
298
|
+
@property
|
|
299
|
+
@pulumi.getter(name="tcpTimeoutSeconds")
|
|
300
|
+
def tcp_timeout_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
301
|
+
"""
|
|
302
|
+
The egress timeout value for TCP connections of the VPC NAT Gateway.
|
|
303
|
+
"""
|
|
304
|
+
return pulumi.get(self, "tcp_timeout_seconds")
|
|
305
|
+
|
|
306
|
+
@tcp_timeout_seconds.setter
|
|
307
|
+
def tcp_timeout_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
308
|
+
pulumi.set(self, "tcp_timeout_seconds", value)
|
|
309
|
+
|
|
310
|
+
@property
|
|
311
|
+
@pulumi.getter
|
|
312
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
313
|
+
"""
|
|
314
|
+
The type of the VPC NAT Gateway.
|
|
315
|
+
"""
|
|
316
|
+
return pulumi.get(self, "type")
|
|
317
|
+
|
|
318
|
+
@type.setter
|
|
319
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
320
|
+
pulumi.set(self, "type", value)
|
|
321
|
+
|
|
322
|
+
@property
|
|
323
|
+
@pulumi.getter(name="udpTimeoutSeconds")
|
|
324
|
+
def udp_timeout_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
325
|
+
"""
|
|
326
|
+
The egress timeout value for UDP connections of the VPC NAT Gateway.
|
|
327
|
+
"""
|
|
328
|
+
return pulumi.get(self, "udp_timeout_seconds")
|
|
329
|
+
|
|
330
|
+
@udp_timeout_seconds.setter
|
|
331
|
+
def udp_timeout_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
332
|
+
pulumi.set(self, "udp_timeout_seconds", value)
|
|
333
|
+
|
|
334
|
+
@property
|
|
335
|
+
@pulumi.getter(name="updatedAt")
|
|
336
|
+
def updated_at(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
337
|
+
"""
|
|
338
|
+
Updated at timestamp for the VPC NAT Gateway.
|
|
339
|
+
"""
|
|
340
|
+
return pulumi.get(self, "updated_at")
|
|
341
|
+
|
|
342
|
+
@updated_at.setter
|
|
343
|
+
def updated_at(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
344
|
+
pulumi.set(self, "updated_at", value)
|
|
345
|
+
|
|
346
|
+
@property
|
|
347
|
+
@pulumi.getter
|
|
348
|
+
def vpcs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VpcNatGatewayVpcArgs']]]]:
|
|
349
|
+
"""
|
|
350
|
+
The ingress VPC configuration of the VPC NAT Gateway, the supported arguments are
|
|
351
|
+
documented below.
|
|
352
|
+
"""
|
|
353
|
+
return pulumi.get(self, "vpcs")
|
|
354
|
+
|
|
355
|
+
@vpcs.setter
|
|
356
|
+
def vpcs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VpcNatGatewayVpcArgs']]]]):
|
|
357
|
+
pulumi.set(self, "vpcs", value)
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
@pulumi.type_token("digitalocean:index/vpcNatGateway:VpcNatGateway")
|
|
361
|
+
class VpcNatGateway(pulumi.CustomResource):
|
|
362
|
+
@overload
|
|
363
|
+
def __init__(__self__,
|
|
364
|
+
resource_name: str,
|
|
365
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
366
|
+
icmp_timeout_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
367
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
368
|
+
region: Optional[pulumi.Input[builtins.str]] = None,
|
|
369
|
+
size: Optional[pulumi.Input[builtins.int]] = None,
|
|
370
|
+
tcp_timeout_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
371
|
+
type: Optional[pulumi.Input[builtins.str]] = None,
|
|
372
|
+
udp_timeout_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
373
|
+
vpcs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VpcNatGatewayVpcArgs', 'VpcNatGatewayVpcArgsDict']]]]] = None,
|
|
374
|
+
__props__=None):
|
|
375
|
+
"""
|
|
376
|
+
Provides a DigitalOcean VPC NAT Gateway resource. This can be used to create, modify,
|
|
377
|
+
read and delete VPC NAT Gateways.
|
|
378
|
+
|
|
379
|
+
## Example Usage
|
|
380
|
+
|
|
381
|
+
```python
|
|
382
|
+
import pulumi
|
|
383
|
+
import pulumi_digitalocean as digitalocean
|
|
384
|
+
|
|
385
|
+
my_vpc = digitalocean.Vpc("my-vpc",
|
|
386
|
+
name="terraform-example",
|
|
387
|
+
region="nyc3")
|
|
388
|
+
my_vpc_nat_gateway = digitalocean.VpcNatGateway("my-vpc-nat-gateway",
|
|
389
|
+
name="terraform-example",
|
|
390
|
+
type="PUBLIC",
|
|
391
|
+
region="nyc3",
|
|
392
|
+
size=1,
|
|
393
|
+
vpcs=[{
|
|
394
|
+
"vpc_uuid": my_vpc.id,
|
|
395
|
+
}],
|
|
396
|
+
udp_timeout_seconds=30,
|
|
397
|
+
icmp_timeout_seconds=30,
|
|
398
|
+
tcp_timeout_seconds=30)
|
|
399
|
+
```
|
|
400
|
+
|
|
401
|
+
## Import
|
|
402
|
+
|
|
403
|
+
VPC NAT Gateways can be imported using their `id`, e.g.
|
|
404
|
+
|
|
405
|
+
```sh
|
|
406
|
+
$ pulumi import digitalocean:index/vpcNatGateway:VpcNatGateway my-vpc-nat-gateway-id 38e66834-d741-47ec-88e7-c70cbdcz0445
|
|
407
|
+
```
|
|
408
|
+
|
|
409
|
+
:param str resource_name: The name of the resource.
|
|
410
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
411
|
+
:param pulumi.Input[builtins.int] icmp_timeout_seconds: The egress timeout value for ICMP connections of the VPC NAT Gateway.
|
|
412
|
+
:param pulumi.Input[builtins.str] name: The name of the VPC NAT Gateway.
|
|
413
|
+
:param pulumi.Input[builtins.str] region: The region for the VPC NAT Gateway.
|
|
414
|
+
:param pulumi.Input[builtins.int] size: The size of the VPC NAT Gateway.
|
|
415
|
+
:param pulumi.Input[builtins.int] tcp_timeout_seconds: The egress timeout value for TCP connections of the VPC NAT Gateway.
|
|
416
|
+
:param pulumi.Input[builtins.str] type: The type of the VPC NAT Gateway.
|
|
417
|
+
:param pulumi.Input[builtins.int] udp_timeout_seconds: The egress timeout value for UDP connections of the VPC NAT Gateway.
|
|
418
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['VpcNatGatewayVpcArgs', 'VpcNatGatewayVpcArgsDict']]]] vpcs: The ingress VPC configuration of the VPC NAT Gateway, the supported arguments are
|
|
419
|
+
documented below.
|
|
420
|
+
"""
|
|
421
|
+
...
|
|
422
|
+
@overload
|
|
423
|
+
def __init__(__self__,
|
|
424
|
+
resource_name: str,
|
|
425
|
+
args: VpcNatGatewayArgs,
|
|
426
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
427
|
+
"""
|
|
428
|
+
Provides a DigitalOcean VPC NAT Gateway resource. This can be used to create, modify,
|
|
429
|
+
read and delete VPC NAT Gateways.
|
|
430
|
+
|
|
431
|
+
## Example Usage
|
|
432
|
+
|
|
433
|
+
```python
|
|
434
|
+
import pulumi
|
|
435
|
+
import pulumi_digitalocean as digitalocean
|
|
436
|
+
|
|
437
|
+
my_vpc = digitalocean.Vpc("my-vpc",
|
|
438
|
+
name="terraform-example",
|
|
439
|
+
region="nyc3")
|
|
440
|
+
my_vpc_nat_gateway = digitalocean.VpcNatGateway("my-vpc-nat-gateway",
|
|
441
|
+
name="terraform-example",
|
|
442
|
+
type="PUBLIC",
|
|
443
|
+
region="nyc3",
|
|
444
|
+
size=1,
|
|
445
|
+
vpcs=[{
|
|
446
|
+
"vpc_uuid": my_vpc.id,
|
|
447
|
+
}],
|
|
448
|
+
udp_timeout_seconds=30,
|
|
449
|
+
icmp_timeout_seconds=30,
|
|
450
|
+
tcp_timeout_seconds=30)
|
|
451
|
+
```
|
|
452
|
+
|
|
453
|
+
## Import
|
|
454
|
+
|
|
455
|
+
VPC NAT Gateways can be imported using their `id`, e.g.
|
|
456
|
+
|
|
457
|
+
```sh
|
|
458
|
+
$ pulumi import digitalocean:index/vpcNatGateway:VpcNatGateway my-vpc-nat-gateway-id 38e66834-d741-47ec-88e7-c70cbdcz0445
|
|
459
|
+
```
|
|
460
|
+
|
|
461
|
+
:param str resource_name: The name of the resource.
|
|
462
|
+
:param VpcNatGatewayArgs args: The arguments to use to populate this resource's properties.
|
|
463
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
464
|
+
"""
|
|
465
|
+
...
|
|
466
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
467
|
+
resource_args, opts = _utilities.get_resource_args_opts(VpcNatGatewayArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
468
|
+
if resource_args is not None:
|
|
469
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
470
|
+
else:
|
|
471
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
472
|
+
|
|
473
|
+
def _internal_init(__self__,
|
|
474
|
+
resource_name: str,
|
|
475
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
476
|
+
icmp_timeout_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
477
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
478
|
+
region: Optional[pulumi.Input[builtins.str]] = None,
|
|
479
|
+
size: Optional[pulumi.Input[builtins.int]] = None,
|
|
480
|
+
tcp_timeout_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
481
|
+
type: Optional[pulumi.Input[builtins.str]] = None,
|
|
482
|
+
udp_timeout_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
483
|
+
vpcs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VpcNatGatewayVpcArgs', 'VpcNatGatewayVpcArgsDict']]]]] = None,
|
|
484
|
+
__props__=None):
|
|
485
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
486
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
487
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
488
|
+
if opts.id is None:
|
|
489
|
+
if __props__ is not None:
|
|
490
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
491
|
+
__props__ = VpcNatGatewayArgs.__new__(VpcNatGatewayArgs)
|
|
492
|
+
|
|
493
|
+
__props__.__dict__["icmp_timeout_seconds"] = icmp_timeout_seconds
|
|
494
|
+
__props__.__dict__["name"] = name
|
|
495
|
+
if region is None and not opts.urn:
|
|
496
|
+
raise TypeError("Missing required property 'region'")
|
|
497
|
+
__props__.__dict__["region"] = region
|
|
498
|
+
if size is None and not opts.urn:
|
|
499
|
+
raise TypeError("Missing required property 'size'")
|
|
500
|
+
__props__.__dict__["size"] = size
|
|
501
|
+
__props__.__dict__["tcp_timeout_seconds"] = tcp_timeout_seconds
|
|
502
|
+
if type is None and not opts.urn:
|
|
503
|
+
raise TypeError("Missing required property 'type'")
|
|
504
|
+
__props__.__dict__["type"] = type
|
|
505
|
+
__props__.__dict__["udp_timeout_seconds"] = udp_timeout_seconds
|
|
506
|
+
if vpcs is None and not opts.urn:
|
|
507
|
+
raise TypeError("Missing required property 'vpcs'")
|
|
508
|
+
__props__.__dict__["vpcs"] = vpcs
|
|
509
|
+
__props__.__dict__["created_at"] = None
|
|
510
|
+
__props__.__dict__["egresses"] = None
|
|
511
|
+
__props__.__dict__["state"] = None
|
|
512
|
+
__props__.__dict__["updated_at"] = None
|
|
513
|
+
super(VpcNatGateway, __self__).__init__(
|
|
514
|
+
'digitalocean:index/vpcNatGateway:VpcNatGateway',
|
|
515
|
+
resource_name,
|
|
516
|
+
__props__,
|
|
517
|
+
opts)
|
|
518
|
+
|
|
519
|
+
@staticmethod
|
|
520
|
+
def get(resource_name: str,
|
|
521
|
+
id: pulumi.Input[str],
|
|
522
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
523
|
+
created_at: Optional[pulumi.Input[builtins.str]] = None,
|
|
524
|
+
egresses: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VpcNatGatewayEgressArgs', 'VpcNatGatewayEgressArgsDict']]]]] = None,
|
|
525
|
+
icmp_timeout_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
526
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
527
|
+
region: Optional[pulumi.Input[builtins.str]] = None,
|
|
528
|
+
size: Optional[pulumi.Input[builtins.int]] = None,
|
|
529
|
+
state: Optional[pulumi.Input[builtins.str]] = None,
|
|
530
|
+
tcp_timeout_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
531
|
+
type: Optional[pulumi.Input[builtins.str]] = None,
|
|
532
|
+
udp_timeout_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
533
|
+
updated_at: Optional[pulumi.Input[builtins.str]] = None,
|
|
534
|
+
vpcs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VpcNatGatewayVpcArgs', 'VpcNatGatewayVpcArgsDict']]]]] = None) -> 'VpcNatGateway':
|
|
535
|
+
"""
|
|
536
|
+
Get an existing VpcNatGateway resource's state with the given name, id, and optional extra
|
|
537
|
+
properties used to qualify the lookup.
|
|
538
|
+
|
|
539
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
540
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
541
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
542
|
+
:param pulumi.Input[builtins.str] created_at: Created at timestamp for the VPC NAT Gateway.
|
|
543
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['VpcNatGatewayEgressArgs', 'VpcNatGatewayEgressArgsDict']]]] egresses: Embeds the list of public egresses assigned to the VPC NAT Gateway: resolves as list of
|
|
544
|
+
`public_gateways` embedding the reserved `ipv4` addresses.
|
|
545
|
+
:param pulumi.Input[builtins.int] icmp_timeout_seconds: The egress timeout value for ICMP connections of the VPC NAT Gateway.
|
|
546
|
+
:param pulumi.Input[builtins.str] name: The name of the VPC NAT Gateway.
|
|
547
|
+
:param pulumi.Input[builtins.str] region: The region for the VPC NAT Gateway.
|
|
548
|
+
:param pulumi.Input[builtins.int] size: The size of the VPC NAT Gateway.
|
|
549
|
+
:param pulumi.Input[builtins.str] state: State of the VPC NAT Gateway
|
|
550
|
+
:param pulumi.Input[builtins.int] tcp_timeout_seconds: The egress timeout value for TCP connections of the VPC NAT Gateway.
|
|
551
|
+
:param pulumi.Input[builtins.str] type: The type of the VPC NAT Gateway.
|
|
552
|
+
:param pulumi.Input[builtins.int] udp_timeout_seconds: The egress timeout value for UDP connections of the VPC NAT Gateway.
|
|
553
|
+
:param pulumi.Input[builtins.str] updated_at: Updated at timestamp for the VPC NAT Gateway.
|
|
554
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['VpcNatGatewayVpcArgs', 'VpcNatGatewayVpcArgsDict']]]] vpcs: The ingress VPC configuration of the VPC NAT Gateway, the supported arguments are
|
|
555
|
+
documented below.
|
|
556
|
+
"""
|
|
557
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
558
|
+
|
|
559
|
+
__props__ = _VpcNatGatewayState.__new__(_VpcNatGatewayState)
|
|
560
|
+
|
|
561
|
+
__props__.__dict__["created_at"] = created_at
|
|
562
|
+
__props__.__dict__["egresses"] = egresses
|
|
563
|
+
__props__.__dict__["icmp_timeout_seconds"] = icmp_timeout_seconds
|
|
564
|
+
__props__.__dict__["name"] = name
|
|
565
|
+
__props__.__dict__["region"] = region
|
|
566
|
+
__props__.__dict__["size"] = size
|
|
567
|
+
__props__.__dict__["state"] = state
|
|
568
|
+
__props__.__dict__["tcp_timeout_seconds"] = tcp_timeout_seconds
|
|
569
|
+
__props__.__dict__["type"] = type
|
|
570
|
+
__props__.__dict__["udp_timeout_seconds"] = udp_timeout_seconds
|
|
571
|
+
__props__.__dict__["updated_at"] = updated_at
|
|
572
|
+
__props__.__dict__["vpcs"] = vpcs
|
|
573
|
+
return VpcNatGateway(resource_name, opts=opts, __props__=__props__)
|
|
574
|
+
|
|
575
|
+
@property
|
|
576
|
+
@pulumi.getter(name="createdAt")
|
|
577
|
+
def created_at(self) -> pulumi.Output[builtins.str]:
|
|
578
|
+
"""
|
|
579
|
+
Created at timestamp for the VPC NAT Gateway.
|
|
580
|
+
"""
|
|
581
|
+
return pulumi.get(self, "created_at")
|
|
582
|
+
|
|
583
|
+
@property
|
|
584
|
+
@pulumi.getter
|
|
585
|
+
def egresses(self) -> pulumi.Output[Sequence['outputs.VpcNatGatewayEgress']]:
|
|
586
|
+
"""
|
|
587
|
+
Embeds the list of public egresses assigned to the VPC NAT Gateway: resolves as list of
|
|
588
|
+
`public_gateways` embedding the reserved `ipv4` addresses.
|
|
589
|
+
"""
|
|
590
|
+
return pulumi.get(self, "egresses")
|
|
591
|
+
|
|
592
|
+
@property
|
|
593
|
+
@pulumi.getter(name="icmpTimeoutSeconds")
|
|
594
|
+
def icmp_timeout_seconds(self) -> pulumi.Output[builtins.int]:
|
|
595
|
+
"""
|
|
596
|
+
The egress timeout value for ICMP connections of the VPC NAT Gateway.
|
|
597
|
+
"""
|
|
598
|
+
return pulumi.get(self, "icmp_timeout_seconds")
|
|
599
|
+
|
|
600
|
+
@property
|
|
601
|
+
@pulumi.getter
|
|
602
|
+
def name(self) -> pulumi.Output[builtins.str]:
|
|
603
|
+
"""
|
|
604
|
+
The name of the VPC NAT Gateway.
|
|
605
|
+
"""
|
|
606
|
+
return pulumi.get(self, "name")
|
|
607
|
+
|
|
608
|
+
@property
|
|
609
|
+
@pulumi.getter
|
|
610
|
+
def region(self) -> pulumi.Output[builtins.str]:
|
|
611
|
+
"""
|
|
612
|
+
The region for the VPC NAT Gateway.
|
|
613
|
+
"""
|
|
614
|
+
return pulumi.get(self, "region")
|
|
615
|
+
|
|
616
|
+
@property
|
|
617
|
+
@pulumi.getter
|
|
618
|
+
def size(self) -> pulumi.Output[builtins.int]:
|
|
619
|
+
"""
|
|
620
|
+
The size of the VPC NAT Gateway.
|
|
621
|
+
"""
|
|
622
|
+
return pulumi.get(self, "size")
|
|
623
|
+
|
|
624
|
+
@property
|
|
625
|
+
@pulumi.getter
|
|
626
|
+
def state(self) -> pulumi.Output[builtins.str]:
|
|
627
|
+
"""
|
|
628
|
+
State of the VPC NAT Gateway
|
|
629
|
+
"""
|
|
630
|
+
return pulumi.get(self, "state")
|
|
631
|
+
|
|
632
|
+
@property
|
|
633
|
+
@pulumi.getter(name="tcpTimeoutSeconds")
|
|
634
|
+
def tcp_timeout_seconds(self) -> pulumi.Output[builtins.int]:
|
|
635
|
+
"""
|
|
636
|
+
The egress timeout value for TCP connections of the VPC NAT Gateway.
|
|
637
|
+
"""
|
|
638
|
+
return pulumi.get(self, "tcp_timeout_seconds")
|
|
639
|
+
|
|
640
|
+
@property
|
|
641
|
+
@pulumi.getter
|
|
642
|
+
def type(self) -> pulumi.Output[builtins.str]:
|
|
643
|
+
"""
|
|
644
|
+
The type of the VPC NAT Gateway.
|
|
645
|
+
"""
|
|
646
|
+
return pulumi.get(self, "type")
|
|
647
|
+
|
|
648
|
+
@property
|
|
649
|
+
@pulumi.getter(name="udpTimeoutSeconds")
|
|
650
|
+
def udp_timeout_seconds(self) -> pulumi.Output[builtins.int]:
|
|
651
|
+
"""
|
|
652
|
+
The egress timeout value for UDP connections of the VPC NAT Gateway.
|
|
653
|
+
"""
|
|
654
|
+
return pulumi.get(self, "udp_timeout_seconds")
|
|
655
|
+
|
|
656
|
+
@property
|
|
657
|
+
@pulumi.getter(name="updatedAt")
|
|
658
|
+
def updated_at(self) -> pulumi.Output[builtins.str]:
|
|
659
|
+
"""
|
|
660
|
+
Updated at timestamp for the VPC NAT Gateway.
|
|
661
|
+
"""
|
|
662
|
+
return pulumi.get(self, "updated_at")
|
|
663
|
+
|
|
664
|
+
@property
|
|
665
|
+
@pulumi.getter
|
|
666
|
+
def vpcs(self) -> pulumi.Output[Sequence['outputs.VpcNatGatewayVpc']]:
|
|
667
|
+
"""
|
|
668
|
+
The ingress VPC configuration of the VPC NAT Gateway, the supported arguments are
|
|
669
|
+
documented below.
|
|
670
|
+
"""
|
|
671
|
+
return pulumi.get(self, "vpcs")
|
|
672
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|