pulumi-aws-native 1.39.0a1762385303__py3-none-any.whl → 1.39.0a1762580459__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.
Files changed (65) hide show
  1. pulumi_aws_native/__init__.py +2 -0
  2. pulumi_aws_native/backup/get_logically_air_gapped_backup_vault.py +12 -1
  3. pulumi_aws_native/backup/logically_air_gapped_backup_vault.py +21 -0
  4. pulumi_aws_native/cassandra/_enums.py +3 -0
  5. pulumi_aws_native/cleanrooms/_enums.py +98 -0
  6. pulumi_aws_native/cleanrooms/_inputs.py +138 -12
  7. pulumi_aws_native/cleanrooms/collaboration.py +30 -1
  8. pulumi_aws_native/cleanrooms/get_privacy_budget_template.py +1 -0
  9. pulumi_aws_native/cleanrooms/outputs.py +106 -9
  10. pulumi_aws_native/cloudfront/_inputs.py +7 -0
  11. pulumi_aws_native/cloudfront/get_vpc_origin.py +3 -0
  12. pulumi_aws_native/cloudfront/outputs.py +4 -0
  13. pulumi_aws_native/cloudfront/vpc_origin.py +3 -0
  14. pulumi_aws_native/connect/_enums.py +9 -0
  15. pulumi_aws_native/connect/_inputs.py +168 -0
  16. pulumi_aws_native/connect/get_security_profile.py +13 -1
  17. pulumi_aws_native/connect/outputs.py +172 -0
  18. pulumi_aws_native/connect/security_profile.py +22 -0
  19. pulumi_aws_native/datazone/_enums.py +10 -0
  20. pulumi_aws_native/datazone/_inputs.py +99 -4
  21. pulumi_aws_native/datazone/connection.py +37 -8
  22. pulumi_aws_native/datazone/outputs.py +101 -6
  23. pulumi_aws_native/dynamodb/_inputs.py +6 -5
  24. pulumi_aws_native/dynamodb/outputs.py +4 -3
  25. pulumi_aws_native/ecr/_inputs.py +2 -2
  26. pulumi_aws_native/ecr/get_repository_creation_template.py +1 -1
  27. pulumi_aws_native/ecr/outputs.py +2 -2
  28. pulumi_aws_native/ecr/repository_creation_template.py +4 -4
  29. pulumi_aws_native/ecs/_inputs.py +6 -6
  30. pulumi_aws_native/ecs/outputs.py +4 -4
  31. pulumi_aws_native/ecs/task_definition.py +8 -8
  32. pulumi_aws_native/elasticloadbalancingv2/_inputs.py +23 -3
  33. pulumi_aws_native/elasticloadbalancingv2/outputs.py +16 -2
  34. pulumi_aws_native/gamelift/_enums.py +1 -0
  35. pulumi_aws_native/kinesis/get_stream.py +15 -1
  36. pulumi_aws_native/kinesis/stream.py +29 -0
  37. pulumi_aws_native/kms/_enums.py +1 -0
  38. pulumi_aws_native/lambda_/permission.py +4 -4
  39. pulumi_aws_native/location/_inputs.py +86 -0
  40. pulumi_aws_native/location/outputs.py +88 -0
  41. pulumi_aws_native/opensearchserverless/collection.py +11 -1
  42. pulumi_aws_native/opensearchserverless/get_collection.py +11 -12
  43. pulumi_aws_native/pulumi-plugin.json +1 -1
  44. pulumi_aws_native/quicksight/_enums.py +62 -0
  45. pulumi_aws_native/quicksight/_inputs.py +2571 -260
  46. pulumi_aws_native/quicksight/data_set.py +42 -24
  47. pulumi_aws_native/quicksight/get_data_set.py +23 -10
  48. pulumi_aws_native/quicksight/outputs.py +2247 -94
  49. pulumi_aws_native/servicecatalog/__init__.py +2 -0
  50. pulumi_aws_native/servicecatalog/_enums.py +28 -0
  51. pulumi_aws_native/servicecatalog/_inputs.py +364 -0
  52. pulumi_aws_native/servicecatalog/cloud_formation_product.py +519 -0
  53. pulumi_aws_native/servicecatalog/get_cloud_formation_product.py +276 -0
  54. pulumi_aws_native/servicecatalog/outputs.py +311 -0
  55. pulumi_aws_native/ses/__init__.py +2 -0
  56. pulumi_aws_native/ses/_inputs.py +54 -0
  57. pulumi_aws_native/ses/get_multi_region_endpoint.py +78 -0
  58. pulumi_aws_native/ses/multi_region_endpoint.py +190 -0
  59. pulumi_aws_native/ses/outputs.py +49 -0
  60. pulumi_aws_native/wafv2/_inputs.py +7 -0
  61. pulumi_aws_native/wafv2/outputs.py +4 -0
  62. {pulumi_aws_native-1.39.0a1762385303.dist-info → pulumi_aws_native-1.39.0a1762580459.dist-info}/METADATA +1 -1
  63. {pulumi_aws_native-1.39.0a1762385303.dist-info → pulumi_aws_native-1.39.0a1762580459.dist-info}/RECORD +65 -61
  64. {pulumi_aws_native-1.39.0a1762385303.dist-info → pulumi_aws_native-1.39.0a1762580459.dist-info}/WHEEL +0 -0
  65. {pulumi_aws_native-1.39.0a1762385303.dist-info → pulumi_aws_native-1.39.0a1762580459.dist-info}/top_level.txt +0 -0
@@ -206,6 +206,10 @@ __all__ = [
206
206
  'MailManagerTrafficPolicyPolicyCondition4PropertiesArgsDict',
207
207
  'MailManagerTrafficPolicyPolicyStatementArgs',
208
208
  'MailManagerTrafficPolicyPolicyStatementArgsDict',
209
+ 'MultiRegionEndpointDetailsArgs',
210
+ 'MultiRegionEndpointDetailsArgsDict',
211
+ 'MultiRegionEndpointRouteDetailsItemPropertiesArgs',
212
+ 'MultiRegionEndpointRouteDetailsItemPropertiesArgsDict',
209
213
  'TemplateArgs',
210
214
  'TemplateArgsDict',
211
215
  'VdmAttributesDashboardAttributesArgs',
@@ -3533,6 +3537,56 @@ class MailManagerTrafficPolicyPolicyStatementArgs:
3533
3537
  pulumi.set(self, "conditions", value)
3534
3538
 
3535
3539
 
3540
+ if not MYPY:
3541
+ class MultiRegionEndpointDetailsArgsDict(TypedDict):
3542
+ """
3543
+ Contains details of a multi-region endpoint (global-endpoint) being created.
3544
+ """
3545
+ route_details: pulumi.Input[Sequence[pulumi.Input['MultiRegionEndpointRouteDetailsItemPropertiesArgsDict']]]
3546
+ elif False:
3547
+ MultiRegionEndpointDetailsArgsDict: TypeAlias = Mapping[str, Any]
3548
+
3549
+ @pulumi.input_type
3550
+ class MultiRegionEndpointDetailsArgs:
3551
+ def __init__(__self__, *,
3552
+ route_details: pulumi.Input[Sequence[pulumi.Input['MultiRegionEndpointRouteDetailsItemPropertiesArgs']]]):
3553
+ """
3554
+ Contains details of a multi-region endpoint (global-endpoint) being created.
3555
+ """
3556
+ pulumi.set(__self__, "route_details", route_details)
3557
+
3558
+ @_builtins.property
3559
+ @pulumi.getter(name="routeDetails")
3560
+ def route_details(self) -> pulumi.Input[Sequence[pulumi.Input['MultiRegionEndpointRouteDetailsItemPropertiesArgs']]]:
3561
+ return pulumi.get(self, "route_details")
3562
+
3563
+ @route_details.setter
3564
+ def route_details(self, value: pulumi.Input[Sequence[pulumi.Input['MultiRegionEndpointRouteDetailsItemPropertiesArgs']]]):
3565
+ pulumi.set(self, "route_details", value)
3566
+
3567
+
3568
+ if not MYPY:
3569
+ class MultiRegionEndpointRouteDetailsItemPropertiesArgsDict(TypedDict):
3570
+ region: pulumi.Input[_builtins.str]
3571
+ elif False:
3572
+ MultiRegionEndpointRouteDetailsItemPropertiesArgsDict: TypeAlias = Mapping[str, Any]
3573
+
3574
+ @pulumi.input_type
3575
+ class MultiRegionEndpointRouteDetailsItemPropertiesArgs:
3576
+ def __init__(__self__, *,
3577
+ region: pulumi.Input[_builtins.str]):
3578
+ pulumi.set(__self__, "region", region)
3579
+
3580
+ @_builtins.property
3581
+ @pulumi.getter
3582
+ def region(self) -> pulumi.Input[_builtins.str]:
3583
+ return pulumi.get(self, "region")
3584
+
3585
+ @region.setter
3586
+ def region(self, value: pulumi.Input[_builtins.str]):
3587
+ pulumi.set(self, "region", value)
3588
+
3589
+
3536
3590
  if not MYPY:
3537
3591
  class TemplateArgsDict(TypedDict):
3538
3592
  """
@@ -0,0 +1,78 @@
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
+
18
+ __all__ = [
19
+ 'GetMultiRegionEndpointResult',
20
+ 'AwaitableGetMultiRegionEndpointResult',
21
+ 'get_multi_region_endpoint',
22
+ 'get_multi_region_endpoint_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetMultiRegionEndpointResult:
27
+ def __init__(__self__, tags=None):
28
+ if tags and not isinstance(tags, list):
29
+ raise TypeError("Expected argument 'tags' to be a list")
30
+ pulumi.set(__self__, "tags", tags)
31
+
32
+ @_builtins.property
33
+ @pulumi.getter
34
+ def tags(self) -> Optional[Sequence['_root_outputs.Tag']]:
35
+ """
36
+ An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
37
+ """
38
+ return pulumi.get(self, "tags")
39
+
40
+
41
+ class AwaitableGetMultiRegionEndpointResult(GetMultiRegionEndpointResult):
42
+ # pylint: disable=using-constant-test
43
+ def __await__(self):
44
+ if False:
45
+ yield self
46
+ return GetMultiRegionEndpointResult(
47
+ tags=self.tags)
48
+
49
+
50
+ def get_multi_region_endpoint(endpoint_name: Optional[_builtins.str] = None,
51
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMultiRegionEndpointResult:
52
+ """
53
+ Resource Type definition for AWS::SES::MultiRegionEndpoint
54
+
55
+
56
+ :param _builtins.str endpoint_name: The name of the multi-region endpoint (global-endpoint).
57
+ """
58
+ __args__ = dict()
59
+ __args__['endpointName'] = endpoint_name
60
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
61
+ __ret__ = pulumi.runtime.invoke('aws-native:ses:getMultiRegionEndpoint', __args__, opts=opts, typ=GetMultiRegionEndpointResult).value
62
+
63
+ return AwaitableGetMultiRegionEndpointResult(
64
+ tags=pulumi.get(__ret__, 'tags'))
65
+ def get_multi_region_endpoint_output(endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
66
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMultiRegionEndpointResult]:
67
+ """
68
+ Resource Type definition for AWS::SES::MultiRegionEndpoint
69
+
70
+
71
+ :param _builtins.str endpoint_name: The name of the multi-region endpoint (global-endpoint).
72
+ """
73
+ __args__ = dict()
74
+ __args__['endpointName'] = endpoint_name
75
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
76
+ __ret__ = pulumi.runtime.invoke_output('aws-native:ses:getMultiRegionEndpoint', __args__, opts=opts, typ=GetMultiRegionEndpointResult)
77
+ return __ret__.apply(lambda __response__: GetMultiRegionEndpointResult(
78
+ tags=pulumi.get(__response__, 'tags')))
@@ -0,0 +1,190 @@
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 ._inputs import *
20
+
21
+ __all__ = ['MultiRegionEndpointArgs', 'MultiRegionEndpoint']
22
+
23
+ @pulumi.input_type
24
+ class MultiRegionEndpointArgs:
25
+ def __init__(__self__, *,
26
+ details: pulumi.Input['MultiRegionEndpointDetailsArgs'],
27
+ endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
28
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]] = None):
29
+ """
30
+ The set of arguments for constructing a MultiRegionEndpoint resource.
31
+ :param pulumi.Input['MultiRegionEndpointDetailsArgs'] details: Contains details of a multi-region endpoint (global-endpoint) being created.
32
+ :param pulumi.Input[_builtins.str] endpoint_name: The name of the multi-region endpoint (global-endpoint).
33
+ :param pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]] tags: An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
34
+ """
35
+ pulumi.set(__self__, "details", details)
36
+ if endpoint_name is not None:
37
+ pulumi.set(__self__, "endpoint_name", endpoint_name)
38
+ if tags is not None:
39
+ pulumi.set(__self__, "tags", tags)
40
+
41
+ @_builtins.property
42
+ @pulumi.getter
43
+ def details(self) -> pulumi.Input['MultiRegionEndpointDetailsArgs']:
44
+ """
45
+ Contains details of a multi-region endpoint (global-endpoint) being created.
46
+ """
47
+ return pulumi.get(self, "details")
48
+
49
+ @details.setter
50
+ def details(self, value: pulumi.Input['MultiRegionEndpointDetailsArgs']):
51
+ pulumi.set(self, "details", value)
52
+
53
+ @_builtins.property
54
+ @pulumi.getter(name="endpointName")
55
+ def endpoint_name(self) -> Optional[pulumi.Input[_builtins.str]]:
56
+ """
57
+ The name of the multi-region endpoint (global-endpoint).
58
+ """
59
+ return pulumi.get(self, "endpoint_name")
60
+
61
+ @endpoint_name.setter
62
+ def endpoint_name(self, value: Optional[pulumi.Input[_builtins.str]]):
63
+ pulumi.set(self, "endpoint_name", value)
64
+
65
+ @_builtins.property
66
+ @pulumi.getter
67
+ def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]]:
68
+ """
69
+ An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
70
+ """
71
+ return pulumi.get(self, "tags")
72
+
73
+ @tags.setter
74
+ def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]]):
75
+ pulumi.set(self, "tags", value)
76
+
77
+
78
+ @pulumi.type_token("aws-native:ses:MultiRegionEndpoint")
79
+ class MultiRegionEndpoint(pulumi.CustomResource):
80
+ @overload
81
+ def __init__(__self__,
82
+ resource_name: str,
83
+ opts: Optional[pulumi.ResourceOptions] = None,
84
+ details: Optional[pulumi.Input[Union['MultiRegionEndpointDetailsArgs', 'MultiRegionEndpointDetailsArgsDict']]] = None,
85
+ endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
86
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]]] = None,
87
+ __props__=None):
88
+ """
89
+ Resource Type definition for AWS::SES::MultiRegionEndpoint
90
+
91
+ :param str resource_name: The name of the resource.
92
+ :param pulumi.ResourceOptions opts: Options for the resource.
93
+ :param pulumi.Input[Union['MultiRegionEndpointDetailsArgs', 'MultiRegionEndpointDetailsArgsDict']] details: Contains details of a multi-region endpoint (global-endpoint) being created.
94
+ :param pulumi.Input[_builtins.str] endpoint_name: The name of the multi-region endpoint (global-endpoint).
95
+ :param pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]] tags: An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
96
+ """
97
+ ...
98
+ @overload
99
+ def __init__(__self__,
100
+ resource_name: str,
101
+ args: MultiRegionEndpointArgs,
102
+ opts: Optional[pulumi.ResourceOptions] = None):
103
+ """
104
+ Resource Type definition for AWS::SES::MultiRegionEndpoint
105
+
106
+ :param str resource_name: The name of the resource.
107
+ :param MultiRegionEndpointArgs args: The arguments to use to populate this resource's properties.
108
+ :param pulumi.ResourceOptions opts: Options for the resource.
109
+ """
110
+ ...
111
+ def __init__(__self__, resource_name: str, *args, **kwargs):
112
+ resource_args, opts = _utilities.get_resource_args_opts(MultiRegionEndpointArgs, pulumi.ResourceOptions, *args, **kwargs)
113
+ if resource_args is not None:
114
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
115
+ else:
116
+ __self__._internal_init(resource_name, *args, **kwargs)
117
+
118
+ def _internal_init(__self__,
119
+ resource_name: str,
120
+ opts: Optional[pulumi.ResourceOptions] = None,
121
+ details: Optional[pulumi.Input[Union['MultiRegionEndpointDetailsArgs', 'MultiRegionEndpointDetailsArgsDict']]] = None,
122
+ endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
123
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]]] = None,
124
+ __props__=None):
125
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
126
+ if not isinstance(opts, pulumi.ResourceOptions):
127
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
128
+ if opts.id is None:
129
+ if __props__ is not None:
130
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
131
+ __props__ = MultiRegionEndpointArgs.__new__(MultiRegionEndpointArgs)
132
+
133
+ if details is None and not opts.urn:
134
+ raise TypeError("Missing required property 'details'")
135
+ __props__.__dict__["details"] = details
136
+ __props__.__dict__["endpoint_name"] = endpoint_name
137
+ __props__.__dict__["tags"] = tags
138
+ replace_on_changes = pulumi.ResourceOptions(replace_on_changes=["details", "endpointName"])
139
+ opts = pulumi.ResourceOptions.merge(opts, replace_on_changes)
140
+ super(MultiRegionEndpoint, __self__).__init__(
141
+ 'aws-native:ses:MultiRegionEndpoint',
142
+ resource_name,
143
+ __props__,
144
+ opts)
145
+
146
+ @staticmethod
147
+ def get(resource_name: str,
148
+ id: pulumi.Input[str],
149
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'MultiRegionEndpoint':
150
+ """
151
+ Get an existing MultiRegionEndpoint resource's state with the given name, id, and optional extra
152
+ properties used to qualify the lookup.
153
+
154
+ :param str resource_name: The unique name of the resulting resource.
155
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
156
+ :param pulumi.ResourceOptions opts: Options for the resource.
157
+ """
158
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
159
+
160
+ __props__ = MultiRegionEndpointArgs.__new__(MultiRegionEndpointArgs)
161
+
162
+ __props__.__dict__["details"] = None
163
+ __props__.__dict__["endpoint_name"] = None
164
+ __props__.__dict__["tags"] = None
165
+ return MultiRegionEndpoint(resource_name, opts=opts, __props__=__props__)
166
+
167
+ @_builtins.property
168
+ @pulumi.getter
169
+ def details(self) -> pulumi.Output['outputs.MultiRegionEndpointDetails']:
170
+ """
171
+ Contains details of a multi-region endpoint (global-endpoint) being created.
172
+ """
173
+ return pulumi.get(self, "details")
174
+
175
+ @_builtins.property
176
+ @pulumi.getter(name="endpointName")
177
+ def endpoint_name(self) -> pulumi.Output[_builtins.str]:
178
+ """
179
+ The name of the multi-region endpoint (global-endpoint).
180
+ """
181
+ return pulumi.get(self, "endpoint_name")
182
+
183
+ @_builtins.property
184
+ @pulumi.getter
185
+ def tags(self) -> pulumi.Output[Optional[Sequence['_root_outputs.Tag']]]:
186
+ """
187
+ An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
188
+ """
189
+ return pulumi.get(self, "tags")
190
+
@@ -112,6 +112,8 @@ __all__ = [
112
112
  'MailManagerTrafficPolicyPolicyCondition3Properties',
113
113
  'MailManagerTrafficPolicyPolicyCondition4Properties',
114
114
  'MailManagerTrafficPolicyPolicyStatement',
115
+ 'MultiRegionEndpointDetails',
116
+ 'MultiRegionEndpointRouteDetailsItemProperties',
115
117
  'Template',
116
118
  'VdmAttributesDashboardAttributes',
117
119
  'VdmAttributesGuardianAttributes',
@@ -3153,6 +3155,53 @@ class MailManagerTrafficPolicyPolicyStatement(dict):
3153
3155
  return pulumi.get(self, "conditions")
3154
3156
 
3155
3157
 
3158
+ @pulumi.output_type
3159
+ class MultiRegionEndpointDetails(dict):
3160
+ """
3161
+ Contains details of a multi-region endpoint (global-endpoint) being created.
3162
+ """
3163
+ @staticmethod
3164
+ def __key_warning(key: str):
3165
+ suggest = None
3166
+ if key == "routeDetails":
3167
+ suggest = "route_details"
3168
+
3169
+ if suggest:
3170
+ pulumi.log.warn(f"Key '{key}' not found in MultiRegionEndpointDetails. Access the value via the '{suggest}' property getter instead.")
3171
+
3172
+ def __getitem__(self, key: str) -> Any:
3173
+ MultiRegionEndpointDetails.__key_warning(key)
3174
+ return super().__getitem__(key)
3175
+
3176
+ def get(self, key: str, default = None) -> Any:
3177
+ MultiRegionEndpointDetails.__key_warning(key)
3178
+ return super().get(key, default)
3179
+
3180
+ def __init__(__self__, *,
3181
+ route_details: Sequence['outputs.MultiRegionEndpointRouteDetailsItemProperties']):
3182
+ """
3183
+ Contains details of a multi-region endpoint (global-endpoint) being created.
3184
+ """
3185
+ pulumi.set(__self__, "route_details", route_details)
3186
+
3187
+ @_builtins.property
3188
+ @pulumi.getter(name="routeDetails")
3189
+ def route_details(self) -> Sequence['outputs.MultiRegionEndpointRouteDetailsItemProperties']:
3190
+ return pulumi.get(self, "route_details")
3191
+
3192
+
3193
+ @pulumi.output_type
3194
+ class MultiRegionEndpointRouteDetailsItemProperties(dict):
3195
+ def __init__(__self__, *,
3196
+ region: _builtins.str):
3197
+ pulumi.set(__self__, "region", region)
3198
+
3199
+ @_builtins.property
3200
+ @pulumi.getter
3201
+ def region(self) -> _builtins.str:
3202
+ return pulumi.get(self, "region")
3203
+
3204
+
3156
3205
  @pulumi.output_type
3157
3206
  class Template(dict):
3158
3207
  """
@@ -5797,6 +5797,9 @@ if not MYPY:
5797
5797
  Configures the ability for the WAF; console to store and retrieve application attributes during the webacl; creation process. Application attributes help WAF; give recommendations for protection packs.
5798
5798
  """
5799
5799
  attributes: pulumi.Input[Sequence[pulumi.Input['WebAclApplicationAttributeArgsDict']]]
5800
+ """
5801
+ Contains the attribute name and a list of values for that attribute.
5802
+ """
5800
5803
  elif False:
5801
5804
  WebAclApplicationConfigArgsDict: TypeAlias = Mapping[str, Any]
5802
5805
 
@@ -5806,12 +5809,16 @@ class WebAclApplicationConfigArgs:
5806
5809
  attributes: pulumi.Input[Sequence[pulumi.Input['WebAclApplicationAttributeArgs']]]):
5807
5810
  """
5808
5811
  Configures the ability for the WAF; console to store and retrieve application attributes during the webacl; creation process. Application attributes help WAF; give recommendations for protection packs.
5812
+ :param pulumi.Input[Sequence[pulumi.Input['WebAclApplicationAttributeArgs']]] attributes: Contains the attribute name and a list of values for that attribute.
5809
5813
  """
5810
5814
  pulumi.set(__self__, "attributes", attributes)
5811
5815
 
5812
5816
  @_builtins.property
5813
5817
  @pulumi.getter
5814
5818
  def attributes(self) -> pulumi.Input[Sequence[pulumi.Input['WebAclApplicationAttributeArgs']]]:
5819
+ """
5820
+ Contains the attribute name and a list of values for that attribute.
5821
+ """
5815
5822
  return pulumi.get(self, "attributes")
5816
5823
 
5817
5824
  @attributes.setter
@@ -4554,12 +4554,16 @@ class WebAclApplicationConfig(dict):
4554
4554
  attributes: Sequence['outputs.WebAclApplicationAttribute']):
4555
4555
  """
4556
4556
  Configures the ability for the WAF; console to store and retrieve application attributes during the webacl; creation process. Application attributes help WAF; give recommendations for protection packs.
4557
+ :param Sequence['WebAclApplicationAttribute'] attributes: Contains the attribute name and a list of values for that attribute.
4557
4558
  """
4558
4559
  pulumi.set(__self__, "attributes", attributes)
4559
4560
 
4560
4561
  @_builtins.property
4561
4562
  @pulumi.getter
4562
4563
  def attributes(self) -> Sequence['outputs.WebAclApplicationAttribute']:
4564
+ """
4565
+ Contains the attribute name and a list of values for that attribute.
4566
+ """
4563
4567
  return pulumi.get(self, "attributes")
4564
4568
 
4565
4569
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_aws_native
3
- Version: 1.39.0a1762385303
3
+ Version: 1.39.0a1762580459
4
4
  Summary: A native Pulumi package for creating and managing Amazon Web Services (AWS) resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.com