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,363 @@
|
|
|
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 ._enums import *
|
|
18
|
+
|
|
19
|
+
__all__ = [
|
|
20
|
+
'LinkAttributes',
|
|
21
|
+
'LinkLogSettings',
|
|
22
|
+
'LinkLogSettingsApplicationLogsProperties',
|
|
23
|
+
'LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingProperties',
|
|
24
|
+
'LinkModuleConfiguration',
|
|
25
|
+
'LinkModuleParameters',
|
|
26
|
+
'LinkResponderErrorMaskingForHttpCode',
|
|
27
|
+
'ResponderGatewayManagedEndpointConfiguration',
|
|
28
|
+
'ResponderGatewayTrustStoreConfiguration',
|
|
29
|
+
]
|
|
30
|
+
|
|
31
|
+
@pulumi.output_type
|
|
32
|
+
class LinkAttributes(dict):
|
|
33
|
+
@staticmethod
|
|
34
|
+
def __key_warning(key: str):
|
|
35
|
+
suggest = None
|
|
36
|
+
if key == "customerProvidedId":
|
|
37
|
+
suggest = "customer_provided_id"
|
|
38
|
+
elif key == "responderErrorMasking":
|
|
39
|
+
suggest = "responder_error_masking"
|
|
40
|
+
|
|
41
|
+
if suggest:
|
|
42
|
+
pulumi.log.warn(f"Key '{key}' not found in LinkAttributes. Access the value via the '{suggest}' property getter instead.")
|
|
43
|
+
|
|
44
|
+
def __getitem__(self, key: str) -> Any:
|
|
45
|
+
LinkAttributes.__key_warning(key)
|
|
46
|
+
return super().__getitem__(key)
|
|
47
|
+
|
|
48
|
+
def get(self, key: str, default = None) -> Any:
|
|
49
|
+
LinkAttributes.__key_warning(key)
|
|
50
|
+
return super().get(key, default)
|
|
51
|
+
|
|
52
|
+
def __init__(__self__, *,
|
|
53
|
+
customer_provided_id: Optional[_builtins.str] = None,
|
|
54
|
+
responder_error_masking: Optional[Sequence['outputs.LinkResponderErrorMaskingForHttpCode']] = None):
|
|
55
|
+
"""
|
|
56
|
+
:param _builtins.str customer_provided_id: The customer-provided unique identifier of the link.
|
|
57
|
+
:param Sequence['LinkResponderErrorMaskingForHttpCode'] responder_error_masking: Describes the masking for HTTP error codes.
|
|
58
|
+
"""
|
|
59
|
+
if customer_provided_id is not None:
|
|
60
|
+
pulumi.set(__self__, "customer_provided_id", customer_provided_id)
|
|
61
|
+
if responder_error_masking is not None:
|
|
62
|
+
pulumi.set(__self__, "responder_error_masking", responder_error_masking)
|
|
63
|
+
|
|
64
|
+
@_builtins.property
|
|
65
|
+
@pulumi.getter(name="customerProvidedId")
|
|
66
|
+
def customer_provided_id(self) -> Optional[_builtins.str]:
|
|
67
|
+
"""
|
|
68
|
+
The customer-provided unique identifier of the link.
|
|
69
|
+
"""
|
|
70
|
+
return pulumi.get(self, "customer_provided_id")
|
|
71
|
+
|
|
72
|
+
@_builtins.property
|
|
73
|
+
@pulumi.getter(name="responderErrorMasking")
|
|
74
|
+
def responder_error_masking(self) -> Optional[Sequence['outputs.LinkResponderErrorMaskingForHttpCode']]:
|
|
75
|
+
"""
|
|
76
|
+
Describes the masking for HTTP error codes.
|
|
77
|
+
"""
|
|
78
|
+
return pulumi.get(self, "responder_error_masking")
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
@pulumi.output_type
|
|
82
|
+
class LinkLogSettings(dict):
|
|
83
|
+
@staticmethod
|
|
84
|
+
def __key_warning(key: str):
|
|
85
|
+
suggest = None
|
|
86
|
+
if key == "applicationLogs":
|
|
87
|
+
suggest = "application_logs"
|
|
88
|
+
|
|
89
|
+
if suggest:
|
|
90
|
+
pulumi.log.warn(f"Key '{key}' not found in LinkLogSettings. Access the value via the '{suggest}' property getter instead.")
|
|
91
|
+
|
|
92
|
+
def __getitem__(self, key: str) -> Any:
|
|
93
|
+
LinkLogSettings.__key_warning(key)
|
|
94
|
+
return super().__getitem__(key)
|
|
95
|
+
|
|
96
|
+
def get(self, key: str, default = None) -> Any:
|
|
97
|
+
LinkLogSettings.__key_warning(key)
|
|
98
|
+
return super().get(key, default)
|
|
99
|
+
|
|
100
|
+
def __init__(__self__, *,
|
|
101
|
+
application_logs: 'outputs.LinkLogSettingsApplicationLogsProperties'):
|
|
102
|
+
"""
|
|
103
|
+
:param 'LinkLogSettingsApplicationLogsProperties' application_logs: Describes the configuration of a link application log.
|
|
104
|
+
"""
|
|
105
|
+
pulumi.set(__self__, "application_logs", application_logs)
|
|
106
|
+
|
|
107
|
+
@_builtins.property
|
|
108
|
+
@pulumi.getter(name="applicationLogs")
|
|
109
|
+
def application_logs(self) -> 'outputs.LinkLogSettingsApplicationLogsProperties':
|
|
110
|
+
"""
|
|
111
|
+
Describes the configuration of a link application log.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "application_logs")
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
@pulumi.output_type
|
|
117
|
+
class LinkLogSettingsApplicationLogsProperties(dict):
|
|
118
|
+
"""
|
|
119
|
+
Describes the configuration of a link application log.
|
|
120
|
+
"""
|
|
121
|
+
@staticmethod
|
|
122
|
+
def __key_warning(key: str):
|
|
123
|
+
suggest = None
|
|
124
|
+
if key == "linkApplicationLogSampling":
|
|
125
|
+
suggest = "link_application_log_sampling"
|
|
126
|
+
|
|
127
|
+
if suggest:
|
|
128
|
+
pulumi.log.warn(f"Key '{key}' not found in LinkLogSettingsApplicationLogsProperties. Access the value via the '{suggest}' property getter instead.")
|
|
129
|
+
|
|
130
|
+
def __getitem__(self, key: str) -> Any:
|
|
131
|
+
LinkLogSettingsApplicationLogsProperties.__key_warning(key)
|
|
132
|
+
return super().__getitem__(key)
|
|
133
|
+
|
|
134
|
+
def get(self, key: str, default = None) -> Any:
|
|
135
|
+
LinkLogSettingsApplicationLogsProperties.__key_warning(key)
|
|
136
|
+
return super().get(key, default)
|
|
137
|
+
|
|
138
|
+
def __init__(__self__, *,
|
|
139
|
+
link_application_log_sampling: 'outputs.LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingProperties'):
|
|
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) -> 'outputs.LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingProperties':
|
|
148
|
+
return pulumi.get(self, "link_application_log_sampling")
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
@pulumi.output_type
|
|
152
|
+
class LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingProperties(dict):
|
|
153
|
+
@staticmethod
|
|
154
|
+
def __key_warning(key: str):
|
|
155
|
+
suggest = None
|
|
156
|
+
if key == "errorLog":
|
|
157
|
+
suggest = "error_log"
|
|
158
|
+
elif key == "filterLog":
|
|
159
|
+
suggest = "filter_log"
|
|
160
|
+
|
|
161
|
+
if suggest:
|
|
162
|
+
pulumi.log.warn(f"Key '{key}' not found in LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingProperties. Access the value via the '{suggest}' property getter instead.")
|
|
163
|
+
|
|
164
|
+
def __getitem__(self, key: str) -> Any:
|
|
165
|
+
LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingProperties.__key_warning(key)
|
|
166
|
+
return super().__getitem__(key)
|
|
167
|
+
|
|
168
|
+
def get(self, key: str, default = None) -> Any:
|
|
169
|
+
LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingProperties.__key_warning(key)
|
|
170
|
+
return super().get(key, default)
|
|
171
|
+
|
|
172
|
+
def __init__(__self__, *,
|
|
173
|
+
error_log: _builtins.float,
|
|
174
|
+
filter_log: _builtins.float):
|
|
175
|
+
pulumi.set(__self__, "error_log", error_log)
|
|
176
|
+
pulumi.set(__self__, "filter_log", filter_log)
|
|
177
|
+
|
|
178
|
+
@_builtins.property
|
|
179
|
+
@pulumi.getter(name="errorLog")
|
|
180
|
+
def error_log(self) -> _builtins.float:
|
|
181
|
+
return pulumi.get(self, "error_log")
|
|
182
|
+
|
|
183
|
+
@_builtins.property
|
|
184
|
+
@pulumi.getter(name="filterLog")
|
|
185
|
+
def filter_log(self) -> _builtins.float:
|
|
186
|
+
return pulumi.get(self, "filter_log")
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
@pulumi.output_type
|
|
190
|
+
class LinkModuleConfiguration(dict):
|
|
191
|
+
@staticmethod
|
|
192
|
+
def __key_warning(key: str):
|
|
193
|
+
suggest = None
|
|
194
|
+
if key == "dependsOn":
|
|
195
|
+
suggest = "depends_on"
|
|
196
|
+
elif key == "moduleParameters":
|
|
197
|
+
suggest = "module_parameters"
|
|
198
|
+
|
|
199
|
+
if suggest:
|
|
200
|
+
pulumi.log.warn(f"Key '{key}' not found in LinkModuleConfiguration. Access the value via the '{suggest}' property getter instead.")
|
|
201
|
+
|
|
202
|
+
def __getitem__(self, key: str) -> Any:
|
|
203
|
+
LinkModuleConfiguration.__key_warning(key)
|
|
204
|
+
return super().__getitem__(key)
|
|
205
|
+
|
|
206
|
+
def get(self, key: str, default = None) -> Any:
|
|
207
|
+
LinkModuleConfiguration.__key_warning(key)
|
|
208
|
+
return super().get(key, default)
|
|
209
|
+
|
|
210
|
+
def __init__(__self__, *,
|
|
211
|
+
name: _builtins.str,
|
|
212
|
+
depends_on: Optional[Sequence[_builtins.str]] = None,
|
|
213
|
+
module_parameters: Optional['outputs.LinkModuleParameters'] = None,
|
|
214
|
+
version: Optional[_builtins.str] = None):
|
|
215
|
+
pulumi.set(__self__, "name", name)
|
|
216
|
+
if depends_on is not None:
|
|
217
|
+
pulumi.set(__self__, "depends_on", depends_on)
|
|
218
|
+
if module_parameters is not None:
|
|
219
|
+
pulumi.set(__self__, "module_parameters", module_parameters)
|
|
220
|
+
if version is not None:
|
|
221
|
+
pulumi.set(__self__, "version", version)
|
|
222
|
+
|
|
223
|
+
@_builtins.property
|
|
224
|
+
@pulumi.getter
|
|
225
|
+
def name(self) -> _builtins.str:
|
|
226
|
+
return pulumi.get(self, "name")
|
|
227
|
+
|
|
228
|
+
@_builtins.property
|
|
229
|
+
@pulumi.getter(name="dependsOn")
|
|
230
|
+
def depends_on(self) -> Optional[Sequence[_builtins.str]]:
|
|
231
|
+
return pulumi.get(self, "depends_on")
|
|
232
|
+
|
|
233
|
+
@_builtins.property
|
|
234
|
+
@pulumi.getter(name="moduleParameters")
|
|
235
|
+
def module_parameters(self) -> Optional['outputs.LinkModuleParameters']:
|
|
236
|
+
return pulumi.get(self, "module_parameters")
|
|
237
|
+
|
|
238
|
+
@_builtins.property
|
|
239
|
+
@pulumi.getter
|
|
240
|
+
def version(self) -> Optional[_builtins.str]:
|
|
241
|
+
return pulumi.get(self, "version")
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
@pulumi.output_type
|
|
245
|
+
class LinkModuleParameters(dict):
|
|
246
|
+
def __init__(__self__):
|
|
247
|
+
pass
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
@pulumi.output_type
|
|
251
|
+
class LinkResponderErrorMaskingForHttpCode(dict):
|
|
252
|
+
@staticmethod
|
|
253
|
+
def __key_warning(key: str):
|
|
254
|
+
suggest = None
|
|
255
|
+
if key == "httpCode":
|
|
256
|
+
suggest = "http_code"
|
|
257
|
+
elif key == "loggingTypes":
|
|
258
|
+
suggest = "logging_types"
|
|
259
|
+
elif key == "responseLoggingPercentage":
|
|
260
|
+
suggest = "response_logging_percentage"
|
|
261
|
+
|
|
262
|
+
if suggest:
|
|
263
|
+
pulumi.log.warn(f"Key '{key}' not found in LinkResponderErrorMaskingForHttpCode. Access the value via the '{suggest}' property getter instead.")
|
|
264
|
+
|
|
265
|
+
def __getitem__(self, key: str) -> Any:
|
|
266
|
+
LinkResponderErrorMaskingForHttpCode.__key_warning(key)
|
|
267
|
+
return super().__getitem__(key)
|
|
268
|
+
|
|
269
|
+
def get(self, key: str, default = None) -> Any:
|
|
270
|
+
LinkResponderErrorMaskingForHttpCode.__key_warning(key)
|
|
271
|
+
return super().get(key, default)
|
|
272
|
+
|
|
273
|
+
def __init__(__self__, *,
|
|
274
|
+
action: 'LinkResponderErrorMaskingForHttpCodeAction',
|
|
275
|
+
http_code: _builtins.str,
|
|
276
|
+
logging_types: Sequence['LinkResponderErrorMaskingLoggingType'],
|
|
277
|
+
response_logging_percentage: Optional[_builtins.float] = None):
|
|
278
|
+
"""
|
|
279
|
+
:param 'LinkResponderErrorMaskingForHttpCodeAction' action: The action for the error..
|
|
280
|
+
:param _builtins.str http_code: The HTTP error code.
|
|
281
|
+
:param Sequence['LinkResponderErrorMaskingLoggingType'] logging_types: The error log type.
|
|
282
|
+
:param _builtins.float response_logging_percentage: The percentage of response logging.
|
|
283
|
+
"""
|
|
284
|
+
pulumi.set(__self__, "action", action)
|
|
285
|
+
pulumi.set(__self__, "http_code", http_code)
|
|
286
|
+
pulumi.set(__self__, "logging_types", logging_types)
|
|
287
|
+
if response_logging_percentage is not None:
|
|
288
|
+
pulumi.set(__self__, "response_logging_percentage", response_logging_percentage)
|
|
289
|
+
|
|
290
|
+
@_builtins.property
|
|
291
|
+
@pulumi.getter
|
|
292
|
+
def action(self) -> 'LinkResponderErrorMaskingForHttpCodeAction':
|
|
293
|
+
"""
|
|
294
|
+
The action for the error..
|
|
295
|
+
"""
|
|
296
|
+
return pulumi.get(self, "action")
|
|
297
|
+
|
|
298
|
+
@_builtins.property
|
|
299
|
+
@pulumi.getter(name="httpCode")
|
|
300
|
+
def http_code(self) -> _builtins.str:
|
|
301
|
+
"""
|
|
302
|
+
The HTTP error code.
|
|
303
|
+
"""
|
|
304
|
+
return pulumi.get(self, "http_code")
|
|
305
|
+
|
|
306
|
+
@_builtins.property
|
|
307
|
+
@pulumi.getter(name="loggingTypes")
|
|
308
|
+
def logging_types(self) -> Sequence['LinkResponderErrorMaskingLoggingType']:
|
|
309
|
+
"""
|
|
310
|
+
The error log type.
|
|
311
|
+
"""
|
|
312
|
+
return pulumi.get(self, "logging_types")
|
|
313
|
+
|
|
314
|
+
@_builtins.property
|
|
315
|
+
@pulumi.getter(name="responseLoggingPercentage")
|
|
316
|
+
def response_logging_percentage(self) -> Optional[_builtins.float]:
|
|
317
|
+
"""
|
|
318
|
+
The percentage of response logging.
|
|
319
|
+
"""
|
|
320
|
+
return pulumi.get(self, "response_logging_percentage")
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
@pulumi.output_type
|
|
324
|
+
class ResponderGatewayManagedEndpointConfiguration(dict):
|
|
325
|
+
def __init__(__self__):
|
|
326
|
+
pass
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
@pulumi.output_type
|
|
330
|
+
class ResponderGatewayTrustStoreConfiguration(dict):
|
|
331
|
+
@staticmethod
|
|
332
|
+
def __key_warning(key: str):
|
|
333
|
+
suggest = None
|
|
334
|
+
if key == "certificateAuthorityCertificates":
|
|
335
|
+
suggest = "certificate_authority_certificates"
|
|
336
|
+
|
|
337
|
+
if suggest:
|
|
338
|
+
pulumi.log.warn(f"Key '{key}' not found in ResponderGatewayTrustStoreConfiguration. Access the value via the '{suggest}' property getter instead.")
|
|
339
|
+
|
|
340
|
+
def __getitem__(self, key: str) -> Any:
|
|
341
|
+
ResponderGatewayTrustStoreConfiguration.__key_warning(key)
|
|
342
|
+
return super().__getitem__(key)
|
|
343
|
+
|
|
344
|
+
def get(self, key: str, default = None) -> Any:
|
|
345
|
+
ResponderGatewayTrustStoreConfiguration.__key_warning(key)
|
|
346
|
+
return super().get(key, default)
|
|
347
|
+
|
|
348
|
+
def __init__(__self__, *,
|
|
349
|
+
certificate_authority_certificates: Sequence[_builtins.str]):
|
|
350
|
+
"""
|
|
351
|
+
:param Sequence[_builtins.str] certificate_authority_certificates: The certificate authority certificate.
|
|
352
|
+
"""
|
|
353
|
+
pulumi.set(__self__, "certificate_authority_certificates", certificate_authority_certificates)
|
|
354
|
+
|
|
355
|
+
@_builtins.property
|
|
356
|
+
@pulumi.getter(name="certificateAuthorityCertificates")
|
|
357
|
+
def certificate_authority_certificates(self) -> Sequence[_builtins.str]:
|
|
358
|
+
"""
|
|
359
|
+
The certificate authority certificate.
|
|
360
|
+
"""
|
|
361
|
+
return pulumi.get(self, "certificate_authority_certificates")
|
|
362
|
+
|
|
363
|
+
|
|
@@ -0,0 +1,303 @@
|
|
|
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 _inputs as _root_inputs
|
|
17
|
+
from .. import outputs as _root_outputs
|
|
18
|
+
from ._enums import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['RequesterGatewayArgs', 'RequesterGateway']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class RequesterGatewayArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
security_group_ids: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
26
|
+
subnet_ids: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
27
|
+
vpc_id: pulumi.Input[_builtins.str],
|
|
28
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
29
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]] = None):
|
|
30
|
+
"""
|
|
31
|
+
The set of arguments for constructing a RequesterGateway resource.
|
|
32
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] security_group_ids: The unique identifiers of the security groups.
|
|
33
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] subnet_ids: The unique identifiers of the subnets.
|
|
34
|
+
:param pulumi.Input[_builtins.str] vpc_id: The unique identifier of the Virtual Private Cloud (VPC).
|
|
35
|
+
:param pulumi.Input[_builtins.str] description: An optional description for the requester gateway.
|
|
36
|
+
:param pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]] tags: A map of the key-value pairs of the tag or tags to assign to the resource.
|
|
37
|
+
"""
|
|
38
|
+
pulumi.set(__self__, "security_group_ids", security_group_ids)
|
|
39
|
+
pulumi.set(__self__, "subnet_ids", subnet_ids)
|
|
40
|
+
pulumi.set(__self__, "vpc_id", vpc_id)
|
|
41
|
+
if description is not None:
|
|
42
|
+
pulumi.set(__self__, "description", description)
|
|
43
|
+
if tags is not None:
|
|
44
|
+
pulumi.set(__self__, "tags", tags)
|
|
45
|
+
|
|
46
|
+
@_builtins.property
|
|
47
|
+
@pulumi.getter(name="securityGroupIds")
|
|
48
|
+
def security_group_ids(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
49
|
+
"""
|
|
50
|
+
The unique identifiers of the security groups.
|
|
51
|
+
"""
|
|
52
|
+
return pulumi.get(self, "security_group_ids")
|
|
53
|
+
|
|
54
|
+
@security_group_ids.setter
|
|
55
|
+
def security_group_ids(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
56
|
+
pulumi.set(self, "security_group_ids", value)
|
|
57
|
+
|
|
58
|
+
@_builtins.property
|
|
59
|
+
@pulumi.getter(name="subnetIds")
|
|
60
|
+
def subnet_ids(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
61
|
+
"""
|
|
62
|
+
The unique identifiers of the subnets.
|
|
63
|
+
"""
|
|
64
|
+
return pulumi.get(self, "subnet_ids")
|
|
65
|
+
|
|
66
|
+
@subnet_ids.setter
|
|
67
|
+
def subnet_ids(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
68
|
+
pulumi.set(self, "subnet_ids", value)
|
|
69
|
+
|
|
70
|
+
@_builtins.property
|
|
71
|
+
@pulumi.getter(name="vpcId")
|
|
72
|
+
def vpc_id(self) -> pulumi.Input[_builtins.str]:
|
|
73
|
+
"""
|
|
74
|
+
The unique identifier of the Virtual Private Cloud (VPC).
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "vpc_id")
|
|
77
|
+
|
|
78
|
+
@vpc_id.setter
|
|
79
|
+
def vpc_id(self, value: pulumi.Input[_builtins.str]):
|
|
80
|
+
pulumi.set(self, "vpc_id", value)
|
|
81
|
+
|
|
82
|
+
@_builtins.property
|
|
83
|
+
@pulumi.getter
|
|
84
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
85
|
+
"""
|
|
86
|
+
An optional description for the requester gateway.
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "description")
|
|
89
|
+
|
|
90
|
+
@description.setter
|
|
91
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
92
|
+
pulumi.set(self, "description", value)
|
|
93
|
+
|
|
94
|
+
@_builtins.property
|
|
95
|
+
@pulumi.getter
|
|
96
|
+
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]]:
|
|
97
|
+
"""
|
|
98
|
+
A map of the key-value pairs of the tag or tags to assign to the resource.
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "tags")
|
|
101
|
+
|
|
102
|
+
@tags.setter
|
|
103
|
+
def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]]):
|
|
104
|
+
pulumi.set(self, "tags", value)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
@pulumi.type_token("aws-native:rtbfabric:RequesterGateway")
|
|
108
|
+
class RequesterGateway(pulumi.CustomResource):
|
|
109
|
+
@overload
|
|
110
|
+
def __init__(__self__,
|
|
111
|
+
resource_name: str,
|
|
112
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
113
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
114
|
+
security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
115
|
+
subnet_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
116
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]]] = None,
|
|
117
|
+
vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
118
|
+
__props__=None):
|
|
119
|
+
"""
|
|
120
|
+
Resource Type definition for AWS::RTBFabric::RequesterGateway Resource Type.
|
|
121
|
+
|
|
122
|
+
:param str resource_name: The name of the resource.
|
|
123
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
124
|
+
:param pulumi.Input[_builtins.str] description: An optional description for the requester gateway.
|
|
125
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] security_group_ids: The unique identifiers of the security groups.
|
|
126
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] subnet_ids: The unique identifiers of the subnets.
|
|
127
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]] tags: A map of the key-value pairs of the tag or tags to assign to the resource.
|
|
128
|
+
:param pulumi.Input[_builtins.str] vpc_id: The unique identifier of the Virtual Private Cloud (VPC).
|
|
129
|
+
"""
|
|
130
|
+
...
|
|
131
|
+
@overload
|
|
132
|
+
def __init__(__self__,
|
|
133
|
+
resource_name: str,
|
|
134
|
+
args: RequesterGatewayArgs,
|
|
135
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
136
|
+
"""
|
|
137
|
+
Resource Type definition for AWS::RTBFabric::RequesterGateway Resource Type.
|
|
138
|
+
|
|
139
|
+
:param str resource_name: The name of the resource.
|
|
140
|
+
:param RequesterGatewayArgs args: The arguments to use to populate this resource's properties.
|
|
141
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
142
|
+
"""
|
|
143
|
+
...
|
|
144
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
145
|
+
resource_args, opts = _utilities.get_resource_args_opts(RequesterGatewayArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
146
|
+
if resource_args is not None:
|
|
147
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
148
|
+
else:
|
|
149
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
150
|
+
|
|
151
|
+
def _internal_init(__self__,
|
|
152
|
+
resource_name: str,
|
|
153
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
154
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
155
|
+
security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
156
|
+
subnet_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
157
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]]] = None,
|
|
158
|
+
vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
159
|
+
__props__=None):
|
|
160
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
161
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
162
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
163
|
+
if opts.id is None:
|
|
164
|
+
if __props__ is not None:
|
|
165
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
166
|
+
__props__ = RequesterGatewayArgs.__new__(RequesterGatewayArgs)
|
|
167
|
+
|
|
168
|
+
__props__.__dict__["description"] = description
|
|
169
|
+
if security_group_ids is None and not opts.urn:
|
|
170
|
+
raise TypeError("Missing required property 'security_group_ids'")
|
|
171
|
+
__props__.__dict__["security_group_ids"] = security_group_ids
|
|
172
|
+
if subnet_ids is None and not opts.urn:
|
|
173
|
+
raise TypeError("Missing required property 'subnet_ids'")
|
|
174
|
+
__props__.__dict__["subnet_ids"] = subnet_ids
|
|
175
|
+
__props__.__dict__["tags"] = tags
|
|
176
|
+
if vpc_id is None and not opts.urn:
|
|
177
|
+
raise TypeError("Missing required property 'vpc_id'")
|
|
178
|
+
__props__.__dict__["vpc_id"] = vpc_id
|
|
179
|
+
__props__.__dict__["active_links_count"] = None
|
|
180
|
+
__props__.__dict__["arn"] = None
|
|
181
|
+
__props__.__dict__["created_timestamp"] = None
|
|
182
|
+
__props__.__dict__["domain_name"] = None
|
|
183
|
+
__props__.__dict__["gateway_id"] = None
|
|
184
|
+
__props__.__dict__["requester_gateway_status"] = None
|
|
185
|
+
__props__.__dict__["total_links_count"] = None
|
|
186
|
+
__props__.__dict__["updated_timestamp"] = None
|
|
187
|
+
super(RequesterGateway, __self__).__init__(
|
|
188
|
+
'aws-native:rtbfabric:RequesterGateway',
|
|
189
|
+
resource_name,
|
|
190
|
+
__props__,
|
|
191
|
+
opts)
|
|
192
|
+
|
|
193
|
+
@staticmethod
|
|
194
|
+
def get(resource_name: str,
|
|
195
|
+
id: pulumi.Input[str],
|
|
196
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'RequesterGateway':
|
|
197
|
+
"""
|
|
198
|
+
Get an existing RequesterGateway resource's state with the given name, id, and optional extra
|
|
199
|
+
properties used to qualify the lookup.
|
|
200
|
+
|
|
201
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
202
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
203
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
204
|
+
"""
|
|
205
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
206
|
+
|
|
207
|
+
__props__ = RequesterGatewayArgs.__new__(RequesterGatewayArgs)
|
|
208
|
+
|
|
209
|
+
__props__.__dict__["active_links_count"] = None
|
|
210
|
+
__props__.__dict__["arn"] = None
|
|
211
|
+
__props__.__dict__["created_timestamp"] = None
|
|
212
|
+
__props__.__dict__["description"] = None
|
|
213
|
+
__props__.__dict__["domain_name"] = None
|
|
214
|
+
__props__.__dict__["gateway_id"] = None
|
|
215
|
+
__props__.__dict__["requester_gateway_status"] = None
|
|
216
|
+
__props__.__dict__["security_group_ids"] = None
|
|
217
|
+
__props__.__dict__["subnet_ids"] = None
|
|
218
|
+
__props__.__dict__["tags"] = None
|
|
219
|
+
__props__.__dict__["total_links_count"] = None
|
|
220
|
+
__props__.__dict__["updated_timestamp"] = None
|
|
221
|
+
__props__.__dict__["vpc_id"] = None
|
|
222
|
+
return RequesterGateway(resource_name, opts=opts, __props__=__props__)
|
|
223
|
+
|
|
224
|
+
@_builtins.property
|
|
225
|
+
@pulumi.getter(name="activeLinksCount")
|
|
226
|
+
def active_links_count(self) -> pulumi.Output[_builtins.int]:
|
|
227
|
+
return pulumi.get(self, "active_links_count")
|
|
228
|
+
|
|
229
|
+
@_builtins.property
|
|
230
|
+
@pulumi.getter
|
|
231
|
+
def arn(self) -> pulumi.Output[_builtins.str]:
|
|
232
|
+
return pulumi.get(self, "arn")
|
|
233
|
+
|
|
234
|
+
@_builtins.property
|
|
235
|
+
@pulumi.getter(name="createdTimestamp")
|
|
236
|
+
def created_timestamp(self) -> pulumi.Output[_builtins.str]:
|
|
237
|
+
return pulumi.get(self, "created_timestamp")
|
|
238
|
+
|
|
239
|
+
@_builtins.property
|
|
240
|
+
@pulumi.getter
|
|
241
|
+
def description(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
242
|
+
"""
|
|
243
|
+
An optional description for the requester gateway.
|
|
244
|
+
"""
|
|
245
|
+
return pulumi.get(self, "description")
|
|
246
|
+
|
|
247
|
+
@_builtins.property
|
|
248
|
+
@pulumi.getter(name="domainName")
|
|
249
|
+
def domain_name(self) -> pulumi.Output[_builtins.str]:
|
|
250
|
+
return pulumi.get(self, "domain_name")
|
|
251
|
+
|
|
252
|
+
@_builtins.property
|
|
253
|
+
@pulumi.getter(name="gatewayId")
|
|
254
|
+
def gateway_id(self) -> pulumi.Output[_builtins.str]:
|
|
255
|
+
return pulumi.get(self, "gateway_id")
|
|
256
|
+
|
|
257
|
+
@_builtins.property
|
|
258
|
+
@pulumi.getter(name="requesterGatewayStatus")
|
|
259
|
+
def requester_gateway_status(self) -> pulumi.Output['RequesterGatewayStatus']:
|
|
260
|
+
return pulumi.get(self, "requester_gateway_status")
|
|
261
|
+
|
|
262
|
+
@_builtins.property
|
|
263
|
+
@pulumi.getter(name="securityGroupIds")
|
|
264
|
+
def security_group_ids(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
265
|
+
"""
|
|
266
|
+
The unique identifiers of the security groups.
|
|
267
|
+
"""
|
|
268
|
+
return pulumi.get(self, "security_group_ids")
|
|
269
|
+
|
|
270
|
+
@_builtins.property
|
|
271
|
+
@pulumi.getter(name="subnetIds")
|
|
272
|
+
def subnet_ids(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
273
|
+
"""
|
|
274
|
+
The unique identifiers of the subnets.
|
|
275
|
+
"""
|
|
276
|
+
return pulumi.get(self, "subnet_ids")
|
|
277
|
+
|
|
278
|
+
@_builtins.property
|
|
279
|
+
@pulumi.getter
|
|
280
|
+
def tags(self) -> pulumi.Output[Optional[Sequence['_root_outputs.Tag']]]:
|
|
281
|
+
"""
|
|
282
|
+
A map of the key-value pairs of the tag or tags to assign to the resource.
|
|
283
|
+
"""
|
|
284
|
+
return pulumi.get(self, "tags")
|
|
285
|
+
|
|
286
|
+
@_builtins.property
|
|
287
|
+
@pulumi.getter(name="totalLinksCount")
|
|
288
|
+
def total_links_count(self) -> pulumi.Output[_builtins.int]:
|
|
289
|
+
return pulumi.get(self, "total_links_count")
|
|
290
|
+
|
|
291
|
+
@_builtins.property
|
|
292
|
+
@pulumi.getter(name="updatedTimestamp")
|
|
293
|
+
def updated_timestamp(self) -> pulumi.Output[_builtins.str]:
|
|
294
|
+
return pulumi.get(self, "updated_timestamp")
|
|
295
|
+
|
|
296
|
+
@_builtins.property
|
|
297
|
+
@pulumi.getter(name="vpcId")
|
|
298
|
+
def vpc_id(self) -> pulumi.Output[_builtins.str]:
|
|
299
|
+
"""
|
|
300
|
+
The unique identifier of the Virtual Private Cloud (VPC).
|
|
301
|
+
"""
|
|
302
|
+
return pulumi.get(self, "vpc_id")
|
|
303
|
+
|