pulumi-aws-native 1.38.0a1761284362__py3-none-any.whl → 1.39.0a1762409198__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 +33 -1
- pulumi_aws_native/_enums.py +4 -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/applicationsignals/get_grouping_configuration.py +9 -0
- pulumi_aws_native/applicationsignals/grouping_configuration.py +3 -0
- pulumi_aws_native/appstream/get_image_builder.py +0 -4
- pulumi_aws_native/appstream/image_builder.py +0 -16
- pulumi_aws_native/aps/__init__.py +2 -0
- pulumi_aws_native/aps/_inputs.py +290 -0
- pulumi_aws_native/aps/anomaly_detector.py +318 -0
- pulumi_aws_native/aps/get_anomaly_detector.py +149 -0
- pulumi_aws_native/aps/outputs.py +229 -0
- pulumi_aws_native/arcregionswitch/get_plan.py +0 -3
- pulumi_aws_native/arcregionswitch/plan.py +0 -3
- pulumi_aws_native/batch/_inputs.py +34 -0
- pulumi_aws_native/batch/job_definition.py +29 -0
- pulumi_aws_native/batch/outputs.py +37 -0
- pulumi_aws_native/bedrock/automated_reasoning_policy.py +51 -0
- pulumi_aws_native/bedrock/get_automated_reasoning_policy.py +12 -1
- pulumi_aws_native/bedrockagentcore/__init__.py +2 -0
- pulumi_aws_native/bedrockagentcore/_enums.py +1 -0
- pulumi_aws_native/bedrockagentcore/get_workload_identity.py +134 -0
- pulumi_aws_native/bedrockagentcore/workload_identity.py +217 -0
- pulumi_aws_native/ce/_enums.py +3 -0
- pulumi_aws_native/cleanrooms/configured_table.py +4 -4
- pulumi_aws_native/cleanrooms/get_configured_table.py +1 -1
- pulumi_aws_native/cloudfront/_inputs.py +14 -1
- pulumi_aws_native/cloudfront/get_vpc_origin.py +12 -1
- pulumi_aws_native/cloudfront/outputs.py +11 -1
- pulumi_aws_native/cloudfront/vpc_origin.py +7 -0
- pulumi_aws_native/cognito/__init__.py +2 -0
- pulumi_aws_native/cognito/_enums.py +12 -0
- pulumi_aws_native/cognito/get_terms.py +117 -0
- pulumi_aws_native/cognito/terms.py +236 -0
- pulumi_aws_native/connect/_enums.py +68 -0
- pulumi_aws_native/connect/_inputs.py +581 -1
- pulumi_aws_native/connect/email_address.py +31 -0
- pulumi_aws_native/connect/get_email_address.py +16 -1
- pulumi_aws_native/connect/outputs.py +473 -3
- pulumi_aws_native/connectcampaignsv2/_enums.py +9 -0
- pulumi_aws_native/connectcampaignsv2/_inputs.py +127 -0
- pulumi_aws_native/connectcampaignsv2/outputs.py +118 -0
- pulumi_aws_native/datazone/_inputs.py +81 -0
- pulumi_aws_native/datazone/connection.py +83 -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/capacity_reservation.py +6 -6
- pulumi_aws_native/ec2/get_capacity_manager_data_export.py +92 -0
- pulumi_aws_native/ec2/get_capacity_reservation.py +2 -2
- pulumi_aws_native/ec2/get_nat_gateway.py +3 -0
- pulumi_aws_native/ec2/get_volume.py +37 -15
- pulumi_aws_native/ec2/nat_gateway.py +11 -0
- pulumi_aws_native/ec2/outputs.py +10 -8
- pulumi_aws_native/ec2/volume.py +115 -74
- pulumi_aws_native/ecr/_inputs.py +2 -2
- pulumi_aws_native/ecr/get_repository.py +3 -2
- pulumi_aws_native/ecr/outputs.py +2 -2
- pulumi_aws_native/ecr/repository.py +12 -8
- pulumi_aws_native/ecs/_enums.py +24 -0
- pulumi_aws_native/ecs/_inputs.py +230 -23
- pulumi_aws_native/ecs/outputs.py +195 -15
- pulumi_aws_native/ecs/service.py +4 -0
- pulumi_aws_native/eks/_enums.py +11 -0
- pulumi_aws_native/eks/_inputs.py +199 -1
- pulumi_aws_native/eks/get_nodegroup.py +1 -0
- pulumi_aws_native/eks/nodegroup.py +1 -0
- pulumi_aws_native/eks/outputs.py +169 -1
- pulumi_aws_native/elasticloadbalancingv2/_inputs.py +213 -34
- pulumi_aws_native/elasticloadbalancingv2/get_listener_rule.py +15 -4
- pulumi_aws_native/elasticloadbalancingv2/listener_rule.py +22 -1
- pulumi_aws_native/elasticloadbalancingv2/load_balancer.py +4 -4
- pulumi_aws_native/elasticloadbalancingv2/outputs.py +187 -24
- pulumi_aws_native/events/__init__.py +2 -0
- pulumi_aws_native/events/_inputs.py +78 -0
- pulumi_aws_native/events/event_bus_policy.py +275 -0
- pulumi_aws_native/events/get_event_bus_policy.py +85 -0
- pulumi_aws_native/events/outputs.py +48 -0
- pulumi_aws_native/gameliftstreams/application.py +4 -4
- pulumi_aws_native/glue/__init__.py +2 -0
- pulumi_aws_native/glue/_inputs.py +134 -0
- pulumi_aws_native/glue/get_integration_resource_property.py +127 -0
- pulumi_aws_native/glue/integration_resource_property.py +229 -0
- pulumi_aws_native/glue/outputs.py +122 -0
- pulumi_aws_native/imagebuilder/_inputs.py +95 -0
- pulumi_aws_native/imagebuilder/get_image_pipeline.py +15 -1
- pulumi_aws_native/imagebuilder/image.py +58 -0
- pulumi_aws_native/imagebuilder/image_pipeline.py +10 -0
- pulumi_aws_native/imagebuilder/outputs.py +95 -0
- pulumi_aws_native/kendra/_inputs.py +21 -21
- pulumi_aws_native/kendra/outputs.py +14 -14
- pulumi_aws_native/lambda_/permission.py +4 -4
- pulumi_aws_native/mediapackagev2/_enums.py +15 -0
- pulumi_aws_native/mediapackagev2/_inputs.py +103 -0
- pulumi_aws_native/mediapackagev2/get_origin_endpoint.py +26 -1
- pulumi_aws_native/mediapackagev2/origin_endpoint.py +36 -0
- pulumi_aws_native/mediapackagev2/outputs.py +88 -0
- pulumi_aws_native/neptune/db_instance.py +29 -0
- pulumi_aws_native/neptune/get_db_instance.py +15 -1
- pulumi_aws_native/networkfirewall/_enums.py +2 -0
- pulumi_aws_native/networkfirewall/_inputs.py +20 -0
- pulumi_aws_native/networkfirewall/firewall.py +10 -0
- pulumi_aws_native/networkfirewall/get_firewall.py +15 -1
- pulumi_aws_native/networkfirewall/outputs.py +14 -0
- pulumi_aws_native/observabilityadmin/_enums.py +9 -0
- pulumi_aws_native/observabilityadmin/_inputs.py +252 -0
- pulumi_aws_native/observabilityadmin/get_organization_centralization_rule.py +9 -0
- pulumi_aws_native/observabilityadmin/get_organization_telemetry_rule.py +3 -0
- pulumi_aws_native/observabilityadmin/get_telemetry_rule.py +3 -0
- pulumi_aws_native/observabilityadmin/organization_centralization_rule.py +11 -0
- pulumi_aws_native/observabilityadmin/organization_telemetry_rule.py +8 -0
- pulumi_aws_native/observabilityadmin/outputs.py +150 -0
- pulumi_aws_native/observabilityadmin/telemetry_rule.py +8 -0
- pulumi_aws_native/organizations/_enums.py +13 -0
- pulumi_aws_native/organizations/account.py +10 -0
- pulumi_aws_native/organizations/get_account.py +15 -1
- pulumi_aws_native/osis/_inputs.py +24 -0
- pulumi_aws_native/osis/get_pipeline.py +26 -1
- pulumi_aws_native/osis/outputs.py +13 -0
- pulumi_aws_native/osis/pipeline.py +50 -0
- pulumi_aws_native/pulumi-plugin.json +1 -1
- pulumi_aws_native/qbusiness/_inputs.py +3 -3
- pulumi_aws_native/qbusiness/application.py +4 -4
- pulumi_aws_native/qbusiness/outputs.py +2 -2
- pulumi_aws_native/quicksight/_enums.py +1 -1
- pulumi_aws_native/quicksight/_inputs.py +12 -12
- pulumi_aws_native/quicksight/outputs.py +8 -8
- pulumi_aws_native/rds/db_cluster.py +24 -40
- pulumi_aws_native/route53/_inputs.py +21 -3
- pulumi_aws_native/route53/outputs.py +14 -2
- pulumi_aws_native/rtbfabric/__init__.py +17 -0
- pulumi_aws_native/rtbfabric/_enums.py +89 -0
- pulumi_aws_native/rtbfabric/_inputs.py +390 -0
- pulumi_aws_native/rtbfabric/get_link.py +199 -0
- pulumi_aws_native/rtbfabric/get_requester_gateway.py +217 -0
- pulumi_aws_native/rtbfabric/get_responder_gateway.py +255 -0
- pulumi_aws_native/rtbfabric/link.py +344 -0
- pulumi_aws_native/rtbfabric/outputs.py +363 -0
- pulumi_aws_native/rtbfabric/requester_gateway.py +303 -0
- pulumi_aws_native/rtbfabric/responder_gateway.py +431 -0
- pulumi_aws_native/s3/_enums.py +1 -1
- pulumi_aws_native/s3/_inputs.py +11 -5
- pulumi_aws_native/s3/access_grants_location.py +15 -13
- pulumi_aws_native/s3/outputs.py +10 -4
- pulumi_aws_native/s3vectors/__init__.py +17 -0
- pulumi_aws_native/s3vectors/_enums.py +39 -0
- pulumi_aws_native/s3vectors/_inputs.py +138 -0
- pulumi_aws_native/s3vectors/get_index.py +99 -0
- pulumi_aws_native/s3vectors/get_vector_bucket.py +99 -0
- pulumi_aws_native/s3vectors/get_vector_bucket_policy.py +78 -0
- pulumi_aws_native/s3vectors/index.py +367 -0
- pulumi_aws_native/s3vectors/outputs.py +129 -0
- pulumi_aws_native/s3vectors/vector_bucket.py +199 -0
- pulumi_aws_native/s3vectors/vector_bucket_policy.py +188 -0
- pulumi_aws_native/sagemaker/_enums.py +12 -171
- pulumi_aws_native/sagemaker/_inputs.py +81 -5
- pulumi_aws_native/sagemaker/cluster.py +21 -0
- pulumi_aws_native/sagemaker/get_cluster.py +15 -4
- pulumi_aws_native/sagemaker/outputs.py +67 -3
- pulumi_aws_native/ssm/_inputs.py +15 -3
- pulumi_aws_native/ssm/outputs.py +10 -2
- pulumi_aws_native/ssmquicksetup/get_lifecycle_automation.py +6 -0
- pulumi_aws_native/ssmquicksetup/lifecycle_automation.py +16 -0
- pulumi_aws_native/sso/_enums.py +1 -1
- pulumi_aws_native/sso/assignment.py +8 -8
- pulumi_aws_native/synthetics/_inputs.py +52 -12
- pulumi_aws_native/synthetics/outputs.py +35 -8
- pulumi_aws_native/transfer/_enums.py +15 -0
- pulumi_aws_native/transfer/_inputs.py +95 -3
- pulumi_aws_native/transfer/connector.py +86 -19
- pulumi_aws_native/transfer/get_connector.py +43 -1
- pulumi_aws_native/transfer/outputs.py +92 -2
- pulumi_aws_native/wafv2/_inputs.py +72 -0
- pulumi_aws_native/wafv2/get_web_acl.py +15 -1
- pulumi_aws_native/wafv2/outputs.py +45 -0
- pulumi_aws_native/wafv2/web_acl.py +29 -0
- pulumi_aws_native/wisdom/_enums.py +4 -0
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/METADATA +1 -1
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/RECORD +187 -155
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/WHEEL +0 -0
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,390 @@
|
|
|
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 ._enums import *
|
|
17
|
+
|
|
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',
|
|
33
|
+
'ResponderGatewayManagedEndpointConfigurationArgs',
|
|
34
|
+
'ResponderGatewayManagedEndpointConfigurationArgsDict',
|
|
35
|
+
'ResponderGatewayTrustStoreConfigurationArgs',
|
|
36
|
+
'ResponderGatewayTrustStoreConfigurationArgsDict',
|
|
37
|
+
]
|
|
38
|
+
|
|
39
|
+
MYPY = False
|
|
40
|
+
|
|
41
|
+
if not MYPY:
|
|
42
|
+
class LinkAttributesArgsDict(TypedDict):
|
|
43
|
+
customer_provided_id: NotRequired[pulumi.Input[_builtins.str]]
|
|
44
|
+
"""
|
|
45
|
+
The customer-provided unique identifier of the link.
|
|
46
|
+
"""
|
|
47
|
+
responder_error_masking: NotRequired[pulumi.Input[Sequence[pulumi.Input['LinkResponderErrorMaskingForHttpCodeArgsDict']]]]
|
|
48
|
+
"""
|
|
49
|
+
Describes the masking for HTTP error codes.
|
|
50
|
+
"""
|
|
51
|
+
elif False:
|
|
52
|
+
LinkAttributesArgsDict: TypeAlias = Mapping[str, Any]
|
|
53
|
+
|
|
54
|
+
@pulumi.input_type
|
|
55
|
+
class LinkAttributesArgs:
|
|
56
|
+
def __init__(__self__, *,
|
|
57
|
+
customer_provided_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
58
|
+
responder_error_masking: Optional[pulumi.Input[Sequence[pulumi.Input['LinkResponderErrorMaskingForHttpCodeArgs']]]] = None):
|
|
59
|
+
"""
|
|
60
|
+
:param pulumi.Input[_builtins.str] customer_provided_id: The customer-provided unique identifier of the link.
|
|
61
|
+
:param pulumi.Input[Sequence[pulumi.Input['LinkResponderErrorMaskingForHttpCodeArgs']]] responder_error_masking: Describes the masking for HTTP error codes.
|
|
62
|
+
"""
|
|
63
|
+
if customer_provided_id is not None:
|
|
64
|
+
pulumi.set(__self__, "customer_provided_id", customer_provided_id)
|
|
65
|
+
if responder_error_masking is not None:
|
|
66
|
+
pulumi.set(__self__, "responder_error_masking", responder_error_masking)
|
|
67
|
+
|
|
68
|
+
@_builtins.property
|
|
69
|
+
@pulumi.getter(name="customerProvidedId")
|
|
70
|
+
def customer_provided_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
71
|
+
"""
|
|
72
|
+
The customer-provided unique identifier of the link.
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "customer_provided_id")
|
|
75
|
+
|
|
76
|
+
@customer_provided_id.setter
|
|
77
|
+
def customer_provided_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
78
|
+
pulumi.set(self, "customer_provided_id", value)
|
|
79
|
+
|
|
80
|
+
@_builtins.property
|
|
81
|
+
@pulumi.getter(name="responderErrorMasking")
|
|
82
|
+
def responder_error_masking(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LinkResponderErrorMaskingForHttpCodeArgs']]]]:
|
|
83
|
+
"""
|
|
84
|
+
Describes the masking for HTTP error codes.
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "responder_error_masking")
|
|
87
|
+
|
|
88
|
+
@responder_error_masking.setter
|
|
89
|
+
def responder_error_masking(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['LinkResponderErrorMaskingForHttpCodeArgs']]]]):
|
|
90
|
+
pulumi.set(self, "responder_error_masking", value)
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
if not MYPY:
|
|
94
|
+
class LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgsDict(TypedDict):
|
|
95
|
+
error_log: pulumi.Input[_builtins.float]
|
|
96
|
+
filter_log: pulumi.Input[_builtins.float]
|
|
97
|
+
elif False:
|
|
98
|
+
LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
99
|
+
|
|
100
|
+
@pulumi.input_type
|
|
101
|
+
class LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgs:
|
|
102
|
+
def __init__(__self__, *,
|
|
103
|
+
error_log: pulumi.Input[_builtins.float],
|
|
104
|
+
filter_log: pulumi.Input[_builtins.float]):
|
|
105
|
+
pulumi.set(__self__, "error_log", error_log)
|
|
106
|
+
pulumi.set(__self__, "filter_log", filter_log)
|
|
107
|
+
|
|
108
|
+
@_builtins.property
|
|
109
|
+
@pulumi.getter(name="errorLog")
|
|
110
|
+
def error_log(self) -> pulumi.Input[_builtins.float]:
|
|
111
|
+
return pulumi.get(self, "error_log")
|
|
112
|
+
|
|
113
|
+
@error_log.setter
|
|
114
|
+
def error_log(self, value: pulumi.Input[_builtins.float]):
|
|
115
|
+
pulumi.set(self, "error_log", value)
|
|
116
|
+
|
|
117
|
+
@_builtins.property
|
|
118
|
+
@pulumi.getter(name="filterLog")
|
|
119
|
+
def filter_log(self) -> pulumi.Input[_builtins.float]:
|
|
120
|
+
return pulumi.get(self, "filter_log")
|
|
121
|
+
|
|
122
|
+
@filter_log.setter
|
|
123
|
+
def filter_log(self, value: pulumi.Input[_builtins.float]):
|
|
124
|
+
pulumi.set(self, "filter_log", value)
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
if not MYPY:
|
|
128
|
+
class LinkLogSettingsApplicationLogsPropertiesArgsDict(TypedDict):
|
|
129
|
+
"""
|
|
130
|
+
Describes the configuration of a link application log.
|
|
131
|
+
"""
|
|
132
|
+
link_application_log_sampling: pulumi.Input['LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgsDict']
|
|
133
|
+
elif False:
|
|
134
|
+
LinkLogSettingsApplicationLogsPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
135
|
+
|
|
136
|
+
@pulumi.input_type
|
|
137
|
+
class LinkLogSettingsApplicationLogsPropertiesArgs:
|
|
138
|
+
def __init__(__self__, *,
|
|
139
|
+
link_application_log_sampling: pulumi.Input['LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgs']):
|
|
140
|
+
"""
|
|
141
|
+
Describes the configuration of a link application log.
|
|
142
|
+
"""
|
|
143
|
+
pulumi.set(__self__, "link_application_log_sampling", link_application_log_sampling)
|
|
144
|
+
|
|
145
|
+
@_builtins.property
|
|
146
|
+
@pulumi.getter(name="linkApplicationLogSampling")
|
|
147
|
+
def link_application_log_sampling(self) -> pulumi.Input['LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgs']:
|
|
148
|
+
return pulumi.get(self, "link_application_log_sampling")
|
|
149
|
+
|
|
150
|
+
@link_application_log_sampling.setter
|
|
151
|
+
def link_application_log_sampling(self, value: pulumi.Input['LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgs']):
|
|
152
|
+
pulumi.set(self, "link_application_log_sampling", value)
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
if not MYPY:
|
|
156
|
+
class LinkLogSettingsArgsDict(TypedDict):
|
|
157
|
+
application_logs: pulumi.Input['LinkLogSettingsApplicationLogsPropertiesArgsDict']
|
|
158
|
+
"""
|
|
159
|
+
Describes the configuration of a link application log.
|
|
160
|
+
"""
|
|
161
|
+
elif False:
|
|
162
|
+
LinkLogSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
163
|
+
|
|
164
|
+
@pulumi.input_type
|
|
165
|
+
class LinkLogSettingsArgs:
|
|
166
|
+
def __init__(__self__, *,
|
|
167
|
+
application_logs: pulumi.Input['LinkLogSettingsApplicationLogsPropertiesArgs']):
|
|
168
|
+
"""
|
|
169
|
+
:param pulumi.Input['LinkLogSettingsApplicationLogsPropertiesArgs'] application_logs: Describes the configuration of a link application log.
|
|
170
|
+
"""
|
|
171
|
+
pulumi.set(__self__, "application_logs", application_logs)
|
|
172
|
+
|
|
173
|
+
@_builtins.property
|
|
174
|
+
@pulumi.getter(name="applicationLogs")
|
|
175
|
+
def application_logs(self) -> pulumi.Input['LinkLogSettingsApplicationLogsPropertiesArgs']:
|
|
176
|
+
"""
|
|
177
|
+
Describes the configuration of a link application log.
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "application_logs")
|
|
180
|
+
|
|
181
|
+
@application_logs.setter
|
|
182
|
+
def application_logs(self, value: pulumi.Input['LinkLogSettingsApplicationLogsPropertiesArgs']):
|
|
183
|
+
pulumi.set(self, "application_logs", value)
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
if not MYPY:
|
|
187
|
+
class LinkModuleConfigurationArgsDict(TypedDict):
|
|
188
|
+
name: pulumi.Input[_builtins.str]
|
|
189
|
+
depends_on: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
190
|
+
module_parameters: NotRequired[pulumi.Input['LinkModuleParametersArgsDict']]
|
|
191
|
+
version: NotRequired[pulumi.Input[_builtins.str]]
|
|
192
|
+
elif False:
|
|
193
|
+
LinkModuleConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
194
|
+
|
|
195
|
+
@pulumi.input_type
|
|
196
|
+
class LinkModuleConfigurationArgs:
|
|
197
|
+
def __init__(__self__, *,
|
|
198
|
+
name: pulumi.Input[_builtins.str],
|
|
199
|
+
depends_on: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
200
|
+
module_parameters: Optional[pulumi.Input['LinkModuleParametersArgs']] = None,
|
|
201
|
+
version: Optional[pulumi.Input[_builtins.str]] = None):
|
|
202
|
+
pulumi.set(__self__, "name", name)
|
|
203
|
+
if depends_on is not None:
|
|
204
|
+
pulumi.set(__self__, "depends_on", depends_on)
|
|
205
|
+
if module_parameters is not None:
|
|
206
|
+
pulumi.set(__self__, "module_parameters", module_parameters)
|
|
207
|
+
if version is not None:
|
|
208
|
+
pulumi.set(__self__, "version", version)
|
|
209
|
+
|
|
210
|
+
@_builtins.property
|
|
211
|
+
@pulumi.getter
|
|
212
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
213
|
+
return pulumi.get(self, "name")
|
|
214
|
+
|
|
215
|
+
@name.setter
|
|
216
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
217
|
+
pulumi.set(self, "name", value)
|
|
218
|
+
|
|
219
|
+
@_builtins.property
|
|
220
|
+
@pulumi.getter(name="dependsOn")
|
|
221
|
+
def depends_on(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
222
|
+
return pulumi.get(self, "depends_on")
|
|
223
|
+
|
|
224
|
+
@depends_on.setter
|
|
225
|
+
def depends_on(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
226
|
+
pulumi.set(self, "depends_on", value)
|
|
227
|
+
|
|
228
|
+
@_builtins.property
|
|
229
|
+
@pulumi.getter(name="moduleParameters")
|
|
230
|
+
def module_parameters(self) -> Optional[pulumi.Input['LinkModuleParametersArgs']]:
|
|
231
|
+
return pulumi.get(self, "module_parameters")
|
|
232
|
+
|
|
233
|
+
@module_parameters.setter
|
|
234
|
+
def module_parameters(self, value: Optional[pulumi.Input['LinkModuleParametersArgs']]):
|
|
235
|
+
pulumi.set(self, "module_parameters", value)
|
|
236
|
+
|
|
237
|
+
@_builtins.property
|
|
238
|
+
@pulumi.getter
|
|
239
|
+
def version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
240
|
+
return pulumi.get(self, "version")
|
|
241
|
+
|
|
242
|
+
@version.setter
|
|
243
|
+
def version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
244
|
+
pulumi.set(self, "version", value)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
if not MYPY:
|
|
248
|
+
class LinkModuleParametersArgsDict(TypedDict):
|
|
249
|
+
pass
|
|
250
|
+
elif False:
|
|
251
|
+
LinkModuleParametersArgsDict: TypeAlias = Mapping[str, Any]
|
|
252
|
+
|
|
253
|
+
@pulumi.input_type
|
|
254
|
+
class LinkModuleParametersArgs:
|
|
255
|
+
def __init__(__self__):
|
|
256
|
+
pass
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
if not MYPY:
|
|
260
|
+
class LinkResponderErrorMaskingForHttpCodeArgsDict(TypedDict):
|
|
261
|
+
action: pulumi.Input['LinkResponderErrorMaskingForHttpCodeAction']
|
|
262
|
+
"""
|
|
263
|
+
The action for the error..
|
|
264
|
+
"""
|
|
265
|
+
http_code: pulumi.Input[_builtins.str]
|
|
266
|
+
"""
|
|
267
|
+
The HTTP error code.
|
|
268
|
+
"""
|
|
269
|
+
logging_types: pulumi.Input[Sequence[pulumi.Input['LinkResponderErrorMaskingLoggingType']]]
|
|
270
|
+
"""
|
|
271
|
+
The error log type.
|
|
272
|
+
"""
|
|
273
|
+
response_logging_percentage: NotRequired[pulumi.Input[_builtins.float]]
|
|
274
|
+
"""
|
|
275
|
+
The percentage of response logging.
|
|
276
|
+
"""
|
|
277
|
+
elif False:
|
|
278
|
+
LinkResponderErrorMaskingForHttpCodeArgsDict: TypeAlias = Mapping[str, Any]
|
|
279
|
+
|
|
280
|
+
@pulumi.input_type
|
|
281
|
+
class LinkResponderErrorMaskingForHttpCodeArgs:
|
|
282
|
+
def __init__(__self__, *,
|
|
283
|
+
action: pulumi.Input['LinkResponderErrorMaskingForHttpCodeAction'],
|
|
284
|
+
http_code: pulumi.Input[_builtins.str],
|
|
285
|
+
logging_types: pulumi.Input[Sequence[pulumi.Input['LinkResponderErrorMaskingLoggingType']]],
|
|
286
|
+
response_logging_percentage: Optional[pulumi.Input[_builtins.float]] = None):
|
|
287
|
+
"""
|
|
288
|
+
:param pulumi.Input['LinkResponderErrorMaskingForHttpCodeAction'] action: The action for the error..
|
|
289
|
+
:param pulumi.Input[_builtins.str] http_code: The HTTP error code.
|
|
290
|
+
:param pulumi.Input[Sequence[pulumi.Input['LinkResponderErrorMaskingLoggingType']]] logging_types: The error log type.
|
|
291
|
+
:param pulumi.Input[_builtins.float] response_logging_percentage: The percentage of response logging.
|
|
292
|
+
"""
|
|
293
|
+
pulumi.set(__self__, "action", action)
|
|
294
|
+
pulumi.set(__self__, "http_code", http_code)
|
|
295
|
+
pulumi.set(__self__, "logging_types", logging_types)
|
|
296
|
+
if response_logging_percentage is not None:
|
|
297
|
+
pulumi.set(__self__, "response_logging_percentage", response_logging_percentage)
|
|
298
|
+
|
|
299
|
+
@_builtins.property
|
|
300
|
+
@pulumi.getter
|
|
301
|
+
def action(self) -> pulumi.Input['LinkResponderErrorMaskingForHttpCodeAction']:
|
|
302
|
+
"""
|
|
303
|
+
The action for the error..
|
|
304
|
+
"""
|
|
305
|
+
return pulumi.get(self, "action")
|
|
306
|
+
|
|
307
|
+
@action.setter
|
|
308
|
+
def action(self, value: pulumi.Input['LinkResponderErrorMaskingForHttpCodeAction']):
|
|
309
|
+
pulumi.set(self, "action", value)
|
|
310
|
+
|
|
311
|
+
@_builtins.property
|
|
312
|
+
@pulumi.getter(name="httpCode")
|
|
313
|
+
def http_code(self) -> pulumi.Input[_builtins.str]:
|
|
314
|
+
"""
|
|
315
|
+
The HTTP error code.
|
|
316
|
+
"""
|
|
317
|
+
return pulumi.get(self, "http_code")
|
|
318
|
+
|
|
319
|
+
@http_code.setter
|
|
320
|
+
def http_code(self, value: pulumi.Input[_builtins.str]):
|
|
321
|
+
pulumi.set(self, "http_code", value)
|
|
322
|
+
|
|
323
|
+
@_builtins.property
|
|
324
|
+
@pulumi.getter(name="loggingTypes")
|
|
325
|
+
def logging_types(self) -> pulumi.Input[Sequence[pulumi.Input['LinkResponderErrorMaskingLoggingType']]]:
|
|
326
|
+
"""
|
|
327
|
+
The error log type.
|
|
328
|
+
"""
|
|
329
|
+
return pulumi.get(self, "logging_types")
|
|
330
|
+
|
|
331
|
+
@logging_types.setter
|
|
332
|
+
def logging_types(self, value: pulumi.Input[Sequence[pulumi.Input['LinkResponderErrorMaskingLoggingType']]]):
|
|
333
|
+
pulumi.set(self, "logging_types", value)
|
|
334
|
+
|
|
335
|
+
@_builtins.property
|
|
336
|
+
@pulumi.getter(name="responseLoggingPercentage")
|
|
337
|
+
def response_logging_percentage(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
338
|
+
"""
|
|
339
|
+
The percentage of response logging.
|
|
340
|
+
"""
|
|
341
|
+
return pulumi.get(self, "response_logging_percentage")
|
|
342
|
+
|
|
343
|
+
@response_logging_percentage.setter
|
|
344
|
+
def response_logging_percentage(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
345
|
+
pulumi.set(self, "response_logging_percentage", value)
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
if not MYPY:
|
|
349
|
+
class ResponderGatewayManagedEndpointConfigurationArgsDict(TypedDict):
|
|
350
|
+
pass
|
|
351
|
+
elif False:
|
|
352
|
+
ResponderGatewayManagedEndpointConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
353
|
+
|
|
354
|
+
@pulumi.input_type
|
|
355
|
+
class ResponderGatewayManagedEndpointConfigurationArgs:
|
|
356
|
+
def __init__(__self__):
|
|
357
|
+
pass
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
if not MYPY:
|
|
361
|
+
class ResponderGatewayTrustStoreConfigurationArgsDict(TypedDict):
|
|
362
|
+
certificate_authority_certificates: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
363
|
+
"""
|
|
364
|
+
The certificate authority certificate.
|
|
365
|
+
"""
|
|
366
|
+
elif False:
|
|
367
|
+
ResponderGatewayTrustStoreConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
368
|
+
|
|
369
|
+
@pulumi.input_type
|
|
370
|
+
class ResponderGatewayTrustStoreConfigurationArgs:
|
|
371
|
+
def __init__(__self__, *,
|
|
372
|
+
certificate_authority_certificates: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
373
|
+
"""
|
|
374
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] certificate_authority_certificates: The certificate authority certificate.
|
|
375
|
+
"""
|
|
376
|
+
pulumi.set(__self__, "certificate_authority_certificates", certificate_authority_certificates)
|
|
377
|
+
|
|
378
|
+
@_builtins.property
|
|
379
|
+
@pulumi.getter(name="certificateAuthorityCertificates")
|
|
380
|
+
def certificate_authority_certificates(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
381
|
+
"""
|
|
382
|
+
The certificate authority certificate.
|
|
383
|
+
"""
|
|
384
|
+
return pulumi.get(self, "certificate_authority_certificates")
|
|
385
|
+
|
|
386
|
+
@certificate_authority_certificates.setter
|
|
387
|
+
def certificate_authority_certificates(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
388
|
+
pulumi.set(self, "certificate_authority_certificates", value)
|
|
389
|
+
|
|
390
|
+
|
|
@@ -0,0 +1,199 @@
|
|
|
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
|
+
"""
|
|
78
|
+
The unique identifier of the gateway.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "gateway_id")
|
|
81
|
+
|
|
82
|
+
@_builtins.property
|
|
83
|
+
@pulumi.getter(name="linkAttributes")
|
|
84
|
+
def link_attributes(self) -> Optional['outputs.LinkAttributes']:
|
|
85
|
+
"""
|
|
86
|
+
Attributes of the link.
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "link_attributes")
|
|
89
|
+
|
|
90
|
+
@_builtins.property
|
|
91
|
+
@pulumi.getter(name="linkDirection")
|
|
92
|
+
def link_direction(self) -> Optional['LinkDirection']:
|
|
93
|
+
return pulumi.get(self, "link_direction")
|
|
94
|
+
|
|
95
|
+
@_builtins.property
|
|
96
|
+
@pulumi.getter(name="linkId")
|
|
97
|
+
def link_id(self) -> Optional[_builtins.str]:
|
|
98
|
+
"""
|
|
99
|
+
The unique identifier of the link.
|
|
100
|
+
"""
|
|
101
|
+
return pulumi.get(self, "link_id")
|
|
102
|
+
|
|
103
|
+
@_builtins.property
|
|
104
|
+
@pulumi.getter(name="linkLogSettings")
|
|
105
|
+
def link_log_settings(self) -> Optional['outputs.LinkLogSettings']:
|
|
106
|
+
"""
|
|
107
|
+
Settings for the application logs.
|
|
108
|
+
"""
|
|
109
|
+
return pulumi.get(self, "link_log_settings")
|
|
110
|
+
|
|
111
|
+
@_builtins.property
|
|
112
|
+
@pulumi.getter(name="linkStatus")
|
|
113
|
+
def link_status(self) -> Optional['LinkStatus']:
|
|
114
|
+
return pulumi.get(self, "link_status")
|
|
115
|
+
|
|
116
|
+
@_builtins.property
|
|
117
|
+
@pulumi.getter(name="peerGatewayId")
|
|
118
|
+
def peer_gateway_id(self) -> Optional[_builtins.str]:
|
|
119
|
+
"""
|
|
120
|
+
The unique identifier of the peer gateway.
|
|
121
|
+
"""
|
|
122
|
+
return pulumi.get(self, "peer_gateway_id")
|
|
123
|
+
|
|
124
|
+
@_builtins.property
|
|
125
|
+
@pulumi.getter
|
|
126
|
+
def tags(self) -> Optional[Sequence['_root_outputs.Tag']]:
|
|
127
|
+
"""
|
|
128
|
+
A map of the key-value pairs of the tag or tags to assign to the resource.
|
|
129
|
+
"""
|
|
130
|
+
return pulumi.get(self, "tags")
|
|
131
|
+
|
|
132
|
+
@_builtins.property
|
|
133
|
+
@pulumi.getter(name="updatedTimestamp")
|
|
134
|
+
def updated_timestamp(self) -> Optional[_builtins.str]:
|
|
135
|
+
return pulumi.get(self, "updated_timestamp")
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
class AwaitableGetLinkResult(GetLinkResult):
|
|
139
|
+
# pylint: disable=using-constant-test
|
|
140
|
+
def __await__(self):
|
|
141
|
+
if False:
|
|
142
|
+
yield self
|
|
143
|
+
return GetLinkResult(
|
|
144
|
+
arn=self.arn,
|
|
145
|
+
created_timestamp=self.created_timestamp,
|
|
146
|
+
gateway_id=self.gateway_id,
|
|
147
|
+
link_attributes=self.link_attributes,
|
|
148
|
+
link_direction=self.link_direction,
|
|
149
|
+
link_id=self.link_id,
|
|
150
|
+
link_log_settings=self.link_log_settings,
|
|
151
|
+
link_status=self.link_status,
|
|
152
|
+
peer_gateway_id=self.peer_gateway_id,
|
|
153
|
+
tags=self.tags,
|
|
154
|
+
updated_timestamp=self.updated_timestamp)
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
def get_link(arn: Optional[_builtins.str] = None,
|
|
158
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetLinkResult:
|
|
159
|
+
"""
|
|
160
|
+
Resource Type definition for AWS::RTBFabric::Link Resource Type
|
|
161
|
+
"""
|
|
162
|
+
__args__ = dict()
|
|
163
|
+
__args__['arn'] = arn
|
|
164
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
165
|
+
__ret__ = pulumi.runtime.invoke('aws-native:rtbfabric:getLink', __args__, opts=opts, typ=GetLinkResult).value
|
|
166
|
+
|
|
167
|
+
return AwaitableGetLinkResult(
|
|
168
|
+
arn=pulumi.get(__ret__, 'arn'),
|
|
169
|
+
created_timestamp=pulumi.get(__ret__, 'created_timestamp'),
|
|
170
|
+
gateway_id=pulumi.get(__ret__, 'gateway_id'),
|
|
171
|
+
link_attributes=pulumi.get(__ret__, 'link_attributes'),
|
|
172
|
+
link_direction=pulumi.get(__ret__, 'link_direction'),
|
|
173
|
+
link_id=pulumi.get(__ret__, 'link_id'),
|
|
174
|
+
link_log_settings=pulumi.get(__ret__, 'link_log_settings'),
|
|
175
|
+
link_status=pulumi.get(__ret__, 'link_status'),
|
|
176
|
+
peer_gateway_id=pulumi.get(__ret__, 'peer_gateway_id'),
|
|
177
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
178
|
+
updated_timestamp=pulumi.get(__ret__, 'updated_timestamp'))
|
|
179
|
+
def get_link_output(arn: Optional[pulumi.Input[_builtins.str]] = None,
|
|
180
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetLinkResult]:
|
|
181
|
+
"""
|
|
182
|
+
Resource Type definition for AWS::RTBFabric::Link Resource Type
|
|
183
|
+
"""
|
|
184
|
+
__args__ = dict()
|
|
185
|
+
__args__['arn'] = arn
|
|
186
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
187
|
+
__ret__ = pulumi.runtime.invoke_output('aws-native:rtbfabric:getLink', __args__, opts=opts, typ=GetLinkResult)
|
|
188
|
+
return __ret__.apply(lambda __response__: GetLinkResult(
|
|
189
|
+
arn=pulumi.get(__response__, 'arn'),
|
|
190
|
+
created_timestamp=pulumi.get(__response__, 'created_timestamp'),
|
|
191
|
+
gateway_id=pulumi.get(__response__, 'gateway_id'),
|
|
192
|
+
link_attributes=pulumi.get(__response__, 'link_attributes'),
|
|
193
|
+
link_direction=pulumi.get(__response__, 'link_direction'),
|
|
194
|
+
link_id=pulumi.get(__response__, 'link_id'),
|
|
195
|
+
link_log_settings=pulumi.get(__response__, 'link_log_settings'),
|
|
196
|
+
link_status=pulumi.get(__response__, 'link_status'),
|
|
197
|
+
peer_gateway_id=pulumi.get(__response__, 'peer_gateway_id'),
|
|
198
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
199
|
+
updated_timestamp=pulumi.get(__response__, 'updated_timestamp')))
|