pulumi-aws-native 1.38.0a1760940079__py3-none-any.whl → 1.38.0a1762272920__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.0a1760940079.dist-info → pulumi_aws_native-1.38.0a1762272920.dist-info}/METADATA +1 -1
- {pulumi_aws_native-1.38.0a1760940079.dist-info → pulumi_aws_native-1.38.0a1762272920.dist-info}/RECORD +187 -155
- {pulumi_aws_native-1.38.0a1760940079.dist-info → pulumi_aws_native-1.38.0a1762272920.dist-info}/WHEEL +0 -0
- {pulumi_aws_native-1.38.0a1760940079.dist-info → pulumi_aws_native-1.38.0a1762272920.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,431 @@
|
|
|
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 _inputs as _root_inputs
|
|
18
|
+
from .. import outputs as _root_outputs
|
|
19
|
+
from ._enums import *
|
|
20
|
+
from ._inputs import *
|
|
21
|
+
|
|
22
|
+
__all__ = ['ResponderGatewayArgs', 'ResponderGateway']
|
|
23
|
+
|
|
24
|
+
@pulumi.input_type
|
|
25
|
+
class ResponderGatewayArgs:
|
|
26
|
+
def __init__(__self__, *,
|
|
27
|
+
port: pulumi.Input[_builtins.int],
|
|
28
|
+
protocol: pulumi.Input['ResponderGatewayProtocol'],
|
|
29
|
+
security_group_ids: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
30
|
+
subnet_ids: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
31
|
+
vpc_id: pulumi.Input[_builtins.str],
|
|
32
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
33
|
+
domain_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
34
|
+
managed_endpoint_configuration: Optional[pulumi.Input['ResponderGatewayManagedEndpointConfigurationArgs']] = None,
|
|
35
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]] = None,
|
|
36
|
+
trust_store_configuration: Optional[pulumi.Input['ResponderGatewayTrustStoreConfigurationArgs']] = None):
|
|
37
|
+
"""
|
|
38
|
+
The set of arguments for constructing a ResponderGateway resource.
|
|
39
|
+
:param pulumi.Input[_builtins.int] port: The networking port to use.
|
|
40
|
+
:param pulumi.Input['ResponderGatewayProtocol'] protocol: The networking protocol to use.
|
|
41
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] security_group_ids: The unique identifiers of the security groups.
|
|
42
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] subnet_ids: The unique identifiers of the subnets.
|
|
43
|
+
:param pulumi.Input[_builtins.str] vpc_id: The unique identifier of the Virtual Private Cloud (VPC).
|
|
44
|
+
:param pulumi.Input[_builtins.str] description: An optional description for the responder gateway.
|
|
45
|
+
:param pulumi.Input[_builtins.str] domain_name: The domain name for the responder gateway.
|
|
46
|
+
:param pulumi.Input['ResponderGatewayManagedEndpointConfigurationArgs'] managed_endpoint_configuration: The configuration for the managed endpoint.
|
|
47
|
+
: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.
|
|
48
|
+
:param pulumi.Input['ResponderGatewayTrustStoreConfigurationArgs'] trust_store_configuration: The configuration of the trust store.
|
|
49
|
+
"""
|
|
50
|
+
pulumi.set(__self__, "port", port)
|
|
51
|
+
pulumi.set(__self__, "protocol", protocol)
|
|
52
|
+
pulumi.set(__self__, "security_group_ids", security_group_ids)
|
|
53
|
+
pulumi.set(__self__, "subnet_ids", subnet_ids)
|
|
54
|
+
pulumi.set(__self__, "vpc_id", vpc_id)
|
|
55
|
+
if description is not None:
|
|
56
|
+
pulumi.set(__self__, "description", description)
|
|
57
|
+
if domain_name is not None:
|
|
58
|
+
pulumi.set(__self__, "domain_name", domain_name)
|
|
59
|
+
if managed_endpoint_configuration is not None:
|
|
60
|
+
pulumi.set(__self__, "managed_endpoint_configuration", managed_endpoint_configuration)
|
|
61
|
+
if tags is not None:
|
|
62
|
+
pulumi.set(__self__, "tags", tags)
|
|
63
|
+
if trust_store_configuration is not None:
|
|
64
|
+
pulumi.set(__self__, "trust_store_configuration", trust_store_configuration)
|
|
65
|
+
|
|
66
|
+
@_builtins.property
|
|
67
|
+
@pulumi.getter
|
|
68
|
+
def port(self) -> pulumi.Input[_builtins.int]:
|
|
69
|
+
"""
|
|
70
|
+
The networking port to use.
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "port")
|
|
73
|
+
|
|
74
|
+
@port.setter
|
|
75
|
+
def port(self, value: pulumi.Input[_builtins.int]):
|
|
76
|
+
pulumi.set(self, "port", value)
|
|
77
|
+
|
|
78
|
+
@_builtins.property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def protocol(self) -> pulumi.Input['ResponderGatewayProtocol']:
|
|
81
|
+
"""
|
|
82
|
+
The networking protocol to use.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "protocol")
|
|
85
|
+
|
|
86
|
+
@protocol.setter
|
|
87
|
+
def protocol(self, value: pulumi.Input['ResponderGatewayProtocol']):
|
|
88
|
+
pulumi.set(self, "protocol", value)
|
|
89
|
+
|
|
90
|
+
@_builtins.property
|
|
91
|
+
@pulumi.getter(name="securityGroupIds")
|
|
92
|
+
def security_group_ids(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
93
|
+
"""
|
|
94
|
+
The unique identifiers of the security groups.
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "security_group_ids")
|
|
97
|
+
|
|
98
|
+
@security_group_ids.setter
|
|
99
|
+
def security_group_ids(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
100
|
+
pulumi.set(self, "security_group_ids", value)
|
|
101
|
+
|
|
102
|
+
@_builtins.property
|
|
103
|
+
@pulumi.getter(name="subnetIds")
|
|
104
|
+
def subnet_ids(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
105
|
+
"""
|
|
106
|
+
The unique identifiers of the subnets.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "subnet_ids")
|
|
109
|
+
|
|
110
|
+
@subnet_ids.setter
|
|
111
|
+
def subnet_ids(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
112
|
+
pulumi.set(self, "subnet_ids", value)
|
|
113
|
+
|
|
114
|
+
@_builtins.property
|
|
115
|
+
@pulumi.getter(name="vpcId")
|
|
116
|
+
def vpc_id(self) -> pulumi.Input[_builtins.str]:
|
|
117
|
+
"""
|
|
118
|
+
The unique identifier of the Virtual Private Cloud (VPC).
|
|
119
|
+
"""
|
|
120
|
+
return pulumi.get(self, "vpc_id")
|
|
121
|
+
|
|
122
|
+
@vpc_id.setter
|
|
123
|
+
def vpc_id(self, value: pulumi.Input[_builtins.str]):
|
|
124
|
+
pulumi.set(self, "vpc_id", value)
|
|
125
|
+
|
|
126
|
+
@_builtins.property
|
|
127
|
+
@pulumi.getter
|
|
128
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
129
|
+
"""
|
|
130
|
+
An optional description for the responder gateway.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "description")
|
|
133
|
+
|
|
134
|
+
@description.setter
|
|
135
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
136
|
+
pulumi.set(self, "description", value)
|
|
137
|
+
|
|
138
|
+
@_builtins.property
|
|
139
|
+
@pulumi.getter(name="domainName")
|
|
140
|
+
def domain_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
141
|
+
"""
|
|
142
|
+
The domain name for the responder gateway.
|
|
143
|
+
"""
|
|
144
|
+
return pulumi.get(self, "domain_name")
|
|
145
|
+
|
|
146
|
+
@domain_name.setter
|
|
147
|
+
def domain_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
148
|
+
pulumi.set(self, "domain_name", value)
|
|
149
|
+
|
|
150
|
+
@_builtins.property
|
|
151
|
+
@pulumi.getter(name="managedEndpointConfiguration")
|
|
152
|
+
def managed_endpoint_configuration(self) -> Optional[pulumi.Input['ResponderGatewayManagedEndpointConfigurationArgs']]:
|
|
153
|
+
"""
|
|
154
|
+
The configuration for the managed endpoint.
|
|
155
|
+
"""
|
|
156
|
+
return pulumi.get(self, "managed_endpoint_configuration")
|
|
157
|
+
|
|
158
|
+
@managed_endpoint_configuration.setter
|
|
159
|
+
def managed_endpoint_configuration(self, value: Optional[pulumi.Input['ResponderGatewayManagedEndpointConfigurationArgs']]):
|
|
160
|
+
pulumi.set(self, "managed_endpoint_configuration", value)
|
|
161
|
+
|
|
162
|
+
@_builtins.property
|
|
163
|
+
@pulumi.getter
|
|
164
|
+
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]]:
|
|
165
|
+
"""
|
|
166
|
+
A map of the key-value pairs of the tag or tags to assign to the resource.
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "tags")
|
|
169
|
+
|
|
170
|
+
@tags.setter
|
|
171
|
+
def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]]):
|
|
172
|
+
pulumi.set(self, "tags", value)
|
|
173
|
+
|
|
174
|
+
@_builtins.property
|
|
175
|
+
@pulumi.getter(name="trustStoreConfiguration")
|
|
176
|
+
def trust_store_configuration(self) -> Optional[pulumi.Input['ResponderGatewayTrustStoreConfigurationArgs']]:
|
|
177
|
+
"""
|
|
178
|
+
The configuration of the trust store.
|
|
179
|
+
"""
|
|
180
|
+
return pulumi.get(self, "trust_store_configuration")
|
|
181
|
+
|
|
182
|
+
@trust_store_configuration.setter
|
|
183
|
+
def trust_store_configuration(self, value: Optional[pulumi.Input['ResponderGatewayTrustStoreConfigurationArgs']]):
|
|
184
|
+
pulumi.set(self, "trust_store_configuration", value)
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
@pulumi.type_token("aws-native:rtbfabric:ResponderGateway")
|
|
188
|
+
class ResponderGateway(pulumi.CustomResource):
|
|
189
|
+
@overload
|
|
190
|
+
def __init__(__self__,
|
|
191
|
+
resource_name: str,
|
|
192
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
193
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
194
|
+
domain_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
195
|
+
managed_endpoint_configuration: Optional[pulumi.Input[Union['ResponderGatewayManagedEndpointConfigurationArgs', 'ResponderGatewayManagedEndpointConfigurationArgsDict']]] = None,
|
|
196
|
+
port: Optional[pulumi.Input[_builtins.int]] = None,
|
|
197
|
+
protocol: Optional[pulumi.Input['ResponderGatewayProtocol']] = None,
|
|
198
|
+
security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
199
|
+
subnet_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
200
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]]] = None,
|
|
201
|
+
trust_store_configuration: Optional[pulumi.Input[Union['ResponderGatewayTrustStoreConfigurationArgs', 'ResponderGatewayTrustStoreConfigurationArgsDict']]] = None,
|
|
202
|
+
vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
203
|
+
__props__=None):
|
|
204
|
+
"""
|
|
205
|
+
Resource Type definition for AWS::RTBFabric::ResponderGateway Resource Type
|
|
206
|
+
|
|
207
|
+
:param str resource_name: The name of the resource.
|
|
208
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
209
|
+
:param pulumi.Input[_builtins.str] description: An optional description for the responder gateway.
|
|
210
|
+
:param pulumi.Input[_builtins.str] domain_name: The domain name for the responder gateway.
|
|
211
|
+
:param pulumi.Input[Union['ResponderGatewayManagedEndpointConfigurationArgs', 'ResponderGatewayManagedEndpointConfigurationArgsDict']] managed_endpoint_configuration: The configuration for the managed endpoint.
|
|
212
|
+
:param pulumi.Input[_builtins.int] port: The networking port to use.
|
|
213
|
+
:param pulumi.Input['ResponderGatewayProtocol'] protocol: The networking protocol to use.
|
|
214
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] security_group_ids: The unique identifiers of the security groups.
|
|
215
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] subnet_ids: The unique identifiers of the subnets.
|
|
216
|
+
: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.
|
|
217
|
+
:param pulumi.Input[Union['ResponderGatewayTrustStoreConfigurationArgs', 'ResponderGatewayTrustStoreConfigurationArgsDict']] trust_store_configuration: The configuration of the trust store.
|
|
218
|
+
:param pulumi.Input[_builtins.str] vpc_id: The unique identifier of the Virtual Private Cloud (VPC).
|
|
219
|
+
"""
|
|
220
|
+
...
|
|
221
|
+
@overload
|
|
222
|
+
def __init__(__self__,
|
|
223
|
+
resource_name: str,
|
|
224
|
+
args: ResponderGatewayArgs,
|
|
225
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
226
|
+
"""
|
|
227
|
+
Resource Type definition for AWS::RTBFabric::ResponderGateway Resource Type
|
|
228
|
+
|
|
229
|
+
:param str resource_name: The name of the resource.
|
|
230
|
+
:param ResponderGatewayArgs args: The arguments to use to populate this resource's properties.
|
|
231
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
232
|
+
"""
|
|
233
|
+
...
|
|
234
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
235
|
+
resource_args, opts = _utilities.get_resource_args_opts(ResponderGatewayArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
236
|
+
if resource_args is not None:
|
|
237
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
238
|
+
else:
|
|
239
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
240
|
+
|
|
241
|
+
def _internal_init(__self__,
|
|
242
|
+
resource_name: str,
|
|
243
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
244
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
245
|
+
domain_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
246
|
+
managed_endpoint_configuration: Optional[pulumi.Input[Union['ResponderGatewayManagedEndpointConfigurationArgs', 'ResponderGatewayManagedEndpointConfigurationArgsDict']]] = None,
|
|
247
|
+
port: Optional[pulumi.Input[_builtins.int]] = None,
|
|
248
|
+
protocol: Optional[pulumi.Input['ResponderGatewayProtocol']] = None,
|
|
249
|
+
security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
250
|
+
subnet_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
251
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]]] = None,
|
|
252
|
+
trust_store_configuration: Optional[pulumi.Input[Union['ResponderGatewayTrustStoreConfigurationArgs', 'ResponderGatewayTrustStoreConfigurationArgsDict']]] = None,
|
|
253
|
+
vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
254
|
+
__props__=None):
|
|
255
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
256
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
257
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
258
|
+
if opts.id is None:
|
|
259
|
+
if __props__ is not None:
|
|
260
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
261
|
+
__props__ = ResponderGatewayArgs.__new__(ResponderGatewayArgs)
|
|
262
|
+
|
|
263
|
+
__props__.__dict__["description"] = description
|
|
264
|
+
__props__.__dict__["domain_name"] = domain_name
|
|
265
|
+
__props__.__dict__["managed_endpoint_configuration"] = managed_endpoint_configuration
|
|
266
|
+
if port is None and not opts.urn:
|
|
267
|
+
raise TypeError("Missing required property 'port'")
|
|
268
|
+
__props__.__dict__["port"] = port
|
|
269
|
+
if protocol is None and not opts.urn:
|
|
270
|
+
raise TypeError("Missing required property 'protocol'")
|
|
271
|
+
__props__.__dict__["protocol"] = protocol
|
|
272
|
+
if security_group_ids is None and not opts.urn:
|
|
273
|
+
raise TypeError("Missing required property 'security_group_ids'")
|
|
274
|
+
__props__.__dict__["security_group_ids"] = security_group_ids
|
|
275
|
+
if subnet_ids is None and not opts.urn:
|
|
276
|
+
raise TypeError("Missing required property 'subnet_ids'")
|
|
277
|
+
__props__.__dict__["subnet_ids"] = subnet_ids
|
|
278
|
+
__props__.__dict__["tags"] = tags
|
|
279
|
+
__props__.__dict__["trust_store_configuration"] = trust_store_configuration
|
|
280
|
+
if vpc_id is None and not opts.urn:
|
|
281
|
+
raise TypeError("Missing required property 'vpc_id'")
|
|
282
|
+
__props__.__dict__["vpc_id"] = vpc_id
|
|
283
|
+
__props__.__dict__["arn"] = None
|
|
284
|
+
__props__.__dict__["created_timestamp"] = None
|
|
285
|
+
__props__.__dict__["gateway_id"] = None
|
|
286
|
+
__props__.__dict__["responder_gateway_status"] = None
|
|
287
|
+
__props__.__dict__["updated_timestamp"] = None
|
|
288
|
+
super(ResponderGateway, __self__).__init__(
|
|
289
|
+
'aws-native:rtbfabric:ResponderGateway',
|
|
290
|
+
resource_name,
|
|
291
|
+
__props__,
|
|
292
|
+
opts)
|
|
293
|
+
|
|
294
|
+
@staticmethod
|
|
295
|
+
def get(resource_name: str,
|
|
296
|
+
id: pulumi.Input[str],
|
|
297
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'ResponderGateway':
|
|
298
|
+
"""
|
|
299
|
+
Get an existing ResponderGateway resource's state with the given name, id, and optional extra
|
|
300
|
+
properties used to qualify the lookup.
|
|
301
|
+
|
|
302
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
303
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
304
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
305
|
+
"""
|
|
306
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
307
|
+
|
|
308
|
+
__props__ = ResponderGatewayArgs.__new__(ResponderGatewayArgs)
|
|
309
|
+
|
|
310
|
+
__props__.__dict__["arn"] = None
|
|
311
|
+
__props__.__dict__["created_timestamp"] = None
|
|
312
|
+
__props__.__dict__["description"] = None
|
|
313
|
+
__props__.__dict__["domain_name"] = None
|
|
314
|
+
__props__.__dict__["gateway_id"] = None
|
|
315
|
+
__props__.__dict__["managed_endpoint_configuration"] = None
|
|
316
|
+
__props__.__dict__["port"] = None
|
|
317
|
+
__props__.__dict__["protocol"] = None
|
|
318
|
+
__props__.__dict__["responder_gateway_status"] = None
|
|
319
|
+
__props__.__dict__["security_group_ids"] = None
|
|
320
|
+
__props__.__dict__["subnet_ids"] = None
|
|
321
|
+
__props__.__dict__["tags"] = None
|
|
322
|
+
__props__.__dict__["trust_store_configuration"] = None
|
|
323
|
+
__props__.__dict__["updated_timestamp"] = None
|
|
324
|
+
__props__.__dict__["vpc_id"] = None
|
|
325
|
+
return ResponderGateway(resource_name, opts=opts, __props__=__props__)
|
|
326
|
+
|
|
327
|
+
@_builtins.property
|
|
328
|
+
@pulumi.getter
|
|
329
|
+
def arn(self) -> pulumi.Output[_builtins.str]:
|
|
330
|
+
return pulumi.get(self, "arn")
|
|
331
|
+
|
|
332
|
+
@_builtins.property
|
|
333
|
+
@pulumi.getter(name="createdTimestamp")
|
|
334
|
+
def created_timestamp(self) -> pulumi.Output[_builtins.str]:
|
|
335
|
+
return pulumi.get(self, "created_timestamp")
|
|
336
|
+
|
|
337
|
+
@_builtins.property
|
|
338
|
+
@pulumi.getter
|
|
339
|
+
def description(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
340
|
+
"""
|
|
341
|
+
An optional description for the responder gateway.
|
|
342
|
+
"""
|
|
343
|
+
return pulumi.get(self, "description")
|
|
344
|
+
|
|
345
|
+
@_builtins.property
|
|
346
|
+
@pulumi.getter(name="domainName")
|
|
347
|
+
def domain_name(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
348
|
+
"""
|
|
349
|
+
The domain name for the responder gateway.
|
|
350
|
+
"""
|
|
351
|
+
return pulumi.get(self, "domain_name")
|
|
352
|
+
|
|
353
|
+
@_builtins.property
|
|
354
|
+
@pulumi.getter(name="gatewayId")
|
|
355
|
+
def gateway_id(self) -> pulumi.Output[_builtins.str]:
|
|
356
|
+
return pulumi.get(self, "gateway_id")
|
|
357
|
+
|
|
358
|
+
@_builtins.property
|
|
359
|
+
@pulumi.getter(name="managedEndpointConfiguration")
|
|
360
|
+
def managed_endpoint_configuration(self) -> pulumi.Output[Optional['outputs.ResponderGatewayManagedEndpointConfiguration']]:
|
|
361
|
+
"""
|
|
362
|
+
The configuration for the managed endpoint.
|
|
363
|
+
"""
|
|
364
|
+
return pulumi.get(self, "managed_endpoint_configuration")
|
|
365
|
+
|
|
366
|
+
@_builtins.property
|
|
367
|
+
@pulumi.getter
|
|
368
|
+
def port(self) -> pulumi.Output[_builtins.int]:
|
|
369
|
+
"""
|
|
370
|
+
The networking port to use.
|
|
371
|
+
"""
|
|
372
|
+
return pulumi.get(self, "port")
|
|
373
|
+
|
|
374
|
+
@_builtins.property
|
|
375
|
+
@pulumi.getter
|
|
376
|
+
def protocol(self) -> pulumi.Output['ResponderGatewayProtocol']:
|
|
377
|
+
"""
|
|
378
|
+
The networking protocol to use.
|
|
379
|
+
"""
|
|
380
|
+
return pulumi.get(self, "protocol")
|
|
381
|
+
|
|
382
|
+
@_builtins.property
|
|
383
|
+
@pulumi.getter(name="responderGatewayStatus")
|
|
384
|
+
def responder_gateway_status(self) -> pulumi.Output['ResponderGatewayStatus']:
|
|
385
|
+
return pulumi.get(self, "responder_gateway_status")
|
|
386
|
+
|
|
387
|
+
@_builtins.property
|
|
388
|
+
@pulumi.getter(name="securityGroupIds")
|
|
389
|
+
def security_group_ids(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
390
|
+
"""
|
|
391
|
+
The unique identifiers of the security groups.
|
|
392
|
+
"""
|
|
393
|
+
return pulumi.get(self, "security_group_ids")
|
|
394
|
+
|
|
395
|
+
@_builtins.property
|
|
396
|
+
@pulumi.getter(name="subnetIds")
|
|
397
|
+
def subnet_ids(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
398
|
+
"""
|
|
399
|
+
The unique identifiers of the subnets.
|
|
400
|
+
"""
|
|
401
|
+
return pulumi.get(self, "subnet_ids")
|
|
402
|
+
|
|
403
|
+
@_builtins.property
|
|
404
|
+
@pulumi.getter
|
|
405
|
+
def tags(self) -> pulumi.Output[Optional[Sequence['_root_outputs.Tag']]]:
|
|
406
|
+
"""
|
|
407
|
+
A map of the key-value pairs of the tag or tags to assign to the resource.
|
|
408
|
+
"""
|
|
409
|
+
return pulumi.get(self, "tags")
|
|
410
|
+
|
|
411
|
+
@_builtins.property
|
|
412
|
+
@pulumi.getter(name="trustStoreConfiguration")
|
|
413
|
+
def trust_store_configuration(self) -> pulumi.Output[Optional['outputs.ResponderGatewayTrustStoreConfiguration']]:
|
|
414
|
+
"""
|
|
415
|
+
The configuration of the trust store.
|
|
416
|
+
"""
|
|
417
|
+
return pulumi.get(self, "trust_store_configuration")
|
|
418
|
+
|
|
419
|
+
@_builtins.property
|
|
420
|
+
@pulumi.getter(name="updatedTimestamp")
|
|
421
|
+
def updated_timestamp(self) -> pulumi.Output[_builtins.str]:
|
|
422
|
+
return pulumi.get(self, "updated_timestamp")
|
|
423
|
+
|
|
424
|
+
@_builtins.property
|
|
425
|
+
@pulumi.getter(name="vpcId")
|
|
426
|
+
def vpc_id(self) -> pulumi.Output[_builtins.str]:
|
|
427
|
+
"""
|
|
428
|
+
The unique identifier of the Virtual Private Cloud (VPC).
|
|
429
|
+
"""
|
|
430
|
+
return pulumi.get(self, "vpc_id")
|
|
431
|
+
|
pulumi_aws_native/s3/_enums.py
CHANGED
|
@@ -132,7 +132,7 @@ class BucketDefaultRetentionMode(_builtins.str, Enum):
|
|
|
132
132
|
@pulumi.type_token("aws-native:s3:BucketDeleteMarkerReplicationStatus")
|
|
133
133
|
class BucketDeleteMarkerReplicationStatus(_builtins.str, Enum):
|
|
134
134
|
"""
|
|
135
|
-
Indicates whether to replicate delete markers.
|
|
135
|
+
Indicates whether to replicate delete markers.
|
|
136
136
|
"""
|
|
137
137
|
DISABLED = "Disabled"
|
|
138
138
|
ENABLED = "Enabled"
|
pulumi_aws_native/s3/_inputs.py
CHANGED
|
@@ -951,7 +951,7 @@ if not MYPY:
|
|
|
951
951
|
"""
|
|
952
952
|
status: NotRequired[pulumi.Input['BucketDeleteMarkerReplicationStatus']]
|
|
953
953
|
"""
|
|
954
|
-
Indicates whether to replicate delete markers.
|
|
954
|
+
Indicates whether to replicate delete markers.
|
|
955
955
|
"""
|
|
956
956
|
elif False:
|
|
957
957
|
BucketDeleteMarkerReplicationArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -964,7 +964,7 @@ class BucketDeleteMarkerReplicationArgs:
|
|
|
964
964
|
Specifies whether Amazon S3 replicates delete markers. If you specify a ``Filter`` in your replication configuration, you must also include a ``DeleteMarkerReplication`` element. If your ``Filter`` includes a ``Tag`` element, the ``DeleteMarkerReplication````Status`` must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see [Basic Rule Configuration](https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-add-config.html#replication-config-min-rule-config).
|
|
965
965
|
For more information about delete marker replication, see [Basic Rule Configuration](https://docs.aws.amazon.com/AmazonS3/latest/dev/delete-marker-replication.html).
|
|
966
966
|
If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see [Backward Compatibility](https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-add-config.html#replication-backward-compat-considerations).
|
|
967
|
-
:param pulumi.Input['BucketDeleteMarkerReplicationStatus'] status: Indicates whether to replicate delete markers.
|
|
967
|
+
:param pulumi.Input['BucketDeleteMarkerReplicationStatus'] status: Indicates whether to replicate delete markers.
|
|
968
968
|
"""
|
|
969
969
|
if status is not None:
|
|
970
970
|
pulumi.set(__self__, "status", status)
|
|
@@ -973,7 +973,7 @@ class BucketDeleteMarkerReplicationArgs:
|
|
|
973
973
|
@pulumi.getter
|
|
974
974
|
def status(self) -> Optional[pulumi.Input['BucketDeleteMarkerReplicationStatus']]:
|
|
975
975
|
"""
|
|
976
|
-
Indicates whether to replicate delete markers.
|
|
976
|
+
Indicates whether to replicate delete markers.
|
|
977
977
|
"""
|
|
978
978
|
return pulumi.get(self, "status")
|
|
979
979
|
|
|
@@ -5028,7 +5028,10 @@ if not MYPY:
|
|
|
5028
5028
|
class BucketVersioningConfigurationArgsDict(TypedDict):
|
|
5029
5029
|
"""
|
|
5030
5030
|
Describes the versioning state of an Amazon S3 bucket. For more information, see [PUT Bucket versioning](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html) in the *Amazon S3 API Reference*.
|
|
5031
|
-
|
|
5031
|
+
Keep the following timing in mind when enabling, suspending, or transitioning between versioning states:
|
|
5032
|
+
+ *Enabling versioning* - Changes may take up to 15 minutes to propagate across all AWS regions for full consistency.
|
|
5033
|
+
+ *Suspending versioning* - Takes effect immediately with no propagation delay.
|
|
5034
|
+
+ *Transitioning between states* - Any change from Suspended to Enabled has a 15-minute delay.
|
|
5032
5035
|
"""
|
|
5033
5036
|
status: pulumi.Input['BucketVersioningConfigurationStatus']
|
|
5034
5037
|
"""
|
|
@@ -5043,7 +5046,10 @@ class BucketVersioningConfigurationArgs:
|
|
|
5043
5046
|
status: pulumi.Input['BucketVersioningConfigurationStatus']):
|
|
5044
5047
|
"""
|
|
5045
5048
|
Describes the versioning state of an Amazon S3 bucket. For more information, see [PUT Bucket versioning](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html) in the *Amazon S3 API Reference*.
|
|
5046
|
-
|
|
5049
|
+
Keep the following timing in mind when enabling, suspending, or transitioning between versioning states:
|
|
5050
|
+
+ *Enabling versioning* - Changes may take up to 15 minutes to propagate across all AWS regions for full consistency.
|
|
5051
|
+
+ *Suspending versioning* - Takes effect immediately with no propagation delay.
|
|
5052
|
+
+ *Transitioning between states* - Any change from Suspended to Enabled has a 15-minute delay.
|
|
5047
5053
|
:param pulumi.Input['BucketVersioningConfigurationStatus'] status: The versioning state of the bucket.
|
|
5048
5054
|
"""
|
|
5049
5055
|
pulumi.set(__self__, "status", status)
|
|
@@ -21,8 +21,8 @@ __all__ = ['AccessGrantsLocationArgs', 'AccessGrantsLocation']
|
|
|
21
21
|
@pulumi.input_type
|
|
22
22
|
class AccessGrantsLocationArgs:
|
|
23
23
|
def __init__(__self__, *,
|
|
24
|
-
iam_role_arn:
|
|
25
|
-
location_scope:
|
|
24
|
+
iam_role_arn: pulumi.Input[_builtins.str],
|
|
25
|
+
location_scope: pulumi.Input[_builtins.str],
|
|
26
26
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.CreateOnlyTagArgs']]]] = None):
|
|
27
27
|
"""
|
|
28
28
|
The set of arguments for constructing a AccessGrantsLocation resource.
|
|
@@ -30,35 +30,33 @@ class AccessGrantsLocationArgs:
|
|
|
30
30
|
:param pulumi.Input[_builtins.str] location_scope: Descriptor for where the location actually points
|
|
31
31
|
:param pulumi.Input[Sequence[pulumi.Input['_root_inputs.CreateOnlyTagArgs']]] tags: The AWS resource tags that you are adding to the S3 Access Grants location. Each tag is a label consisting of a user-defined key and value. Tags can help you manage, identify, organize, search for, and filter resources.
|
|
32
32
|
"""
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
if location_scope is not None:
|
|
36
|
-
pulumi.set(__self__, "location_scope", location_scope)
|
|
33
|
+
pulumi.set(__self__, "iam_role_arn", iam_role_arn)
|
|
34
|
+
pulumi.set(__self__, "location_scope", location_scope)
|
|
37
35
|
if tags is not None:
|
|
38
36
|
pulumi.set(__self__, "tags", tags)
|
|
39
37
|
|
|
40
38
|
@_builtins.property
|
|
41
39
|
@pulumi.getter(name="iamRoleArn")
|
|
42
|
-
def iam_role_arn(self) ->
|
|
40
|
+
def iam_role_arn(self) -> pulumi.Input[_builtins.str]:
|
|
43
41
|
"""
|
|
44
42
|
The Amazon Resource Name (ARN) of the access grant location's associated IAM role.
|
|
45
43
|
"""
|
|
46
44
|
return pulumi.get(self, "iam_role_arn")
|
|
47
45
|
|
|
48
46
|
@iam_role_arn.setter
|
|
49
|
-
def iam_role_arn(self, value:
|
|
47
|
+
def iam_role_arn(self, value: pulumi.Input[_builtins.str]):
|
|
50
48
|
pulumi.set(self, "iam_role_arn", value)
|
|
51
49
|
|
|
52
50
|
@_builtins.property
|
|
53
51
|
@pulumi.getter(name="locationScope")
|
|
54
|
-
def location_scope(self) ->
|
|
52
|
+
def location_scope(self) -> pulumi.Input[_builtins.str]:
|
|
55
53
|
"""
|
|
56
54
|
Descriptor for where the location actually points
|
|
57
55
|
"""
|
|
58
56
|
return pulumi.get(self, "location_scope")
|
|
59
57
|
|
|
60
58
|
@location_scope.setter
|
|
61
|
-
def location_scope(self, value:
|
|
59
|
+
def location_scope(self, value: pulumi.Input[_builtins.str]):
|
|
62
60
|
pulumi.set(self, "location_scope", value)
|
|
63
61
|
|
|
64
62
|
@_builtins.property
|
|
@@ -97,7 +95,7 @@ class AccessGrantsLocation(pulumi.CustomResource):
|
|
|
97
95
|
@overload
|
|
98
96
|
def __init__(__self__,
|
|
99
97
|
resource_name: str,
|
|
100
|
-
args:
|
|
98
|
+
args: AccessGrantsLocationArgs,
|
|
101
99
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
102
100
|
"""
|
|
103
101
|
The AWS::S3::AccessGrantsLocation resource is an Amazon S3 resource type hosted in an access grants instance which can be the target of S3 access grants.
|
|
@@ -129,7 +127,11 @@ class AccessGrantsLocation(pulumi.CustomResource):
|
|
|
129
127
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
130
128
|
__props__ = AccessGrantsLocationArgs.__new__(AccessGrantsLocationArgs)
|
|
131
129
|
|
|
130
|
+
if iam_role_arn is None and not opts.urn:
|
|
131
|
+
raise TypeError("Missing required property 'iam_role_arn'")
|
|
132
132
|
__props__.__dict__["iam_role_arn"] = iam_role_arn
|
|
133
|
+
if location_scope is None and not opts.urn:
|
|
134
|
+
raise TypeError("Missing required property 'location_scope'")
|
|
133
135
|
__props__.__dict__["location_scope"] = location_scope
|
|
134
136
|
__props__.__dict__["tags"] = tags
|
|
135
137
|
__props__.__dict__["access_grants_location_arn"] = None
|
|
@@ -183,7 +185,7 @@ class AccessGrantsLocation(pulumi.CustomResource):
|
|
|
183
185
|
|
|
184
186
|
@_builtins.property
|
|
185
187
|
@pulumi.getter(name="iamRoleArn")
|
|
186
|
-
def iam_role_arn(self) -> pulumi.Output[
|
|
188
|
+
def iam_role_arn(self) -> pulumi.Output[_builtins.str]:
|
|
187
189
|
"""
|
|
188
190
|
The Amazon Resource Name (ARN) of the access grant location's associated IAM role.
|
|
189
191
|
"""
|
|
@@ -191,7 +193,7 @@ class AccessGrantsLocation(pulumi.CustomResource):
|
|
|
191
193
|
|
|
192
194
|
@_builtins.property
|
|
193
195
|
@pulumi.getter(name="locationScope")
|
|
194
|
-
def location_scope(self) -> pulumi.Output[
|
|
196
|
+
def location_scope(self) -> pulumi.Output[_builtins.str]:
|
|
195
197
|
"""
|
|
196
198
|
Descriptor for where the location actually points
|
|
197
199
|
"""
|
pulumi_aws_native/s3/outputs.py
CHANGED
|
@@ -765,7 +765,7 @@ class BucketDeleteMarkerReplication(dict):
|
|
|
765
765
|
Specifies whether Amazon S3 replicates delete markers. If you specify a ``Filter`` in your replication configuration, you must also include a ``DeleteMarkerReplication`` element. If your ``Filter`` includes a ``Tag`` element, the ``DeleteMarkerReplication````Status`` must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see [Basic Rule Configuration](https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-add-config.html#replication-config-min-rule-config).
|
|
766
766
|
For more information about delete marker replication, see [Basic Rule Configuration](https://docs.aws.amazon.com/AmazonS3/latest/dev/delete-marker-replication.html).
|
|
767
767
|
If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see [Backward Compatibility](https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-add-config.html#replication-backward-compat-considerations).
|
|
768
|
-
:param 'BucketDeleteMarkerReplicationStatus' status: Indicates whether to replicate delete markers.
|
|
768
|
+
:param 'BucketDeleteMarkerReplicationStatus' status: Indicates whether to replicate delete markers.
|
|
769
769
|
"""
|
|
770
770
|
if status is not None:
|
|
771
771
|
pulumi.set(__self__, "status", status)
|
|
@@ -774,7 +774,7 @@ class BucketDeleteMarkerReplication(dict):
|
|
|
774
774
|
@pulumi.getter
|
|
775
775
|
def status(self) -> Optional['BucketDeleteMarkerReplicationStatus']:
|
|
776
776
|
"""
|
|
777
|
-
Indicates whether to replicate delete markers.
|
|
777
|
+
Indicates whether to replicate delete markers.
|
|
778
778
|
"""
|
|
779
779
|
return pulumi.get(self, "status")
|
|
780
780
|
|
|
@@ -4074,13 +4074,19 @@ class BucketTransition(dict):
|
|
|
4074
4074
|
class BucketVersioningConfiguration(dict):
|
|
4075
4075
|
"""
|
|
4076
4076
|
Describes the versioning state of an Amazon S3 bucket. For more information, see [PUT Bucket versioning](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html) in the *Amazon S3 API Reference*.
|
|
4077
|
-
|
|
4077
|
+
Keep the following timing in mind when enabling, suspending, or transitioning between versioning states:
|
|
4078
|
+
+ *Enabling versioning* - Changes may take up to 15 minutes to propagate across all AWS regions for full consistency.
|
|
4079
|
+
+ *Suspending versioning* - Takes effect immediately with no propagation delay.
|
|
4080
|
+
+ *Transitioning between states* - Any change from Suspended to Enabled has a 15-minute delay.
|
|
4078
4081
|
"""
|
|
4079
4082
|
def __init__(__self__, *,
|
|
4080
4083
|
status: 'BucketVersioningConfigurationStatus'):
|
|
4081
4084
|
"""
|
|
4082
4085
|
Describes the versioning state of an Amazon S3 bucket. For more information, see [PUT Bucket versioning](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html) in the *Amazon S3 API Reference*.
|
|
4083
|
-
|
|
4086
|
+
Keep the following timing in mind when enabling, suspending, or transitioning between versioning states:
|
|
4087
|
+
+ *Enabling versioning* - Changes may take up to 15 minutes to propagate across all AWS regions for full consistency.
|
|
4088
|
+
+ *Suspending versioning* - Takes effect immediately with no propagation delay.
|
|
4089
|
+
+ *Transitioning between states* - Any change from Suspended to Enabled has a 15-minute delay.
|
|
4084
4090
|
:param 'BucketVersioningConfigurationStatus' status: The versioning state of the bucket.
|
|
4085
4091
|
"""
|
|
4086
4092
|
pulumi.set(__self__, "status", status)
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
from .. import _utilities
|
|
7
|
+
import typing
|
|
8
|
+
# Export this package's modules as members:
|
|
9
|
+
from ._enums import *
|
|
10
|
+
from .get_index import *
|
|
11
|
+
from .get_vector_bucket import *
|
|
12
|
+
from .get_vector_bucket_policy import *
|
|
13
|
+
from .index import *
|
|
14
|
+
from .vector_bucket import *
|
|
15
|
+
from .vector_bucket_policy import *
|
|
16
|
+
from ._inputs import *
|
|
17
|
+
from . import outputs
|