aws-cdk-lib 2.139.1__py3-none-any.whl → 2.141.0__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 aws-cdk-lib might be problematic. Click here for more details.

Files changed (60) hide show
  1. aws_cdk/__init__.py +8 -0
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.139.1.jsii.tgz → aws-cdk-lib@2.141.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_acmpca/__init__.py +70 -56
  5. aws_cdk/aws_apigateway/__init__.py +126 -53
  6. aws_cdk/aws_applicationautoscaling/__init__.py +1 -4
  7. aws_cdk/aws_arczonalshift/__init__.py +49 -44
  8. aws_cdk/aws_bedrock/__init__.py +2829 -147
  9. aws_cdk/aws_cloudfront/__init__.py +51 -9
  10. aws_cdk/aws_cloudtrail/__init__.py +13 -4
  11. aws_cdk/aws_codecommit/__init__.py +72 -46
  12. aws_cdk/aws_connectcampaigns/__init__.py +34 -4
  13. aws_cdk/aws_datasync/__init__.py +96 -75
  14. aws_cdk/aws_dms/__init__.py +0 -269
  15. aws_cdk/aws_dynamodb/__init__.py +410 -0
  16. aws_cdk/aws_ec2/__init__.py +239 -84
  17. aws_cdk/aws_ecr/__init__.py +32 -7
  18. aws_cdk/aws_ecs/__init__.py +2 -4
  19. aws_cdk/aws_efs/__init__.py +16 -2
  20. aws_cdk/aws_eks/__init__.py +57 -0
  21. aws_cdk/aws_entityresolution/__init__.py +6 -2
  22. aws_cdk/aws_events/__init__.py +115 -0
  23. aws_cdk/aws_events_targets/__init__.py +15 -0
  24. aws_cdk/aws_fis/__init__.py +2 -1
  25. aws_cdk/aws_fms/__init__.py +7 -7
  26. aws_cdk/aws_gamelift/__init__.py +1984 -107
  27. aws_cdk/aws_globalaccelerator/__init__.py +20 -16
  28. aws_cdk/aws_iam/__init__.py +2 -2
  29. aws_cdk/aws_ivs/__init__.py +1 -3
  30. aws_cdk/aws_kinesis/__init__.py +21 -0
  31. aws_cdk/aws_kinesisvideo/__init__.py +6 -4
  32. aws_cdk/aws_kms/__init__.py +33 -6
  33. aws_cdk/aws_lambda/__init__.py +0 -9
  34. aws_cdk/aws_location/__init__.py +8 -4
  35. aws_cdk/aws_medialive/__init__.py +444 -3
  36. aws_cdk/aws_oam/__init__.py +45 -11
  37. aws_cdk/aws_omics/__init__.py +4 -4
  38. aws_cdk/aws_paymentcryptography/__init__.py +1155 -0
  39. aws_cdk/aws_personalize/__init__.py +8 -2
  40. aws_cdk/aws_pinpoint/__init__.py +7 -5
  41. aws_cdk/aws_qbusiness/__init__.py +5583 -0
  42. aws_cdk/aws_quicksight/__init__.py +10063 -1450
  43. aws_cdk/aws_rds/__init__.py +77 -5
  44. aws_cdk/aws_redshiftserverless/__init__.py +13 -9
  45. aws_cdk/aws_route53/__init__.py +350 -0
  46. aws_cdk/aws_route53profiles/__init__.py +1048 -0
  47. aws_cdk/aws_s3/__init__.py +1 -1
  48. aws_cdk/aws_sagemaker/__init__.py +30 -30
  49. aws_cdk/aws_ses/__init__.py +9 -9
  50. aws_cdk/aws_transfer/__init__.py +102 -37
  51. aws_cdk/aws_voiceid/__init__.py +2 -2
  52. aws_cdk/aws_workspacesweb/__init__.py +92 -6
  53. aws_cdk/custom_resources/__init__.py +23 -2
  54. aws_cdk/cx_api/__init__.py +16 -0
  55. {aws_cdk_lib-2.139.1.dist-info → aws_cdk_lib-2.141.0.dist-info}/METADATA +2 -2
  56. {aws_cdk_lib-2.139.1.dist-info → aws_cdk_lib-2.141.0.dist-info}/RECORD +60 -57
  57. {aws_cdk_lib-2.139.1.dist-info → aws_cdk_lib-2.141.0.dist-info}/LICENSE +0 -0
  58. {aws_cdk_lib-2.139.1.dist-info → aws_cdk_lib-2.141.0.dist-info}/NOTICE +0 -0
  59. {aws_cdk_lib-2.139.1.dist-info → aws_cdk_lib-2.141.0.dist-info}/WHEEL +0 -0
  60. {aws_cdk_lib-2.139.1.dist-info → aws_cdk_lib-2.141.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1048 @@
1
+ '''
2
+ # AWS::Route53Profiles Construct Library
3
+
4
+ <!--BEGIN STABILITY BANNER-->---
5
+
6
+
7
+ ![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)
8
+
9
+ > All classes with the `Cfn` prefix in this module ([CFN Resources](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) are always stable and safe to use.
10
+
11
+ ---
12
+ <!--END STABILITY BANNER-->
13
+
14
+ This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
15
+
16
+ ```python
17
+ import aws_cdk.aws_route53profiles as route53profiles
18
+ ```
19
+
20
+ <!--BEGIN CFNONLY DISCLAIMER-->
21
+
22
+ There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
23
+
24
+ * Search [Construct Hub for Route53Profiles construct libraries](https://constructs.dev/search?q=route53profiles)
25
+ * Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::Route53Profiles resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Route53Profiles.html) directly.
26
+
27
+ <!--BEGIN CFNONLY DISCLAIMER-->
28
+
29
+ There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
30
+ However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
31
+
32
+ For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::Route53Profiles](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Route53Profiles.html).
33
+
34
+ (Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
35
+
36
+ <!--END CFNONLY DISCLAIMER-->
37
+ '''
38
+ from pkgutil import extend_path
39
+ __path__ = extend_path(__path__, __name__)
40
+
41
+ import abc
42
+ import builtins
43
+ import datetime
44
+ import enum
45
+ import typing
46
+
47
+ import jsii
48
+ import publication
49
+ import typing_extensions
50
+
51
+ from typeguard import check_type
52
+
53
+ from .._jsii import *
54
+
55
+ import constructs as _constructs_77d1e7e8
56
+ from .. import (
57
+ CfnResource as _CfnResource_9df397a6,
58
+ CfnTag as _CfnTag_f6864754,
59
+ IInspectable as _IInspectable_c2943556,
60
+ ITaggableV2 as _ITaggableV2_4e6798f8,
61
+ TagManager as _TagManager_0a598cb3,
62
+ TreeInspector as _TreeInspector_488e0dd5,
63
+ )
64
+
65
+
66
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
67
+ class CfnProfile(
68
+ _CfnResource_9df397a6,
69
+ metaclass=jsii.JSIIMeta,
70
+ jsii_type="aws-cdk-lib.aws_route53profiles.CfnProfile",
71
+ ):
72
+ '''A complex type that includes settings for a Route 53 Profile.
73
+
74
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profile.html
75
+ :cloudformationResource: AWS::Route53Profiles::Profile
76
+ :exampleMetadata: fixture=_generated
77
+
78
+ Example::
79
+
80
+ # The code below shows an example of how to instantiate this type.
81
+ # The values are placeholders you should change.
82
+ from aws_cdk import aws_route53profiles as route53profiles
83
+
84
+ cfn_profile = route53profiles.CfnProfile(self, "MyCfnProfile",
85
+ name="name",
86
+
87
+ # the properties below are optional
88
+ tags=[CfnTag(
89
+ key="key",
90
+ value="value"
91
+ )]
92
+ )
93
+ '''
94
+
95
+ def __init__(
96
+ self,
97
+ scope: _constructs_77d1e7e8.Construct,
98
+ id: builtins.str,
99
+ *,
100
+ name: builtins.str,
101
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
102
+ ) -> None:
103
+ '''
104
+ :param scope: Scope in which this resource is defined.
105
+ :param id: Construct identifier for this resource (unique in its scope).
106
+ :param name: Name of the Profile.
107
+ :param tags: A list of the tag keys and values that you want to associate with the profile.
108
+ '''
109
+ if __debug__:
110
+ type_hints = typing.get_type_hints(_typecheckingstub__a4c1f071f0e4e35c37cfd1564e9529ed7a07645071498a571c8b23339ff2d0f7)
111
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
112
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
113
+ props = CfnProfileProps(name=name, tags=tags)
114
+
115
+ jsii.create(self.__class__, self, [scope, id, props])
116
+
117
+ @jsii.member(jsii_name="inspect")
118
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
119
+ '''Examines the CloudFormation resource and discloses attributes.
120
+
121
+ :param inspector: tree inspector to collect and process attributes.
122
+ '''
123
+ if __debug__:
124
+ type_hints = typing.get_type_hints(_typecheckingstub__d5dcbb042b2caccabe90d7a337f5dc8312ca20d29d0852b9ab08eb0a6f17ff01)
125
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
126
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
127
+
128
+ @jsii.member(jsii_name="renderProperties")
129
+ def _render_properties(
130
+ self,
131
+ props: typing.Mapping[builtins.str, typing.Any],
132
+ ) -> typing.Mapping[builtins.str, typing.Any]:
133
+ '''
134
+ :param props: -
135
+ '''
136
+ if __debug__:
137
+ type_hints = typing.get_type_hints(_typecheckingstub__bb8df6de20d928e5402eda0ff608d08e265257e361ef9679c54c70c7280b0fbd)
138
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
139
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
140
+
141
+ @jsii.python.classproperty
142
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
143
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
144
+ '''The CloudFormation resource type name for this resource class.'''
145
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
146
+
147
+ @builtins.property
148
+ @jsii.member(jsii_name="attrArn")
149
+ def attr_arn(self) -> builtins.str:
150
+ '''The Amazon Resource Name (ARN) of the Profile.
151
+
152
+ :cloudformationAttribute: Arn
153
+ '''
154
+ return typing.cast(builtins.str, jsii.get(self, "attrArn"))
155
+
156
+ @builtins.property
157
+ @jsii.member(jsii_name="attrClientToken")
158
+ def attr_client_token(self) -> builtins.str:
159
+ '''The ``ClientToken`` value that was assigned when the Profile was created.
160
+
161
+ :cloudformationAttribute: ClientToken
162
+ '''
163
+ return typing.cast(builtins.str, jsii.get(self, "attrClientToken"))
164
+
165
+ @builtins.property
166
+ @jsii.member(jsii_name="attrId")
167
+ def attr_id(self) -> builtins.str:
168
+ '''ID of the Profile.
169
+
170
+ :cloudformationAttribute: Id
171
+ '''
172
+ return typing.cast(builtins.str, jsii.get(self, "attrId"))
173
+
174
+ @builtins.property
175
+ @jsii.member(jsii_name="cdkTagManager")
176
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
177
+ '''Tag Manager which manages the tags for this resource.'''
178
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
179
+
180
+ @builtins.property
181
+ @jsii.member(jsii_name="cfnProperties")
182
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
183
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
184
+
185
+ @builtins.property
186
+ @jsii.member(jsii_name="name")
187
+ def name(self) -> builtins.str:
188
+ '''Name of the Profile.'''
189
+ return typing.cast(builtins.str, jsii.get(self, "name"))
190
+
191
+ @name.setter
192
+ def name(self, value: builtins.str) -> None:
193
+ if __debug__:
194
+ type_hints = typing.get_type_hints(_typecheckingstub__60c46cc6c474c2912204fbc2c30bcdffdbbdb2e3c9dff0f7fa71ef743ec74297)
195
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
196
+ jsii.set(self, "name", value)
197
+
198
+ @builtins.property
199
+ @jsii.member(jsii_name="tags")
200
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
201
+ '''A list of the tag keys and values that you want to associate with the profile.'''
202
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
203
+
204
+ @tags.setter
205
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
206
+ if __debug__:
207
+ type_hints = typing.get_type_hints(_typecheckingstub__1c969507a00c93e8a8b7637d952f3cf0cff3a4955296198e407c611f9eebfc0c)
208
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
209
+ jsii.set(self, "tags", value)
210
+
211
+
212
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
213
+ class CfnProfileAssociation(
214
+ _CfnResource_9df397a6,
215
+ metaclass=jsii.JSIIMeta,
216
+ jsii_type="aws-cdk-lib.aws_route53profiles.CfnProfileAssociation",
217
+ ):
218
+ '''An association between a Route 53 Profile and a VPC.
219
+
220
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileassociation.html
221
+ :cloudformationResource: AWS::Route53Profiles::ProfileAssociation
222
+ :exampleMetadata: fixture=_generated
223
+
224
+ Example::
225
+
226
+ # The code below shows an example of how to instantiate this type.
227
+ # The values are placeholders you should change.
228
+ from aws_cdk import aws_route53profiles as route53profiles
229
+
230
+ cfn_profile_association = route53profiles.CfnProfileAssociation(self, "MyCfnProfileAssociation",
231
+ name="name",
232
+ profile_id="profileId",
233
+ resource_id="resourceId",
234
+
235
+ # the properties below are optional
236
+ arn="arn",
237
+ tags=[CfnTag(
238
+ key="key",
239
+ value="value"
240
+ )]
241
+ )
242
+ '''
243
+
244
+ def __init__(
245
+ self,
246
+ scope: _constructs_77d1e7e8.Construct,
247
+ id: builtins.str,
248
+ *,
249
+ name: builtins.str,
250
+ profile_id: builtins.str,
251
+ resource_id: builtins.str,
252
+ arn: typing.Optional[builtins.str] = None,
253
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
254
+ ) -> None:
255
+ '''
256
+ :param scope: Scope in which this resource is defined.
257
+ :param id: Construct identifier for this resource (unique in its scope).
258
+ :param name: Name of the Profile association.
259
+ :param profile_id: ID of the Profile.
260
+ :param resource_id: The Amazon Resource Name (ARN) of the VPC.
261
+ :param arn: The Amazon Resource Name (ARN) of the profile association to a VPC.
262
+ :param tags: An array of key-value pairs to apply to this resource.
263
+ '''
264
+ if __debug__:
265
+ type_hints = typing.get_type_hints(_typecheckingstub__0f887f11535feca537003f68699ddb6bbfe324f08f570e51e9d9c9660153c8b3)
266
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
267
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
268
+ props = CfnProfileAssociationProps(
269
+ name=name,
270
+ profile_id=profile_id,
271
+ resource_id=resource_id,
272
+ arn=arn,
273
+ tags=tags,
274
+ )
275
+
276
+ jsii.create(self.__class__, self, [scope, id, props])
277
+
278
+ @jsii.member(jsii_name="inspect")
279
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
280
+ '''Examines the CloudFormation resource and discloses attributes.
281
+
282
+ :param inspector: tree inspector to collect and process attributes.
283
+ '''
284
+ if __debug__:
285
+ type_hints = typing.get_type_hints(_typecheckingstub__a944f9ef0cfcf0fedb5df0ffe2f7bae6eec8447235dc0f66f3dfa3b25e60e3b9)
286
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
287
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
288
+
289
+ @jsii.member(jsii_name="renderProperties")
290
+ def _render_properties(
291
+ self,
292
+ props: typing.Mapping[builtins.str, typing.Any],
293
+ ) -> typing.Mapping[builtins.str, typing.Any]:
294
+ '''
295
+ :param props: -
296
+ '''
297
+ if __debug__:
298
+ type_hints = typing.get_type_hints(_typecheckingstub__50ffe6397875ccdece80bc20c899a7fcc00061247e1f0ac593e27500d9567541)
299
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
300
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
301
+
302
+ @jsii.python.classproperty
303
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
304
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
305
+ '''The CloudFormation resource type name for this resource class.'''
306
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
307
+
308
+ @builtins.property
309
+ @jsii.member(jsii_name="attrId")
310
+ def attr_id(self) -> builtins.str:
311
+ '''ID of the Profile association.
312
+
313
+ :cloudformationAttribute: Id
314
+ '''
315
+ return typing.cast(builtins.str, jsii.get(self, "attrId"))
316
+
317
+ @builtins.property
318
+ @jsii.member(jsii_name="cdkTagManager")
319
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
320
+ '''Tag Manager which manages the tags for this resource.'''
321
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
322
+
323
+ @builtins.property
324
+ @jsii.member(jsii_name="cfnProperties")
325
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
326
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
327
+
328
+ @builtins.property
329
+ @jsii.member(jsii_name="name")
330
+ def name(self) -> builtins.str:
331
+ '''Name of the Profile association.'''
332
+ return typing.cast(builtins.str, jsii.get(self, "name"))
333
+
334
+ @name.setter
335
+ def name(self, value: builtins.str) -> None:
336
+ if __debug__:
337
+ type_hints = typing.get_type_hints(_typecheckingstub__a511bbd7a0cc2d9194919b70e7bd0cfbef6d6560cf67f6c9eab367017a85e4e9)
338
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
339
+ jsii.set(self, "name", value)
340
+
341
+ @builtins.property
342
+ @jsii.member(jsii_name="profileId")
343
+ def profile_id(self) -> builtins.str:
344
+ '''ID of the Profile.'''
345
+ return typing.cast(builtins.str, jsii.get(self, "profileId"))
346
+
347
+ @profile_id.setter
348
+ def profile_id(self, value: builtins.str) -> None:
349
+ if __debug__:
350
+ type_hints = typing.get_type_hints(_typecheckingstub__a560cfea07af2b59f29df43a85e3e9e48a2195cff87eec5bf9d7e3269fdc21a5)
351
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
352
+ jsii.set(self, "profileId", value)
353
+
354
+ @builtins.property
355
+ @jsii.member(jsii_name="resourceId")
356
+ def resource_id(self) -> builtins.str:
357
+ '''The Amazon Resource Name (ARN) of the VPC.'''
358
+ return typing.cast(builtins.str, jsii.get(self, "resourceId"))
359
+
360
+ @resource_id.setter
361
+ def resource_id(self, value: builtins.str) -> None:
362
+ if __debug__:
363
+ type_hints = typing.get_type_hints(_typecheckingstub__b16839b4164b84f692a7f82a0354b6f96cfb9c31b01ef9fadf50bb166bc7aff8)
364
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
365
+ jsii.set(self, "resourceId", value)
366
+
367
+ @builtins.property
368
+ @jsii.member(jsii_name="arn")
369
+ def arn(self) -> typing.Optional[builtins.str]:
370
+ '''The Amazon Resource Name (ARN) of the profile association to a VPC.'''
371
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "arn"))
372
+
373
+ @arn.setter
374
+ def arn(self, value: typing.Optional[builtins.str]) -> None:
375
+ if __debug__:
376
+ type_hints = typing.get_type_hints(_typecheckingstub__3529d03e90e5a43e1281f5b497a4dd92b53f8b81d07a3ae7e158075cd7c2cdd6)
377
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
378
+ jsii.set(self, "arn", value)
379
+
380
+ @builtins.property
381
+ @jsii.member(jsii_name="tags")
382
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
383
+ '''An array of key-value pairs to apply to this resource.'''
384
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
385
+
386
+ @tags.setter
387
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
388
+ if __debug__:
389
+ type_hints = typing.get_type_hints(_typecheckingstub__931a5eb93acc9ea331b6c7a804aa50f9c8645e820b985c1e8c3b0338897b0758)
390
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
391
+ jsii.set(self, "tags", value)
392
+
393
+
394
+ @jsii.data_type(
395
+ jsii_type="aws-cdk-lib.aws_route53profiles.CfnProfileAssociationProps",
396
+ jsii_struct_bases=[],
397
+ name_mapping={
398
+ "name": "name",
399
+ "profile_id": "profileId",
400
+ "resource_id": "resourceId",
401
+ "arn": "arn",
402
+ "tags": "tags",
403
+ },
404
+ )
405
+ class CfnProfileAssociationProps:
406
+ def __init__(
407
+ self,
408
+ *,
409
+ name: builtins.str,
410
+ profile_id: builtins.str,
411
+ resource_id: builtins.str,
412
+ arn: typing.Optional[builtins.str] = None,
413
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
414
+ ) -> None:
415
+ '''Properties for defining a ``CfnProfileAssociation``.
416
+
417
+ :param name: Name of the Profile association.
418
+ :param profile_id: ID of the Profile.
419
+ :param resource_id: The Amazon Resource Name (ARN) of the VPC.
420
+ :param arn: The Amazon Resource Name (ARN) of the profile association to a VPC.
421
+ :param tags: An array of key-value pairs to apply to this resource.
422
+
423
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileassociation.html
424
+ :exampleMetadata: fixture=_generated
425
+
426
+ Example::
427
+
428
+ # The code below shows an example of how to instantiate this type.
429
+ # The values are placeholders you should change.
430
+ from aws_cdk import aws_route53profiles as route53profiles
431
+
432
+ cfn_profile_association_props = route53profiles.CfnProfileAssociationProps(
433
+ name="name",
434
+ profile_id="profileId",
435
+ resource_id="resourceId",
436
+
437
+ # the properties below are optional
438
+ arn="arn",
439
+ tags=[CfnTag(
440
+ key="key",
441
+ value="value"
442
+ )]
443
+ )
444
+ '''
445
+ if __debug__:
446
+ type_hints = typing.get_type_hints(_typecheckingstub__6a57a1fdd8721b32a07e564698e95375e4dc721f518a60463fd94e82877d73cf)
447
+ check_type(argname="argument name", value=name, expected_type=type_hints["name"])
448
+ check_type(argname="argument profile_id", value=profile_id, expected_type=type_hints["profile_id"])
449
+ check_type(argname="argument resource_id", value=resource_id, expected_type=type_hints["resource_id"])
450
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
451
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
452
+ self._values: typing.Dict[builtins.str, typing.Any] = {
453
+ "name": name,
454
+ "profile_id": profile_id,
455
+ "resource_id": resource_id,
456
+ }
457
+ if arn is not None:
458
+ self._values["arn"] = arn
459
+ if tags is not None:
460
+ self._values["tags"] = tags
461
+
462
+ @builtins.property
463
+ def name(self) -> builtins.str:
464
+ '''Name of the Profile association.
465
+
466
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileassociation.html#cfn-route53profiles-profileassociation-name
467
+ '''
468
+ result = self._values.get("name")
469
+ assert result is not None, "Required property 'name' is missing"
470
+ return typing.cast(builtins.str, result)
471
+
472
+ @builtins.property
473
+ def profile_id(self) -> builtins.str:
474
+ '''ID of the Profile.
475
+
476
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileassociation.html#cfn-route53profiles-profileassociation-profileid
477
+ '''
478
+ result = self._values.get("profile_id")
479
+ assert result is not None, "Required property 'profile_id' is missing"
480
+ return typing.cast(builtins.str, result)
481
+
482
+ @builtins.property
483
+ def resource_id(self) -> builtins.str:
484
+ '''The Amazon Resource Name (ARN) of the VPC.
485
+
486
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileassociation.html#cfn-route53profiles-profileassociation-resourceid
487
+ '''
488
+ result = self._values.get("resource_id")
489
+ assert result is not None, "Required property 'resource_id' is missing"
490
+ return typing.cast(builtins.str, result)
491
+
492
+ @builtins.property
493
+ def arn(self) -> typing.Optional[builtins.str]:
494
+ '''The Amazon Resource Name (ARN) of the profile association to a VPC.
495
+
496
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileassociation.html#cfn-route53profiles-profileassociation-arn
497
+ '''
498
+ result = self._values.get("arn")
499
+ return typing.cast(typing.Optional[builtins.str], result)
500
+
501
+ @builtins.property
502
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
503
+ '''An array of key-value pairs to apply to this resource.
504
+
505
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileassociation.html#cfn-route53profiles-profileassociation-tags
506
+ '''
507
+ result = self._values.get("tags")
508
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
509
+
510
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
511
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
512
+
513
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
514
+ return not (rhs == self)
515
+
516
+ def __repr__(self) -> str:
517
+ return "CfnProfileAssociationProps(%s)" % ", ".join(
518
+ k + "=" + repr(v) for k, v in self._values.items()
519
+ )
520
+
521
+
522
+ @jsii.data_type(
523
+ jsii_type="aws-cdk-lib.aws_route53profiles.CfnProfileProps",
524
+ jsii_struct_bases=[],
525
+ name_mapping={"name": "name", "tags": "tags"},
526
+ )
527
+ class CfnProfileProps:
528
+ def __init__(
529
+ self,
530
+ *,
531
+ name: builtins.str,
532
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
533
+ ) -> None:
534
+ '''Properties for defining a ``CfnProfile``.
535
+
536
+ :param name: Name of the Profile.
537
+ :param tags: A list of the tag keys and values that you want to associate with the profile.
538
+
539
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profile.html
540
+ :exampleMetadata: fixture=_generated
541
+
542
+ Example::
543
+
544
+ # The code below shows an example of how to instantiate this type.
545
+ # The values are placeholders you should change.
546
+ from aws_cdk import aws_route53profiles as route53profiles
547
+
548
+ cfn_profile_props = route53profiles.CfnProfileProps(
549
+ name="name",
550
+
551
+ # the properties below are optional
552
+ tags=[CfnTag(
553
+ key="key",
554
+ value="value"
555
+ )]
556
+ )
557
+ '''
558
+ if __debug__:
559
+ type_hints = typing.get_type_hints(_typecheckingstub__e302a4191c8b64aaaf85fdd1a3f3fb3c5393f25dfb085d717713b0dec0579b17)
560
+ check_type(argname="argument name", value=name, expected_type=type_hints["name"])
561
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
562
+ self._values: typing.Dict[builtins.str, typing.Any] = {
563
+ "name": name,
564
+ }
565
+ if tags is not None:
566
+ self._values["tags"] = tags
567
+
568
+ @builtins.property
569
+ def name(self) -> builtins.str:
570
+ '''Name of the Profile.
571
+
572
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profile.html#cfn-route53profiles-profile-name
573
+ '''
574
+ result = self._values.get("name")
575
+ assert result is not None, "Required property 'name' is missing"
576
+ return typing.cast(builtins.str, result)
577
+
578
+ @builtins.property
579
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
580
+ '''A list of the tag keys and values that you want to associate with the profile.
581
+
582
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profile.html#cfn-route53profiles-profile-tags
583
+ '''
584
+ result = self._values.get("tags")
585
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
586
+
587
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
588
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
589
+
590
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
591
+ return not (rhs == self)
592
+
593
+ def __repr__(self) -> str:
594
+ return "CfnProfileProps(%s)" % ", ".join(
595
+ k + "=" + repr(v) for k, v in self._values.items()
596
+ )
597
+
598
+
599
+ @jsii.implements(_IInspectable_c2943556)
600
+ class CfnProfileResourceAssociation(
601
+ _CfnResource_9df397a6,
602
+ metaclass=jsii.JSIIMeta,
603
+ jsii_type="aws-cdk-lib.aws_route53profiles.CfnProfileResourceAssociation",
604
+ ):
605
+ '''The association between a Route 53 Profile and resources.
606
+
607
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileresourceassociation.html
608
+ :cloudformationResource: AWS::Route53Profiles::ProfileResourceAssociation
609
+ :exampleMetadata: fixture=_generated
610
+
611
+ Example::
612
+
613
+ # The code below shows an example of how to instantiate this type.
614
+ # The values are placeholders you should change.
615
+ from aws_cdk import aws_route53profiles as route53profiles
616
+
617
+ cfn_profile_resource_association = route53profiles.CfnProfileResourceAssociation(self, "MyCfnProfileResourceAssociation",
618
+ name="name",
619
+ profile_id="profileId",
620
+ resource_arn="resourceArn",
621
+
622
+ # the properties below are optional
623
+ resource_properties="resourceProperties"
624
+ )
625
+ '''
626
+
627
+ def __init__(
628
+ self,
629
+ scope: _constructs_77d1e7e8.Construct,
630
+ id: builtins.str,
631
+ *,
632
+ name: builtins.str,
633
+ profile_id: builtins.str,
634
+ resource_arn: builtins.str,
635
+ resource_properties: typing.Optional[builtins.str] = None,
636
+ ) -> None:
637
+ '''
638
+ :param scope: Scope in which this resource is defined.
639
+ :param id: Construct identifier for this resource (unique in its scope).
640
+ :param name: Name of the Profile resource association.
641
+ :param profile_id: Profile ID of the Profile that the resources are associated with.
642
+ :param resource_arn: The Amazon Resource Name (ARN) of the resource association.
643
+ :param resource_properties: If the DNS resource is a DNS Firewall rule group, this indicates the priority.
644
+ '''
645
+ if __debug__:
646
+ type_hints = typing.get_type_hints(_typecheckingstub__654d8dd5618d66fa0625633f46d77099c9357744b521399d4e1e34d078669be8)
647
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
648
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
649
+ props = CfnProfileResourceAssociationProps(
650
+ name=name,
651
+ profile_id=profile_id,
652
+ resource_arn=resource_arn,
653
+ resource_properties=resource_properties,
654
+ )
655
+
656
+ jsii.create(self.__class__, self, [scope, id, props])
657
+
658
+ @jsii.member(jsii_name="inspect")
659
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
660
+ '''Examines the CloudFormation resource and discloses attributes.
661
+
662
+ :param inspector: tree inspector to collect and process attributes.
663
+ '''
664
+ if __debug__:
665
+ type_hints = typing.get_type_hints(_typecheckingstub__3152dee296caf378c70d9e7a562602ce5afefc68fd0990082249d596614cc5ed)
666
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
667
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
668
+
669
+ @jsii.member(jsii_name="renderProperties")
670
+ def _render_properties(
671
+ self,
672
+ props: typing.Mapping[builtins.str, typing.Any],
673
+ ) -> typing.Mapping[builtins.str, typing.Any]:
674
+ '''
675
+ :param props: -
676
+ '''
677
+ if __debug__:
678
+ type_hints = typing.get_type_hints(_typecheckingstub__17e0106dd2d03ba5f1e680218ffab0ec9ddb5f8f6e58d8e7ff7c75620d1e7f4e)
679
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
680
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
681
+
682
+ @jsii.python.classproperty
683
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
684
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
685
+ '''The CloudFormation resource type name for this resource class.'''
686
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
687
+
688
+ @builtins.property
689
+ @jsii.member(jsii_name="attrId")
690
+ def attr_id(self) -> builtins.str:
691
+ '''ID of the Profile resource association.
692
+
693
+ :cloudformationAttribute: Id
694
+ '''
695
+ return typing.cast(builtins.str, jsii.get(self, "attrId"))
696
+
697
+ @builtins.property
698
+ @jsii.member(jsii_name="attrResourceType")
699
+ def attr_resource_type(self) -> builtins.str:
700
+ '''Resource type, such as a private hosted zone, or DNS Firewall rule group.
701
+
702
+ :cloudformationAttribute: ResourceType
703
+ '''
704
+ return typing.cast(builtins.str, jsii.get(self, "attrResourceType"))
705
+
706
+ @builtins.property
707
+ @jsii.member(jsii_name="cfnProperties")
708
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
709
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
710
+
711
+ @builtins.property
712
+ @jsii.member(jsii_name="name")
713
+ def name(self) -> builtins.str:
714
+ '''Name of the Profile resource association.'''
715
+ return typing.cast(builtins.str, jsii.get(self, "name"))
716
+
717
+ @name.setter
718
+ def name(self, value: builtins.str) -> None:
719
+ if __debug__:
720
+ type_hints = typing.get_type_hints(_typecheckingstub__ca42427a0339ee0fa3a5e112a6fde9357eab47e700da806e76bb149f9f48a8b7)
721
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
722
+ jsii.set(self, "name", value)
723
+
724
+ @builtins.property
725
+ @jsii.member(jsii_name="profileId")
726
+ def profile_id(self) -> builtins.str:
727
+ '''Profile ID of the Profile that the resources are associated with.'''
728
+ return typing.cast(builtins.str, jsii.get(self, "profileId"))
729
+
730
+ @profile_id.setter
731
+ def profile_id(self, value: builtins.str) -> None:
732
+ if __debug__:
733
+ type_hints = typing.get_type_hints(_typecheckingstub__de62b5427237d19fe1dafa8c04952f10c662591ae4d715acb190b5db908ce662)
734
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
735
+ jsii.set(self, "profileId", value)
736
+
737
+ @builtins.property
738
+ @jsii.member(jsii_name="resourceArn")
739
+ def resource_arn(self) -> builtins.str:
740
+ '''The Amazon Resource Name (ARN) of the resource association.'''
741
+ return typing.cast(builtins.str, jsii.get(self, "resourceArn"))
742
+
743
+ @resource_arn.setter
744
+ def resource_arn(self, value: builtins.str) -> None:
745
+ if __debug__:
746
+ type_hints = typing.get_type_hints(_typecheckingstub__75c7389edcf1d691cba068236e58e8d39cb4b56660cd71d39a86bbd9b2656087)
747
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
748
+ jsii.set(self, "resourceArn", value)
749
+
750
+ @builtins.property
751
+ @jsii.member(jsii_name="resourceProperties")
752
+ def resource_properties(self) -> typing.Optional[builtins.str]:
753
+ '''If the DNS resource is a DNS Firewall rule group, this indicates the priority.'''
754
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "resourceProperties"))
755
+
756
+ @resource_properties.setter
757
+ def resource_properties(self, value: typing.Optional[builtins.str]) -> None:
758
+ if __debug__:
759
+ type_hints = typing.get_type_hints(_typecheckingstub__ef034a5fa94b59c1205f90a0df217e7fe4b64926828487662c4de8f7785c165e)
760
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
761
+ jsii.set(self, "resourceProperties", value)
762
+
763
+
764
+ @jsii.data_type(
765
+ jsii_type="aws-cdk-lib.aws_route53profiles.CfnProfileResourceAssociationProps",
766
+ jsii_struct_bases=[],
767
+ name_mapping={
768
+ "name": "name",
769
+ "profile_id": "profileId",
770
+ "resource_arn": "resourceArn",
771
+ "resource_properties": "resourceProperties",
772
+ },
773
+ )
774
+ class CfnProfileResourceAssociationProps:
775
+ def __init__(
776
+ self,
777
+ *,
778
+ name: builtins.str,
779
+ profile_id: builtins.str,
780
+ resource_arn: builtins.str,
781
+ resource_properties: typing.Optional[builtins.str] = None,
782
+ ) -> None:
783
+ '''Properties for defining a ``CfnProfileResourceAssociation``.
784
+
785
+ :param name: Name of the Profile resource association.
786
+ :param profile_id: Profile ID of the Profile that the resources are associated with.
787
+ :param resource_arn: The Amazon Resource Name (ARN) of the resource association.
788
+ :param resource_properties: If the DNS resource is a DNS Firewall rule group, this indicates the priority.
789
+
790
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileresourceassociation.html
791
+ :exampleMetadata: fixture=_generated
792
+
793
+ Example::
794
+
795
+ # The code below shows an example of how to instantiate this type.
796
+ # The values are placeholders you should change.
797
+ from aws_cdk import aws_route53profiles as route53profiles
798
+
799
+ cfn_profile_resource_association_props = route53profiles.CfnProfileResourceAssociationProps(
800
+ name="name",
801
+ profile_id="profileId",
802
+ resource_arn="resourceArn",
803
+
804
+ # the properties below are optional
805
+ resource_properties="resourceProperties"
806
+ )
807
+ '''
808
+ if __debug__:
809
+ type_hints = typing.get_type_hints(_typecheckingstub__5dc49398d34bd8989f72c7417ca7f6a94e871e24c58ac82a6f3fc4e5df4de248)
810
+ check_type(argname="argument name", value=name, expected_type=type_hints["name"])
811
+ check_type(argname="argument profile_id", value=profile_id, expected_type=type_hints["profile_id"])
812
+ check_type(argname="argument resource_arn", value=resource_arn, expected_type=type_hints["resource_arn"])
813
+ check_type(argname="argument resource_properties", value=resource_properties, expected_type=type_hints["resource_properties"])
814
+ self._values: typing.Dict[builtins.str, typing.Any] = {
815
+ "name": name,
816
+ "profile_id": profile_id,
817
+ "resource_arn": resource_arn,
818
+ }
819
+ if resource_properties is not None:
820
+ self._values["resource_properties"] = resource_properties
821
+
822
+ @builtins.property
823
+ def name(self) -> builtins.str:
824
+ '''Name of the Profile resource association.
825
+
826
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileresourceassociation.html#cfn-route53profiles-profileresourceassociation-name
827
+ '''
828
+ result = self._values.get("name")
829
+ assert result is not None, "Required property 'name' is missing"
830
+ return typing.cast(builtins.str, result)
831
+
832
+ @builtins.property
833
+ def profile_id(self) -> builtins.str:
834
+ '''Profile ID of the Profile that the resources are associated with.
835
+
836
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileresourceassociation.html#cfn-route53profiles-profileresourceassociation-profileid
837
+ '''
838
+ result = self._values.get("profile_id")
839
+ assert result is not None, "Required property 'profile_id' is missing"
840
+ return typing.cast(builtins.str, result)
841
+
842
+ @builtins.property
843
+ def resource_arn(self) -> builtins.str:
844
+ '''The Amazon Resource Name (ARN) of the resource association.
845
+
846
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileresourceassociation.html#cfn-route53profiles-profileresourceassociation-resourcearn
847
+ '''
848
+ result = self._values.get("resource_arn")
849
+ assert result is not None, "Required property 'resource_arn' is missing"
850
+ return typing.cast(builtins.str, result)
851
+
852
+ @builtins.property
853
+ def resource_properties(self) -> typing.Optional[builtins.str]:
854
+ '''If the DNS resource is a DNS Firewall rule group, this indicates the priority.
855
+
856
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileresourceassociation.html#cfn-route53profiles-profileresourceassociation-resourceproperties
857
+ '''
858
+ result = self._values.get("resource_properties")
859
+ return typing.cast(typing.Optional[builtins.str], result)
860
+
861
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
862
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
863
+
864
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
865
+ return not (rhs == self)
866
+
867
+ def __repr__(self) -> str:
868
+ return "CfnProfileResourceAssociationProps(%s)" % ", ".join(
869
+ k + "=" + repr(v) for k, v in self._values.items()
870
+ )
871
+
872
+
873
+ __all__ = [
874
+ "CfnProfile",
875
+ "CfnProfileAssociation",
876
+ "CfnProfileAssociationProps",
877
+ "CfnProfileProps",
878
+ "CfnProfileResourceAssociation",
879
+ "CfnProfileResourceAssociationProps",
880
+ ]
881
+
882
+ publication.publish()
883
+
884
+ def _typecheckingstub__a4c1f071f0e4e35c37cfd1564e9529ed7a07645071498a571c8b23339ff2d0f7(
885
+ scope: _constructs_77d1e7e8.Construct,
886
+ id: builtins.str,
887
+ *,
888
+ name: builtins.str,
889
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
890
+ ) -> None:
891
+ """Type checking stubs"""
892
+ pass
893
+
894
+ def _typecheckingstub__d5dcbb042b2caccabe90d7a337f5dc8312ca20d29d0852b9ab08eb0a6f17ff01(
895
+ inspector: _TreeInspector_488e0dd5,
896
+ ) -> None:
897
+ """Type checking stubs"""
898
+ pass
899
+
900
+ def _typecheckingstub__bb8df6de20d928e5402eda0ff608d08e265257e361ef9679c54c70c7280b0fbd(
901
+ props: typing.Mapping[builtins.str, typing.Any],
902
+ ) -> None:
903
+ """Type checking stubs"""
904
+ pass
905
+
906
+ def _typecheckingstub__60c46cc6c474c2912204fbc2c30bcdffdbbdb2e3c9dff0f7fa71ef743ec74297(
907
+ value: builtins.str,
908
+ ) -> None:
909
+ """Type checking stubs"""
910
+ pass
911
+
912
+ def _typecheckingstub__1c969507a00c93e8a8b7637d952f3cf0cff3a4955296198e407c611f9eebfc0c(
913
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
914
+ ) -> None:
915
+ """Type checking stubs"""
916
+ pass
917
+
918
+ def _typecheckingstub__0f887f11535feca537003f68699ddb6bbfe324f08f570e51e9d9c9660153c8b3(
919
+ scope: _constructs_77d1e7e8.Construct,
920
+ id: builtins.str,
921
+ *,
922
+ name: builtins.str,
923
+ profile_id: builtins.str,
924
+ resource_id: builtins.str,
925
+ arn: typing.Optional[builtins.str] = None,
926
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
927
+ ) -> None:
928
+ """Type checking stubs"""
929
+ pass
930
+
931
+ def _typecheckingstub__a944f9ef0cfcf0fedb5df0ffe2f7bae6eec8447235dc0f66f3dfa3b25e60e3b9(
932
+ inspector: _TreeInspector_488e0dd5,
933
+ ) -> None:
934
+ """Type checking stubs"""
935
+ pass
936
+
937
+ def _typecheckingstub__50ffe6397875ccdece80bc20c899a7fcc00061247e1f0ac593e27500d9567541(
938
+ props: typing.Mapping[builtins.str, typing.Any],
939
+ ) -> None:
940
+ """Type checking stubs"""
941
+ pass
942
+
943
+ def _typecheckingstub__a511bbd7a0cc2d9194919b70e7bd0cfbef6d6560cf67f6c9eab367017a85e4e9(
944
+ value: builtins.str,
945
+ ) -> None:
946
+ """Type checking stubs"""
947
+ pass
948
+
949
+ def _typecheckingstub__a560cfea07af2b59f29df43a85e3e9e48a2195cff87eec5bf9d7e3269fdc21a5(
950
+ value: builtins.str,
951
+ ) -> None:
952
+ """Type checking stubs"""
953
+ pass
954
+
955
+ def _typecheckingstub__b16839b4164b84f692a7f82a0354b6f96cfb9c31b01ef9fadf50bb166bc7aff8(
956
+ value: builtins.str,
957
+ ) -> None:
958
+ """Type checking stubs"""
959
+ pass
960
+
961
+ def _typecheckingstub__3529d03e90e5a43e1281f5b497a4dd92b53f8b81d07a3ae7e158075cd7c2cdd6(
962
+ value: typing.Optional[builtins.str],
963
+ ) -> None:
964
+ """Type checking stubs"""
965
+ pass
966
+
967
+ def _typecheckingstub__931a5eb93acc9ea331b6c7a804aa50f9c8645e820b985c1e8c3b0338897b0758(
968
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
969
+ ) -> None:
970
+ """Type checking stubs"""
971
+ pass
972
+
973
+ def _typecheckingstub__6a57a1fdd8721b32a07e564698e95375e4dc721f518a60463fd94e82877d73cf(
974
+ *,
975
+ name: builtins.str,
976
+ profile_id: builtins.str,
977
+ resource_id: builtins.str,
978
+ arn: typing.Optional[builtins.str] = None,
979
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
980
+ ) -> None:
981
+ """Type checking stubs"""
982
+ pass
983
+
984
+ def _typecheckingstub__e302a4191c8b64aaaf85fdd1a3f3fb3c5393f25dfb085d717713b0dec0579b17(
985
+ *,
986
+ name: builtins.str,
987
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
988
+ ) -> None:
989
+ """Type checking stubs"""
990
+ pass
991
+
992
+ def _typecheckingstub__654d8dd5618d66fa0625633f46d77099c9357744b521399d4e1e34d078669be8(
993
+ scope: _constructs_77d1e7e8.Construct,
994
+ id: builtins.str,
995
+ *,
996
+ name: builtins.str,
997
+ profile_id: builtins.str,
998
+ resource_arn: builtins.str,
999
+ resource_properties: typing.Optional[builtins.str] = None,
1000
+ ) -> None:
1001
+ """Type checking stubs"""
1002
+ pass
1003
+
1004
+ def _typecheckingstub__3152dee296caf378c70d9e7a562602ce5afefc68fd0990082249d596614cc5ed(
1005
+ inspector: _TreeInspector_488e0dd5,
1006
+ ) -> None:
1007
+ """Type checking stubs"""
1008
+ pass
1009
+
1010
+ def _typecheckingstub__17e0106dd2d03ba5f1e680218ffab0ec9ddb5f8f6e58d8e7ff7c75620d1e7f4e(
1011
+ props: typing.Mapping[builtins.str, typing.Any],
1012
+ ) -> None:
1013
+ """Type checking stubs"""
1014
+ pass
1015
+
1016
+ def _typecheckingstub__ca42427a0339ee0fa3a5e112a6fde9357eab47e700da806e76bb149f9f48a8b7(
1017
+ value: builtins.str,
1018
+ ) -> None:
1019
+ """Type checking stubs"""
1020
+ pass
1021
+
1022
+ def _typecheckingstub__de62b5427237d19fe1dafa8c04952f10c662591ae4d715acb190b5db908ce662(
1023
+ value: builtins.str,
1024
+ ) -> None:
1025
+ """Type checking stubs"""
1026
+ pass
1027
+
1028
+ def _typecheckingstub__75c7389edcf1d691cba068236e58e8d39cb4b56660cd71d39a86bbd9b2656087(
1029
+ value: builtins.str,
1030
+ ) -> None:
1031
+ """Type checking stubs"""
1032
+ pass
1033
+
1034
+ def _typecheckingstub__ef034a5fa94b59c1205f90a0df217e7fe4b64926828487662c4de8f7785c165e(
1035
+ value: typing.Optional[builtins.str],
1036
+ ) -> None:
1037
+ """Type checking stubs"""
1038
+ pass
1039
+
1040
+ def _typecheckingstub__5dc49398d34bd8989f72c7417ca7f6a94e871e24c58ac82a6f3fc4e5df4de248(
1041
+ *,
1042
+ name: builtins.str,
1043
+ profile_id: builtins.str,
1044
+ resource_arn: builtins.str,
1045
+ resource_properties: typing.Optional[builtins.str] = None,
1046
+ ) -> None:
1047
+ """Type checking stubs"""
1048
+ pass