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,217 @@
|
|
|
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 as _root_outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
|
|
19
|
+
__all__ = [
|
|
20
|
+
'GetRequesterGatewayResult',
|
|
21
|
+
'AwaitableGetRequesterGatewayResult',
|
|
22
|
+
'get_requester_gateway',
|
|
23
|
+
'get_requester_gateway_output',
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
@pulumi.output_type
|
|
27
|
+
class GetRequesterGatewayResult:
|
|
28
|
+
def __init__(__self__, active_links_count=None, arn=None, created_timestamp=None, description=None, domain_name=None, gateway_id=None, requester_gateway_status=None, security_group_ids=None, subnet_ids=None, tags=None, total_links_count=None, updated_timestamp=None, vpc_id=None):
|
|
29
|
+
if active_links_count and not isinstance(active_links_count, int):
|
|
30
|
+
raise TypeError("Expected argument 'active_links_count' to be a int")
|
|
31
|
+
pulumi.set(__self__, "active_links_count", active_links_count)
|
|
32
|
+
if arn and not isinstance(arn, str):
|
|
33
|
+
raise TypeError("Expected argument 'arn' to be a str")
|
|
34
|
+
pulumi.set(__self__, "arn", arn)
|
|
35
|
+
if created_timestamp and not isinstance(created_timestamp, str):
|
|
36
|
+
raise TypeError("Expected argument 'created_timestamp' to be a str")
|
|
37
|
+
pulumi.set(__self__, "created_timestamp", created_timestamp)
|
|
38
|
+
if description and not isinstance(description, str):
|
|
39
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
40
|
+
pulumi.set(__self__, "description", description)
|
|
41
|
+
if domain_name and not isinstance(domain_name, str):
|
|
42
|
+
raise TypeError("Expected argument 'domain_name' to be a str")
|
|
43
|
+
pulumi.set(__self__, "domain_name", domain_name)
|
|
44
|
+
if gateway_id and not isinstance(gateway_id, str):
|
|
45
|
+
raise TypeError("Expected argument 'gateway_id' to be a str")
|
|
46
|
+
pulumi.set(__self__, "gateway_id", gateway_id)
|
|
47
|
+
if requester_gateway_status and not isinstance(requester_gateway_status, str):
|
|
48
|
+
raise TypeError("Expected argument 'requester_gateway_status' to be a str")
|
|
49
|
+
pulumi.set(__self__, "requester_gateway_status", requester_gateway_status)
|
|
50
|
+
if security_group_ids and not isinstance(security_group_ids, list):
|
|
51
|
+
raise TypeError("Expected argument 'security_group_ids' to be a list")
|
|
52
|
+
pulumi.set(__self__, "security_group_ids", security_group_ids)
|
|
53
|
+
if subnet_ids and not isinstance(subnet_ids, list):
|
|
54
|
+
raise TypeError("Expected argument 'subnet_ids' to be a list")
|
|
55
|
+
pulumi.set(__self__, "subnet_ids", subnet_ids)
|
|
56
|
+
if tags and not isinstance(tags, list):
|
|
57
|
+
raise TypeError("Expected argument 'tags' to be a list")
|
|
58
|
+
pulumi.set(__self__, "tags", tags)
|
|
59
|
+
if total_links_count and not isinstance(total_links_count, int):
|
|
60
|
+
raise TypeError("Expected argument 'total_links_count' to be a int")
|
|
61
|
+
pulumi.set(__self__, "total_links_count", total_links_count)
|
|
62
|
+
if updated_timestamp and not isinstance(updated_timestamp, str):
|
|
63
|
+
raise TypeError("Expected argument 'updated_timestamp' to be a str")
|
|
64
|
+
pulumi.set(__self__, "updated_timestamp", updated_timestamp)
|
|
65
|
+
if vpc_id and not isinstance(vpc_id, str):
|
|
66
|
+
raise TypeError("Expected argument 'vpc_id' to be a str")
|
|
67
|
+
pulumi.set(__self__, "vpc_id", vpc_id)
|
|
68
|
+
|
|
69
|
+
@_builtins.property
|
|
70
|
+
@pulumi.getter(name="activeLinksCount")
|
|
71
|
+
def active_links_count(self) -> Optional[_builtins.int]:
|
|
72
|
+
return pulumi.get(self, "active_links_count")
|
|
73
|
+
|
|
74
|
+
@_builtins.property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def arn(self) -> Optional[_builtins.str]:
|
|
77
|
+
return pulumi.get(self, "arn")
|
|
78
|
+
|
|
79
|
+
@_builtins.property
|
|
80
|
+
@pulumi.getter(name="createdTimestamp")
|
|
81
|
+
def created_timestamp(self) -> Optional[_builtins.str]:
|
|
82
|
+
return pulumi.get(self, "created_timestamp")
|
|
83
|
+
|
|
84
|
+
@_builtins.property
|
|
85
|
+
@pulumi.getter
|
|
86
|
+
def description(self) -> Optional[_builtins.str]:
|
|
87
|
+
"""
|
|
88
|
+
An optional description for the requester gateway.
|
|
89
|
+
"""
|
|
90
|
+
return pulumi.get(self, "description")
|
|
91
|
+
|
|
92
|
+
@_builtins.property
|
|
93
|
+
@pulumi.getter(name="domainName")
|
|
94
|
+
def domain_name(self) -> Optional[_builtins.str]:
|
|
95
|
+
return pulumi.get(self, "domain_name")
|
|
96
|
+
|
|
97
|
+
@_builtins.property
|
|
98
|
+
@pulumi.getter(name="gatewayId")
|
|
99
|
+
def gateway_id(self) -> Optional[_builtins.str]:
|
|
100
|
+
return pulumi.get(self, "gateway_id")
|
|
101
|
+
|
|
102
|
+
@_builtins.property
|
|
103
|
+
@pulumi.getter(name="requesterGatewayStatus")
|
|
104
|
+
def requester_gateway_status(self) -> Optional['RequesterGatewayStatus']:
|
|
105
|
+
return pulumi.get(self, "requester_gateway_status")
|
|
106
|
+
|
|
107
|
+
@_builtins.property
|
|
108
|
+
@pulumi.getter(name="securityGroupIds")
|
|
109
|
+
def security_group_ids(self) -> Optional[Sequence[_builtins.str]]:
|
|
110
|
+
"""
|
|
111
|
+
The unique identifiers of the security groups.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "security_group_ids")
|
|
114
|
+
|
|
115
|
+
@_builtins.property
|
|
116
|
+
@pulumi.getter(name="subnetIds")
|
|
117
|
+
def subnet_ids(self) -> Optional[Sequence[_builtins.str]]:
|
|
118
|
+
"""
|
|
119
|
+
The unique identifiers of the subnets.
|
|
120
|
+
"""
|
|
121
|
+
return pulumi.get(self, "subnet_ids")
|
|
122
|
+
|
|
123
|
+
@_builtins.property
|
|
124
|
+
@pulumi.getter
|
|
125
|
+
def tags(self) -> Optional[Sequence['_root_outputs.Tag']]:
|
|
126
|
+
"""
|
|
127
|
+
A map of the key-value pairs of the tag or tags to assign to the resource.
|
|
128
|
+
"""
|
|
129
|
+
return pulumi.get(self, "tags")
|
|
130
|
+
|
|
131
|
+
@_builtins.property
|
|
132
|
+
@pulumi.getter(name="totalLinksCount")
|
|
133
|
+
def total_links_count(self) -> Optional[_builtins.int]:
|
|
134
|
+
return pulumi.get(self, "total_links_count")
|
|
135
|
+
|
|
136
|
+
@_builtins.property
|
|
137
|
+
@pulumi.getter(name="updatedTimestamp")
|
|
138
|
+
def updated_timestamp(self) -> Optional[_builtins.str]:
|
|
139
|
+
return pulumi.get(self, "updated_timestamp")
|
|
140
|
+
|
|
141
|
+
@_builtins.property
|
|
142
|
+
@pulumi.getter(name="vpcId")
|
|
143
|
+
def vpc_id(self) -> Optional[_builtins.str]:
|
|
144
|
+
"""
|
|
145
|
+
The unique identifier of the Virtual Private Cloud (VPC).
|
|
146
|
+
"""
|
|
147
|
+
return pulumi.get(self, "vpc_id")
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
class AwaitableGetRequesterGatewayResult(GetRequesterGatewayResult):
|
|
151
|
+
# pylint: disable=using-constant-test
|
|
152
|
+
def __await__(self):
|
|
153
|
+
if False:
|
|
154
|
+
yield self
|
|
155
|
+
return GetRequesterGatewayResult(
|
|
156
|
+
active_links_count=self.active_links_count,
|
|
157
|
+
arn=self.arn,
|
|
158
|
+
created_timestamp=self.created_timestamp,
|
|
159
|
+
description=self.description,
|
|
160
|
+
domain_name=self.domain_name,
|
|
161
|
+
gateway_id=self.gateway_id,
|
|
162
|
+
requester_gateway_status=self.requester_gateway_status,
|
|
163
|
+
security_group_ids=self.security_group_ids,
|
|
164
|
+
subnet_ids=self.subnet_ids,
|
|
165
|
+
tags=self.tags,
|
|
166
|
+
total_links_count=self.total_links_count,
|
|
167
|
+
updated_timestamp=self.updated_timestamp,
|
|
168
|
+
vpc_id=self.vpc_id)
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
def get_requester_gateway(arn: Optional[_builtins.str] = None,
|
|
172
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRequesterGatewayResult:
|
|
173
|
+
"""
|
|
174
|
+
Resource Type definition for AWS::RTBFabric::RequesterGateway Resource Type.
|
|
175
|
+
"""
|
|
176
|
+
__args__ = dict()
|
|
177
|
+
__args__['arn'] = arn
|
|
178
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
179
|
+
__ret__ = pulumi.runtime.invoke('aws-native:rtbfabric:getRequesterGateway', __args__, opts=opts, typ=GetRequesterGatewayResult).value
|
|
180
|
+
|
|
181
|
+
return AwaitableGetRequesterGatewayResult(
|
|
182
|
+
active_links_count=pulumi.get(__ret__, 'active_links_count'),
|
|
183
|
+
arn=pulumi.get(__ret__, 'arn'),
|
|
184
|
+
created_timestamp=pulumi.get(__ret__, 'created_timestamp'),
|
|
185
|
+
description=pulumi.get(__ret__, 'description'),
|
|
186
|
+
domain_name=pulumi.get(__ret__, 'domain_name'),
|
|
187
|
+
gateway_id=pulumi.get(__ret__, 'gateway_id'),
|
|
188
|
+
requester_gateway_status=pulumi.get(__ret__, 'requester_gateway_status'),
|
|
189
|
+
security_group_ids=pulumi.get(__ret__, 'security_group_ids'),
|
|
190
|
+
subnet_ids=pulumi.get(__ret__, 'subnet_ids'),
|
|
191
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
192
|
+
total_links_count=pulumi.get(__ret__, 'total_links_count'),
|
|
193
|
+
updated_timestamp=pulumi.get(__ret__, 'updated_timestamp'),
|
|
194
|
+
vpc_id=pulumi.get(__ret__, 'vpc_id'))
|
|
195
|
+
def get_requester_gateway_output(arn: Optional[pulumi.Input[_builtins.str]] = None,
|
|
196
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRequesterGatewayResult]:
|
|
197
|
+
"""
|
|
198
|
+
Resource Type definition for AWS::RTBFabric::RequesterGateway Resource Type.
|
|
199
|
+
"""
|
|
200
|
+
__args__ = dict()
|
|
201
|
+
__args__['arn'] = arn
|
|
202
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
203
|
+
__ret__ = pulumi.runtime.invoke_output('aws-native:rtbfabric:getRequesterGateway', __args__, opts=opts, typ=GetRequesterGatewayResult)
|
|
204
|
+
return __ret__.apply(lambda __response__: GetRequesterGatewayResult(
|
|
205
|
+
active_links_count=pulumi.get(__response__, 'active_links_count'),
|
|
206
|
+
arn=pulumi.get(__response__, 'arn'),
|
|
207
|
+
created_timestamp=pulumi.get(__response__, 'created_timestamp'),
|
|
208
|
+
description=pulumi.get(__response__, 'description'),
|
|
209
|
+
domain_name=pulumi.get(__response__, 'domain_name'),
|
|
210
|
+
gateway_id=pulumi.get(__response__, 'gateway_id'),
|
|
211
|
+
requester_gateway_status=pulumi.get(__response__, 'requester_gateway_status'),
|
|
212
|
+
security_group_ids=pulumi.get(__response__, 'security_group_ids'),
|
|
213
|
+
subnet_ids=pulumi.get(__response__, 'subnet_ids'),
|
|
214
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
215
|
+
total_links_count=pulumi.get(__response__, 'total_links_count'),
|
|
216
|
+
updated_timestamp=pulumi.get(__response__, 'updated_timestamp'),
|
|
217
|
+
vpc_id=pulumi.get(__response__, 'vpc_id')))
|
|
@@ -0,0 +1,255 @@
|
|
|
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
|
+
'GetResponderGatewayResult',
|
|
22
|
+
'AwaitableGetResponderGatewayResult',
|
|
23
|
+
'get_responder_gateway',
|
|
24
|
+
'get_responder_gateway_output',
|
|
25
|
+
]
|
|
26
|
+
|
|
27
|
+
@pulumi.output_type
|
|
28
|
+
class GetResponderGatewayResult:
|
|
29
|
+
def __init__(__self__, arn=None, created_timestamp=None, description=None, domain_name=None, gateway_id=None, managed_endpoint_configuration=None, port=None, protocol=None, responder_gateway_status=None, security_group_ids=None, subnet_ids=None, tags=None, trust_store_configuration=None, updated_timestamp=None, vpc_id=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 description and not isinstance(description, str):
|
|
37
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
38
|
+
pulumi.set(__self__, "description", description)
|
|
39
|
+
if domain_name and not isinstance(domain_name, str):
|
|
40
|
+
raise TypeError("Expected argument 'domain_name' to be a str")
|
|
41
|
+
pulumi.set(__self__, "domain_name", domain_name)
|
|
42
|
+
if gateway_id and not isinstance(gateway_id, str):
|
|
43
|
+
raise TypeError("Expected argument 'gateway_id' to be a str")
|
|
44
|
+
pulumi.set(__self__, "gateway_id", gateway_id)
|
|
45
|
+
if managed_endpoint_configuration and not isinstance(managed_endpoint_configuration, dict):
|
|
46
|
+
raise TypeError("Expected argument 'managed_endpoint_configuration' to be a dict")
|
|
47
|
+
pulumi.set(__self__, "managed_endpoint_configuration", managed_endpoint_configuration)
|
|
48
|
+
if port and not isinstance(port, int):
|
|
49
|
+
raise TypeError("Expected argument 'port' to be a int")
|
|
50
|
+
pulumi.set(__self__, "port", port)
|
|
51
|
+
if protocol and not isinstance(protocol, str):
|
|
52
|
+
raise TypeError("Expected argument 'protocol' to be a str")
|
|
53
|
+
pulumi.set(__self__, "protocol", protocol)
|
|
54
|
+
if responder_gateway_status and not isinstance(responder_gateway_status, str):
|
|
55
|
+
raise TypeError("Expected argument 'responder_gateway_status' to be a str")
|
|
56
|
+
pulumi.set(__self__, "responder_gateway_status", responder_gateway_status)
|
|
57
|
+
if security_group_ids and not isinstance(security_group_ids, list):
|
|
58
|
+
raise TypeError("Expected argument 'security_group_ids' to be a list")
|
|
59
|
+
pulumi.set(__self__, "security_group_ids", security_group_ids)
|
|
60
|
+
if subnet_ids and not isinstance(subnet_ids, list):
|
|
61
|
+
raise TypeError("Expected argument 'subnet_ids' to be a list")
|
|
62
|
+
pulumi.set(__self__, "subnet_ids", subnet_ids)
|
|
63
|
+
if tags and not isinstance(tags, list):
|
|
64
|
+
raise TypeError("Expected argument 'tags' to be a list")
|
|
65
|
+
pulumi.set(__self__, "tags", tags)
|
|
66
|
+
if trust_store_configuration and not isinstance(trust_store_configuration, dict):
|
|
67
|
+
raise TypeError("Expected argument 'trust_store_configuration' to be a dict")
|
|
68
|
+
pulumi.set(__self__, "trust_store_configuration", trust_store_configuration)
|
|
69
|
+
if updated_timestamp and not isinstance(updated_timestamp, str):
|
|
70
|
+
raise TypeError("Expected argument 'updated_timestamp' to be a str")
|
|
71
|
+
pulumi.set(__self__, "updated_timestamp", updated_timestamp)
|
|
72
|
+
if vpc_id and not isinstance(vpc_id, str):
|
|
73
|
+
raise TypeError("Expected argument 'vpc_id' to be a str")
|
|
74
|
+
pulumi.set(__self__, "vpc_id", vpc_id)
|
|
75
|
+
|
|
76
|
+
@_builtins.property
|
|
77
|
+
@pulumi.getter
|
|
78
|
+
def arn(self) -> Optional[_builtins.str]:
|
|
79
|
+
return pulumi.get(self, "arn")
|
|
80
|
+
|
|
81
|
+
@_builtins.property
|
|
82
|
+
@pulumi.getter(name="createdTimestamp")
|
|
83
|
+
def created_timestamp(self) -> Optional[_builtins.str]:
|
|
84
|
+
return pulumi.get(self, "created_timestamp")
|
|
85
|
+
|
|
86
|
+
@_builtins.property
|
|
87
|
+
@pulumi.getter
|
|
88
|
+
def description(self) -> Optional[_builtins.str]:
|
|
89
|
+
"""
|
|
90
|
+
An optional description for the responder gateway.
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "description")
|
|
93
|
+
|
|
94
|
+
@_builtins.property
|
|
95
|
+
@pulumi.getter(name="domainName")
|
|
96
|
+
def domain_name(self) -> Optional[_builtins.str]:
|
|
97
|
+
"""
|
|
98
|
+
The domain name for the responder gateway.
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "domain_name")
|
|
101
|
+
|
|
102
|
+
@_builtins.property
|
|
103
|
+
@pulumi.getter(name="gatewayId")
|
|
104
|
+
def gateway_id(self) -> Optional[_builtins.str]:
|
|
105
|
+
return pulumi.get(self, "gateway_id")
|
|
106
|
+
|
|
107
|
+
@_builtins.property
|
|
108
|
+
@pulumi.getter(name="managedEndpointConfiguration")
|
|
109
|
+
def managed_endpoint_configuration(self) -> Optional['outputs.ResponderGatewayManagedEndpointConfiguration']:
|
|
110
|
+
"""
|
|
111
|
+
The configuration for the managed endpoint.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "managed_endpoint_configuration")
|
|
114
|
+
|
|
115
|
+
@_builtins.property
|
|
116
|
+
@pulumi.getter
|
|
117
|
+
def port(self) -> Optional[_builtins.int]:
|
|
118
|
+
"""
|
|
119
|
+
The networking port to use.
|
|
120
|
+
"""
|
|
121
|
+
return pulumi.get(self, "port")
|
|
122
|
+
|
|
123
|
+
@_builtins.property
|
|
124
|
+
@pulumi.getter
|
|
125
|
+
def protocol(self) -> Optional['ResponderGatewayProtocol']:
|
|
126
|
+
"""
|
|
127
|
+
The networking protocol to use.
|
|
128
|
+
"""
|
|
129
|
+
return pulumi.get(self, "protocol")
|
|
130
|
+
|
|
131
|
+
@_builtins.property
|
|
132
|
+
@pulumi.getter(name="responderGatewayStatus")
|
|
133
|
+
def responder_gateway_status(self) -> Optional['ResponderGatewayStatus']:
|
|
134
|
+
return pulumi.get(self, "responder_gateway_status")
|
|
135
|
+
|
|
136
|
+
@_builtins.property
|
|
137
|
+
@pulumi.getter(name="securityGroupIds")
|
|
138
|
+
def security_group_ids(self) -> Optional[Sequence[_builtins.str]]:
|
|
139
|
+
"""
|
|
140
|
+
The unique identifiers of the security groups.
|
|
141
|
+
"""
|
|
142
|
+
return pulumi.get(self, "security_group_ids")
|
|
143
|
+
|
|
144
|
+
@_builtins.property
|
|
145
|
+
@pulumi.getter(name="subnetIds")
|
|
146
|
+
def subnet_ids(self) -> Optional[Sequence[_builtins.str]]:
|
|
147
|
+
"""
|
|
148
|
+
The unique identifiers of the subnets.
|
|
149
|
+
"""
|
|
150
|
+
return pulumi.get(self, "subnet_ids")
|
|
151
|
+
|
|
152
|
+
@_builtins.property
|
|
153
|
+
@pulumi.getter
|
|
154
|
+
def tags(self) -> Optional[Sequence['_root_outputs.Tag']]:
|
|
155
|
+
"""
|
|
156
|
+
A map of the key-value pairs of the tag or tags to assign to the resource.
|
|
157
|
+
"""
|
|
158
|
+
return pulumi.get(self, "tags")
|
|
159
|
+
|
|
160
|
+
@_builtins.property
|
|
161
|
+
@pulumi.getter(name="trustStoreConfiguration")
|
|
162
|
+
def trust_store_configuration(self) -> Optional['outputs.ResponderGatewayTrustStoreConfiguration']:
|
|
163
|
+
"""
|
|
164
|
+
The configuration of the trust store.
|
|
165
|
+
"""
|
|
166
|
+
return pulumi.get(self, "trust_store_configuration")
|
|
167
|
+
|
|
168
|
+
@_builtins.property
|
|
169
|
+
@pulumi.getter(name="updatedTimestamp")
|
|
170
|
+
def updated_timestamp(self) -> Optional[_builtins.str]:
|
|
171
|
+
return pulumi.get(self, "updated_timestamp")
|
|
172
|
+
|
|
173
|
+
@_builtins.property
|
|
174
|
+
@pulumi.getter(name="vpcId")
|
|
175
|
+
def vpc_id(self) -> Optional[_builtins.str]:
|
|
176
|
+
"""
|
|
177
|
+
The unique identifier of the Virtual Private Cloud (VPC).
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "vpc_id")
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
class AwaitableGetResponderGatewayResult(GetResponderGatewayResult):
|
|
183
|
+
# pylint: disable=using-constant-test
|
|
184
|
+
def __await__(self):
|
|
185
|
+
if False:
|
|
186
|
+
yield self
|
|
187
|
+
return GetResponderGatewayResult(
|
|
188
|
+
arn=self.arn,
|
|
189
|
+
created_timestamp=self.created_timestamp,
|
|
190
|
+
description=self.description,
|
|
191
|
+
domain_name=self.domain_name,
|
|
192
|
+
gateway_id=self.gateway_id,
|
|
193
|
+
managed_endpoint_configuration=self.managed_endpoint_configuration,
|
|
194
|
+
port=self.port,
|
|
195
|
+
protocol=self.protocol,
|
|
196
|
+
responder_gateway_status=self.responder_gateway_status,
|
|
197
|
+
security_group_ids=self.security_group_ids,
|
|
198
|
+
subnet_ids=self.subnet_ids,
|
|
199
|
+
tags=self.tags,
|
|
200
|
+
trust_store_configuration=self.trust_store_configuration,
|
|
201
|
+
updated_timestamp=self.updated_timestamp,
|
|
202
|
+
vpc_id=self.vpc_id)
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
def get_responder_gateway(arn: Optional[_builtins.str] = None,
|
|
206
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetResponderGatewayResult:
|
|
207
|
+
"""
|
|
208
|
+
Resource Type definition for AWS::RTBFabric::ResponderGateway Resource Type
|
|
209
|
+
"""
|
|
210
|
+
__args__ = dict()
|
|
211
|
+
__args__['arn'] = arn
|
|
212
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
213
|
+
__ret__ = pulumi.runtime.invoke('aws-native:rtbfabric:getResponderGateway', __args__, opts=opts, typ=GetResponderGatewayResult).value
|
|
214
|
+
|
|
215
|
+
return AwaitableGetResponderGatewayResult(
|
|
216
|
+
arn=pulumi.get(__ret__, 'arn'),
|
|
217
|
+
created_timestamp=pulumi.get(__ret__, 'created_timestamp'),
|
|
218
|
+
description=pulumi.get(__ret__, 'description'),
|
|
219
|
+
domain_name=pulumi.get(__ret__, 'domain_name'),
|
|
220
|
+
gateway_id=pulumi.get(__ret__, 'gateway_id'),
|
|
221
|
+
managed_endpoint_configuration=pulumi.get(__ret__, 'managed_endpoint_configuration'),
|
|
222
|
+
port=pulumi.get(__ret__, 'port'),
|
|
223
|
+
protocol=pulumi.get(__ret__, 'protocol'),
|
|
224
|
+
responder_gateway_status=pulumi.get(__ret__, 'responder_gateway_status'),
|
|
225
|
+
security_group_ids=pulumi.get(__ret__, 'security_group_ids'),
|
|
226
|
+
subnet_ids=pulumi.get(__ret__, 'subnet_ids'),
|
|
227
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
228
|
+
trust_store_configuration=pulumi.get(__ret__, 'trust_store_configuration'),
|
|
229
|
+
updated_timestamp=pulumi.get(__ret__, 'updated_timestamp'),
|
|
230
|
+
vpc_id=pulumi.get(__ret__, 'vpc_id'))
|
|
231
|
+
def get_responder_gateway_output(arn: Optional[pulumi.Input[_builtins.str]] = None,
|
|
232
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetResponderGatewayResult]:
|
|
233
|
+
"""
|
|
234
|
+
Resource Type definition for AWS::RTBFabric::ResponderGateway Resource Type
|
|
235
|
+
"""
|
|
236
|
+
__args__ = dict()
|
|
237
|
+
__args__['arn'] = arn
|
|
238
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
239
|
+
__ret__ = pulumi.runtime.invoke_output('aws-native:rtbfabric:getResponderGateway', __args__, opts=opts, typ=GetResponderGatewayResult)
|
|
240
|
+
return __ret__.apply(lambda __response__: GetResponderGatewayResult(
|
|
241
|
+
arn=pulumi.get(__response__, 'arn'),
|
|
242
|
+
created_timestamp=pulumi.get(__response__, 'created_timestamp'),
|
|
243
|
+
description=pulumi.get(__response__, 'description'),
|
|
244
|
+
domain_name=pulumi.get(__response__, 'domain_name'),
|
|
245
|
+
gateway_id=pulumi.get(__response__, 'gateway_id'),
|
|
246
|
+
managed_endpoint_configuration=pulumi.get(__response__, 'managed_endpoint_configuration'),
|
|
247
|
+
port=pulumi.get(__response__, 'port'),
|
|
248
|
+
protocol=pulumi.get(__response__, 'protocol'),
|
|
249
|
+
responder_gateway_status=pulumi.get(__response__, 'responder_gateway_status'),
|
|
250
|
+
security_group_ids=pulumi.get(__response__, 'security_group_ids'),
|
|
251
|
+
subnet_ids=pulumi.get(__response__, 'subnet_ids'),
|
|
252
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
253
|
+
trust_store_configuration=pulumi.get(__response__, 'trust_store_configuration'),
|
|
254
|
+
updated_timestamp=pulumi.get(__response__, 'updated_timestamp'),
|
|
255
|
+
vpc_id=pulumi.get(__response__, 'vpc_id')))
|