aws-cdk-lib 2.128.0__py3-none-any.whl → 2.130.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 (101) hide show
  1. aws_cdk/__init__.py +2 -10
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.128.0.jsii.tgz → aws-cdk-lib@2.130.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +6 -24
  5. aws_cdk/aws_amplify/__init__.py +1 -2
  6. aws_cdk/aws_appconfig/__init__.py +13010 -2708
  7. aws_cdk/aws_applicationautoscaling/__init__.py +55 -22
  8. aws_cdk/aws_appstream/__init__.py +14 -14
  9. aws_cdk/aws_appsync/__init__.py +334 -3
  10. aws_cdk/aws_autoscaling/__init__.py +11 -7
  11. aws_cdk/aws_backup/__init__.py +3 -3
  12. aws_cdk/aws_batch/__init__.py +137 -16
  13. aws_cdk/aws_bedrock/__init__.py +13 -1
  14. aws_cdk/aws_cleanrooms/__init__.py +1 -2
  15. aws_cdk/aws_cloudformation/__init__.py +2 -10
  16. aws_cdk/aws_cloudfront/__init__.py +15 -8
  17. aws_cdk/aws_cloudfront/experimental/__init__.py +22 -0
  18. aws_cdk/aws_cloudfront_origins/__init__.py +332 -0
  19. aws_cdk/aws_cloudtrail/__init__.py +12 -2
  20. aws_cdk/aws_cloudwatch/__init__.py +4 -0
  21. aws_cdk/aws_codepipeline/__init__.py +463 -11
  22. aws_cdk/aws_cognito/__init__.py +0 -9
  23. aws_cdk/aws_config/__init__.py +2 -2
  24. aws_cdk/aws_connect/__init__.py +6 -1
  25. aws_cdk/aws_controltower/__init__.py +527 -7
  26. aws_cdk/aws_datasync/__init__.py +2 -2
  27. aws_cdk/aws_directoryservice/__init__.py +2 -3
  28. aws_cdk/aws_dynamodb/__init__.py +7 -0
  29. aws_cdk/aws_ec2/__init__.py +117 -210
  30. aws_cdk/aws_ecs/__init__.py +537 -3
  31. aws_cdk/aws_eks/__init__.py +2 -2
  32. aws_cdk/aws_elasticache/__init__.py +27 -20
  33. aws_cdk/aws_elasticloadbalancingv2/__init__.py +3 -4
  34. aws_cdk/aws_emr/__init__.py +23 -3
  35. aws_cdk/aws_events_targets/__init__.py +64 -20
  36. aws_cdk/aws_fis/__init__.py +4 -4
  37. aws_cdk/aws_frauddetector/__init__.py +3 -3
  38. aws_cdk/aws_globalaccelerator/__init__.py +2 -6
  39. aws_cdk/aws_glue/__init__.py +84 -55
  40. aws_cdk/aws_groundstation/__init__.py +8 -12
  41. aws_cdk/aws_guardduty/__init__.py +74 -70
  42. aws_cdk/aws_iam/__init__.py +16 -23
  43. aws_cdk/aws_imagebuilder/__init__.py +178 -156
  44. aws_cdk/aws_internetmonitor/__init__.py +12 -10
  45. aws_cdk/aws_iot/__init__.py +17 -10
  46. aws_cdk/aws_iotevents/__init__.py +4 -4
  47. aws_cdk/aws_iotfleetwise/__init__.py +10 -5
  48. aws_cdk/aws_iottwinmaker/__init__.py +3 -5
  49. aws_cdk/aws_iotwireless/__init__.py +35 -23
  50. aws_cdk/aws_kendra/__init__.py +36 -15
  51. aws_cdk/aws_kinesisfirehose/__init__.py +155 -114
  52. aws_cdk/aws_lambda/__init__.py +157 -12
  53. aws_cdk/aws_lambda_nodejs/__init__.py +22 -0
  54. aws_cdk/aws_lightsail/__init__.py +14 -18
  55. aws_cdk/aws_logs/__init__.py +15 -15
  56. aws_cdk/aws_mediaconnect/__init__.py +5 -3
  57. aws_cdk/aws_medialive/__init__.py +3 -12
  58. aws_cdk/aws_mediapackagev2/__init__.py +287 -286
  59. aws_cdk/aws_mediatailor/__init__.py +2 -2
  60. aws_cdk/aws_memorydb/__init__.py +2 -2
  61. aws_cdk/aws_msk/__init__.py +6 -3
  62. aws_cdk/aws_mwaa/__init__.py +10 -5
  63. aws_cdk/aws_neptunegraph/__init__.py +84 -66
  64. aws_cdk/aws_networkfirewall/__init__.py +5 -8
  65. aws_cdk/aws_networkmanager/__init__.py +3 -3
  66. aws_cdk/aws_nimblestudio/__init__.py +2 -4
  67. aws_cdk/aws_opensearchservice/__init__.py +12 -10
  68. aws_cdk/aws_osis/__init__.py +1 -3
  69. aws_cdk/aws_pinpoint/__init__.py +5 -5
  70. aws_cdk/aws_pipes/__init__.py +5 -5
  71. aws_cdk/aws_quicksight/__init__.py +5 -10
  72. aws_cdk/aws_rds/__init__.py +43 -26
  73. aws_cdk/aws_redshift/__init__.py +9 -5
  74. aws_cdk/aws_redshiftserverless/__init__.py +62 -38
  75. aws_cdk/aws_rolesanywhere/__init__.py +41 -53
  76. aws_cdk/aws_route53/__init__.py +532 -6
  77. aws_cdk/aws_route53recoverycontrol/__init__.py +1 -3
  78. aws_cdk/aws_route53recoveryreadiness/__init__.py +2 -2
  79. aws_cdk/aws_route53resolver/__init__.py +1 -4
  80. aws_cdk/aws_s3/__init__.py +3 -1
  81. aws_cdk/aws_s3objectlambda/__init__.py +7 -4
  82. aws_cdk/aws_s3outposts/__init__.py +1 -1
  83. aws_cdk/aws_sagemaker/__init__.py +111 -11
  84. aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -3
  85. aws_cdk/aws_sns/__init__.py +185 -38
  86. aws_cdk/aws_ssm/__init__.py +16 -16
  87. aws_cdk/aws_ssmincidents/__init__.py +1 -1
  88. aws_cdk/aws_synthetics/__init__.py +94 -21
  89. aws_cdk/aws_verifiedpermissions/__init__.py +1 -2
  90. aws_cdk/aws_vpclattice/__init__.py +8 -4
  91. aws_cdk/aws_wafv2/__init__.py +14 -59
  92. aws_cdk/aws_workspaces/__init__.py +5 -4
  93. aws_cdk/aws_workspacesweb/__init__.py +6 -12
  94. aws_cdk/pipelines/__init__.py +3 -2
  95. aws_cdk/triggers/__init__.py +22 -0
  96. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.130.0.dist-info}/METADATA +1 -1
  97. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.130.0.dist-info}/NOTICE +30 -0
  98. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.130.0.dist-info}/RECORD +101 -101
  99. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.130.0.dist-info}/LICENSE +0 -0
  100. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.130.0.dist-info}/WHEEL +0 -0
  101. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.130.0.dist-info}/top_level.txt +0 -0
@@ -49,6 +49,401 @@ from .. import (
49
49
  )
50
50
 
51
51
 
52
+ @jsii.implements(_IInspectable_c2943556)
53
+ class CfnEnabledBaseline(
54
+ _CfnResource_9df397a6,
55
+ metaclass=jsii.JSIIMeta,
56
+ jsii_type="aws-cdk-lib.aws_controltower.CfnEnabledBaseline",
57
+ ):
58
+ '''This resource represents a ``Baseline`` that has been applied to a target.
59
+
60
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledbaseline.html
61
+ :cloudformationResource: AWS::ControlTower::EnabledBaseline
62
+ :exampleMetadata: fixture=_generated
63
+
64
+ Example::
65
+
66
+ # The code below shows an example of how to instantiate this type.
67
+ # The values are placeholders you should change.
68
+ from aws_cdk import aws_controltower as controltower
69
+
70
+ # value: Any
71
+
72
+ cfn_enabled_baseline = controltower.CfnEnabledBaseline(self, "MyCfnEnabledBaseline",
73
+ baseline_identifier="baselineIdentifier",
74
+ baseline_version="baselineVersion",
75
+ target_identifier="targetIdentifier",
76
+
77
+ # the properties below are optional
78
+ parameters=[controltower.CfnEnabledBaseline.ParameterProperty(
79
+ key="key",
80
+ value=value
81
+ )],
82
+ tags=[CfnTag(
83
+ key="key",
84
+ value="value"
85
+ )]
86
+ )
87
+ '''
88
+
89
+ def __init__(
90
+ self,
91
+ scope: _constructs_77d1e7e8.Construct,
92
+ id: builtins.str,
93
+ *,
94
+ baseline_identifier: builtins.str,
95
+ baseline_version: builtins.str,
96
+ target_identifier: builtins.str,
97
+ parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEnabledBaseline.ParameterProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
98
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
99
+ ) -> None:
100
+ '''
101
+ :param scope: Scope in which this resource is defined.
102
+ :param id: Construct identifier for this resource (unique in its scope).
103
+ :param baseline_identifier: The specific ``Baseline`` enabled as part of the ``EnabledBaseline`` resource.
104
+ :param baseline_version: The enabled version of the ``Baseline`` .
105
+ :param target_identifier: The target on which to enable the ``Baseline`` .
106
+ :param parameters: Parameters that are applied when enabling this ``Baseline`` . These parameters configure the behavior of the baseline.
107
+ :param tags: Tags associated with input to ``EnableBaseline`` .
108
+ '''
109
+ if __debug__:
110
+ type_hints = typing.get_type_hints(_typecheckingstub__1ea8761029fec1b3c1fb5fb985be9ac741a889e29fe3445cfb5a962436cab528)
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 = CfnEnabledBaselineProps(
114
+ baseline_identifier=baseline_identifier,
115
+ baseline_version=baseline_version,
116
+ target_identifier=target_identifier,
117
+ parameters=parameters,
118
+ tags=tags,
119
+ )
120
+
121
+ jsii.create(self.__class__, self, [scope, id, props])
122
+
123
+ @jsii.member(jsii_name="inspect")
124
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
125
+ '''Examines the CloudFormation resource and discloses attributes.
126
+
127
+ :param inspector: tree inspector to collect and process attributes.
128
+ '''
129
+ if __debug__:
130
+ type_hints = typing.get_type_hints(_typecheckingstub__5abe9c6604e1de27a08b948cef7b25d1d00ac0fd4f37eae3c69039eafa98f1eb)
131
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
132
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
133
+
134
+ @jsii.member(jsii_name="renderProperties")
135
+ def _render_properties(
136
+ self,
137
+ props: typing.Mapping[builtins.str, typing.Any],
138
+ ) -> typing.Mapping[builtins.str, typing.Any]:
139
+ '''
140
+ :param props: -
141
+ '''
142
+ if __debug__:
143
+ type_hints = typing.get_type_hints(_typecheckingstub__d058552bbbb5c0f63483ccf116562ca76df6186349bcfda930d4858b8ec89a17)
144
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
145
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
146
+
147
+ @jsii.python.classproperty
148
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
149
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
150
+ '''The CloudFormation resource type name for this resource class.'''
151
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
152
+
153
+ @builtins.property
154
+ @jsii.member(jsii_name="attrEnabledBaselineIdentifier")
155
+ def attr_enabled_baseline_identifier(self) -> builtins.str:
156
+ '''The ARN of the ``EnabledBaseline`` resource.
157
+
158
+ :cloudformationAttribute: EnabledBaselineIdentifier
159
+ '''
160
+ return typing.cast(builtins.str, jsii.get(self, "attrEnabledBaselineIdentifier"))
161
+
162
+ @builtins.property
163
+ @jsii.member(jsii_name="cfnProperties")
164
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
165
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
166
+
167
+ @builtins.property
168
+ @jsii.member(jsii_name="baselineIdentifier")
169
+ def baseline_identifier(self) -> builtins.str:
170
+ '''The specific ``Baseline`` enabled as part of the ``EnabledBaseline`` resource.'''
171
+ return typing.cast(builtins.str, jsii.get(self, "baselineIdentifier"))
172
+
173
+ @baseline_identifier.setter
174
+ def baseline_identifier(self, value: builtins.str) -> None:
175
+ if __debug__:
176
+ type_hints = typing.get_type_hints(_typecheckingstub__57b2e3563053c046f1ff16bb1039bd1ef2a8fe88dfa1d7e2f7597f4728b4e655)
177
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
178
+ jsii.set(self, "baselineIdentifier", value)
179
+
180
+ @builtins.property
181
+ @jsii.member(jsii_name="baselineVersion")
182
+ def baseline_version(self) -> builtins.str:
183
+ '''The enabled version of the ``Baseline`` .'''
184
+ return typing.cast(builtins.str, jsii.get(self, "baselineVersion"))
185
+
186
+ @baseline_version.setter
187
+ def baseline_version(self, value: builtins.str) -> None:
188
+ if __debug__:
189
+ type_hints = typing.get_type_hints(_typecheckingstub__52d8aafe8b718b522d97264d203dd2054ded5b9659a63bd9d0e8ba81ad6988d2)
190
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
191
+ jsii.set(self, "baselineVersion", value)
192
+
193
+ @builtins.property
194
+ @jsii.member(jsii_name="targetIdentifier")
195
+ def target_identifier(self) -> builtins.str:
196
+ '''The target on which to enable the ``Baseline`` .'''
197
+ return typing.cast(builtins.str, jsii.get(self, "targetIdentifier"))
198
+
199
+ @target_identifier.setter
200
+ def target_identifier(self, value: builtins.str) -> None:
201
+ if __debug__:
202
+ type_hints = typing.get_type_hints(_typecheckingstub__33691a19619ca8f1a07bbce396790320cab38048162971280b54976d64d10b18)
203
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
204
+ jsii.set(self, "targetIdentifier", value)
205
+
206
+ @builtins.property
207
+ @jsii.member(jsii_name="parameters")
208
+ def parameters(
209
+ self,
210
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnEnabledBaseline.ParameterProperty"]]]]:
211
+ '''Parameters that are applied when enabling this ``Baseline`` .'''
212
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnEnabledBaseline.ParameterProperty"]]]], jsii.get(self, "parameters"))
213
+
214
+ @parameters.setter
215
+ def parameters(
216
+ self,
217
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnEnabledBaseline.ParameterProperty"]]]],
218
+ ) -> None:
219
+ if __debug__:
220
+ type_hints = typing.get_type_hints(_typecheckingstub__85aec378e74e2e896fd36d14071fb0792f36ba92c5c2dbed45d60aed4145fb66)
221
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
222
+ jsii.set(self, "parameters", value)
223
+
224
+ @builtins.property
225
+ @jsii.member(jsii_name="tags")
226
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
227
+ '''Tags associated with input to ``EnableBaseline`` .'''
228
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
229
+
230
+ @tags.setter
231
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
232
+ if __debug__:
233
+ type_hints = typing.get_type_hints(_typecheckingstub__9a9dd44360aa5f3a328dba2dbcea76058e61fb30293a75243bec51585249eacf)
234
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
235
+ jsii.set(self, "tags", value)
236
+
237
+ @jsii.data_type(
238
+ jsii_type="aws-cdk-lib.aws_controltower.CfnEnabledBaseline.ParameterProperty",
239
+ jsii_struct_bases=[],
240
+ name_mapping={"key": "key", "value": "value"},
241
+ )
242
+ class ParameterProperty:
243
+ def __init__(
244
+ self,
245
+ *,
246
+ key: typing.Optional[builtins.str] = None,
247
+ value: typing.Any = None,
248
+ ) -> None:
249
+ '''A key-value parameter to an ``EnabledBaseline`` resource.
250
+
251
+ :param key: A string denoting the parameter key.
252
+ :param value: A low-level ``Document`` object of any type (for example, a Java Object).
253
+
254
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-controltower-enabledbaseline-parameter.html
255
+ :exampleMetadata: fixture=_generated
256
+
257
+ Example::
258
+
259
+ # The code below shows an example of how to instantiate this type.
260
+ # The values are placeholders you should change.
261
+ from aws_cdk import aws_controltower as controltower
262
+
263
+ # value: Any
264
+
265
+ parameter_property = controltower.CfnEnabledBaseline.ParameterProperty(
266
+ key="key",
267
+ value=value
268
+ )
269
+ '''
270
+ if __debug__:
271
+ type_hints = typing.get_type_hints(_typecheckingstub__29cd4b6989b5df874eedae62a39653d1a63188dc5b54322534381839629e6b4c)
272
+ check_type(argname="argument key", value=key, expected_type=type_hints["key"])
273
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
274
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
275
+ if key is not None:
276
+ self._values["key"] = key
277
+ if value is not None:
278
+ self._values["value"] = value
279
+
280
+ @builtins.property
281
+ def key(self) -> typing.Optional[builtins.str]:
282
+ '''A string denoting the parameter key.
283
+
284
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-controltower-enabledbaseline-parameter.html#cfn-controltower-enabledbaseline-parameter-key
285
+ '''
286
+ result = self._values.get("key")
287
+ return typing.cast(typing.Optional[builtins.str], result)
288
+
289
+ @builtins.property
290
+ def value(self) -> typing.Any:
291
+ '''A low-level ``Document`` object of any type (for example, a Java Object).
292
+
293
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-controltower-enabledbaseline-parameter.html#cfn-controltower-enabledbaseline-parameter-value
294
+ '''
295
+ result = self._values.get("value")
296
+ return typing.cast(typing.Any, result)
297
+
298
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
299
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
300
+
301
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
302
+ return not (rhs == self)
303
+
304
+ def __repr__(self) -> str:
305
+ return "ParameterProperty(%s)" % ", ".join(
306
+ k + "=" + repr(v) for k, v in self._values.items()
307
+ )
308
+
309
+
310
+ @jsii.data_type(
311
+ jsii_type="aws-cdk-lib.aws_controltower.CfnEnabledBaselineProps",
312
+ jsii_struct_bases=[],
313
+ name_mapping={
314
+ "baseline_identifier": "baselineIdentifier",
315
+ "baseline_version": "baselineVersion",
316
+ "target_identifier": "targetIdentifier",
317
+ "parameters": "parameters",
318
+ "tags": "tags",
319
+ },
320
+ )
321
+ class CfnEnabledBaselineProps:
322
+ def __init__(
323
+ self,
324
+ *,
325
+ baseline_identifier: builtins.str,
326
+ baseline_version: builtins.str,
327
+ target_identifier: builtins.str,
328
+ parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEnabledBaseline.ParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
329
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
330
+ ) -> None:
331
+ '''Properties for defining a ``CfnEnabledBaseline``.
332
+
333
+ :param baseline_identifier: The specific ``Baseline`` enabled as part of the ``EnabledBaseline`` resource.
334
+ :param baseline_version: The enabled version of the ``Baseline`` .
335
+ :param target_identifier: The target on which to enable the ``Baseline`` .
336
+ :param parameters: Parameters that are applied when enabling this ``Baseline`` . These parameters configure the behavior of the baseline.
337
+ :param tags: Tags associated with input to ``EnableBaseline`` .
338
+
339
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledbaseline.html
340
+ :exampleMetadata: fixture=_generated
341
+
342
+ Example::
343
+
344
+ # The code below shows an example of how to instantiate this type.
345
+ # The values are placeholders you should change.
346
+ from aws_cdk import aws_controltower as controltower
347
+
348
+ # value: Any
349
+
350
+ cfn_enabled_baseline_props = controltower.CfnEnabledBaselineProps(
351
+ baseline_identifier="baselineIdentifier",
352
+ baseline_version="baselineVersion",
353
+ target_identifier="targetIdentifier",
354
+
355
+ # the properties below are optional
356
+ parameters=[controltower.CfnEnabledBaseline.ParameterProperty(
357
+ key="key",
358
+ value=value
359
+ )],
360
+ tags=[CfnTag(
361
+ key="key",
362
+ value="value"
363
+ )]
364
+ )
365
+ '''
366
+ if __debug__:
367
+ type_hints = typing.get_type_hints(_typecheckingstub__cee7d036bdad40a28b228f1094b7badfc14178a44cd291977e709bfab8981cec)
368
+ check_type(argname="argument baseline_identifier", value=baseline_identifier, expected_type=type_hints["baseline_identifier"])
369
+ check_type(argname="argument baseline_version", value=baseline_version, expected_type=type_hints["baseline_version"])
370
+ check_type(argname="argument target_identifier", value=target_identifier, expected_type=type_hints["target_identifier"])
371
+ check_type(argname="argument parameters", value=parameters, expected_type=type_hints["parameters"])
372
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
373
+ self._values: typing.Dict[builtins.str, typing.Any] = {
374
+ "baseline_identifier": baseline_identifier,
375
+ "baseline_version": baseline_version,
376
+ "target_identifier": target_identifier,
377
+ }
378
+ if parameters is not None:
379
+ self._values["parameters"] = parameters
380
+ if tags is not None:
381
+ self._values["tags"] = tags
382
+
383
+ @builtins.property
384
+ def baseline_identifier(self) -> builtins.str:
385
+ '''The specific ``Baseline`` enabled as part of the ``EnabledBaseline`` resource.
386
+
387
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledbaseline.html#cfn-controltower-enabledbaseline-baselineidentifier
388
+ '''
389
+ result = self._values.get("baseline_identifier")
390
+ assert result is not None, "Required property 'baseline_identifier' is missing"
391
+ return typing.cast(builtins.str, result)
392
+
393
+ @builtins.property
394
+ def baseline_version(self) -> builtins.str:
395
+ '''The enabled version of the ``Baseline`` .
396
+
397
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledbaseline.html#cfn-controltower-enabledbaseline-baselineversion
398
+ '''
399
+ result = self._values.get("baseline_version")
400
+ assert result is not None, "Required property 'baseline_version' is missing"
401
+ return typing.cast(builtins.str, result)
402
+
403
+ @builtins.property
404
+ def target_identifier(self) -> builtins.str:
405
+ '''The target on which to enable the ``Baseline`` .
406
+
407
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledbaseline.html#cfn-controltower-enabledbaseline-targetidentifier
408
+ '''
409
+ result = self._values.get("target_identifier")
410
+ assert result is not None, "Required property 'target_identifier' is missing"
411
+ return typing.cast(builtins.str, result)
412
+
413
+ @builtins.property
414
+ def parameters(
415
+ self,
416
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnEnabledBaseline.ParameterProperty]]]]:
417
+ '''Parameters that are applied when enabling this ``Baseline`` .
418
+
419
+ These parameters configure the behavior of the baseline.
420
+
421
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledbaseline.html#cfn-controltower-enabledbaseline-parameters
422
+ '''
423
+ result = self._values.get("parameters")
424
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnEnabledBaseline.ParameterProperty]]]], result)
425
+
426
+ @builtins.property
427
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
428
+ '''Tags associated with input to ``EnableBaseline`` .
429
+
430
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledbaseline.html#cfn-controltower-enabledbaseline-tags
431
+ '''
432
+ result = self._values.get("tags")
433
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
434
+
435
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
436
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
437
+
438
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
439
+ return not (rhs == self)
440
+
441
+ def __repr__(self) -> str:
442
+ return "CfnEnabledBaselineProps(%s)" % ", ".join(
443
+ k + "=" + repr(v) for k, v in self._values.items()
444
+ )
445
+
446
+
52
447
  @jsii.implements(_IInspectable_c2943556)
53
448
  class CfnEnabledControl(
54
449
  _CfnResource_9df397a6,
@@ -79,6 +474,10 @@ class CfnEnabledControl(
79
474
  parameters=[controltower.CfnEnabledControl.EnabledControlParameterProperty(
80
475
  key="key",
81
476
  value=value
477
+ )],
478
+ tags=[CfnTag(
479
+ key="key",
480
+ value="value"
82
481
  )]
83
482
  )
84
483
  '''
@@ -91,13 +490,15 @@ class CfnEnabledControl(
91
490
  control_identifier: builtins.str,
92
491
  target_identifier: builtins.str,
93
492
  parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEnabledControl.EnabledControlParameterProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
493
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
94
494
  ) -> None:
95
495
  '''
96
496
  :param scope: Scope in which this resource is defined.
97
497
  :param id: Construct identifier for this resource (unique in its scope).
98
- :param control_identifier: The ARN of the control. Only *Strongly recommended* and *Elective* controls are permitted, with the exception of the *landing zone Region deny* control. For information on how to find the ``controlIdentifier`` , see `the overview page <https://docs.aws.amazon.com//controltower/latest/APIReference/Welcome.html>`_ .
498
+ :param control_identifier: The ARN of the control. Only *Strongly recommended* and *Elective* controls are permitted, with the exception of the *Region deny* control. For information on how to find the ``controlIdentifier`` , see `the overview page <https://docs.aws.amazon.com//controltower/latest/APIReference/Welcome.html>`_ .
99
499
  :param target_identifier: The ARN of the organizational unit. For information on how to find the ``targetIdentifier`` , see `the overview page <https://docs.aws.amazon.com//controltower/latest/APIReference/Welcome.html>`_ .
100
500
  :param parameters: Array of ``EnabledControlParameter`` objects.
501
+ :param tags: A set of tags to assign to the enabled control.
101
502
  '''
102
503
  if __debug__:
103
504
  type_hints = typing.get_type_hints(_typecheckingstub__1f147c3cf3aed5100105feba92fb41fa040a90e250e566c4f852830a75cfc586)
@@ -107,6 +508,7 @@ class CfnEnabledControl(
107
508
  control_identifier=control_identifier,
108
509
  target_identifier=target_identifier,
109
510
  parameters=parameters,
511
+ tags=tags,
110
512
  )
111
513
 
112
514
  jsii.create(self.__class__, self, [scope, id, props])
@@ -190,6 +592,19 @@ class CfnEnabledControl(
190
592
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
191
593
  jsii.set(self, "parameters", value)
192
594
 
595
+ @builtins.property
596
+ @jsii.member(jsii_name="tags")
597
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
598
+ '''A set of tags to assign to the enabled control.'''
599
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
600
+
601
+ @tags.setter
602
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
603
+ if __debug__:
604
+ type_hints = typing.get_type_hints(_typecheckingstub__cbb8154bebca6a968563b4cbc9e3dac6895358c7f3c169f15f270de236454f6a)
605
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
606
+ jsii.set(self, "tags", value)
607
+
193
608
  @jsii.data_type(
194
609
  jsii_type="aws-cdk-lib.aws_controltower.CfnEnabledControl.EnabledControlParameterProperty",
195
610
  jsii_struct_bases=[],
@@ -272,6 +687,7 @@ class CfnEnabledControl(
272
687
  "control_identifier": "controlIdentifier",
273
688
  "target_identifier": "targetIdentifier",
274
689
  "parameters": "parameters",
690
+ "tags": "tags",
275
691
  },
276
692
  )
277
693
  class CfnEnabledControlProps:
@@ -281,12 +697,14 @@ class CfnEnabledControlProps:
281
697
  control_identifier: builtins.str,
282
698
  target_identifier: builtins.str,
283
699
  parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEnabledControl.EnabledControlParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
700
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
284
701
  ) -> None:
285
702
  '''Properties for defining a ``CfnEnabledControl``.
286
703
 
287
- :param control_identifier: The ARN of the control. Only *Strongly recommended* and *Elective* controls are permitted, with the exception of the *landing zone Region deny* control. For information on how to find the ``controlIdentifier`` , see `the overview page <https://docs.aws.amazon.com//controltower/latest/APIReference/Welcome.html>`_ .
704
+ :param control_identifier: The ARN of the control. Only *Strongly recommended* and *Elective* controls are permitted, with the exception of the *Region deny* control. For information on how to find the ``controlIdentifier`` , see `the overview page <https://docs.aws.amazon.com//controltower/latest/APIReference/Welcome.html>`_ .
288
705
  :param target_identifier: The ARN of the organizational unit. For information on how to find the ``targetIdentifier`` , see `the overview page <https://docs.aws.amazon.com//controltower/latest/APIReference/Welcome.html>`_ .
289
706
  :param parameters: Array of ``EnabledControlParameter`` objects.
707
+ :param tags: A set of tags to assign to the enabled control.
290
708
 
291
709
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledcontrol.html
292
710
  :exampleMetadata: fixture=_generated
@@ -307,6 +725,10 @@ class CfnEnabledControlProps:
307
725
  parameters=[controltower.CfnEnabledControl.EnabledControlParameterProperty(
308
726
  key="key",
309
727
  value=value
728
+ )],
729
+ tags=[CfnTag(
730
+ key="key",
731
+ value="value"
310
732
  )]
311
733
  )
312
734
  '''
@@ -315,18 +737,21 @@ class CfnEnabledControlProps:
315
737
  check_type(argname="argument control_identifier", value=control_identifier, expected_type=type_hints["control_identifier"])
316
738
  check_type(argname="argument target_identifier", value=target_identifier, expected_type=type_hints["target_identifier"])
317
739
  check_type(argname="argument parameters", value=parameters, expected_type=type_hints["parameters"])
740
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
318
741
  self._values: typing.Dict[builtins.str, typing.Any] = {
319
742
  "control_identifier": control_identifier,
320
743
  "target_identifier": target_identifier,
321
744
  }
322
745
  if parameters is not None:
323
746
  self._values["parameters"] = parameters
747
+ if tags is not None:
748
+ self._values["tags"] = tags
324
749
 
325
750
  @builtins.property
326
751
  def control_identifier(self) -> builtins.str:
327
752
  '''The ARN of the control.
328
753
 
329
- Only *Strongly recommended* and *Elective* controls are permitted, with the exception of the *landing zone Region deny* control. For information on how to find the ``controlIdentifier`` , see `the overview page <https://docs.aws.amazon.com//controltower/latest/APIReference/Welcome.html>`_ .
754
+ Only *Strongly recommended* and *Elective* controls are permitted, with the exception of the *Region deny* control. For information on how to find the ``controlIdentifier`` , see `the overview page <https://docs.aws.amazon.com//controltower/latest/APIReference/Welcome.html>`_ .
330
755
 
331
756
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledcontrol.html#cfn-controltower-enabledcontrol-controlidentifier
332
757
  '''
@@ -357,6 +782,15 @@ class CfnEnabledControlProps:
357
782
  result = self._values.get("parameters")
358
783
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnEnabledControl.EnabledControlParameterProperty]]]], result)
359
784
 
785
+ @builtins.property
786
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
787
+ '''A set of tags to assign to the enabled control.
788
+
789
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledcontrol.html#cfn-controltower-enabledcontrol-tags
790
+ '''
791
+ result = self._values.get("tags")
792
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
793
+
360
794
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
361
795
  return isinstance(rhs, self.__class__) and rhs._values == self._values
362
796
 
@@ -415,7 +849,7 @@ class CfnLandingZone(
415
849
  '''
416
850
  :param scope: Scope in which this resource is defined.
417
851
  :param id: Construct identifier for this resource (unique in its scope).
418
- :param manifest: The landing zone manifest JSON text file that specifies the landing zone configurations.
852
+ :param manifest: The landing zone ``manifest.yaml`` text file that specifies the landing zone configurations.
419
853
  :param version: The landing zone's current deployed version.
420
854
  :param tags: Tags to be applied to the landing zone.
421
855
  '''
@@ -498,6 +932,8 @@ class CfnLandingZone(
498
932
  def attr_status(self) -> builtins.str:
499
933
  '''The landing zone deployment status.
500
934
 
935
+ One of ``ACTIVE`` , ``PROCESSING`` , ``FAILED`` .
936
+
501
937
  :cloudformationAttribute: Status
502
938
  '''
503
939
  return typing.cast(builtins.str, jsii.get(self, "attrStatus"))
@@ -510,7 +946,7 @@ class CfnLandingZone(
510
946
  @builtins.property
511
947
  @jsii.member(jsii_name="manifest")
512
948
  def manifest(self) -> typing.Any:
513
- '''The landing zone manifest JSON text file that specifies the landing zone configurations.'''
949
+ '''The landing zone ``manifest.yaml`` text file that specifies the landing zone configurations.'''
514
950
  return typing.cast(typing.Any, jsii.get(self, "manifest"))
515
951
 
516
952
  @manifest.setter
@@ -562,7 +998,7 @@ class CfnLandingZoneProps:
562
998
  ) -> None:
563
999
  '''Properties for defining a ``CfnLandingZone``.
564
1000
 
565
- :param manifest: The landing zone manifest JSON text file that specifies the landing zone configurations.
1001
+ :param manifest: The landing zone ``manifest.yaml`` text file that specifies the landing zone configurations.
566
1002
  :param version: The landing zone's current deployed version.
567
1003
  :param tags: Tags to be applied to the landing zone.
568
1004
 
@@ -602,7 +1038,7 @@ class CfnLandingZoneProps:
602
1038
 
603
1039
  @builtins.property
604
1040
  def manifest(self) -> typing.Any:
605
- '''The landing zone manifest JSON text file that specifies the landing zone configurations.
1041
+ '''The landing zone ``manifest.yaml`` text file that specifies the landing zone configurations.
606
1042
 
607
1043
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-landingzone.html#cfn-controltower-landingzone-manifest
608
1044
  '''
@@ -642,6 +1078,8 @@ class CfnLandingZoneProps:
642
1078
 
643
1079
 
644
1080
  __all__ = [
1081
+ "CfnEnabledBaseline",
1082
+ "CfnEnabledBaselineProps",
645
1083
  "CfnEnabledControl",
646
1084
  "CfnEnabledControlProps",
647
1085
  "CfnLandingZone",
@@ -650,6 +1088,80 @@ __all__ = [
650
1088
 
651
1089
  publication.publish()
652
1090
 
1091
+ def _typecheckingstub__1ea8761029fec1b3c1fb5fb985be9ac741a889e29fe3445cfb5a962436cab528(
1092
+ scope: _constructs_77d1e7e8.Construct,
1093
+ id: builtins.str,
1094
+ *,
1095
+ baseline_identifier: builtins.str,
1096
+ baseline_version: builtins.str,
1097
+ target_identifier: builtins.str,
1098
+ parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEnabledBaseline.ParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
1099
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1100
+ ) -> None:
1101
+ """Type checking stubs"""
1102
+ pass
1103
+
1104
+ def _typecheckingstub__5abe9c6604e1de27a08b948cef7b25d1d00ac0fd4f37eae3c69039eafa98f1eb(
1105
+ inspector: _TreeInspector_488e0dd5,
1106
+ ) -> None:
1107
+ """Type checking stubs"""
1108
+ pass
1109
+
1110
+ def _typecheckingstub__d058552bbbb5c0f63483ccf116562ca76df6186349bcfda930d4858b8ec89a17(
1111
+ props: typing.Mapping[builtins.str, typing.Any],
1112
+ ) -> None:
1113
+ """Type checking stubs"""
1114
+ pass
1115
+
1116
+ def _typecheckingstub__57b2e3563053c046f1ff16bb1039bd1ef2a8fe88dfa1d7e2f7597f4728b4e655(
1117
+ value: builtins.str,
1118
+ ) -> None:
1119
+ """Type checking stubs"""
1120
+ pass
1121
+
1122
+ def _typecheckingstub__52d8aafe8b718b522d97264d203dd2054ded5b9659a63bd9d0e8ba81ad6988d2(
1123
+ value: builtins.str,
1124
+ ) -> None:
1125
+ """Type checking stubs"""
1126
+ pass
1127
+
1128
+ def _typecheckingstub__33691a19619ca8f1a07bbce396790320cab38048162971280b54976d64d10b18(
1129
+ value: builtins.str,
1130
+ ) -> None:
1131
+ """Type checking stubs"""
1132
+ pass
1133
+
1134
+ def _typecheckingstub__85aec378e74e2e896fd36d14071fb0792f36ba92c5c2dbed45d60aed4145fb66(
1135
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnEnabledBaseline.ParameterProperty]]]],
1136
+ ) -> None:
1137
+ """Type checking stubs"""
1138
+ pass
1139
+
1140
+ def _typecheckingstub__9a9dd44360aa5f3a328dba2dbcea76058e61fb30293a75243bec51585249eacf(
1141
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
1142
+ ) -> None:
1143
+ """Type checking stubs"""
1144
+ pass
1145
+
1146
+ def _typecheckingstub__29cd4b6989b5df874eedae62a39653d1a63188dc5b54322534381839629e6b4c(
1147
+ *,
1148
+ key: typing.Optional[builtins.str] = None,
1149
+ value: typing.Any = None,
1150
+ ) -> None:
1151
+ """Type checking stubs"""
1152
+ pass
1153
+
1154
+ def _typecheckingstub__cee7d036bdad40a28b228f1094b7badfc14178a44cd291977e709bfab8981cec(
1155
+ *,
1156
+ baseline_identifier: builtins.str,
1157
+ baseline_version: builtins.str,
1158
+ target_identifier: builtins.str,
1159
+ parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEnabledBaseline.ParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
1160
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1161
+ ) -> None:
1162
+ """Type checking stubs"""
1163
+ pass
1164
+
653
1165
  def _typecheckingstub__1f147c3cf3aed5100105feba92fb41fa040a90e250e566c4f852830a75cfc586(
654
1166
  scope: _constructs_77d1e7e8.Construct,
655
1167
  id: builtins.str,
@@ -657,6 +1169,7 @@ def _typecheckingstub__1f147c3cf3aed5100105feba92fb41fa040a90e250e566c4f852830a7
657
1169
  control_identifier: builtins.str,
658
1170
  target_identifier: builtins.str,
659
1171
  parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEnabledControl.EnabledControlParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
1172
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
660
1173
  ) -> None:
661
1174
  """Type checking stubs"""
662
1175
  pass
@@ -691,6 +1204,12 @@ def _typecheckingstub__4d515a7308c280d71a9dde323de4153a28a8fd50c1d63b3e432f221eb
691
1204
  """Type checking stubs"""
692
1205
  pass
693
1206
 
1207
+ def _typecheckingstub__cbb8154bebca6a968563b4cbc9e3dac6895358c7f3c169f15f270de236454f6a(
1208
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
1209
+ ) -> None:
1210
+ """Type checking stubs"""
1211
+ pass
1212
+
694
1213
  def _typecheckingstub__4fcf81607a6c1e1854e0f8d566886b58dcc76d98bca786eda233fcfda5f007e4(
695
1214
  *,
696
1215
  key: builtins.str,
@@ -704,6 +1223,7 @@ def _typecheckingstub__23e0009029d159859294a7c6bf2b14974d61fd34884bdb5a993abbb2d
704
1223
  control_identifier: builtins.str,
705
1224
  target_identifier: builtins.str,
706
1225
  parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEnabledControl.EnabledControlParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
1226
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
707
1227
  ) -> None:
708
1228
  """Type checking stubs"""
709
1229
  pass