pulumi-aws-native 1.38.0a1761716526__py3-none-any.whl → 1.38.0a1761739268__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-aws-native might be problematic. Click here for more details.
- pulumi_aws_native/__init__.py +2 -0
- pulumi_aws_native/amazonmq/_enums.py +4 -12
- pulumi_aws_native/amazonmq/_inputs.py +21 -91
- pulumi_aws_native/amazonmq/broker.py +56 -67
- pulumi_aws_native/amazonmq/get_broker.py +6 -13
- pulumi_aws_native/amazonmq/outputs.py +14 -54
- pulumi_aws_native/batch/_inputs.py +25 -0
- pulumi_aws_native/batch/job_definition.py +21 -0
- pulumi_aws_native/batch/outputs.py +31 -0
- pulumi_aws_native/bedrockagentcore/_enums.py +1 -0
- pulumi_aws_native/datazone/_inputs.py +81 -0
- pulumi_aws_native/datazone/connection.py +54 -26
- pulumi_aws_native/datazone/outputs.py +84 -0
- pulumi_aws_native/ec2/__init__.py +2 -0
- pulumi_aws_native/ec2/_enums.py +19 -0
- pulumi_aws_native/ec2/_inputs.py +15 -12
- pulumi_aws_native/ec2/capacity_manager_data_export.py +259 -0
- pulumi_aws_native/ec2/get_capacity_manager_data_export.py +92 -0
- pulumi_aws_native/ec2/outputs.py +10 -8
- pulumi_aws_native/ecs/_enums.py +14 -0
- pulumi_aws_native/ecs/_inputs.py +134 -8
- pulumi_aws_native/ecs/outputs.py +135 -5
- pulumi_aws_native/elasticloadbalancingv2/_inputs.py +12 -12
- pulumi_aws_native/elasticloadbalancingv2/load_balancer.py +4 -4
- pulumi_aws_native/elasticloadbalancingv2/outputs.py +8 -8
- pulumi_aws_native/imagebuilder/_inputs.py +37 -0
- pulumi_aws_native/imagebuilder/image.py +29 -0
- pulumi_aws_native/imagebuilder/outputs.py +40 -0
- pulumi_aws_native/mediapackagev2/_inputs.py +7 -0
- pulumi_aws_native/mediapackagev2/outputs.py +4 -0
- pulumi_aws_native/networkfirewall/_enums.py +2 -0
- pulumi_aws_native/networkfirewall/_inputs.py +13 -0
- pulumi_aws_native/networkfirewall/firewall.py +7 -0
- pulumi_aws_native/networkfirewall/get_firewall.py +12 -1
- pulumi_aws_native/networkfirewall/outputs.py +10 -0
- pulumi_aws_native/pulumi-plugin.json +1 -1
- pulumi_aws_native/rtbfabric/__init__.py +2 -0
- pulumi_aws_native/rtbfabric/_enums.py +41 -0
- pulumi_aws_native/rtbfabric/_inputs.py +260 -0
- pulumi_aws_native/rtbfabric/get_link.py +181 -0
- pulumi_aws_native/rtbfabric/link.py +293 -0
- pulumi_aws_native/rtbfabric/outputs.py +260 -0
- pulumi_aws_native/sagemaker/_enums.py +2 -171
- pulumi_aws_native/sagemaker/_inputs.py +17 -5
- pulumi_aws_native/sagemaker/outputs.py +11 -3
- pulumi_aws_native/transfer/_enums.py +15 -0
- pulumi_aws_native/transfer/_inputs.py +77 -0
- pulumi_aws_native/transfer/connector.py +83 -19
- pulumi_aws_native/transfer/get_connector.py +40 -1
- pulumi_aws_native/transfer/outputs.py +80 -0
- {pulumi_aws_native-1.38.0a1761716526.dist-info → pulumi_aws_native-1.38.0a1761739268.dist-info}/METADATA +1 -1
- {pulumi_aws_native-1.38.0a1761716526.dist-info → pulumi_aws_native-1.38.0a1761739268.dist-info}/RECORD +54 -50
- {pulumi_aws_native-1.38.0a1761716526.dist-info → pulumi_aws_native-1.38.0a1761739268.dist-info}/WHEEL +0 -0
- {pulumi_aws_native-1.38.0a1761716526.dist-info → pulumi_aws_native-1.38.0a1761739268.dist-info}/top_level.txt +0 -0
|
@@ -16,6 +16,20 @@ from .. import _utilities
|
|
|
16
16
|
from ._enums import *
|
|
17
17
|
|
|
18
18
|
__all__ = [
|
|
19
|
+
'LinkAttributesArgs',
|
|
20
|
+
'LinkAttributesArgsDict',
|
|
21
|
+
'LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgs',
|
|
22
|
+
'LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgsDict',
|
|
23
|
+
'LinkLogSettingsApplicationLogsPropertiesArgs',
|
|
24
|
+
'LinkLogSettingsApplicationLogsPropertiesArgsDict',
|
|
25
|
+
'LinkLogSettingsArgs',
|
|
26
|
+
'LinkLogSettingsArgsDict',
|
|
27
|
+
'LinkModuleConfigurationArgs',
|
|
28
|
+
'LinkModuleConfigurationArgsDict',
|
|
29
|
+
'LinkModuleParametersArgs',
|
|
30
|
+
'LinkModuleParametersArgsDict',
|
|
31
|
+
'LinkResponderErrorMaskingForHttpCodeArgs',
|
|
32
|
+
'LinkResponderErrorMaskingForHttpCodeArgsDict',
|
|
19
33
|
'ResponderGatewayManagedEndpointConfigurationArgs',
|
|
20
34
|
'ResponderGatewayManagedEndpointConfigurationArgsDict',
|
|
21
35
|
'ResponderGatewayTrustStoreConfigurationArgs',
|
|
@@ -24,6 +38,252 @@ __all__ = [
|
|
|
24
38
|
|
|
25
39
|
MYPY = False
|
|
26
40
|
|
|
41
|
+
if not MYPY:
|
|
42
|
+
class LinkAttributesArgsDict(TypedDict):
|
|
43
|
+
customer_provided_id: NotRequired[pulumi.Input[_builtins.str]]
|
|
44
|
+
responder_error_masking: NotRequired[pulumi.Input[Sequence[pulumi.Input['LinkResponderErrorMaskingForHttpCodeArgsDict']]]]
|
|
45
|
+
elif False:
|
|
46
|
+
LinkAttributesArgsDict: TypeAlias = Mapping[str, Any]
|
|
47
|
+
|
|
48
|
+
@pulumi.input_type
|
|
49
|
+
class LinkAttributesArgs:
|
|
50
|
+
def __init__(__self__, *,
|
|
51
|
+
customer_provided_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
52
|
+
responder_error_masking: Optional[pulumi.Input[Sequence[pulumi.Input['LinkResponderErrorMaskingForHttpCodeArgs']]]] = None):
|
|
53
|
+
if customer_provided_id is not None:
|
|
54
|
+
pulumi.set(__self__, "customer_provided_id", customer_provided_id)
|
|
55
|
+
if responder_error_masking is not None:
|
|
56
|
+
pulumi.set(__self__, "responder_error_masking", responder_error_masking)
|
|
57
|
+
|
|
58
|
+
@_builtins.property
|
|
59
|
+
@pulumi.getter(name="customerProvidedId")
|
|
60
|
+
def customer_provided_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
61
|
+
return pulumi.get(self, "customer_provided_id")
|
|
62
|
+
|
|
63
|
+
@customer_provided_id.setter
|
|
64
|
+
def customer_provided_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
65
|
+
pulumi.set(self, "customer_provided_id", value)
|
|
66
|
+
|
|
67
|
+
@_builtins.property
|
|
68
|
+
@pulumi.getter(name="responderErrorMasking")
|
|
69
|
+
def responder_error_masking(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LinkResponderErrorMaskingForHttpCodeArgs']]]]:
|
|
70
|
+
return pulumi.get(self, "responder_error_masking")
|
|
71
|
+
|
|
72
|
+
@responder_error_masking.setter
|
|
73
|
+
def responder_error_masking(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['LinkResponderErrorMaskingForHttpCodeArgs']]]]):
|
|
74
|
+
pulumi.set(self, "responder_error_masking", value)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
if not MYPY:
|
|
78
|
+
class LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgsDict(TypedDict):
|
|
79
|
+
error_log: pulumi.Input[_builtins.float]
|
|
80
|
+
filter_log: pulumi.Input[_builtins.float]
|
|
81
|
+
elif False:
|
|
82
|
+
LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
83
|
+
|
|
84
|
+
@pulumi.input_type
|
|
85
|
+
class LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgs:
|
|
86
|
+
def __init__(__self__, *,
|
|
87
|
+
error_log: pulumi.Input[_builtins.float],
|
|
88
|
+
filter_log: pulumi.Input[_builtins.float]):
|
|
89
|
+
pulumi.set(__self__, "error_log", error_log)
|
|
90
|
+
pulumi.set(__self__, "filter_log", filter_log)
|
|
91
|
+
|
|
92
|
+
@_builtins.property
|
|
93
|
+
@pulumi.getter(name="errorLog")
|
|
94
|
+
def error_log(self) -> pulumi.Input[_builtins.float]:
|
|
95
|
+
return pulumi.get(self, "error_log")
|
|
96
|
+
|
|
97
|
+
@error_log.setter
|
|
98
|
+
def error_log(self, value: pulumi.Input[_builtins.float]):
|
|
99
|
+
pulumi.set(self, "error_log", value)
|
|
100
|
+
|
|
101
|
+
@_builtins.property
|
|
102
|
+
@pulumi.getter(name="filterLog")
|
|
103
|
+
def filter_log(self) -> pulumi.Input[_builtins.float]:
|
|
104
|
+
return pulumi.get(self, "filter_log")
|
|
105
|
+
|
|
106
|
+
@filter_log.setter
|
|
107
|
+
def filter_log(self, value: pulumi.Input[_builtins.float]):
|
|
108
|
+
pulumi.set(self, "filter_log", value)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
if not MYPY:
|
|
112
|
+
class LinkLogSettingsApplicationLogsPropertiesArgsDict(TypedDict):
|
|
113
|
+
link_application_log_sampling: pulumi.Input['LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgsDict']
|
|
114
|
+
elif False:
|
|
115
|
+
LinkLogSettingsApplicationLogsPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
116
|
+
|
|
117
|
+
@pulumi.input_type
|
|
118
|
+
class LinkLogSettingsApplicationLogsPropertiesArgs:
|
|
119
|
+
def __init__(__self__, *,
|
|
120
|
+
link_application_log_sampling: pulumi.Input['LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgs']):
|
|
121
|
+
pulumi.set(__self__, "link_application_log_sampling", link_application_log_sampling)
|
|
122
|
+
|
|
123
|
+
@_builtins.property
|
|
124
|
+
@pulumi.getter(name="linkApplicationLogSampling")
|
|
125
|
+
def link_application_log_sampling(self) -> pulumi.Input['LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgs']:
|
|
126
|
+
return pulumi.get(self, "link_application_log_sampling")
|
|
127
|
+
|
|
128
|
+
@link_application_log_sampling.setter
|
|
129
|
+
def link_application_log_sampling(self, value: pulumi.Input['LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgs']):
|
|
130
|
+
pulumi.set(self, "link_application_log_sampling", value)
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
if not MYPY:
|
|
134
|
+
class LinkLogSettingsArgsDict(TypedDict):
|
|
135
|
+
application_logs: pulumi.Input['LinkLogSettingsApplicationLogsPropertiesArgsDict']
|
|
136
|
+
elif False:
|
|
137
|
+
LinkLogSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
138
|
+
|
|
139
|
+
@pulumi.input_type
|
|
140
|
+
class LinkLogSettingsArgs:
|
|
141
|
+
def __init__(__self__, *,
|
|
142
|
+
application_logs: pulumi.Input['LinkLogSettingsApplicationLogsPropertiesArgs']):
|
|
143
|
+
pulumi.set(__self__, "application_logs", application_logs)
|
|
144
|
+
|
|
145
|
+
@_builtins.property
|
|
146
|
+
@pulumi.getter(name="applicationLogs")
|
|
147
|
+
def application_logs(self) -> pulumi.Input['LinkLogSettingsApplicationLogsPropertiesArgs']:
|
|
148
|
+
return pulumi.get(self, "application_logs")
|
|
149
|
+
|
|
150
|
+
@application_logs.setter
|
|
151
|
+
def application_logs(self, value: pulumi.Input['LinkLogSettingsApplicationLogsPropertiesArgs']):
|
|
152
|
+
pulumi.set(self, "application_logs", value)
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
if not MYPY:
|
|
156
|
+
class LinkModuleConfigurationArgsDict(TypedDict):
|
|
157
|
+
name: pulumi.Input[_builtins.str]
|
|
158
|
+
depends_on: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
159
|
+
module_parameters: NotRequired[pulumi.Input['LinkModuleParametersArgsDict']]
|
|
160
|
+
version: NotRequired[pulumi.Input[_builtins.str]]
|
|
161
|
+
elif False:
|
|
162
|
+
LinkModuleConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
163
|
+
|
|
164
|
+
@pulumi.input_type
|
|
165
|
+
class LinkModuleConfigurationArgs:
|
|
166
|
+
def __init__(__self__, *,
|
|
167
|
+
name: pulumi.Input[_builtins.str],
|
|
168
|
+
depends_on: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
169
|
+
module_parameters: Optional[pulumi.Input['LinkModuleParametersArgs']] = None,
|
|
170
|
+
version: Optional[pulumi.Input[_builtins.str]] = None):
|
|
171
|
+
pulumi.set(__self__, "name", name)
|
|
172
|
+
if depends_on is not None:
|
|
173
|
+
pulumi.set(__self__, "depends_on", depends_on)
|
|
174
|
+
if module_parameters is not None:
|
|
175
|
+
pulumi.set(__self__, "module_parameters", module_parameters)
|
|
176
|
+
if version is not None:
|
|
177
|
+
pulumi.set(__self__, "version", version)
|
|
178
|
+
|
|
179
|
+
@_builtins.property
|
|
180
|
+
@pulumi.getter
|
|
181
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
182
|
+
return pulumi.get(self, "name")
|
|
183
|
+
|
|
184
|
+
@name.setter
|
|
185
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
186
|
+
pulumi.set(self, "name", value)
|
|
187
|
+
|
|
188
|
+
@_builtins.property
|
|
189
|
+
@pulumi.getter(name="dependsOn")
|
|
190
|
+
def depends_on(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
191
|
+
return pulumi.get(self, "depends_on")
|
|
192
|
+
|
|
193
|
+
@depends_on.setter
|
|
194
|
+
def depends_on(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
195
|
+
pulumi.set(self, "depends_on", value)
|
|
196
|
+
|
|
197
|
+
@_builtins.property
|
|
198
|
+
@pulumi.getter(name="moduleParameters")
|
|
199
|
+
def module_parameters(self) -> Optional[pulumi.Input['LinkModuleParametersArgs']]:
|
|
200
|
+
return pulumi.get(self, "module_parameters")
|
|
201
|
+
|
|
202
|
+
@module_parameters.setter
|
|
203
|
+
def module_parameters(self, value: Optional[pulumi.Input['LinkModuleParametersArgs']]):
|
|
204
|
+
pulumi.set(self, "module_parameters", value)
|
|
205
|
+
|
|
206
|
+
@_builtins.property
|
|
207
|
+
@pulumi.getter
|
|
208
|
+
def version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
209
|
+
return pulumi.get(self, "version")
|
|
210
|
+
|
|
211
|
+
@version.setter
|
|
212
|
+
def version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
213
|
+
pulumi.set(self, "version", value)
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
if not MYPY:
|
|
217
|
+
class LinkModuleParametersArgsDict(TypedDict):
|
|
218
|
+
pass
|
|
219
|
+
elif False:
|
|
220
|
+
LinkModuleParametersArgsDict: TypeAlias = Mapping[str, Any]
|
|
221
|
+
|
|
222
|
+
@pulumi.input_type
|
|
223
|
+
class LinkModuleParametersArgs:
|
|
224
|
+
def __init__(__self__):
|
|
225
|
+
pass
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
if not MYPY:
|
|
229
|
+
class LinkResponderErrorMaskingForHttpCodeArgsDict(TypedDict):
|
|
230
|
+
action: pulumi.Input['LinkResponderErrorMaskingForHttpCodeAction']
|
|
231
|
+
http_code: pulumi.Input[_builtins.str]
|
|
232
|
+
logging_types: pulumi.Input[Sequence[pulumi.Input['LinkResponderErrorMaskingLoggingType']]]
|
|
233
|
+
response_logging_percentage: NotRequired[pulumi.Input[_builtins.float]]
|
|
234
|
+
elif False:
|
|
235
|
+
LinkResponderErrorMaskingForHttpCodeArgsDict: TypeAlias = Mapping[str, Any]
|
|
236
|
+
|
|
237
|
+
@pulumi.input_type
|
|
238
|
+
class LinkResponderErrorMaskingForHttpCodeArgs:
|
|
239
|
+
def __init__(__self__, *,
|
|
240
|
+
action: pulumi.Input['LinkResponderErrorMaskingForHttpCodeAction'],
|
|
241
|
+
http_code: pulumi.Input[_builtins.str],
|
|
242
|
+
logging_types: pulumi.Input[Sequence[pulumi.Input['LinkResponderErrorMaskingLoggingType']]],
|
|
243
|
+
response_logging_percentage: Optional[pulumi.Input[_builtins.float]] = None):
|
|
244
|
+
pulumi.set(__self__, "action", action)
|
|
245
|
+
pulumi.set(__self__, "http_code", http_code)
|
|
246
|
+
pulumi.set(__self__, "logging_types", logging_types)
|
|
247
|
+
if response_logging_percentage is not None:
|
|
248
|
+
pulumi.set(__self__, "response_logging_percentage", response_logging_percentage)
|
|
249
|
+
|
|
250
|
+
@_builtins.property
|
|
251
|
+
@pulumi.getter
|
|
252
|
+
def action(self) -> pulumi.Input['LinkResponderErrorMaskingForHttpCodeAction']:
|
|
253
|
+
return pulumi.get(self, "action")
|
|
254
|
+
|
|
255
|
+
@action.setter
|
|
256
|
+
def action(self, value: pulumi.Input['LinkResponderErrorMaskingForHttpCodeAction']):
|
|
257
|
+
pulumi.set(self, "action", value)
|
|
258
|
+
|
|
259
|
+
@_builtins.property
|
|
260
|
+
@pulumi.getter(name="httpCode")
|
|
261
|
+
def http_code(self) -> pulumi.Input[_builtins.str]:
|
|
262
|
+
return pulumi.get(self, "http_code")
|
|
263
|
+
|
|
264
|
+
@http_code.setter
|
|
265
|
+
def http_code(self, value: pulumi.Input[_builtins.str]):
|
|
266
|
+
pulumi.set(self, "http_code", value)
|
|
267
|
+
|
|
268
|
+
@_builtins.property
|
|
269
|
+
@pulumi.getter(name="loggingTypes")
|
|
270
|
+
def logging_types(self) -> pulumi.Input[Sequence[pulumi.Input['LinkResponderErrorMaskingLoggingType']]]:
|
|
271
|
+
return pulumi.get(self, "logging_types")
|
|
272
|
+
|
|
273
|
+
@logging_types.setter
|
|
274
|
+
def logging_types(self, value: pulumi.Input[Sequence[pulumi.Input['LinkResponderErrorMaskingLoggingType']]]):
|
|
275
|
+
pulumi.set(self, "logging_types", value)
|
|
276
|
+
|
|
277
|
+
@_builtins.property
|
|
278
|
+
@pulumi.getter(name="responseLoggingPercentage")
|
|
279
|
+
def response_logging_percentage(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
280
|
+
return pulumi.get(self, "response_logging_percentage")
|
|
281
|
+
|
|
282
|
+
@response_logging_percentage.setter
|
|
283
|
+
def response_logging_percentage(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
284
|
+
pulumi.set(self, "response_logging_percentage", value)
|
|
285
|
+
|
|
286
|
+
|
|
27
287
|
if not MYPY:
|
|
28
288
|
class ResponderGatewayManagedEndpointConfigurationArgsDict(TypedDict):
|
|
29
289
|
pass
|
|
@@ -0,0 +1,181 @@
|
|
|
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 as _builtins
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from .. import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from .. import outputs as _root_outputs
|
|
18
|
+
from ._enums import *
|
|
19
|
+
|
|
20
|
+
__all__ = [
|
|
21
|
+
'GetLinkResult',
|
|
22
|
+
'AwaitableGetLinkResult',
|
|
23
|
+
'get_link',
|
|
24
|
+
'get_link_output',
|
|
25
|
+
]
|
|
26
|
+
|
|
27
|
+
@pulumi.output_type
|
|
28
|
+
class GetLinkResult:
|
|
29
|
+
def __init__(__self__, arn=None, created_timestamp=None, gateway_id=None, link_attributes=None, link_direction=None, link_id=None, link_log_settings=None, link_status=None, peer_gateway_id=None, tags=None, updated_timestamp=None):
|
|
30
|
+
if arn and not isinstance(arn, str):
|
|
31
|
+
raise TypeError("Expected argument 'arn' to be a str")
|
|
32
|
+
pulumi.set(__self__, "arn", arn)
|
|
33
|
+
if created_timestamp and not isinstance(created_timestamp, str):
|
|
34
|
+
raise TypeError("Expected argument 'created_timestamp' to be a str")
|
|
35
|
+
pulumi.set(__self__, "created_timestamp", created_timestamp)
|
|
36
|
+
if gateway_id and not isinstance(gateway_id, str):
|
|
37
|
+
raise TypeError("Expected argument 'gateway_id' to be a str")
|
|
38
|
+
pulumi.set(__self__, "gateway_id", gateway_id)
|
|
39
|
+
if link_attributes and not isinstance(link_attributes, dict):
|
|
40
|
+
raise TypeError("Expected argument 'link_attributes' to be a dict")
|
|
41
|
+
pulumi.set(__self__, "link_attributes", link_attributes)
|
|
42
|
+
if link_direction and not isinstance(link_direction, str):
|
|
43
|
+
raise TypeError("Expected argument 'link_direction' to be a str")
|
|
44
|
+
pulumi.set(__self__, "link_direction", link_direction)
|
|
45
|
+
if link_id and not isinstance(link_id, str):
|
|
46
|
+
raise TypeError("Expected argument 'link_id' to be a str")
|
|
47
|
+
pulumi.set(__self__, "link_id", link_id)
|
|
48
|
+
if link_log_settings and not isinstance(link_log_settings, dict):
|
|
49
|
+
raise TypeError("Expected argument 'link_log_settings' to be a dict")
|
|
50
|
+
pulumi.set(__self__, "link_log_settings", link_log_settings)
|
|
51
|
+
if link_status and not isinstance(link_status, str):
|
|
52
|
+
raise TypeError("Expected argument 'link_status' to be a str")
|
|
53
|
+
pulumi.set(__self__, "link_status", link_status)
|
|
54
|
+
if peer_gateway_id and not isinstance(peer_gateway_id, str):
|
|
55
|
+
raise TypeError("Expected argument 'peer_gateway_id' to be a str")
|
|
56
|
+
pulumi.set(__self__, "peer_gateway_id", peer_gateway_id)
|
|
57
|
+
if tags and not isinstance(tags, list):
|
|
58
|
+
raise TypeError("Expected argument 'tags' to be a list")
|
|
59
|
+
pulumi.set(__self__, "tags", tags)
|
|
60
|
+
if updated_timestamp and not isinstance(updated_timestamp, str):
|
|
61
|
+
raise TypeError("Expected argument 'updated_timestamp' to be a str")
|
|
62
|
+
pulumi.set(__self__, "updated_timestamp", updated_timestamp)
|
|
63
|
+
|
|
64
|
+
@_builtins.property
|
|
65
|
+
@pulumi.getter
|
|
66
|
+
def arn(self) -> Optional[_builtins.str]:
|
|
67
|
+
return pulumi.get(self, "arn")
|
|
68
|
+
|
|
69
|
+
@_builtins.property
|
|
70
|
+
@pulumi.getter(name="createdTimestamp")
|
|
71
|
+
def created_timestamp(self) -> Optional[_builtins.str]:
|
|
72
|
+
return pulumi.get(self, "created_timestamp")
|
|
73
|
+
|
|
74
|
+
@_builtins.property
|
|
75
|
+
@pulumi.getter(name="gatewayId")
|
|
76
|
+
def gateway_id(self) -> Optional[_builtins.str]:
|
|
77
|
+
return pulumi.get(self, "gateway_id")
|
|
78
|
+
|
|
79
|
+
@_builtins.property
|
|
80
|
+
@pulumi.getter(name="linkAttributes")
|
|
81
|
+
def link_attributes(self) -> Optional['outputs.LinkAttributes']:
|
|
82
|
+
return pulumi.get(self, "link_attributes")
|
|
83
|
+
|
|
84
|
+
@_builtins.property
|
|
85
|
+
@pulumi.getter(name="linkDirection")
|
|
86
|
+
def link_direction(self) -> Optional['LinkDirection']:
|
|
87
|
+
return pulumi.get(self, "link_direction")
|
|
88
|
+
|
|
89
|
+
@_builtins.property
|
|
90
|
+
@pulumi.getter(name="linkId")
|
|
91
|
+
def link_id(self) -> Optional[_builtins.str]:
|
|
92
|
+
return pulumi.get(self, "link_id")
|
|
93
|
+
|
|
94
|
+
@_builtins.property
|
|
95
|
+
@pulumi.getter(name="linkLogSettings")
|
|
96
|
+
def link_log_settings(self) -> Optional['outputs.LinkLogSettings']:
|
|
97
|
+
return pulumi.get(self, "link_log_settings")
|
|
98
|
+
|
|
99
|
+
@_builtins.property
|
|
100
|
+
@pulumi.getter(name="linkStatus")
|
|
101
|
+
def link_status(self) -> Optional['LinkStatus']:
|
|
102
|
+
return pulumi.get(self, "link_status")
|
|
103
|
+
|
|
104
|
+
@_builtins.property
|
|
105
|
+
@pulumi.getter(name="peerGatewayId")
|
|
106
|
+
def peer_gateway_id(self) -> Optional[_builtins.str]:
|
|
107
|
+
return pulumi.get(self, "peer_gateway_id")
|
|
108
|
+
|
|
109
|
+
@_builtins.property
|
|
110
|
+
@pulumi.getter
|
|
111
|
+
def tags(self) -> Optional[Sequence['_root_outputs.Tag']]:
|
|
112
|
+
return pulumi.get(self, "tags")
|
|
113
|
+
|
|
114
|
+
@_builtins.property
|
|
115
|
+
@pulumi.getter(name="updatedTimestamp")
|
|
116
|
+
def updated_timestamp(self) -> Optional[_builtins.str]:
|
|
117
|
+
return pulumi.get(self, "updated_timestamp")
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
class AwaitableGetLinkResult(GetLinkResult):
|
|
121
|
+
# pylint: disable=using-constant-test
|
|
122
|
+
def __await__(self):
|
|
123
|
+
if False:
|
|
124
|
+
yield self
|
|
125
|
+
return GetLinkResult(
|
|
126
|
+
arn=self.arn,
|
|
127
|
+
created_timestamp=self.created_timestamp,
|
|
128
|
+
gateway_id=self.gateway_id,
|
|
129
|
+
link_attributes=self.link_attributes,
|
|
130
|
+
link_direction=self.link_direction,
|
|
131
|
+
link_id=self.link_id,
|
|
132
|
+
link_log_settings=self.link_log_settings,
|
|
133
|
+
link_status=self.link_status,
|
|
134
|
+
peer_gateway_id=self.peer_gateway_id,
|
|
135
|
+
tags=self.tags,
|
|
136
|
+
updated_timestamp=self.updated_timestamp)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
def get_link(arn: Optional[_builtins.str] = None,
|
|
140
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetLinkResult:
|
|
141
|
+
"""
|
|
142
|
+
Resource Type definition for AWS::RTBFabric::Link Resource Type
|
|
143
|
+
"""
|
|
144
|
+
__args__ = dict()
|
|
145
|
+
__args__['arn'] = arn
|
|
146
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
147
|
+
__ret__ = pulumi.runtime.invoke('aws-native:rtbfabric:getLink', __args__, opts=opts, typ=GetLinkResult).value
|
|
148
|
+
|
|
149
|
+
return AwaitableGetLinkResult(
|
|
150
|
+
arn=pulumi.get(__ret__, 'arn'),
|
|
151
|
+
created_timestamp=pulumi.get(__ret__, 'created_timestamp'),
|
|
152
|
+
gateway_id=pulumi.get(__ret__, 'gateway_id'),
|
|
153
|
+
link_attributes=pulumi.get(__ret__, 'link_attributes'),
|
|
154
|
+
link_direction=pulumi.get(__ret__, 'link_direction'),
|
|
155
|
+
link_id=pulumi.get(__ret__, 'link_id'),
|
|
156
|
+
link_log_settings=pulumi.get(__ret__, 'link_log_settings'),
|
|
157
|
+
link_status=pulumi.get(__ret__, 'link_status'),
|
|
158
|
+
peer_gateway_id=pulumi.get(__ret__, 'peer_gateway_id'),
|
|
159
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
160
|
+
updated_timestamp=pulumi.get(__ret__, 'updated_timestamp'))
|
|
161
|
+
def get_link_output(arn: Optional[pulumi.Input[_builtins.str]] = None,
|
|
162
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetLinkResult]:
|
|
163
|
+
"""
|
|
164
|
+
Resource Type definition for AWS::RTBFabric::Link Resource Type
|
|
165
|
+
"""
|
|
166
|
+
__args__ = dict()
|
|
167
|
+
__args__['arn'] = arn
|
|
168
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
169
|
+
__ret__ = pulumi.runtime.invoke_output('aws-native:rtbfabric:getLink', __args__, opts=opts, typ=GetLinkResult)
|
|
170
|
+
return __ret__.apply(lambda __response__: GetLinkResult(
|
|
171
|
+
arn=pulumi.get(__response__, 'arn'),
|
|
172
|
+
created_timestamp=pulumi.get(__response__, 'created_timestamp'),
|
|
173
|
+
gateway_id=pulumi.get(__response__, 'gateway_id'),
|
|
174
|
+
link_attributes=pulumi.get(__response__, 'link_attributes'),
|
|
175
|
+
link_direction=pulumi.get(__response__, 'link_direction'),
|
|
176
|
+
link_id=pulumi.get(__response__, 'link_id'),
|
|
177
|
+
link_log_settings=pulumi.get(__response__, 'link_log_settings'),
|
|
178
|
+
link_status=pulumi.get(__response__, 'link_status'),
|
|
179
|
+
peer_gateway_id=pulumi.get(__response__, 'peer_gateway_id'),
|
|
180
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
181
|
+
updated_timestamp=pulumi.get(__response__, 'updated_timestamp')))
|